wiredfool
|
dc04930699
|
Merge pull request #2517 from wiredfool/single_version
RFC: Specify Version in one place
|
2017-06-29 13:17:02 +01:00 |
|
wiredfool
|
edc8d8627c
|
Fix to ensure that define is interpreted as a string on windows
|
2017-06-21 05:44:24 -07:00 |
|
hugovk
|
20b61b1050
|
Remove unused function
|
2017-05-27 19:29:03 +03:00 |
|
wiredfool
|
9385de58a7
|
Remove WITH_DEBUG compilation flag, non-debug code relies on interface existence
|
2017-05-12 02:55:44 -07:00 |
|
wiredfool
|
8999ccb570
|
single version for build
|
2017-05-10 03:47:02 -07:00 |
|
wiredfool
|
2ac4f79e8c
|
4.2.0.pre0 version bump
|
2017-04-19 03:02:45 -07:00 |
|
wiredfool
|
38eff74004
|
4.1.0 version bump
|
2017-04-04 11:10:22 -07:00 |
|
wiredfool
|
949932f45f
|
Pure Python MSP Decoder
|
2017-03-11 13:50:19 +00:00 |
|
wiredfool
|
296fb5fe1d
|
4.1.0.dev0 version bump
|
2017-01-02 04:06:48 -08:00 |
|
wiredfool
|
a021d4978d
|
4.0.0 version bump
|
2017-01-01 20:20:06 +00:00 |
|
Hugo
|
9c1b9e71a6
|
Merge pull request #2294 from wiredfool/pypy-buffer-workaround
PyPy buffer interface workaround
|
2016-12-21 08:49:42 +02:00 |
|
wiredfool
|
01e31bfd84
|
Workaround for 'PyPy does not yet implement the new buffer interface' bug
|
2016-12-19 14:16:06 -08:00 |
|
Alexander
|
194ebd4e0a
|
remove depreciated internal "stretch" method
|
2016-12-04 18:41:39 +03:00 |
|
Jon Dufresne
|
dbe9f85c7d
|
Drop support for Python 2.6
* Drop unittest2 requirement
* Use set literals
* Use dict/set comprehension
* Use str.format() automatic numbering
|
2016-11-22 04:23:55 -08:00 |
|
wiredfool
|
35e1237b7e
|
3.5.0.dev0 Dev Version bump
|
2016-10-04 00:18:33 -07:00 |
|
wiredfool
|
ac5a212cee
|
3.4.0 Release Version bump
|
2016-10-03 08:00:29 -07:00 |
|
wiredfool
|
1a43da7a8b
|
Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity
|
2016-10-03 07:27:02 -07:00 |
|
wiredfool
|
9c4c16df75
|
Merge pull request #2068 from Mischanix/dxtc
Move DDS decoders to C, add DXT3, BC7 Decoders
|
2016-09-22 10:04:23 +01:00 |
|
wiredfool
|
97ddacb29b
|
Merge pull request #2070 from arjennienhuis/pyargparselonglong
Fix PyArg_ParseTuple format in getink()
|
2016-09-22 09:26:13 +01:00 |
|
Andrew Murray
|
00cb14afd7
|
Removed trailing whitespace
|
2016-09-03 12:19:04 +10:00 |
|
Robert Nix
|
18a91cebcf
|
Move DDS decoders to C
- Fixed inaccurate BC1/BC3 texture decoding
|
2016-08-25 19:27:48 -05:00 |
|
Arjen Nienhuis
|
c016a12556
|
Fix PyArg_ParseTuple format in getink()
Argument r is a PY_LONG_LONG
This fixes test failures on powerpc for "LA" images
|
2016-08-12 06:49:02 +02:00 |
|
wiredfool
|
2023c7cea1
|
Version 3.4.0.pre version bump
|
2016-07-01 07:20:31 -07:00 |
|
wiredfool
|
4f4c982229
|
3.3.0 Release Version Bump
|
2016-07-01 05:57:19 -07:00 |
|
wiredfool
|
bdd0a6a4e4
|
Merge pull request #1781 from wiredfool/malloc_check
Integer overflow checks on malloc
|
2016-06-21 12:09:19 +01:00 |
|
wiredfool
|
b0ec525976
|
extraneous space
|
2016-06-16 00:52:12 -07:00 |
|
wiredfool
|
52d60cd096
|
Malloc check, #1715
|
2016-06-08 06:21:38 -07:00 |
|
wiredfool
|
c589ae6bcf
|
Change return type of PyPath_Flatten to Py_ssize_t to match PyObject_Length
|
2016-06-08 06:21:38 -07:00 |
|
homm
|
2b77b1cec7
|
make affine transform arguments order more common
|
2016-06-08 16:17:41 +03:00 |
|
homm
|
9902d2e1c5
|
move transform dispatcher into libImaging
|
2016-06-08 16:17:41 +03:00 |
|
homm
|
1f8c2527ba
|
internal rotating functions not used anymore
|
2016-06-08 16:17:41 +03:00 |
|
homm
|
8203a43d26
|
Fast paths for rotation
|
2016-06-08 16:17:41 +03:00 |
|
Andrew Murray
|
196b810d37
|
Removed support for Python 3.0
|
2016-04-21 18:28:56 +10:00 |
|
Andrew Murray
|
d6846403dd
|
Combined identical error messages in _imaging
|
2016-04-12 17:51:55 +10:00 |
|
wiredfool
|
fd7fa4e61d
|
3.3.0.dev0 versioning
|
2016-04-01 07:39:35 -07:00 |
|
wiredfool
|
344cb709ed
|
3.2.0 Release Version Bump
|
2016-04-01 05:17:23 -07:00 |
|
wiredfool
|
b1f6cecd70
|
Merge pull request #1663 from wiredfool/uninitialized-variable
Fixes uninitialized variable warning in _imaging.c:getink
|
2016-03-14 09:41:12 -07:00 |
|
wiredfool
|
8dcbf9c12b
|
Fixing SystemError: new style getargs format but argument is not a tuple
|
2016-03-10 22:14:03 -08:00 |
|
wiredfool
|
95a25a0d82
|
input parameter filtering
|
2016-02-04 07:19:54 -08:00 |
|
wiredfool
|
c5bace00e3
|
more initialization
|
2016-01-31 08:42:00 -08:00 |
|
wiredfool
|
5ff9f24fcc
|
fix uninitalized variable warning, fix logic
|
2016-01-14 08:57:36 -08:00 |
|
wiredfool
|
8d518a3f4d
|
3.2.0-dev versioning
|
2016-01-04 03:03:26 -08:00 |
|
wiredfool
|
fff5536b37
|
3.1.0 version
|
2016-01-04 02:04:23 -08:00 |
|
wiredfool
|
0f9f5cd8db
|
3.1.0-rc1 versioning
|
2016-01-01 16:00:32 +00:00 |
|
Andrew Murray
|
8f9b3a7372
|
Changed arcs, chords and pie slices to use floats
|
2015-12-09 00:28:52 +11:00 |
|
hugovk
|
7f83226e36
|
Remove old, closed-source PIL Plus extensions
|
2015-10-16 19:48:01 +03:00 |
|
Andrew Murray
|
6bd7e7f02d
|
Removed trailing whitespace
|
2015-10-11 21:24:35 +11:00 |
|
Alex Clark
|
1f72110040
|
PEP440 [ci skip]
|
2015-10-05 05:39:08 -04:00 |
|
wiredfool
|
58fedea740
|
3.1 Dev versioning
|
2015-10-01 21:39:00 +01:00 |
|
wiredfool
|
0177cceac4
|
3.0 Release versioning
|
2015-10-01 21:39:00 +01:00 |
|