homm
|
c2c586dcc1
|
This is not so since #1029
|
2015-04-03 00:28:25 +03:00 |
|
Alex Clark
|
5c233d12c6
|
Make sure we upload a tar.gz too
|
2015-04-02 15:17:47 -04:00 |
|
Alex Clark
|
7fcfebdd22
|
Update release documentation [ci skip]
- Format files that receive version number update for easy cut/paste.
- Wording nits
- Clarify steps
|
2015-04-02 15:11:39 -04:00 |
|
Alex Clark
|
2db66c6d89
|
Update changes [ci skip]
|
2015-04-02 14:59:49 -04:00 |
|
Alex Clark
|
5cfc34b287
|
Begin 2.9.0 development with 2.9.0.dev0
Use PEP440 syntax to identify development branch and keep pyroma happy: https://www.python.org/dev/peps/pep-0440/#developmental-releases.
|
2015-04-02 14:53:49 -04:00 |
|
Alex Clark
|
3f09b8f171
|
Prep 2.8.1
|
2015-04-02 10:59:03 -04:00 |
|
Alex Clark
|
d817b61943
|
Merge pull request #1165 from hugovk/1163b
Catch struct.error on invalid JPEG (#1163)
|
2015-04-02 10:54:08 -04:00 |
|
hugovk
|
66e86f325f
|
Catch struct.error on invalid JPEG (#1163)
|
2015-04-02 08:29:18 +03:00 |
|
Alex Clark
|
d754598f14
|
Update CHANGES [ci skip]
|
2015-04-01 15:39:41 -04:00 |
|
Alex Clark
|
071df8d33d
|
Some Flake 8 fixes
|
2015-04-01 15:38:18 -04:00 |
|
Alex Clark
|
ea65087a20
|
Merge pull request #1125 from artscoop/patch-1
Fix 32-bit BMP loading (RGBA or RGBX)
|
2015-04-01 15:23:32 -04:00 |
|
Alex Clark
|
12ee04a06f
|
Include link to pre-fork changelog [ci skip]
|
2015-04-01 10:33:11 -04:00 |
|
Alex Clark
|
53d1b82351
|
Add header to orig readme [ci skip]
So we can link to it from README
|
2015-04-01 10:29:01 -04:00 |
|
Alex Clark
|
358ddc3286
|
Update CHANGES [ci skip]
|
2015-04-01 10:22:42 -04:00 |
|
Alex Clark
|
b97369f6b3
|
Merge pull request #1162 from hugovk/style_health
Style/health fixes
|
2015-04-01 10:21:53 -04:00 |
|
hugovk
|
2879819ce7
|
Style/health fixes
|
2015-04-01 16:47:01 +03:00 |
|
Hugo
|
20fd366eb9
|
Update CHANGES.rst [CI skip]
|
2015-04-01 14:18:01 +03:00 |
|
Hugo
|
4308872809
|
Merge pull request #1131 from mixcloud/gd-unbound-local-variable
Fix UnboundLocalError in ImageFile
|
2015-04-01 14:16:36 +03:00 |
|
Alex Clark
|
58680fcd7a
|
Fix syntax [ci skip]
|
2015-04-01 06:52:12 -04:00 |
|
Alex Clark
|
da4469d392
|
Add link to issues [ci skip]
|
2015-04-01 06:50:57 -04:00 |
|
Alex Clark
|
6dabce59c7
|
Source dists aren't binary [ci skip]
|
2015-04-01 06:19:12 -04:00 |
|
Alex Clark
|
d58e6f873c
|
Add sdist helpers to makefile [ci skip]
Document in RELEASING
|
2015-04-01 06:16:36 -04:00 |
|
Alex Clark
|
54956f57c6
|
No separate upload required [ci skip]
|
2015-04-01 06:15:10 -04:00 |
|
Alex Clark
|
d20038e845
|
You don't need to register every release [ci skip]
Only once per project
|
2015-04-01 06:10:17 -04:00 |
|
Alex Clark
|
b9fb9449fb
|
Merge pull request #1160 from radarhere/health
Further health fixes
|
2015-04-01 06:06:47 -04:00 |
|
Alex Clark
|
c91768f7bf
|
Merge pull request #1117 from radarhere/master
Allow truetype() to search for extensions other than .ttf
|
2015-04-01 06:01:19 -04:00 |
|
George Davaris
|
68663ad352
|
Define t variable in a more appropriate place
|
2015-04-01 10:48:28 +01:00 |
|
Andrew Murray
|
bd3f036a56
|
Fixed many style problems in OleFileIO resulting from indentation
|
2015-04-01 17:48:26 +11:00 |
|
Hugo
|
12752affcf
|
Merge pull request #1161 from radarhere/patch-1
Removed unused variable in Jpeg2KEncode
|
2015-04-01 09:35:15 +03:00 |
|
Andrew Murray
|
2834b78982
|
Removed or commented unused variables from OleFileIO
|
2015-04-01 17:22:44 +11:00 |
|
Andrew Murray
|
b75ee4c5b6
|
Added tests for font paths without extensions and for preferring ttf extensions
|
2015-04-01 15:26:00 +11:00 |
|
Andrew Murray
|
3cd7f0e6f2
|
Removed unused variable in Jpeg2KEncode
|
2015-04-01 15:14:56 +11:00 |
|
Alex Clark
|
d8c69ef5aa
|
Fix link; wording nit [ci skip]
|
2015-03-31 22:01:05 -04:00 |
|
Alex Clark
|
c562c55788
|
Camel case nit [ci skip]
|
2015-03-31 22:00:53 -04:00 |
|
Alex Clark
|
094a2ca592
|
I am aclark4life on GitHub [ci skip]
|
2015-03-31 21:48:45 -04:00 |
|
Andrew Murray
|
68d9860921
|
Changed list comprehension variable name to avoid redefinition
|
2015-04-01 12:45:08 +11:00 |
|
Andrew Murray
|
1199665033
|
Removed duplicate import from OleFileIO
|
2015-04-01 12:45:08 +11:00 |
|
Andrew Murray
|
1f5aeea463
|
Fixed incorrect import in FpxImagePlugin
|
2015-04-01 12:45:08 +11:00 |
|
Alex Clark
|
6572728275
|
We're going downtown [ci skip]
https://www.youtube.com/watch?v=QCz9CdOCh7w (Set release date for 2.8.0 happening in < 8 hours)
|
2015-03-31 21:44:07 -04:00 |
|
Alex Clark
|
f95f13c6fa
|
Merge pull request #1107 from acdha/tidy-DecompressionBombWarning-docs
Tidy docs for DecompressionBombWarning
|
2015-03-31 21:38:05 -04:00 |
|
Alex Clark
|
1f6f358132
|
Update CHANGES [ci skip]
|
2015-03-31 21:36:52 -04:00 |
|
Alex Clark
|
9c37a29553
|
Merge pull request #982 from hugovk/cache
Re-enable test image caching
|
2015-03-31 21:36:24 -04:00 |
|
Alex Clark
|
b1517e7176
|
Update CHANGES [ci skip]
|
2015-03-31 21:14:32 -04:00 |
|
Alex Clark
|
0925c4adbb
|
Merge pull request #1152 from hugovk/1104
Fix: Cannot identify EPS images
|
2015-03-31 21:12:55 -04:00 |
|
Alex Clark
|
2da49ae5ad
|
Merge pull request #1159 from radarhere/health
Further health fixes
|
2015-03-31 21:02:57 -04:00 |
|
Alex Clark
|
0d64171481
|
Configure setuptools to run nosetests, fixes #729
http://nose.readthedocs.org/en/latest/setuptools_integration.html
|
2015-03-31 20:22:09 -04:00 |
|
Andrew Murray
|
440022e59f
|
Added missing import in FpxImagePlugin
|
2015-04-01 11:21:15 +11:00 |
|
Andrew Murray
|
120982574a
|
Moved __future__ import to the top of pilprint script
|
2015-04-01 11:21:15 +11:00 |
|
Alex Clark
|
5114425f6b
|
Update CHANGES [ci skip]
|
2015-03-31 20:13:37 -04:00 |
|
Alex Clark
|
c1a8f29944
|
Merge pull request #1158 from radarhere/health
Health fixes
|
2015-03-31 19:57:02 -04:00 |
|