Commit Graph

2178 Commits

Author SHA1 Message Date
wiredfool
68c6904c28 Bump Version/Changelog 2014-08-14 15:38:52 -07:00
wiredfool
05a169d65c J2k DOS fix -- CVE-2014-3598
Found and reported by Andrew Drake of dropbox.com
2014-08-14 15:38:12 -07:00
wiredfool
4081f9f6a5 Bump Versions/Changelog 2014-08-12 11:44:56 -07:00
wiredfool
d47611e6fb Icns DOS fix -- CVE-2014-3589
Found and reported by Andrew Drake of dropbox.com
2014-08-12 11:38:52 -07:00
wiredfool
fa7817a4d3 Known Bad tests -- skipping jpeg2k tests on travis on OSX 2014-07-24 22:23:27 -07:00
wiredfool
a029e5da93 Skip Known Bad Tests 2014-07-24 22:23:11 -07:00
Alex Clark
1ab78b8fb7 Bump [ci skip] 2014-07-10 17:54:59 -04:00
Alex Clark ☺
43883a9928 Merge pull request #792 from wiredfool/2.5.x
Release 2.5.1
2014-07-10 17:52:20 -04:00
wiredfool
ef041675a2 Bump the versions 2014-07-08 12:44:51 -07:00
wiredfool
cacc11eaed Updated CHANGES.rst 2014-07-08 12:24:06 -07:00
Eric Soroos
fb51604296 Don't install mp_compile if multiprocessing.Pool() fails, or if 1 process is going to be used 2014-07-08 12:17:01 -07:00
wiredfool
07c68e2d68 Windows compatibility 2014-07-08 12:16:21 -07:00
wiredfool
d06072ff46 Multiplication needs to be 64bit, to handle overflow regardless of the bittedness of the machine, fixes #771# 2014-07-08 12:16:05 -07:00
Alex Clark
80d6137c86 Bump [ci skip] 2014-07-01 18:39:40 -04:00
Alex Clark ☺
351f2ae948 Merge pull request #761 from wiredfool/jpeg2k_fd
Jpeg2k
2014-07-01 16:16:26 -04:00
wiredfool
19bf3390a9 Removed extra print 2014-07-01 12:53:15 -07:00
wiredfool
2e6413ff3f Merge pull request #762 from wiredfool/revert-755
Reverting pr#755 changes to .travis.yml
2014-07-01 11:59:50 -07:00
wiredfool
b53184aa30 Reverting pr#755 changes to .travis.yml 2014-07-01 11:52:52 -07:00
Alex Clark
62c8ae1254 Update 2014-07-01 14:17:07 -04:00
Alex Clark ☺
b2ed31e8cd Merge pull request #737 from wiredfool/terseus_imagedraw
Merged Imagedraw rewrite
2014-07-01 14:15:11 -04:00
Alex Clark ☺
febfe2f574 Merge pull request #755 from wiredfool/multithread-testing-travis
Multithread testing- travis
2014-07-01 14:14:49 -04:00
wiredfool
cec5fd9d38 f doesn't exist, BytesIO objects have fileno(), but may return OsError 2014-07-01 11:09:20 -07:00
wiredfool
98a4991762 Using local block rather than array literal 2014-07-01 10:20:15 -07:00
wiredfool
a10b91786a Fix compilation errors with C90 standard 2014-07-01 10:05:38 -07:00
wiredfool
2ca9ffba5d renabling pyroma 2014-07-01 09:09:00 -07:00
wiredfool
e3f9fa0d78 Skip known failing test 2014-07-01 09:07:18 -07:00
Alex Clark
a47b8c15da Move developer to guides section [ci skip] 2014-07-01 07:44:39 -04:00
Alex Clark
f8b6163d9f Bump 2.4.0 -> 2.5.0 2014-07-01 07:42:50 -04:00
Alex Clark
c3d9f1b4b9 Document version number location [ci skip] 2014-07-01 07:42:29 -04:00
Alex Clark
176987f8aa Rename VERSION -> PILLOW_VERSION
Provide consistency with version variables elsewhere in package.
2014-07-01 07:39:03 -04:00
Alex Clark
acde9de4ca Add developer docs [ci skip]
Document our various development practices, include a reminder to myself not to run the tests with every commit!
2014-07-01 07:23:19 -04:00
Alex Clark
0e5cf2b6e5 Bigger click 2014-07-01 07:16:25 -04:00
Alex Clark
d353e391e1 Clean up
Add myself to early changelog entries ; more detail about ``import Image`` removal ; other nits
2014-07-01 07:02:03 -04:00
Alex Clark
492be8ba3e More concise 2014-07-01 06:50:35 -04:00
Alex Clark
dae96f3762 No comma 2014-07-01 06:35:51 -04:00
Alex Clark ☺
690f5639cd Merge pull request #753 from cgohlke/patch-2
ENH: enable inline functions by default
2014-07-01 05:45:24 -04:00
Alex Clark ☺
4408352304 Merge pull request #759 from cgohlke/patch-3
Skip LargeMemory tests on 32 bit systems
2014-07-01 05:43:53 -04:00
cgohlke
5c3736c4a6 Don't import unittest because it's done in helper 2014-06-30 23:20:39 -07:00
cgohlke
f0342393ff Don't import unittest because it's done in helper 2014-06-30 23:20:12 -07:00
Hugo
1b2dd37905 Merge pull request #758 from mbrown1413/750_jpeg_on_windows
Skip shell injection tests for Windows
2014-07-01 09:12:07 +03:00
cgohlke
647f2e1771 Skip LargeMemoryNumpyTest on 32 bit systems 2014-06-30 19:20:15 -07:00
cgohlke
10da645ac6 Skip LargeMemoryTest on 32 bit systems 2014-06-30 19:19:09 -07:00
Michael Brown
fb27befa1a Skip shell injection tests for Windows 2014-06-30 22:07:44 -04:00
Alex Clark ☺
32a6d398d2 Merge pull request #757 from mbrown1413/750_jpeg_on_windows
Fix load_djpeg and _save_cjpeg in windows
2014-06-30 20:26:16 -04:00
Michael Brown
c0fb5ace23 Fix load_djpeg and _save_cjpeg in windows 2014-06-30 19:52:07 -04:00
Alex Clark ☺
8d19290e14 Merge pull request #756 from hugovk/skippyroma
Import helper so unittest2 is imported for Py2.6
2014-06-30 19:10:43 -04:00
hugovk
7b838f31b4 Import helper so unittest2 is imported for Py2.6 (re: #743) 2014-07-01 02:05:55 +03:00
wiredfool
9dd559cb50 Enable multithread testing for travis 2014-06-30 15:35:24 -07:00
wiredfool
2faf36ab5b Not enabling multithreaded tests on travis 2014-06-30 15:30:05 -07:00
cgohlke
767182a56f ENH: enable inline functions by default 2014-06-30 15:26:41 -07:00