Commit Graph

4111 Commits

Author SHA1 Message Date
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
Alex Clark
aa263857f3 Clean up Handbook
A while back somebody awesome forked the PIL Handbook (http://effbot.org/imagingbook/pil-index.htm) to Pillow. IIRC we tried to incorporate the handbook "seemlessly", which apparently meant not using the word "handbook" anywhere. Now that seems confusing, so I'm reorganizing all the handbook content under one section named "Handbook".

This commit:

- Moves guides.rst to handbook/index.rst
- Moves appendices.rst to handbook/
- Removes developer.rst from handbook index.
- Removes porting-pil-to-pillow.rst from handbook index.

Unrelated to the above:

- Shorten title "Porting existing PIL-based code to Pillow" to "Porting"
- Move text "Porting existing PIL-based code to Pillow" to faux sub-header (bold text not sub-header because there's only one section.)

"Porting" may be better named "Migrating", not sure yet.
2015-09-30 06:38:51 -04:00
Alex Clark
edb238f4e5 Shorten title; Clarify these are rst files
- Shorten "About Pillow" to Pillow (the reader likely already knows we're talking about Pillow)
- Clarify reference to rst files by using rst extension; Sphinx seems to recognize either convention, but humans (like me) forget exactly what Sphinx is doing sometimes.
2015-09-30 06:21:52 -04:00
Alex Clark
eabaef12fa Remove pre-fork-readme
This exists here *too* and we probably don't need two copies: https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#pre-fork. Hence, this one can be removed.
2015-09-30 06:16:55 -04:00
Andrew Murray
b808a4ed46 Update CHANGES.rst [ci skip] 2015-09-30 20:13:58 +10:00
Alex Clark
37927d3baa Merge pull request #1446 from cgohlke/patch-1
Py3 fixes for ImageQt.align8to32
2015-09-30 05:48:55 -04:00
Christoph Gohlke
6736344703 Py3 fixes for ImageQt.align8to32 2015-09-29 22:28:42 -07:00
Alex Clark
a5da0e0c4a Revert "Remove badge [ci skip]"
This reverts commit 0387cfe912.
2015-09-29 18:11:15 -04:00
wiredfool
ca929bdfc0 Merge pull request #1435 from radarhere/tiff
Minor Tiff formatting changes
2015-09-29 15:43:40 +01:00
wiredfool
89ccf66ff7 Merge pull request #1343 from radarhere/deprecated
Removed deprecated code
2015-09-29 15:38:34 +01:00