summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Also fix some markup and typos.
* | Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now writeLarry Hastings2011-09-082-42/+113
| | | | | | | | atime and mtime with nanosecond precision on modern POSIX platforms.
* | Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008Victor Stinner2011-09-082-287/+308
| | | | | | | | | | configure.in: Set _POSIX_C_SOURCE to 200809L, instead of 200112L, to activate features from IEEE Stds 1003.1-2008.
* | Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008Victor Stinner2011-09-073-2/+7
| | | | | | | | | | configure: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 functions on OpenBSD (e.g. fdopendir).
* | Issue #12909: Make PyLong_As* functions consistent in their use of exceptions.Nadeem Vawda2011-09-073-2/+100
| | | | | | | | | | | | PyLong_AsDouble() and PyLong_AsUnsignedLongLong() now raise TypeError (rather than SystemError) when passed a non-integer argument, matching the behavior of all the other PyLong_As*() functions.
* | Issue #12929: faulthandler now uses char* for arithmetic on pointersVictor Stinner2011-09-071-1/+1
| | | | | | | | instead of void*
* | Issue #12871: sched_get_priority_(min|max) might not be defined even thoughCharles-François Natali2011-09-065-309/+299
| | | | | | | | | | <sched.h> is available (most notably on OpenBSD when built without pthread): add an explicit configure check.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | Skip the test if the function is missing. Use U+0061 (a) instead of U+00E9 (é) because U+00E9 raises a _curses.error('unget_wch() returned ERR') on some buildbots. It's maybe because of the locale encoding.
| * | | Minor grammar fix.Brett Cannon2011-09-051-1/+1
| | | |
| * | | Merge 3.2: Fix PyUnicode_AsWideCharString() docVictor Stinner2011-09-062-6/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | - Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character - Fix spelling of the null character
| | * | Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null characterVictor Stinner2011-09-062-6/+6
| | | | | | | | | | | | | | | | Fix also spelling of the null character.
| * | | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-064-0/+97
| | | | | | | | | | | | | | | | Push a character so the next get_wch() will return it.
| * | | Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-062-3/+3
| | | | | | | | | | | | | | | | instead of the locale encoding
| * | | Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using ↵Victor Stinner2011-09-053-7/+7
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | UTF-8 instead of the locale encoding.
| | * | Issue #9561: distutils now reads and writes egg-info files using UTF-8Victor Stinner2011-09-053-8/+8
| | | | | | | | | | | | | | | | instead of the locale encoding.
| * | | null merge 3.2Victor Stinner2011-09-050-0/+0
| |\ \ \ | | |/ /
| | * | Issue #12326: Remove plat-linux3 directoryVictor Stinner2011-09-055-1083/+0
| | | | | | | | | | | | | | | | sys.platform is now always 'linux2' on Linux (even on Linux 3)
| * | | merge from 3.2. Fix closes Issue11155 - Correct the ↵Senthil Kumaran2011-09-061-4/+4
| |\ \ \ | | |/ / | | | | | | | | multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
| | * | Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg ↵Senthil Kumaran2011-09-061-4/+4
| | | | | | | | | | | | | | | | (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
| * | | 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-050-0/+0
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Branch mergeÉric Araujo2011-09-053-7/+38
| | | |\ \ \
| | * | \ \ \ Branch mergeÉric Araujo2011-09-053-7/+38
| | |\ \ \ \ \
| | | * \ \ \ \ Merge fix for #8286 from 3.2Éric Araujo2011-09-033-7/+38
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | * | | | Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-033-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sdist used to crash with a full traceback dump instead of printing a nice warning with the faulty line number.
| | | | * | | | Enable catching WARN-level logging messages in distutils' test_sdistÉric Araujo2011-09-031-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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tarfile unnecessarily checked the existence of numerical user and group ids on extraction. If one of them did not exist the respective id of the current user (i.e. root) was used for the file and ownership information was lost. (Patch by Sebastien Luttringer)
| * | | | | | | #12888: merge with 3.2.Ezio Melotti2011-09-054-2/+7
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more ↵Ezio Melotti2011-09-054-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than 128 entities. Patch by Peter Otten.
| * | | | | | | Merge with 3.2Martin v. Löwis2011-09-051-0/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Add 3.2.2 and 3.2.3 UUIDs.Martin v. Löwis2011-09-051-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
| |\ \ \ \ \