mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Clean up
This commit is contained in:
parent
5b369a71c5
commit
9becfc3a71
1164
github-comments.txt
1164
github-comments.txt
File diff suppressed because it is too large
Load Diff
|
@ -1,122 +0,0 @@
|
|||
[
|
||||
{
|
||||
"updated_at": "2012-07-09T19:16:49Z",
|
||||
"assignee": null,
|
||||
"number": 27,
|
||||
"body": "The current Pillow repository is just a copy of the working directory of PIL from two years ago – there is no history available. To be fair, Pillow was only meant to be a temporary packaging fork, but I think the history is quite important when the project should move forward. There are also a lot of \"recent\" changes in PIL that are missing in Pillow. Getting all these changes back manually is a lot of work. I propose to convert the official BitBucket repository to Git with hg-git and to merge the relatively few Pillow changes back.\nThat way we would have a repository with history, all current changes (including first work on Python 3 support) plus the Pillow packaging changes. Of course, the downside of this is that all forks become invalid (2 with actual changes).\n\nI'm stepping forward to do this and I will start with it in my own repository. If it works well I'll come back to this issue.",
|
||||
"milestone": null,
|
||||
"user": {
|
||||
"gravatar_id": "11b55b18f1f8312c7d917a0fce158162",
|
||||
"login": "olt",
|
||||
"url": "https://api.github.com/users/olt",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/11b55b18f1f8312c7d917a0fce158162?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 235174
|
||||
},
|
||||
"pull_request": {
|
||||
"diff_url": null,
|
||||
"patch_url": null,
|
||||
"html_url": null
|
||||
},
|
||||
"labels": [
|
||||
|
||||
],
|
||||
"comments": 1,
|
||||
"title": "Restore history and catch up with last PIL changes",
|
||||
"url": "https://api.github.com/repos/collective/Pillow/issues/27",
|
||||
"closed_at": null,
|
||||
"created_at": "2012-07-09T18:37:19Z",
|
||||
"id": 5505474,
|
||||
"html_url": "https://github.com/collective/Pillow/issues/27",
|
||||
"state": "open"
|
||||
},
|
||||
{
|
||||
"updated_at": "2012-07-08T09:55:58Z",
|
||||
"assignee": null,
|
||||
"number": 23,
|
||||
"body": "",
|
||||
"milestone": null,
|
||||
"user": {
|
||||
"gravatar_id": "31a7d46ff0ad06cfad350af2242d956b",
|
||||
"login": "shuge",
|
||||
"url": "https://api.github.com/users/shuge",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/31a7d46ff0ad06cfad350af2242d956b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 57847
|
||||
},
|
||||
"pull_request": {
|
||||
"diff_url": "https://github.com/collective/Pillow/pull/23.diff",
|
||||
"patch_url": "https://github.com/collective/Pillow/pull/23.patch",
|
||||
"html_url": "https://github.com/collective/Pillow/pull/23"
|
||||
},
|
||||
"labels": [
|
||||
|
||||
],
|
||||
"comments": 2,
|
||||
"title": "added Pythonic demos",
|
||||
"url": "https://api.github.com/repos/collective/Pillow/issues/23",
|
||||
"closed_at": null,
|
||||
"created_at": "2012-05-12T08:35:36Z",
|
||||
"id": 4545441,
|
||||
"html_url": "https://github.com/collective/Pillow/issues/23",
|
||||
"state": "open"
|
||||
},
|
||||
{
|
||||
"updated_at": "2012-05-03T21:56:21Z",
|
||||
"assignee": null,
|
||||
"number": 21,
|
||||
"body": "When I run this example script below, Pillow 1.7.7 cuts off the top of the text while PIL 1.1.7 does not. \r\n\r\n from PIL import Image, ImageDraw, ImageFont\r\n\r\n im = Image.new(mode='RGB', size=(400, 200))\r\n draw = ImageDraw.Draw(im)\r\n font = ImageFont.truetype('arial.ttf', 12)\r\n draw.text((20, 100), 'EXAMPLE TEXT', font=font, fill='#ffffff')\r\n f = open('example.png', 'wb')\r\n im.save(f)\r\n\r\nOutput from Pillow: https://github.com/saltycrane/pillow-issue-example/blob/master/example_pillow_1.7.7.png\r\nOutput from PIL: https://github.com/saltycrane/pillow-issue-example/blob/master/example_pil_1.1.7.png\r\n\r\nThis might be the commit that affects this behavior: https://github.com/collective/Pillow/commit/501c5c47b6f76aa6900ee748087c8a237ce90c26",
|
||||
"milestone": null,
|
||||
"user": {
|
||||
"gravatar_id": "506bc43cfe62a157c60874f847f72ca4",
|
||||
"login": "saltycrane",
|
||||
"url": "https://api.github.com/users/saltycrane",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/506bc43cfe62a157c60874f847f72ca4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 25131
|
||||
},
|
||||
"pull_request": {
|
||||
"diff_url": null,
|
||||
"patch_url": null,
|
||||
"html_url": null
|
||||
},
|
||||
"labels": [
|
||||
|
||||
],
|
||||
"comments": 2,
|
||||
"title": "Pillow cuts off top of text but PIL does not",
|
||||
"url": "https://api.github.com/repos/collective/Pillow/issues/21",
|
||||
"closed_at": null,
|
||||
"created_at": "2012-05-03T20:44:18Z",
|
||||
"id": 4413374,
|
||||
"html_url": "https://github.com/collective/Pillow/issues/21",
|
||||
"state": "open"
|
||||
},
|
||||
{
|
||||
"updated_at": "2012-03-27T19:05:04Z",
|
||||
"assignee": null,
|
||||
"number": 18,
|
||||
"body": "I needed to undef INT8, UINT8, INT16, UINT16 before doing any windows include in map.c libImageing/ImDib.h I downloaded the source from PILLOW-1.7.6\r\nI reported this on upstream\r\n\r\nhttps://bitbucket.org/effbot/pil-2009-raclette/issue/19/fail-to-build-on-windows-with-studio-9",
|
||||
"milestone": null,
|
||||
"user": {
|
||||
"gravatar_id": "72f994ca072df3a3d2c3db8a137790fd",
|
||||
"login": "mattip",
|
||||
"url": "https://api.github.com/users/mattip",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 823911
|
||||
},
|
||||
"pull_request": {
|
||||
"diff_url": null,
|
||||
"patch_url": null,
|
||||
"html_url": null
|
||||
},
|
||||
"labels": [
|
||||
|
||||
],
|
||||
"comments": 8,
|
||||
"title": "Build fails on windows with studio 9 cl.exe",
|
||||
"url": "https://api.github.com/repos/collective/Pillow/issues/18",
|
||||
"closed_at": null,
|
||||
"created_at": "2012-03-08T18:14:51Z",
|
||||
"id": 3568253,
|
||||
"html_url": "https://github.com/collective/Pillow/issues/18",
|
||||
"state": "open"
|
||||
}
|
||||
]
|
|
@ -1,210 +0,0 @@
|
|||
[
|
||||
{
|
||||
"login": "collective",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/f9b971a47c35b8d163aa4b216df06970?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
|
||||
"url": "https://api.github.com/orgs/collective",
|
||||
"id": 362867
|
||||
},
|
||||
{
|
||||
"login": "tc77",
|
||||
"gravatar_id": "e742d52c1c070f5e5c9f3b2af71d7243",
|
||||
"url": "https://api.github.com/users/tc77",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/e742d52c1c070f5e5c9f3b2af71d7243?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 88237
|
||||
},
|
||||
{
|
||||
"login": "jezdez",
|
||||
"gravatar_id": "cf3595fa166bfb4106211e1697f39f94",
|
||||
"url": "https://api.github.com/users/jezdez",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/cf3595fa166bfb4106211e1697f39f94?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 1610
|
||||
},
|
||||
{
|
||||
"login": "matagus",
|
||||
"gravatar_id": "db3b3decf3a49e94f49172034f5df598",
|
||||
"url": "https://api.github.com/users/matagus",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/db3b3decf3a49e94f49172034f5df598?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 58519
|
||||
},
|
||||
{
|
||||
"login": "bmeyer71",
|
||||
"gravatar_id": "bfca48ec34f9d5428e5bf3f280c7ed0a",
|
||||
"url": "https://api.github.com/users/bmeyer71",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/bfca48ec34f9d5428e5bf3f280c7ed0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 324862
|
||||
},
|
||||
{
|
||||
"login": "varikin",
|
||||
"gravatar_id": "a5061ac6baf0b57c941cedffb340563d",
|
||||
"url": "https://api.github.com/users/varikin",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/a5061ac6baf0b57c941cedffb340563d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 14263
|
||||
},
|
||||
{
|
||||
"login": "harobed",
|
||||
"gravatar_id": "770033d303c2eae009ff60783bff4118",
|
||||
"url": "https://api.github.com/users/harobed",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/770033d303c2eae009ff60783bff4118?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 230143
|
||||
},
|
||||
{
|
||||
"login": "cbcunc",
|
||||
"gravatar_id": "31bc62fb418f7f3385edb1cac5e69bb4",
|
||||
"url": "https://api.github.com/users/cbcunc",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/31bc62fb418f7f3385edb1cac5e69bb4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 928188
|
||||
},
|
||||
{
|
||||
"login": "rosarior",
|
||||
"gravatar_id": "943620c3bc4056a40ce132690f1d9ac1",
|
||||
"url": "https://api.github.com/users/rosarior",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/943620c3bc4056a40ce132690f1d9ac1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 413955
|
||||
},
|
||||
{
|
||||
"login": "shurik",
|
||||
"gravatar_id": "56dc5f6de1b827f89276040bba06e520",
|
||||
"url": "https://api.github.com/users/shurik",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/56dc5f6de1b827f89276040bba06e520?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 56950
|
||||
},
|
||||
{
|
||||
"login": "blueyed",
|
||||
"gravatar_id": "abbc3c9698510a9c8af73f8b7bfacc1d",
|
||||
"url": "https://api.github.com/users/blueyed",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/abbc3c9698510a9c8af73f8b7bfacc1d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 9766
|
||||
},
|
||||
{
|
||||
"login": "kennethreitz",
|
||||
"gravatar_id": "2eccc4005572c1e2b12a9c00580bc86f",
|
||||
"url": "https://api.github.com/users/kennethreitz",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/2eccc4005572c1e2b12a9c00580bc86f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 119893
|
||||
},
|
||||
{
|
||||
"login": "honza",
|
||||
"gravatar_id": "94e6c47b2f9a76cd39f5c7b7c8ad3a36",
|
||||
"url": "https://api.github.com/users/honza",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/94e6c47b2f9a76cd39f5c7b7c8ad3a36?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 206357
|
||||
},
|
||||
{
|
||||
"login": "olt",
|
||||
"gravatar_id": "11b55b18f1f8312c7d917a0fce158162",
|
||||
"url": "https://api.github.com/users/olt",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/11b55b18f1f8312c7d917a0fce158162?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 235174
|
||||
},
|
||||
{
|
||||
"login": "shimizukawa",
|
||||
"gravatar_id": "0cae2878acf9f67e7cc6c06c55877ffd",
|
||||
"url": "https://api.github.com/users/shimizukawa",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/0cae2878acf9f67e7cc6c06c55877ffd?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 151623
|
||||
},
|
||||
{
|
||||
"login": "Feneric",
|
||||
"gravatar_id": "ceeaa34c36817bec4622a81b8e18cd37",
|
||||
"url": "https://api.github.com/users/Feneric",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/ceeaa34c36817bec4622a81b8e18cd37?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 787923
|
||||
},
|
||||
{
|
||||
"login": "terapyon",
|
||||
"gravatar_id": "0dbafc17e04503dfef253274853b2c8a",
|
||||
"url": "https://api.github.com/users/terapyon",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/0dbafc17e04503dfef253274853b2c8a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 485372
|
||||
},
|
||||
{
|
||||
"login": "wozozo",
|
||||
"gravatar_id": "25d288130d40608d7554cdda48e4becf",
|
||||
"url": "https://api.github.com/users/wozozo",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/25d288130d40608d7554cdda48e4becf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 12327
|
||||
},
|
||||
{
|
||||
"login": "jbochi",
|
||||
"gravatar_id": "1018b29e2da89f5920a58482e17a1948",
|
||||
"url": "https://api.github.com/users/jbochi",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/1018b29e2da89f5920a58482e17a1948?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 292712
|
||||
},
|
||||
{
|
||||
"login": "tk0miya",
|
||||
"gravatar_id": "dd4be1ffd9da4cfb164fa2948df1f47f",
|
||||
"url": "https://api.github.com/users/tk0miya",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/dd4be1ffd9da4cfb164fa2948df1f47f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 748828
|
||||
},
|
||||
{
|
||||
"login": "hideaki-t",
|
||||
"gravatar_id": "ae5ff19aefa981d1699ad7b5c86a3b2d",
|
||||
"url": "https://api.github.com/users/hideaki-t",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/ae5ff19aefa981d1699ad7b5c86a3b2d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 871178
|
||||
},
|
||||
{
|
||||
"login": "MostAwesomeDude",
|
||||
"gravatar_id": "3b3c809cbec8cc5c62a918d57e90b553",
|
||||
"url": "https://api.github.com/users/MostAwesomeDude",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/3b3c809cbec8cc5c62a918d57e90b553?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 118035
|
||||
},
|
||||
{
|
||||
"login": "ailabs",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/3bb1adcae69e369d54ff67bbb04f6755?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
|
||||
"url": "https://api.github.com/orgs/ailabs",
|
||||
"id": 338448
|
||||
},
|
||||
{
|
||||
"login": "kmike",
|
||||
"gravatar_id": "3e9dc491607f52141897a765eaab25e4",
|
||||
"url": "https://api.github.com/users/kmike",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/3e9dc491607f52141897a765eaab25e4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 107893
|
||||
},
|
||||
{
|
||||
"login": "turicas",
|
||||
"gravatar_id": "2139983a9baaabded6905b2970a036cb",
|
||||
"url": "https://api.github.com/users/turicas",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/2139983a9baaabded6905b2970a036cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 186126
|
||||
},
|
||||
{
|
||||
"login": "jaysonsantos",
|
||||
"gravatar_id": "b7c786f9fb85ff5716162cb8e23a051b",
|
||||
"url": "https://api.github.com/users/jaysonsantos",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/b7c786f9fb85ff5716162cb8e23a051b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 51510
|
||||
},
|
||||
{
|
||||
"login": "Ametista",
|
||||
"gravatar_id": "e016fa5e0319fc4b39886e74325c06d8",
|
||||
"url": "https://api.github.com/users/Ametista",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/e016fa5e0319fc4b39886e74325c06d8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 1063543
|
||||
},
|
||||
{
|
||||
"login": "espenmn",
|
||||
"gravatar_id": "ef03f908c8cc869759b8a8a232987636",
|
||||
"url": "https://api.github.com/users/espenmn",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/ef03f908c8cc869759b8a8a232987636?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 1069235
|
||||
},
|
||||
{
|
||||
"login": "rokujyouhitoma",
|
||||
"gravatar_id": "a43539d88893145d7d78ca4a904ce70b",
|
||||
"url": "https://api.github.com/users/rokujyouhitoma",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/a43539d88893145d7d78ca4a904ce70b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 68814
|
||||
},
|
||||
{
|
||||
"login": "highcat",
|
||||
"gravatar_id": "5079eb6017243509a8df02818dfd8629",
|
||||
"url": "https://api.github.com/users/highcat",
|
||||
"avatar_url": "https://secure.gravatar.com/avatar/5079eb6017243509a8df02818dfd8629?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
||||
"id": 429169
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user