summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | * | | | Enable catching WARN-level logging messages in distutils' test_sdistÉric Araujo2011-09-021-5/+4
| * | | | | | | Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-052-8/+7
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-052-8/+7
| * | | | | | | #12888: merge with 3.2.Ezio Melotti2011-09-054-2/+7
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-054-2/+7
| * | | | | | | Merge with 3.2Martin v. Löwis2011-09-041-0/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Add 3.2.2 and 3.2.3 UUIDs.Martin v. Löwis2011-09-041-0/+5
* | | | | | | | merge 3.2 (#1616)Benjamin Peterson2011-09-061-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | cast to getterBenjamin Peterson2011-09-061-1/+1
| |/ / / / /
* | | | | | Merge with 3.2.Georg Brandl2011-09-045-11/+30
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Post-release version bump.Georg Brandl2011-09-041-1/+1
| * | | | | Merge with release clone.Georg Brandl2011-09-0412-54/+94
| |\ \ \ \ \
| | * | | | | Added tag v3.2.2 for changeset 137e45f15c0bGeorg Brandl2011-09-031-0/+1
| | * | | | | Issue #12333: fix test_distutils failures under Solaris and derivativesv3.2.2Antoine Pitrou2011-08-251-0/+4
| | * | | | | Bump to 3.2.2.Georg Brandl2011-09-036-9/+9
| | * | | | | Regenerate pydoc topics.Georg Brandl2011-09-031-2/+2
| | * | | | | Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-295-25/+43
| | * | | | | Fix distutils tests on Windows (#12678).Éric Araujo2011-08-233-23/+30
| | * | | | | Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-212-0/+2
| | * | | | | Fix distutils test_install for shared CPython buildsÉric Araujo2011-08-211-0/+1