summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-123-0/+12
|\
| * Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-123-0/+12
* | Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-123-36/+16
* | Merge 3.2Éric Araujo2011-09-121-4/+5
|\ \ | |/
| * Branch mergeÉric Araujo2011-09-124-56/+72
| |\
| | * Wrap pydoc output under 80 charactersÉric Araujo2011-09-101-4/+5
* | | Branch mergeÉric Araujo2011-09-1215-490/+494
|\ \ \
| * | | Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-123-20/+18
| * | | Remove obsolete comment (yes, build_ext supports C++)Éric Araujo2011-09-101-4/+0
| * | | Don’t let invalid line in setup.cfg pass silentlyÉric Araujo2011-09-101-3/+4
| * | | Fix usage of bytes in packaging's bdist_wininst.Éric Araujo2011-09-101-7/+8
| * | | Use bytes regex instead of decoding whole pagesÉric Araujo2011-09-101-12/+10
| * | | Fix usage of dry-run in packaging bdist_wininst and install_distinfo.Éric Araujo2011-09-102-40/+39
| * | | Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-103-5/+19
| * | | Consolidate tests for packaging.metadata.Éric Araujo2011-09-104-351/+333
| * | | Merge fix for #8933 from 3.2Éric Araujo2011-09-103-52/+67
| |\ \ \ | | | |/ | | |/|
| | * | Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-093-1/+20
| | * | Slight cleanup in distutils test_dist.Éric Araujo2011-09-091-51/+47
* | | | Merge fix for issue #12963.Stefan Krah2011-09-121-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.Stefan Krah2011-09-121-3/+3
* | | | Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...Nadeem Vawda2011-09-111-2/+0
* | | | Terminology fix: .gz and .bz2 are not archive formats.Nadeem Vawda2011-09-111-1/+1
* | | | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.Nadeem Vawda2011-09-114-0/+40
* | | | 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