Commit Graph

  • e0e4c4d52c Shuffle Alex Clark 2013-10-15 08:51:15 -0400
  • a556a46f52 Shuffle and reclassify Alex Clark 2013-10-15 08:48:52 -0400
  • 08ac59e33c Move warnings to docs Alex Clark 2013-10-15 08:47:10 -0400
  • 539f1463cc Make notes more prominent Alex Clark 2013-10-15 08:44:46 -0400
  • 4458787f5e Back to RGBx format, 3 bands in 4 bytes. Tests for internal consistency wiredfool 2013-10-14 22:47:27 -0700
  • 54ff76ae09 Merge pull request #378 from d-schmidt/patch-2 Alex Clark ☺ 2013-10-14 03:11:28 -0700
  • 81bd4e9dfc Merge 18e2f3fff6 into b905ee8ba5 David Schmidt 2013-10-14 03:11:07 -0700
  • b905ee8ba5 Add history [ci skip] Alex Clark 2013-10-14 06:10:58 -0400
  • 4ed588294f Merge pull request #377 from irskep/doc-improvements Alex Clark ☺ 2013-10-14 03:01:00 -0700
  • 18e2f3fff6 Update installation.rst David Schmidt 2013-10-14 11:54:18 +0200
  • b18bc46a36 Merge c3de637362 into 58e6d89f80 Steve Johnson 2013-10-13 22:35:59 -0700
  • c3de637362 Fully document PIL.PSDraw Stephen Johnson 2013-10-13 22:30:00 -0700
  • 7030e50b36 Fully document PIL.ImageWin Stephen Johnson 2013-10-13 22:19:12 -0700
  • 4b4f090258 Fully document PIL.ImageTk Stephen Johnson 2013-10-13 22:09:02 -0700
  • 81ea5c35cb Fully document PIL.ImageStat Stephen Johnson 2013-10-13 21:57:07 -0700
  • f284c194ca Fully document PIL.ImageSequence Stephen Johnson 2013-10-13 21:49:35 -0700
  • 1a72ba260a Fully document PIL.ImageQt Stephen Johnson 2013-10-13 21:45:44 -0700
  • 6566a73bcf Fully document PIL.ImagePath Stephen Johnson 2013-10-13 21:41:21 -0700
  • 7881c86bba Document PIL.ImagePalette as best I can Stephen Johnson 2013-10-13 21:22:18 -0700
  • 58e6d89f80 Add history [ci skip] Alex Clark 2013-10-13 13:05:01 -0400
  • 4ea303af6f Merge pull request #375 from irskep/doc-improvements Alex Clark ☺ 2013-10-13 10:04:12 -0700
  • 7b55040cfa Merge 0f3f6dd1a3 into ceb325eb07 Steve Johnson 2013-10-13 09:57:08 -0700
  • 0f3f6dd1a3 Move ImageGrab docs back to ImageGrab.rst instead of autodoc Stephen Johnson 2013-10-13 09:56:33 -0700
  • fdc48cba6f Update PIL.rst to remove documented modules Stephen Johnson 2013-10-12 22:20:41 -0700
  • 20b9d9774a Fully document PIL.ImageOps; fix some :py:mod: markup Stephen Johnson 2013-10-12 22:17:45 -0700
  • e2d88b5a51 Fully document ImageMath Stephen Johnson 2013-10-12 17:40:14 -0700
  • cf7b72f9b9 Fully document PIL.ImageGrab Stephen Johnson 2013-10-12 17:22:02 -0700
  • bc0f53aceb Fully document PIL.ImageFont Stephen Johnson 2013-10-12 17:14:12 -0700
  • a2c67dc3af Fully document PIL.ImageFilter Stephen Johnson 2013-10-12 16:49:32 -0700
  • 11cd6a9150 Comments identifying modules to skip documenting Stephen Johnson 2013-10-12 13:58:53 -0700
  • 348daf9490 Document ImageFile.Parser Stephen Johnson 2013-10-12 13:57:27 -0700
  • b98c3f05cd Fix a couple of example imports Stephen Johnson 2013-10-12 13:53:31 -0700
  • f2be739fdf Fully document PIL.ImageEnhance Stephen Johnson 2013-10-12 13:48:34 -0700
  • ceb325eb07 Add history [ci skip] Alex Clark 2013-10-12 05:44:53 -0400
  • 0cc371399b Merge pull request #374 from irskep/doc-improvements Alex Clark ☺ 2013-10-12 02:43:38 -0700
  • 961595e0c0 Merge b24fbfaab6 into 7be6e26e7b Steve Johnson 2013-10-12 00:59:22 -0700
  • b24fbfaab6 Move reference above appendices in ToC Stephen Johnson 2013-10-12 00:56:39 -0700
  • c69c6df8b5 Clearer PIL.rst title Stephen Johnson 2013-10-12 00:55:39 -0700
  • 5cf0d35a5b Remove ImageDraw from PIL.rst Stephen Johnson 2013-10-12 00:54:25 -0700
  • 7b9c19b293 Tweak PIL.rst namespace and description Stephen Johnson 2013-10-12 00:53:46 -0700
  • 5c9329d5ba Fully document PIL.ImageDraw Stephen Johnson 2013-10-12 00:52:01 -0700
  • 215b61aadf added lab->srgb and srgb->lab->srgb tests wiredfool 2013-10-11 23:39:16 -0700
  • ace78d0734 Lab is Uint, Int, Int. Tests failing wiredfool 2013-10-11 23:31:47 -0700
  • cb9440a2f5 packing into 24bit wiredfool 2013-10-11 23:31:26 -0700
  • 88c700f3b2 Fully document PIL.ImageColor Stephen Johnson 2013-10-11 22:54:24 -0700
  • 1e726ea36a Remove old ImageChops comments; redundant with docstrings Stephen Johnson 2013-10-11 22:46:57 -0700
  • a31a84f012 Remove ImageChops from PIL.rst Stephen Johnson 2013-10-11 22:46:39 -0700
  • 546c20491f Improve ImageChops docstrings Stephen Johnson 2013-10-11 22:45:23 -0700
  • 39d5e639f0 Fully document PIL.ImageChops Stephen Johnson 2013-10-11 22:45:09 -0700
  • 13d62c9f91 Added LAB to Unpack wiredfool 2013-10-11 22:40:37 -0700
  • eca93101de B->A, spacing wiredfool 2013-10-11 22:40:14 -0700
  • 1111fca8c6 Solved Segfault wiredfool 2013-10-11 22:29:19 -0700
  • b533aa665e Fix many formatting mistakes in PIL.Image's docstrings Stephen Johnson 2013-10-11 22:18:40 -0700
  • b25e8c5d18 Fully document PIL.Image from handbook Stephen Johnson 2013-10-11 22:18:28 -0700
  • 1c3932e89f Added LAB mode, core dumped wiredfool 2013-10-10 23:27:34 -0700
  • ac38d91a2d Well, now I know _why_ it's failing. We don't have a concept for LAB color wiredfool 2013-10-10 23:02:33 -0700
  • b506e2ad44 Fixed ability to create LAB profiles with color temperatures wiredfool 2013-10-10 22:42:27 -0700
  • 9042f8c61f split tests, disable info difference tests wiredfool 2013-10-10 22:16:56 -0700
  • ce041fd199 moving string functions into python, py27 and py32 now really work the same wiredfool 2013-10-10 22:12:45 -0700
  • 7be6e26e7b Merge branch 'master' of github.com:python-imaging/Pillow Alex Clark 2013-10-10 05:24:14 -0400
  • 8f81298a5a Add history [ci skip] Alex Clark 2013-10-10 05:24:10 -0400
  • 577780d2c2 Merge pull request #371 from irskep/doc-improvements Alex Clark ☺ 2013-10-10 02:23:18 -0700
  • db96d01b4f Merge c3aaa9e9c4 into efeb1458a2 Steve Johnson 2013-10-10 02:22:27 -0700
  • efeb1458a2 Merge pull request #373 from wiredfool/setup Alex Clark ☺ 2013-10-10 02:15:42 -0700
  • b37e75dc97 Merge 473f5d8fc7 into 8ae54f2b40 wiredfool 2013-10-10 02:15:14 -0700
  • 8ae54f2b40 Add history [ci skip] Alex Clark 2013-10-10 05:10:12 -0400
  • 8571c43e7f Merge pull request #368 from iElectric/respect_cflags_ldflags Alex Clark ☺ 2013-10-10 02:08:58 -0700
  • 473f5d8fc7 Changed ''.split to tuples wiredfool 2013-10-09 21:44:05 -0700
  • 043dda21d2 Added tiff save option documentation wiredfool 2013-10-08 22:41:44 -0700
  • 21697f676b Merge branch 'master' into tifftags wiredfool 2013-10-08 21:34:02 -0700
  • c3aaa9e9c4 Link to Github Steve Johnson 2013-10-08 17:28:09 -0700
  • 7bcf0a17a4 Add myself to CONTRIBUTORS.rst Steve Johnson 2013-10-08 17:24:42 -0700
  • ea8b1ed321 Add global ToC back to index page Steve Johnson 2013-10-08 17:23:39 -0700
  • f218b8d68f Link to PyPI from index.rst; formatting fixes Steve Johnson 2013-10-08 17:19:49 -0700
  • 2c5073e2e1 Bump required pillow version in docs/requirements.txt Steve Johnson 2013-10-08 17:17:21 -0700
  • cdaf584b63 Fix some readme formatting Steve Johnson 2013-10-08 17:16:45 -0700
  • 9116813e70 Remove PIL porting guide from Readme Steve Johnson 2013-10-08 17:15:58 -0700
  • ea83ab9c58 Clarify contributor updates Steve Johnson 2013-10-08 17:15:50 -0700
  • ab1f35a8a8 Copy/move a bunch of README content to the doc site Steve Johnson 2013-10-08 17:13:06 -0700
  • 36b370e465 Helpful sidebar Steve Johnson 2013-10-08 16:34:24 -0700
  • 6fea2a5ad3 Simplify docs/conf.py Steve Johnson 2013-10-08 16:19:35 -0700
  • 08347569b5 Another python 2.6 detail wiredfool 2013-10-08 11:32:51 -0700
  • e9b0b09b72 Python 2.6 compatibility wiredfool 2013-10-08 10:43:55 -0700
  • a91283061e Python3 fixes wiredfool 2013-10-07 23:30:55 -0700
  • 0bded743f5 Additional test image wiredfool 2013-10-07 23:14:46 -0700
  • e35ed87be6 Writing multiple rational items wiredfool 2013-10-07 23:09:41 -0700
  • 0204733fd6 Proper handling of both IFDs for libtiff usage wiredfool 2013-10-07 23:03:50 -0700
  • 2188cf2baf typo wiredfool 2013-10-07 23:03:13 -0700
  • e6c8e5abec better handling of unicode, rational tuples wiredfool 2013-10-07 23:02:59 -0700
  • 350cc702f1 Additional tests for reading and writing Tiff ImageFileDirectories wiredfool 2013-10-07 23:01:15 -0700
  • a3d267b96c Changes in the internal representation of ImageFileDirectory wiredfool 2013-10-07 17:00:54 -0700
  • 951a5d4ce8 Using the public interface rather than the raw, undecoded interface wiredfool 2013-10-07 17:00:20 -0700
  • ce0e8b6abf streamlining internal representation of types in ImageFileDirectory wiredfool 2013-10-07 16:59:37 -0700
  • e8086d7f5c Merge 9b6af55702 into 34944bf533 Domen Kožar 2013-10-07 12:44:48 -0700
  • 9b6af55702 respect CFLAGS/LDFLAGS when searching for headers/libs Domen Kožar 2013-10-07 21:43:39 +0200
  • 34944bf533 Merge pull request #365 from wiredfool/pypy wiredfool 2013-10-07 10:50:52 -0700
  • df99b203fe Merge cbfae86f24 into 8a22598d41 wiredfool 2013-10-07 10:36:50 -0700
  • 8a22598d41 Add history [ci skip] Alex Clark 2013-10-07 12:21:09 -0400
  • 3539af06fa Merge pull request #366 from irskep/doc-improvements Alex Clark ☺ 2013-10-07 09:20:12 -0700
  • 67b2187c88 Merge 55913cab1b into 97f9579e8b Steve Johnson 2013-10-07 08:56:08 -0700