Commit Graph

3979 Commits

Author SHA1 Message Date
wiredfool
543238849c Merge pull request #1464 from wiredfool/pathlib_temporaryfile
Fix handling of pathlib in save. Fixes #1460
2015-10-05 01:41:58 -07:00
wiredfool
497c043948 Updated Changes.rst [ci skip] 2015-10-05 09:41:38 +01:00
wiredfool
f40547243e Merge pull request #1469 from hugovk/947fix
Make tests more robust
2015-10-05 01:40:54 -07:00
hugovk
0e23d74173 Make tests more robust re: https://github.com/python-pillow/Pillow/issues/947#issuecomment-61641247 2015-10-05 10:27:23 +03:00
Alex Clark
529eebd3c0 Update AppVeyor URL accordingly [ci skip]
c.f. #1468
2015-10-04 15:41:14 -04:00
Alex Clark
fcdd64eb6b Add AppVeyor badge [ci skip] 2015-10-04 06:53:44 -04:00
Alex Clark
6daa2c30c0 s/aclark4life/pillow/ [ci skip] 2015-10-04 06:36:44 -04:00
Alex Clark
e67d903482 Add Gratipay Badge [ci skip]
Note: anyone on the GitHub Pillow Team interested in receiving donations for their contributions may do so via the Gratipay Pillow Team (https://gratipay.com/pillow/). I'm not sure how to add folks, but if you are interested I will figure it out (I'm currently the only recipient.)
2015-10-03 18:59:30 -04:00
Alex Clark
a6d9452986 PEP 0440 compliance [ci skip]
``3.1.0.dev`` should be ``3.1.0.dev0`` to be compliant with PEP 0386 (which has since been superceded by PEP 0440 https://www.python.org/dev/peps/pep-0440/)
2015-10-03 18:49:49 -04:00
Hugo van Kemenade
b7068dcc00 Tested on El Capitan
```
⌁74% [hugo:~/github/Pillow] 0177cce+* 11s ± coverage run --append --include=PIL/* selftest.py
--------------------------------------------------------------------
Pillow 3.0.0 TEST SUMMARY 
--------------------------------------------------------------------
Python modules loaded from /Users/hugo/github/Pillow/PIL
Binary modules loaded from /Users/hugo/github/Pillow/PIL
--------------------------------------------------------------------
--- PIL CORE support ok
--- TKINTER support ok
--- FREETYPE2 support ok
--- LITTLECMS2 support ok
--- WEBP support ok
--- JPEG support ok
*** OPENJPEG (JPEG2000) support not installed
--- ZLIB (PNG/ZIP) support ok
--- LIBTIFF support ok
--------------------------------------------------------------------
Running selftest:
--- 57 tests passed.
```

Full tests:
```
Ran 667 tests in 49.411s

OK (SKIP=47)
```
Mainly skipped Qt and OpenJPEG.
2015-10-03 11:12:38 +03:00
wiredfool
42633d7a31 spaces. 2015-10-03 08:29:52 +01:00
wiredfool
d965257616 Fix handling of pathlib in save. Fixes #1460 2015-10-03 08:12:44 +01:00
wiredfool
087a7fdbfa Updated Changes.rst (formatting) [ci skip] 2015-10-02 14:08:48 +01:00
wiredfool
f48786d8cd Updated Changes.rst [ci skip] 2015-10-02 14:07:37 +01:00
wiredfool
fdfbe8f3ee Merge pull request #1458 from wiredfool/pr1431
Use correctly sized pointers for windows handle types.
2015-10-02 06:06:20 -07:00
wiredfool
ead3a63b83 Merge pull request #1459 from python-pillow/hugovk-patch-1
Add Travis CI's Python versions to matrix
2015-10-02 06:05:48 -07:00
hugovk
2570354069 Add AppVeyor build to support matrix 2015-10-02 15:46:26 +03:00
hugovk
9ff42d30b2 Only list most recently tested 2015-10-02 15:44:35 +03:00
Hugo van Kemenade
187108fae9 Add Travis CI's Python versions to matrix
Travis CI uses Ubuntu 12.04 LTS Server Edition 64 bit, and is also tested on 3.4 and 3.5.

Travis CI also uses OS X Mavericks, and is also tested on 3.2 and 3.3. I've left out 3.5 because it's not yet passing.

[CI skip]
2015-10-02 15:07:50 +03:00
wiredfool
5ee9dd6f88 Fixing test on py 2.x 2015-10-02 03:03:15 -07:00
wiredfool
a20449006a Update 3.0.0.rst 2015-10-02 10:09:51 +01:00
wiredfool
52ab4170e0 Update installation.rst formatting 2015-10-02 10:09:13 +01:00
wiredfool
28d98a4b29 Update Release Notes [ci skip]
Updated release notes to cover the change to the handling of libjpeg and libz
2015-10-02 10:07:35 +01:00
Andrew Murray
e5f35a2a4c Merge pull request #1453 from python-pillow/hugovk-patch-1
Add Python 3.5
2015-10-02 17:36:31 +10:00
Hugo van Kemenade
da7c5d1d3a Add Python 3.5
[CI skip]
2015-10-02 10:23:41 +03:00
Alex Clark
07d3604da8 Add docs badge [ci skip]
Because more badges and the same badges duplicated in two places! (Maybe we only need badges in either the README.rst or docs/index.rst? Or maybe just we need to keep duplicating them. Not sure.)
2015-10-01 20:17:48 -04:00
Alex Clark
888570f848 Wording [ci skip] 2015-10-01 20:11:48 -04:00
Alex Clark
26f5967e5b Add docs badge [ci skip]
Because more badges!
2015-10-01 20:10:15 -04:00
Alex Clark
8f76950d3f Update RELEASING.md [ci skip]
- Wording & add URL to PyPI version config info
2015-10-01 18:44:39 -04:00
wiredfool
daf8298f8e Update Releasing.md [ci skip] 2015-10-01 22:04:09 +01:00
wiredfool
51ab222c94 Merge pull request #1452 from wiredfool/3.0.x
3.0.x Release versioning.
2015-10-01 13:40:02 -07: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
wiredfool
73f3827e42 Update Releasing.md [ci skip] 2015-10-01 16:33:15 +01:00
wiredfool
3253e18812 Update Releasing.md [ci skip] 2015-10-01 16:29:19 +01:00
Alex Clark
c0dbeb0551 Ordering & remove plugins [ci skip]
Ordering & remove plugins from list (moved to reference folder)
2015-10-01 11:02:56 -04:00
Alex Clark
1bbc9b8ae9 Merge pull request #1450 from wiredfool/docs-releasenotes
Added release notes for 3.0.0, added them to index and toc
2015-10-01 10:59:17 -04:00
wiredfool
00a76fea60 Update CHANGES.rst [ci skip] 2015-10-01 15:55:36 +01:00
wiredfool
4a8a983e6a Merge pull request #1398 from mrTable/master
Check flush method existence for file-like object
2015-10-01 07:54:26 -07:00
wiredfool
dc5183fead added release notes for 3.0.0, added them to index and toc 2015-10-01 15:50:07 +01:00
wiredfool
eb80824f51 Have to guard the ctypes.wintypes import 2015-10-01 14:54:32 +01:00
wiredfool
7a48d7658d removing the print 2015-10-01 14:54:32 +01:00
wiredfool
3228860514 Test for PR#1431, following [nu744] 2015-10-01 14:54:32 +01:00
nu774
2be12dec2b Don't use int to handle type
Couldn't accept handle values greater than 0x7FFFFFFF, which wasn't enough even on 32bit system, and completely wrong for 64bit.
2015-10-01 14:54:32 +01:00
wiredfool
4efe262857 Update CHANGES.rst [ci skip] 2015-10-01 13:34:28 +01:00
wiredfool
92f5133469 Merge pull request #1445 from radarhere/pdf
Added PDF multipage saving
2015-10-01 05:33:11 -07:00
Andrew Murray
125ec9c650 Added documentation 2015-10-01 19:45:27 +10:00
Alex Clark
a8496267dd Merge pull request #1447 from python-pillow/docs-cleanup
Docs cleanup
2015-09-30 12:50:36 -04:00
Alex Clark
93a326dc01 Install Sphinx; pushd/popd instead of cd 2015-09-30 09:37:54 -04:00
Alex Clark
8e05ae6fb8 Add doc build & linkcheck to CI 2015-09-30 09:10:28 -04:00