summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Close issue #6210: Implement PEP 409Nick Coghlan2012-02-264-11/+123
* #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-262-1/+39
* Merge 3.2Éric Araujo2012-02-261-1/+2
|\
| * Set archive format explicitly in one distutils testÉric Araujo2012-02-261-1/+2
* | Port the #6884 fix to packagingÉric Araujo2012-02-262-43/+117
* | Merge from 3.2Éric Araujo2012-02-251-0/+39
|\ \ | |/
| * Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-0/+39
* | Merge 3.2Éric Araujo2012-02-253-48/+131
|\ \ | |/
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-253-48/+131
| * merge 3.2.2 release branch for rcBenjamin Peterson2012-02-242-2/+2
| |\
| | * Bump version to 3.2.3rc1.Georg Brandl2012-02-232-2/+2
| * | Merged upstream changes.Vinay Sajip2012-02-231-14/+14
| |\ \
| | * \ merge headsGeorg Brandl2012-02-231-14/+14
| | |\ \ | | | |/
| | | * Update pydoc topics.Georg Brandl2012-02-231-14/+14
* | | | 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-254-50/+3517
* | | | unused imports, pep8Philip Jenvey2012-02-252-12/+12
* | | | Close #14095: type.__new__() doesn't remove __qualname__ key from the classVictor Stinner2012-02-251-3/+13
* | | | Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() andVictor Stinner2012-02-241-6/+39
* | | | Simplify importib._resolve_name().Brett Cannon2012-02-241-11/+5
* | | | #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkh...Ezio Melotti2012-02-241-2/+1
* | | | mergeBrett Cannon2012-02-241-1/+9
|\ \ \ \
| * | | | Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ...Victor Stinner2012-02-241-1/+9
* | | | | Turn _return_module() into _handle_fromlist().Brett Cannon2012-02-241-25/+25
|/ / / /
* | | | mergeBrett Cannon2012-02-241-0/+15
|\ \ \ \
| * | | | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-231-0/+15
* | | | | Make the benchmark recording more sensible for importlib.test.benchmark.Brett Cannon2012-02-241-29/+27
|/ / / /
* | | | mergeBrett Cannon2012-02-232-27/+54
|\ \ \ \
| * \ \ \ Merged fix added for recent changes in non-threading environments.Vinay Sajip2012-02-232-7/+28
| |\ \ \ \ | | |/ / /
| | * | | Fix added for recent changes in non-threading environments.Vinay Sajip2012-02-232-7/+28
| | |/ /
| * | | Merged logging flush/close changes from 3.2.Vinay Sajip2012-02-232-27/+33
| |\ \ \ | | |/ /
| | * | logging: Added locking in flush() and close() handler methods. Thanks to Faya...Vinay Sajip2012-02-232-29/+35
| | |/
| | * Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* | | Improper type for __package__ should raise TypeError, not ValueError.Brett Cannon2012-02-232-2/+2
* | | Do a type check instead of an interface check.Brett Cannon2012-02-231-2/+2
|/ /
* | MergeBrett Cannon2012-02-231-29/+7
|\ \
| * | Simplify zlib bigmem tests.Nadeem Vawda2012-02-231-6/+2
| * | Fix previous fix (for test_zlib) to work on 32-bit systems.Nadeem Vawda2012-02-231-2/+2
| * | Issue #13873: Fix crash in test_zlib on bigmem buildbot.Nadeem Vawda2012-02-231-23/+5
* | | Refactor importlib to make it easier to re-implement in C.Brett Cannon2012-02-221-45/+31
|/ /
* | Issue #14077: importlib: Fix regression introduced by de6703671386.Charles-François Natali2012-02-221-3/+6
* | Fix sporadic test_subprocess regression introduced by 834650d63130.Ross Lagerwall2012-02-221-2/+2
* | Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* | Additional debug info in case of failureAntoine Pitrou2012-02-221-2/+1
* | unload() should be sufficientAntoine Pitrou2012-02-221-2/+2
* | Try to debug sporadic test failuresAntoine Pitrou2012-02-221-2/+5
* | site: don't import traceback at startup to speed up Python startupVictor Stinner2012-02-211-1/+1
* | enable hash randomization by defaultBenjamin Peterson2012-02-212-4/+4
* | Actually run the new tests.Antoine Pitrou2012-02-211-0/+1
* | Add a test that memoryviews have hash randomization enabled.Antoine Pitrou2012-02-211-0/+6