summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-263-42/+93
| |/
* | Remove duplicate label.Georg Brandl2012-02-261-2/+0
* | the days of pre-standard C compilers are goneBenjamin Peterson2012-02-261-10/+0
* | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah.Antoine Pitrou2012-02-261-0/+1
* | Issue #14107: test: Fix a deadlock involving the memory watchdog thread.Charles-François Natali2012-02-261-0/+10
* | Issue #14123: Explicitly mention that old style % string formatting has cavea...Gregory P. Smith2012-02-261-2/+7
|\ \ | |/
| * Issue #14123: Explicitly mention that old style % string formatting has caveatsGregory P. Smith2012-02-261-2/+7
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-2615-41/+262
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-267-27/+80
* | Merge 3.2Éric Araujo2012-02-264-4/+5
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-266-4/+47
| |\
| | * Set archive format explicitly in one distutils testÉric Araujo2012-02-261-1/+2
| | * Fix typo in “seperat{or,ion}”Éric Araujo2012-02-262-2/+2
| | * Use const markup instead of a misleading string literalÉric Araujo2012-02-261-1/+1
* | | Branch mergeÉric Araujo2012-02-261-1/+1
|\ \ \
| * \ \ #14114: merge with 3.2.Ezio Melotti2012-02-251-1/+1
| |\ \ \ | | |/ /
| | * | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
* | | | Port the #6884 fix to packagingÉric Araujo2012-02-263-44/+118
* | | | Merge from 3.2Éric Araujo2012-02-252-0/+42
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Add news entry for previous commitÉric Araujo2012-02-251-0/+3
| * | Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-0/+39
| |/
* | Merge 3.2Éric Araujo2012-02-254-48/+134
|\ \ | |/
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-254-48/+134
* | Use assertEqual in test_strptime for better failure messages (cf. issue #14113).Nadeem Vawda2012-02-251-9/+6
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-2524-1004/+9844
* | Merge with 3.2Martin v. Löwis2012-02-250-0/+0
|\ \ | |/
| * Package mime.typesMartin v. Löwis2012-02-251-0/+1
* | unused imports, pep8Philip Jenvey2012-02-252-12/+12
* | Close #14095: type.__new__() doesn't remove __qualname__ key from the classVictor Stinner2012-02-252-88/+83
* | Oops, revert unwanted changesVictor Stinner2012-02-241-18/+6
* | Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() andVictor Stinner2012-02-242-12/+57
* | merge headsBenjamin Peterson2012-02-241-11/+5
|\ \
| * | Simplify importib._resolve_name().Brett Cannon2012-02-241-11/+5
* | | merge 3.2Benjamin Peterson2012-02-242-1/+2
|\ \ \ | |/ / |/| / | |/
| * merge 3.2.2 release branch for rcBenjamin Peterson2012-02-2410-16/+20
| |\
| | * Added tag v3.2.3rc1 for changeset 7085403daf43Georg Brandl2012-02-231-0/+1
| | * Update copyright year.v3.2.3rc1Georg Brandl2012-02-231-1/+1
| | * Add 3.2.3 to license.Georg Brandl2012-02-232-0/+3
| | * Bump version to 3.2.3rc1.Georg Brandl2012-02-236-15/+15
* | | Fix compilation error under Windows (and warnings too).Antoine Pitrou2012-02-241-9/+9
* | | #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkh...Ezio Melotti2012-02-241-2/+1
* | | mergeBrett Cannon2012-02-243-15/+31
|\ \ \
| * | | Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ...Victor Stinner2012-02-243-15/+31
* | | | Turn _return_module() into _handle_fromlist().Brett Cannon2012-02-241-25/+25
|/ / /
* | | mergeBrett Cannon2012-02-2412-151/+188
|\ \ \
| * | | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-2312-151/+188
* | | | Make the benchmark recording more sensible for importlib.test.benchmark.Brett Cannon2012-02-241-29/+27
|/ / /
* | | mergeBrett Cannon2012-02-236-32/+62
|\ \ \
| * | | Issue #13846: Enhance time.monotonic() documentationVictor Stinner2012-02-231-2/+3
| * | | Merged upstream changes.Vinay Sajip2012-02-230-0/+0
| |\ \ \ | | |/ /