Commit Graph

3754 Commits

Author SHA1 Message Date
wiredfool
07eea7be52 updated freetype, working ft builds on vc2010 2015-06-11 20:35:21 -07:00
wiredfool
ee71e8a80e sigh 2015-06-11 13:40:46 -07:00
wiredfool
a69a47c042 refactoring for PYTHON environment 2015-06-11 13:11:26 -07:00
wiredfool
680310c7e2 use the PYTHON environment variable to choose the python 2015-06-11 10:55:42 -07:00
Andrew Murray
ecb1cef99b Added background color index saving to GifImagePlugin 2015-06-11 11:10:05 +10:00
wiredfool
49c100515b build libs based on the python environment variable for appveyor 2015-06-10 16:42:12 -07:00
wiredfool
ef1c9d171c removing missing file 2015-06-10 15:51:58 -07:00
wiredfool
2c28d5365a lets not do lcms either right now 2015-06-10 15:30:57 -07:00
wiredfool
8f3540b9f9 need to detect the right compiler 2015-06-10 15:19:21 -07:00
wiredfool
69f49a1b91 in-progress appveyor path 2015-06-10 15:05:29 -07:00
wiredfool
ca52d5630d relative path for cmake 2015-06-10 15:03:32 -07:00
wiredfool
b73a4dc5ff name change 2015-06-10 14:37:25 -07:00
wiredfool
8124851534 platforms for appveyor 2015-06-10 14:37:08 -07:00
wiredfool
2334d278d4 in-progress, 27x64 build, appveyor 2015-06-10 13:16:17 -07:00
wiredfool
fd55099ffc merge a year of master into winbuild 2015-06-10 12:49:07 -07:00
Hugo
67c75061d2 Update CHANGES.rst [CI skip] 2015-06-09 14:23:09 +03:00
Hugo
096e9fc89c Merge pull request #1269 from radarhere/gif
Removed interlace flag from GifImagePlugin getdata
2015-06-09 14:22:23 +03:00
Andrew Murray
42d1aabcc4 Removed interlace flag from GifImagePlugin getdata 2015-06-09 20:21:00 +10:00
hugovk
535ba680f1 Reinstate OS X badge [CI skip] 2015-06-08 16:12:28 +03:00
hugovk
02f84fddf4 Shields.io badges instead of broken pypip.in. PNG->SVG for consistency [CI skip] 2015-06-08 15:02:28 +03:00
Alex Clark
e9a359ced2 Comment badges
Re: #1264
2015-06-08 07:24:40 -04:00
Hugo
7ea13e8543 Update CHANGES.rst [CI skip] 2015-06-08 09:09:25 +03:00
Hugo
caae8547b4 Merge pull request #1261 from radarhere/nframes
Provide n_frames attribute to multi-frame formats
2015-06-08 09:07:40 +03:00
Hugo
1b2f6ae1b8 Merge pull request #1262 from radarhere/typo
Fixed various typos
2015-06-08 08:57:43 +03:00
Andrew Murray
9e24ae023d Fixed various typos 2015-06-08 01:17:49 +10:00
Andrew Murray
46f439604c Added tests 2015-06-08 01:02:43 +10:00
Andrew Murray
0c51b7967e Fixed seek bug in FliImagePlugin 2015-06-08 01:02:35 +10:00
Antony Lee
3ad70423ad Fix typo in FliImagePlugin (seek -> _seek). 2015-06-08 00:40:23 +10:00
Antony Lee
51f3560dc4 Restore negative seeks for TIFF. 2015-06-08 00:40:23 +10:00
Antony Lee
1b80fe5507 Provide n_frames attribute to multi-frame formats.
cf #1190, #1192.  Tests missing.
2015-06-08 00:40:23 +10:00
Alex Clark
9a333c8996 Clean up 2015-06-07 10:29:52 -04:00
Alex Clark
e69d028b6e Clean up Makefile [ci skip] 2015-06-07 10:28:40 -04:00
Alex Clark
70b2be6bd5 Clean up Makefile [ci skip]
- Remove nose-cov comment: we know from requirements.txt that nose-cov is required.
- Phony targets comment: who cares? We'll just keep listing them all for now. URL still helpful.
- Coverage report comment: I don't get it. Reformat and add "XXX" to draw attention from someone who does.
2015-06-07 10:22:15 -04:00
Alex Clark
5f4e407927 Clean up Makefile [ci skip]
- Rename targets docs, docserver -> doc, docserve; shorten
- Rename help and phony targets
2015-06-07 10:18:31 -04:00
Alex Clark
7dafa9a97e Clean up Makefile [ci skip]
- Alpha sort targets and help targets
- Add welcome message
2015-06-07 10:08:38 -04:00
Alex Clark
e3d5306bde Clean up Makefile [ci skip]
- Alpha sort and add missing targets (though we may only need ones that are known to cause target execution issues)
2015-06-07 10:03:31 -04:00
Alex Clark
99b4da48dc Clean up Makefile [ci skip]
- Rename ``pre`` -> ``release-test``
- Remove virtualenv creation and call ``install-req`` from ``release-test``
2015-06-07 09:59:46 -04:00
Alex Clark
91d5da745f Clean up Makefile [ci skip]
- Rename sdistup, sdisttest -> upload, upload-test to better reflect what target does; keep target name short; add targets to help
2015-06-07 09:54:02 -04:00
Alex Clark
0706f6b504 Clean up Makefile [ci skip]
- Rename test-dep -> install-req to better describe what target does; keep target name short.
2015-06-07 09:50:01 -04:00
Alex Clark
19432c3e53 Clean up Makefile [ci skip]
- Clean up test.pythonpackages.com setup description
2015-06-07 09:45:26 -04:00
Alex Clark
d31c6c7847 Clean up Makefile and requirements.txt [ci skip]
- Remove relative calls to pip, python (assume virtualenv activated or otherwise "safe" global env)
- Full define development and documentation requirements in requirements.txt

``make test-dep`` installs documentation dependencies too, hopefully that's not too annoying.

This means development process for documentation and code can begin with:

    virtualenv .
    source bin/activate
    pip install -r requirements.txt
2015-06-07 09:38:09 -04:00
Alex Clark
b4503f6cd4 Make sure we upload a tar.gz too, Part 2 [ci skip]
Do a better job:
- Add gztar to --format instead of calling setup.py twice
- Create same sdists across all targets not just upload
2015-06-06 20:27:09 -04:00
Alex Clark
b680d86379 Add 2.8.2 release info [ci skip] 2015-06-06 19:53:56 -04:00
Alex Clark
438104b631 Merge pull request #1256 from radarhere/2.8.x
Fixed Tiff handling of bad EXIF data
2015-06-06 19:42:32 -04:00
Andrew Murray
109ec638d9 Added test for bad EXIF data 2015-06-07 00:10:15 +10:00
Andrew Murray
ed2cca1e71 Fixed Tiff handling of bad EXIF data 2015-06-07 00:09:54 +10:00
Andrew Murray
a1b71d5ee0 Added test for polygon edge drawing 2015-06-06 00:46:50 +10:00
Andrew Murray
16261beeba Fixed polygon edge drawing 2015-06-05 11:16:33 +10:00
hugovk
997e0fcc5a Pyroma tests sometimes hang on PyPy; skip for PyPy 2015-06-04 13:19:08 +03:00
Hugo
9f79e4a320 Update CHANGES.rst [CI skip] 2015-06-04 13:08:59 +03:00