Commit Graph

4191 Commits

Author SHA1 Message Date
Hugo van Kemenade
d96cb49d95 Merge pull request #1451 from wiredfool/requirements
Added some requirements for make release-test [ci skip]
2015-10-05 15:27:54 +03:00
Hugo van Kemenade
25d03d6fce Merge pull request #1465 from wiredfool/bug-iccprofile
Add tag info for iccprofile, fixes #1462
2015-10-05 15:23:16 +03:00
masklinn
fc52f73366 Add warning to tobytes
It probably isn't what most developers want.
2015-10-05 12:27:25 +02:00
Alex Clark
1f72110040 PEP440 [ci skip] 2015-10-05 05:39:08 -04:00
Alex Clark
ae9ee0f95e Make file list more cut/pasteable [ci skip] 2015-10-05 05:36:25 -04:00
wiredfool
509a65cfe7 Updated Changes.rst [ci skip] 2015-10-05 09:43:59 +01:00
wiredfool
23631302a9 Merge pull request #1467 from wiredfool/sampleformat
Flatten sampleformat to initial value, fixes #1466
2015-10-05 01:43:03 -07:00
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
wiredfool
5e670e9b70 using test file with known license 2015-10-03 17:04:40 -07: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
wiredfool
7206be535e Flatten sampleformat to initial value, fixes #1466 2015-10-03 22:57:44 +01:00
wiredfool
157df44e51 Add tag info for iccprofile, fixes #1462 2015-10-03 16:35:53 +01: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
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