Commit Graph

  • d094136171 py3k: Remove use_2to3 from setup.py Brian Crowell 2012-10-28 10:33:58 -0500
  • 4a79a398d3 py3k: Add Windows icon sanity test Brian Crowell 2012-10-25 17:00:19 -0500
  • da0c0274fa py3k: Add XPM read test Brian Crowell 2012-10-25 08:12:13 -0500
  • 9d22daf213 py3k: Add TarIO test Brian Crowell 2012-10-25 07:57:39 -0500
  • b555813c92 py3k: Rewrite PdfImagePlugin into something more legible Brian Crowell 2012-10-24 08:37:27 -0500
  • 569136fbdb py3k: Add .FLI sanity check, and fix palette bytes bug Brian Crowell 2012-10-24 08:25:00 -0500
  • bda1831d73 py3k: Add Photoshop sanity check Brian Crowell 2012-10-24 08:24:26 -0500
  • 8b3acd6961 py3k: Add PCX to roundtrip test Brian Crowell 2012-10-23 22:22:38 -0500
  • b05745ab05 py3k: Actually fix the EPS encoder Brian Crowell 2012-10-23 22:21:19 -0500
  • fe14b3e8dd py3k: Get rid of _ParserFile; io.BytesIO does its job Brian Crowell 2012-10-23 22:07:14 -0500
  • cd77e0549a py3k: FIX: TGA missing o8 declaration Brian Crowell 2012-10-23 21:58:15 -0500
  • 0dda807da6 py3k: FIX: Bad upside-down check in BmpImagePlugin Brian Crowell 2012-10-23 21:56:54 -0500
  • 4a905d91a1 py3k: Remove ancient Python hacks Brian Crowell 2012-10-21 11:36:47 -0500
  • 69b1b59ea7 py3k: Allow slicing for paths Christoph Gohlke 2012-10-21 11:01:14 -0500
  • 00908642a7 py3k: The big push Brian Crowell 2012-10-20 16:01:53 -0500
  • 25676cb6bb py3k: Publish both frombytes and fromstring in C modules for old Python Brian Crowell 2012-10-20 16:27:45 -0500
  • 33dfde7140 py3k: Type coercion is gone Brian Crowell 2012-10-19 07:54:55 -0500
  • d2cd57b3cb py3k: Sort by key, not cmp Brian Crowell 2012-10-16 22:58:14 -0500
  • db0a68cb0c py3k: Map long type to int Brian Crowell 2012-10-16 22:54:38 -0500
  • 825256c560 py3k: 2to3's "idiom" filter Brian Crowell 2012-10-16 22:39:56 -0500
  • 836301927e py3k: Change apply() to unpacking syntax Brian Crowell 2012-10-20 16:05:13 -0500
  • c8aeba37ba py3k: Integer long literals are no longer valid syntax Brian Crowell 2012-10-16 22:07:08 -0500
  • c10b0a232a py3k: Convert StringIO.StringIO to io.BytesIO Brian Crowell 2012-10-16 22:01:19 -0500
  • 5363a4a668 py3k: Tkinter module is now tkinter Brian Crowell 2012-10-16 21:58:29 -0500
  • eb1707e090 py3k: __builtin__ module is now builtins Brian Crowell 2012-10-16 21:56:20 -0500
  • 83b34d6f7b py3k: Remove Image types import Brian Crowell 2012-10-15 22:14:10 -0500
  • 107c240df1 py3k: Convert backticks to repr() Brian Crowell 2012-10-15 21:54:12 -0500
  • ac897934ee py3k: sys.maxint renamed to sys.maxsize Brian Crowell 2012-10-15 21:52:31 -0500
  • 311e7a879f py3k: Use relative imports Brian Crowell 2012-10-15 21:49:13 -0500
  • 509a585450 py3k: Remove tuples in parameter lists Brian Crowell 2012-10-15 21:32:28 -0500
  • cd9fbbfe91 py3k: print is a function Brian Crowell 2012-10-15 21:27:35 -0500
  • 07c366e544 py3k: Import reduce function Brian Crowell 2012-10-15 21:15:25 -0500
  • b3a26550b9 py3k: Use isinstance for numbers and sequences Brian Crowell 2012-10-15 21:13:49 -0500
  • 8521a38c4a py3k: __nonzero__ is now __bool__ Brian Crowell 2012-10-15 21:05:26 -0500
  • e7c4f69ab6 py3k: Add true Unicode support to OleFileIO Brian Crowell 2012-10-15 20:59:31 -0500
  • 86b42705a9 py3k: map and filter to list comprehensions Brian Crowell 2012-10-15 20:58:46 -0500
  • a900c7940b py3k: Rewrite dictionary support for Tiff ImageFileDictionary Brian Crowell 2012-10-15 16:19:55 -0500
  • 6c6b7010fa py3k: Fix up uses of dictionary views, ranges, and has_key() Brian Crowell 2012-10-15 16:18:27 -0500
  • 4fa80816fc py3k: Remove callable() function Brian Crowell 2012-10-15 15:47:53 -0500
  • cac4ed98ec py3k: Provide the missing pngtest_bad.png.base64 Brian Crowell 2012-10-15 15:29:43 -0500
  • 317fe3be03 FIX: Handle long values in _imaging getink Brian Crowell 2012-10-15 15:03:09 -0500
  • 481cda55df py3k: Backport Gohlke's tests to run on 2.6/2.7 Brian Crowell 2012-10-15 00:55:39 -0500
  • 92a0ead1a3 py3k: Import Christoph Gohlke's test suite Brian Crowell 2012-10-15 15:26:38 -0500
  • a5f0d03a7b py3k: Use "y#" code in PyArg_ParseTuple where we expect byte data Brian Crowell 2012-10-14 11:38:06 -0500
  • 44726574aa py3k: Fix strict aliasing warnings under Python 3 Brian Crowell 2012-10-13 23:48:01 -0500
  • 92018dd995 py3k: Add module initialization and unicode/bytes int/long thunks Brian Crowell 2012-10-13 23:47:30 -0500
  • 300b54522d py3k: Fix strict aliasing slip-up in _imaging Brian Crowell 2012-10-13 22:24:48 -0500
  • d4598dd90e py3k: Remove HAVE_UNICODE from _imagingft Brian Crowell 2012-10-13 13:43:54 -0500
  • 250f72da1c py3k: Use new buffer protocol Brian Crowell 2012-10-20 16:13:12 -0500
  • 37a28ba0bf py3k: Modernize type declarations Brian Crowell 2012-10-13 11:53:07 -0500
  • 1deeeccc61 py3k: Get setup.py to run under python3 Brian Crowell 2012-10-11 07:57:21 -0500
  • e69042495c py3k: Update exception usage to modern syntax Brian Crowell 2012-10-10 22:52:53 -0500
  • d733d840c2 py3k: Use string methods instead of string module Brian Crowell 2012-10-10 17:11:13 -0500
  • 4a10a363e4 Release 1.7.8 1.7.8 Alex Clark 2012-11-01 17:09:46 -0400
  • 5ab5406010 Fix formatting of installation summary Alex Clark 2012-11-01 17:08:29 -0400
  • 449a5395ee Merge pull request #13 from tdesvenain/master Alex Clark ☺ 2012-11-01 13:41:58 -0700
  • f925bdd283 Merge c5097fb1d2 into eec9c41041 Thomas Desvenain 2012-09-21 05:23:23 -0700
  • c5097fb1d2 Removed doctests.py that made tests of other packages fail. tdesvenain 2012-09-21 14:15:54 +0200
  • eec9c41041 Merge pull request #5 from tdesvenain/master Alex Clark ☺ 2012-09-07 18:58:53 -0700
  • df930a2186 Merge 3eda40cb4c into 7e7e1ab926 Thomas Desvenain 2012-09-07 18:57:10 -0700
  • 7e7e1ab926 Merge pull request #11 from larsyencken/master Alex Clark ☺ 2012-09-07 18:56:55 -0700
  • f74907486c Merge 155347fe87 into 7c4437f64b Lars Yencken 2012-09-04 20:27:44 -0700
  • 155347fe87 Fix a bug in quantize() causing PIL crashes. Lars Yencken 2012-09-05 13:23:57 +1000
  • 7c4437f64b Fix URL Alex Clark 2012-08-22 16:47:36 -0400
  • 3eda40cb4c revert last commit, images rendered didn't match very well tdesvenain 2012-07-29 17:05:54 +0200
  • bc9455d059 Added a psd mode (mode 4, 16 bits). tdesvenain 2012-07-29 16:02:26 +0200
  • 4ebe7fc459 Fix opening psd files with RGBA layers when A mode is not of type 65535 but 3. Fixes issue https://github.com/python-imaging/Pillow/issues/3 tdesvenain 2012-07-29 15:48:40 +0200
  • 28c5465c51 Remove boiler Alex Clark 2012-07-24 21:14:18 -0400
  • 8aae46224b Create gh-pages branch via GitHub Alex Clark 2012-07-24 15:13:26 -0700
  • f5caa40711 Save issues and comments Alex Clark 2012-07-24 18:04:07 -0400
  • c3bee2cd13 Save watchers Alex Clark 2012-07-24 17:55:18 -0400
  • f26c5fc16d Change URL Alex Clark 2012-07-24 17:44:21 -0400
  • 1dca68b38c Test travis Alex Clark 2012-07-11 12:17:29 -0400
  • a4f0521eec Test travis Alex Clark 2012-07-11 12:15:27 -0400
  • 108228d84b fixed fg_color/bg_color in hex Shuge Lee 2012-06-23 12:55:56 +0800
  • 0ee26c7437 added drawing polygon example Shuge Lee 2012-06-23 12:48:13 +0800
  • e6838b60ab rm lena images Shuge Lee 2012-06-18 12:01:52 +0800
  • 3f348ab1a0 Merge pull request #26 from cmr/master Alex Clark 2012-06-15 13:52:38 -0700
  • f466def82d Better import of _imaging Corey Richardson 2012-06-15 17:39:51 -0300
  • e0aab1ecfd Merge pull request #25 from msabramo/python3 Alex Clark 2012-06-12 14:19:49 -0700
  • 01917a4faf Make things more Python 3 friendly. Python 3 still doesn't work because of C code that doesn't compile with Python 3. Marc Abramowitz 2012-06-11 22:13:40 -0700
  • a5738ae5a4 Merge pull request #24 from msabramo/testing Alex Clark 2012-06-12 12:58:00 -0700
  • 9380599f04 Merge pull request #20 from tomgross/master Alex Clark 2012-06-12 12:42:17 -0700
  • 66c0217619 Add .travis.yml for Travis CI (http://travis-ci.org/) Marc Abramowitz 2012-06-05 21:51:56 -0700
  • a005018a4e Add support for tox (http://tox.testrun.org/) Marc Abramowitz 2012-06-05 21:33:18 -0700
  • d036e93a41 Add .gitignore Marc Abramowitz 2012-06-05 21:33:05 -0700
  • 6ac2be47f1 fixed drawing demos Shuge Lee 2012-05-22 17:30:57 +0800
  • 8b76c692e4 small changed, updated file readme Shuge Lee 2012-05-12 16:43:05 +0800
  • 43b9e48f58 Added pythonic demos Shuge Lee 2012-05-12 16:34:53 +0800
  • 4aaf00458c Merge pull request #22 from saltycrane/master Alex Clark 2012-05-03 16:06:58 -0700
  • 558254f028 Revert "Fix descender parameter was ignored on rendering truetype fonts" Eliot 2012-05-03 15:55:51 -0700
  • 33e1ffe570 fixed reading of EPS pictures found in: http://www.mail-archive.com/image-sig@python.org/msg03054.html Tom Gross 2012-04-26 17:00:22 +0200
  • 9488cb1e53 Onwards Alex Clark 2012-04-05 23:25:24 -0400
  • d33aacd616 Fix manifest Alex Clark 2012-04-05 23:17:11 -0400
  • 74ca70cd01 Fix manifest Alex Clark 2012-04-05 23:13:12 -0400
  • 73e6da9bc7 Fix manifest Alex Clark 2012-04-05 23:08:14 -0400
  • 211d05a106 Fix manifest Alex Clark 2012-04-05 23:00:00 -0400
  • aaac591549 Release 1.7.7 1.7.7 Alex Clark 2012-04-04 21:15:07 -0400
  • 0adbcd9418 Merge pull request #19 from mattip/master Alex Clark 2012-04-04 18:07:08 -0700
  • 2ba3bf681d UNDEF more types before including windows headers Matti Picus 2012-03-09 00:00:04 +0200