summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PEP 410Victor Stinner2012-02-089-174/+814
* Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
|\
| * Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
* | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-084-3/+26
* | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-082-1/+11
* | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-082-115/+120
* | Issue #13964: Test also os.futimesat()Victor Stinner2012-02-081-1/+8
* | Issue #13964: Write tests for new os.*utime*() functionsVictor Stinner2012-02-081-0/+37
* | What's New in 3.3: reorder modulesVictor Stinner2012-02-081-79/+79
* | What's New in 3.3: Fix time module docVictor Stinner2012-02-081-3/+3
* | Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()Victor Stinner2012-02-072-8/+29
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-074-16/+94
* | Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 againVictor Stinner2012-02-071-2/+3
* | Re-order importlib benchmarks to be consistent. Also print out what implement...Brett Cannon2012-02-071-6/+8
* | MergeBrett Cannon2012-02-077-15/+18
|\ \
| * \ Null merge for reverted fix for #13807.Vinay Sajip2012-02-060-0/+0
| |\ \ | | |/
| | * Null merge for reverted fix for #13807.Vinay Sajip2012-02-060-0/+0
| | |\
| | | * Revert fix for #13807 mistakenly applied in this branch.Vinay Sajip2012-02-031-1/+1
| * | | Merge branch '3.2'Petri Lehtinen2012-02-061-0/+3
| |\ \ \ | | |/ /
| | * | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-064-10/+45
| * | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-067-15/+15
* | | | Have importlib.test.benchmark test with tabnanny as a medium-sized test.Brett Cannon2012-02-071-32/+58
|/ / /
* | | merge 3.2Benjamin Peterson2012-02-061-1/+0
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2012-02-0622-84/+182
| |\ \
| * | | bltinmod is borrowed, so it shouldn't be decrefedBenjamin Peterson2012-02-061-1/+0
* | | | Fix typos in comments.Éric Araujo2012-02-061-3/+3
* | | | Issue #10881: mergeNed Deily2012-02-062-10/+15
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #10881: Fix test_site failure with OS X framework builds.Ned Deily2012-02-052-10/+15
* | | | Merge with 3.2 #964437Terry Jan Reedy2012-02-053-11/+67
|\ \ \ \ | |/ / /
| * | | Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-053-11/+67
* | | | Merge with 3.2Terry Jan Reedy2012-02-051-4/+2
|\ \ \ \ | |/ / /
| * | | #13933 refine patch using 'new' builtinTerry Jan Reedy2012-02-051-4/+2
* | | | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-055-7/+212
* | | | Make lzma docs consistent with other compression modules (cf. changeset 11bd2...Nadeem Vawda2012-02-051-3/+0
* | | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-0515-47/+56
|\ \ \ \ | |/ / /
| * | | Branch mergeÉric Araujo2012-02-0515-46/+55
| |\ \ \
| | * | | Really make bztar support in shutil conditional.Éric Araujo2012-02-051-1/+0
| | * | | Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-167-16/+11
| | * | | Document json.dump ensure_ascii parameter (#13770)Éric Araujo2012-01-161-0/+4
| | * | | Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-154-0/+24
| | * | | Markup improvements for the embedding CPython doc patch from #1040439Éric Araujo2012-01-151-4/+5
| | * | | Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-01-151-25/+11
* | | | | Null merge.Nadeem Vawda2012-02-050-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).Nadeem Vawda2012-02-051-2/+5
* | | | | Branch mergeÉric Araujo2012-02-057-47/+99
|\ \ \ \ \
| * | | | | Stop converting package_data to extra_files in pysetup create (#13712).Éric Araujo2012-02-053-28/+35
| * | | | | Allow multiple values for package_data in setup.cfg (#11805).Éric Araujo2012-02-043-14/+50
| * | | | | Improve one packaging test, remove a setuptoolism in anotherÉric Araujo2012-02-042-5/+14
* | | | | | merge with 3.2Georg Brandl2012-02-051-4/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Closes #13944: fix capitalization of class name.Georg Brandl2012-02-051-4/+4