Commit Graph

6624 Commits

Author SHA1 Message Date
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
ec0cd1e4d3 another release-test item 2015-10-01 21:23:49 +01:00
wiredfool
efd4b9d4ff Added some requirements for make release-test [ci skip] 2015-10-01 16:41:55 +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
Alex Clark
02c00c10b7 Add RTD blurb 2015-09-30 08:43:21 -04:00
Alex Clark
cfd87ccad2 Move CI note to contributing 2015-09-30 08:37:02 -04:00
Alex Clark
ddb12e25b7 Wording 2015-09-30 08:30:40 -04:00
Alex Clark
b65c170b22 Order swap and remove old ref 2015-09-30 07:33:16 -04:00
Alex Clark
c446a8329e Move Plugins to Reference
Plugin references were previously unlinked AFAICT, now moved to references/ and linked from references index. (I'm not sure I fully understand or can recall if these API references are generated once then updated or generated each time via `make html` ?)
2015-09-30 07:31:06 -04:00
Alex Clark
7ff78543c8 Port to the top
As "how to port" (make code written for PIL work with Pillow) is likely a FAQ, back to the top.
2015-09-30 07:28:35 -04:00
Alex Clark
e85d058f07 Add RTD blurb 2015-09-30 07:27:02 -04:00
Alex Clark
62068ff9a7 Remove extra header 2015-09-30 07:24:58 -04:00
Alex Clark
d194da6eda Create developer section
- Move release notes & porting info to developer section
2015-09-30 06:56:48 -04:00