summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BZ2File now uses the compresslevel argument given by the caller,Nadeem Vawda2011-09-112-2/+9
* add ChainMap to __all__ (closes #12959)Benjamin Peterson2011-09-112-1/+3
* #12940: merge with 3.2.Ezio Melotti2011-09-101-1/+1
|\
| * #12940: fix cmd example. Patch by Tim Chase.Ezio Melotti2011-09-101-1/+1
* | NEWSJesus Cea2011-09-101-0/+3
|\ \ | |/
| * NEWSJesus Cea2011-09-101-0/+5
* | MERGE: Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndianaJesus Cea2011-09-100-0/+0
|\ \ | |/
| * Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndianaJesus Cea2011-09-101-11/+23
* | Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndianaJesus Cea2011-09-101-11/+23
* | TypoJesus Cea2011-09-091-3/+3
* | Yet another fix for #12763: test_posix failure on OpenIndianaJesus Cea2011-09-091-1/+7
* | Better fix for #12763: test_posix failure on OpenIndianaJesus Cea2011-09-091-3/+3
* | Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policiesJesus Cea2011-09-091-1/+13
* | Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
|\ \ | |/
| * Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
* | Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
|\ \ | |/
| * Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
* | Merge 3.2Éric Araujo2011-09-091-15/+12
|\ \ | |/
| * Fix current name of the Python 3 binary on Unix (#12896).Éric Araujo2011-09-091-15/+12
* | Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now writeLarry Hastings2011-09-092-42/+113
* | Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008Victor Stinner2011-09-072-287/+308
* | Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008Victor Stinner2011-09-073-2/+7
* | Issue #12909: Make PyLong_As* functions consistent in their use of exceptions.Nadeem Vawda2011-09-073-2/+100
* | Issue #12929: faulthandler now uses char* for arithmetic on pointersVictor Stinner2011-09-071-1/+1
* | Issue #12871: sched_get_priority_(min|max) might not be defined even thoughCharles-François Natali2011-09-065-309/+299
* | Closes #12906: Merged fix from 3.2.Vinay Sajip2011-09-061-1/+1
|\ \ | |/
| * Closes #12906: Fixed bug in YAML configuration.Vinay Sajip2011-09-061-1/+1
* | merge 3.2Benjamin Peterson2011-09-060-0/+0
|\ \ | |/
| * merge headsBenjamin Peterson2011-09-0618-1117/+74
| |\
* | \ merge headsBenjamin Peterson2011-09-0618-37/+176
|\ \ \
| * | | Issue #12567: Fix curses.unget_wch() testsVictor Stinner2011-09-061-2/+4
| * | | Minor grammar fix.Brett Cannon2011-09-061-1/+1
| * | | Merge 3.2: Fix PyUnicode_AsWideCharString() docVictor Stinner2011-09-062-6/+6
| |\ \ \ | | | |/ | | |/|
| | * | Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null characterVictor Stinner2011-09-062-6/+6
| * | | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-054-0/+97
| * | | Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-052-3/+3
| * | | Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using U...Victor Stinner2011-09-053-7/+7
| |\ \ \ | | |/ /
| | * | Issue #9561: distutils now reads and writes egg-info files using UTF-8Victor Stinner2011-09-053-8/+8
| * | | null merge 3.2Victor Stinner2011-09-050-0/+0
| |\ \ \ | | |/ /
| | * | Issue #12326: Remove plat-linux3 directoryVictor Stinner2011-09-055-1083/+0
| * | | merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.pu...Senthil Kumaran2011-09-051-4/+4
| |\ \ \ | | |/ /
| | * | Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace...Senthil Kumaran2011-09-051-4/+4
| * | | Merge 3.2Éric Araujo2011-09-050-0/+0
| |\ \ \ | | |/ /
| | * | Branch mergeÉric Araujo2011-09-053-7/+38
| | |\ \
| * | \ \ Branch mergeÉric Araujo2011-09-053-7/+38
| |\ \ \ \
| | * \ \ \ Merge 3.2Éric Araujo2011-09-040-0/+0
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Branch mergeÉric Araujo2011-09-043-7/+38
| | | |\ \ \
| | * | \ \ \ Branch mergeÉric Araujo2011-09-043-7/+38
| | |\ \ \ \ \
| | | * \ \ \ \ Merge fix for #8286 from 3.2Éric Araujo2011-09-023-7/+38
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | * | | | Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-023-2/+34