summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NUL -> NULLBenjamin Peterson2011-08-181-1/+1
* fix possible refleaksBenjamin Peterson2011-08-171-1/+3
* #12761: fix wording of zlib license sectionSandro Tosi2011-08-161-1/+1
* Revert change that was not a syntax fix but actually a behavior changeÉric Araujo2011-08-161-1/+1
* #12204: document that str.upper().isupper() might be False and add a note abo...Ezio Melotti2011-08-151-18/+21
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-153-2/+31
* #12725: fix working. Patch by Ben Hayden.Ezio Melotti2011-08-143-6/+7
* Fix #11513: wrong exception handling for the case that GzipFile itself raises...Georg Brandl2011-08-133-2/+15
* tokenize is just broken on test_pep3131.pyBenjamin Peterson2011-08-131-0/+3
* normalization is different between unicode builds, so use a new non-BMP char ...Benjamin Peterson2011-08-131-3/+12
* in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-134-8/+30
* let PySequence_Check me a link; thanks to tomo cocoa from docs@Sandro Tosi2011-08-121-1/+1
* Branch mergeÉric Araujo2011-08-122-12/+12
|\
| * Update crlf and lfcr scripts for 3.x bytes semantics (#12032).Éric Araujo2011-08-122-12/+12
* | it's 'rather than'; reported by James Bateman on docs@Sandro Tosi2011-08-121-1/+1
|/
* patchcheck: don’t talk about the test suite when no code file were changed.Éric Araujo2011-08-121-2/+3
* Branch mergeÉric Araujo2011-08-123-22/+23
|\
| * Use real word in English text (i.e. not code)Éric Araujo2011-08-101-19/+19
| * Fix find command in makefile “funny” targetÉric Araujo2011-08-101-2/+2
| * Test pipes.quote with a few non-ASCII characters (see #9723).Éric Araujo2011-08-091-1/+2
* | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-113-2/+17
* | Issue #12718: Add documentation on using custom importers.Vinay Sajip2011-08-111-0/+25
* | News item for Issue10087.Senthil Kumaran2011-08-111-0/+2
* | Fix closes Issue10087 - fixing the output of calendar display in the html fo...Senthil Kumaran2011-08-112-4/+14
* | note mutating tp_dict is bad (closes #12719)Benjamin Peterson2011-08-091-0/+5
|/
* Branch mergeÉric Araujo2011-08-095-97/+255
|\
| * Branch mergeÉric Araujo2011-08-085-97/+255
| |\
| | * Add documentation for PEP 370 features in distutils (#10745).Éric Araujo2011-08-063-57/+138
| | * Improve documentation for PEP 370 support in site module (#8617).Éric Araujo2011-08-054-43/+120
* | | Confirm that the prime example is actually correct. We get so many complaint...Georg Brandl2011-08-081-0/+3
|/ /
* | #12709: add error_callback argument to map_async documentationSandro Tosi2011-08-081-1/+1
* | #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-072-1/+9
* | #12677: correct turtle orientation in docSandro Tosi2011-08-073-6/+6
* | Fix grammarEli Bendersky2011-08-061-3/+3
* | Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.Senthil Kumaran2011-08-061-6/+6
* | merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description...Senthil Kumaran2011-08-061-2/+2
* | Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-062-2/+5
|/
* Issue #12540: Prevent zombie IDLE processes on Windows due to changesNed Deily2011-08-032-26/+18
* dosmodule is, thankfully, no moreBenjamin Peterson2011-08-041-2/+0
* change the redundant svn scheme urljoin test case to svn+ssh scheme.Senthil Kumaran2011-08-031-1/+1
* merged headsSenthil Kumaran2011-08-031-2/+2
|\
| * Fix spacing in string literal.Georg Brandl2011-08-031-2/+2
* | Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-033-1/+7
|/
* Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc...Senthil Kumaran2011-08-021-1/+1
* #12665: Dictionary view example has error in set operationSandro Tosi2011-08-021-1/+1
* #12670: Fix struct code after forward declaration on ctypes docSandro Tosi2011-08-021-2/+2
* Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree....Senthil Kumaran2011-08-021-2/+3
* Fix closes Issue12676 - Invalid identifier used in TypeError message in http....Senthil Kumaran2011-08-022-1/+8
* Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.Stefan Krah2011-08-011-0/+3
* Use attribute access instead of index access for namedtuple.Georg Brandl2011-08-011-1/+1