Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.2 | Sandro Tosi | 2011-08-16 | 1 | -1/+1 |
|\ | |||||
| * | #12761: fix wording of zlib license section | Sandro Tosi | 2011-08-16 | 1 | -1/+1 |
* | | Move versionadded directive to the top level, as we do in other files | Éric Araujo | 2011-08-16 | 1 | -2/+3 |
* | | Fix typo | Éric Araujo | 2011-08-16 | 1 | -1/+1 |
* | | #12204: merge with 3.2. | Ezio Melotti | 2011-08-15 | 1 | -18/+21 |
|\ \ | |/ | |||||
| * | #12204: document that str.upper().isupper() might be False and add a note abo... | Ezio Melotti | 2011-08-15 | 1 | -18/+21 |
* | | #12725: merge with 3.2. | Ezio Melotti | 2011-08-14 | 2 | -3/+4 |
|\ \ | |/ | |||||
| * | #12725: fix working. Patch by Ben Hayden. | Ezio Melotti | 2011-08-14 | 2 | -3/+4 |
* | | Issue #12646: Add an 'eof' attribute to zlib.Decompress. | Nadeem Vawda | 2011-08-13 | 1 | -8/+12 |
* | | merge with 3.2 | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | let PySequence_Check me a link; thanks to tomo cocoa from docs@ | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
* | | merge with 3.2 | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | it's 'rather than'; reported by James Bateman on docs@ | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
| * | Branch merge | Éric Araujo | 2011-08-12 | 1 | -19/+19 |
| |\ | |||||
* | \ | Brench merge | Éric Araujo | 2011-08-12 | 2 | -20/+20 |
|\ \ \ | |||||
| * | | | Fix directive markup | Éric Araujo | 2011-08-10 | 1 | -1/+1 |
| * | | | Merge 3.2 | Éric Araujo | 2011-08-10 | 1 | -19/+19 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Use real word in English text (i.e. not code) | Éric Araujo | 2011-08-10 | 1 | -19/+19 |
* | | | | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance | Eli Bendersky | 2011-08-12 | 4 | -93/+85 |
* | | | | Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. | Brian Curtin | 2011-08-11 | 1 | -0/+13 |
* | | | | Closes #12718: Merge documentation fix from 3.2. | Vinay Sajip | 2011-08-11 | 1 | -0/+25 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Issue #12718: Add documentation on using custom importers. | Vinay Sajip | 2011-08-11 | 1 | -0/+25 |
* | | | | merge heads | Benjamin Peterson | 2011-08-09 | 1 | -1/+13 |
|\ \ \ \ | |||||
| * | | | | Add support for unary plus and unary minus to collections.Counter() | Raymond Hettinger | 2011-08-09 | 1 | -1/+13 |
| | |/ / | |/| | | |||||
* | | | | merge 3.2 (#12719) | Benjamin Peterson | 2011-08-09 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | note mutating tp_dict is bad (closes #12719) | Benjamin Peterson | 2011-08-09 | 1 | -0/+5 |
| |/ | |||||
| * | Branch merge | Éric Araujo | 2011-08-09 | 5 | -97/+255 |
| |\ | |||||
| | * | Branch merge | Éric Araujo | 2011-08-08 | 5 | -97/+255 |
| | |\ | |||||
* | | \ | Branch merge | Éric Araujo | 2011-08-09 | 8 | -163/+413 |
|\ \ \ \ | |||||
| * \ \ \ | Branch merge | Éric Araujo | 2011-08-08 | 8 | -163/+413 |
| |\ \ \ \ | |||||
| | * | | | | Clean up shutil.disk_usage. | Éric Araujo | 2011-08-08 | 1 | -2/+3 |
| | * | | | | Merge doc changes from 3.2 (#8617, #10745). | Éric Araujo | 2011-08-06 | 7 | -161/+410 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Add documentation for PEP 370 features in distutils (#10745). | Éric Araujo | 2011-08-06 | 3 | -57/+138 |
| | | * | | | Improve documentation for PEP 370 support in site module (#8617). | Éric Araujo | 2011-08-05 | 4 | -43/+120 |
* | | | | | | Merge with 3.2. | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Confirm that the prime example is actually correct. We get so many complaint... | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | #12709: merge with 3.2 | Sandro Tosi | 2011-08-08 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | #12709: add error_callback argument to map_async documentation | Sandro Tosi | 2011-08-08 | 1 | -1/+1 |
* | | | | #10741: merge with 3.2 | Sandro Tosi | 2011-08-07 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | #10741: add documentation for PyGILState_GetThisThreadState() | Sandro Tosi | 2011-08-07 | 1 | -0/+8 |
* | | | | #12677: merge with 3.2 | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
* | | | | Fix grammar | Eli Bendersky | 2011-08-06 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix grammar | Eli Bendersky | 2011-08-06 | 1 | -3/+3 |
* | | | | merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit mo... | Senthil Kumaran | 2011-08-06 | 1 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. | Senthil Kumaran | 2011-08-06 | 1 | -6/+6 |
* | | | | merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description... | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description... | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
| |/ | |||||
* | | Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc... | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc... | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |