summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |\ \ \ | | |/ /
| | * | Merged upstream changes.Vinay Sajip2012-02-233-17/+19
| | |\ \
| * | \ \ Merged upstream changes.Vinay Sajip2012-02-232-3/+4
| |\ \ \ \
| | * \ \ \ merge with 3.2Georg Brandl2012-02-232-3/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | merge headsGeorg Brandl2012-02-233-17/+19
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Update pydoc topics.Georg Brandl2012-02-231-14/+14
| | | | * | Fix markup errors.Georg Brandl2012-02-232-3/+5
| * | | | | 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
| | |/
| * | merge 3.2Benjamin Peterson2012-02-230-0/+0
| |\ \ | | |/
| | * merge 3.1Benjamin Peterson2012-02-230-0/+0
| | |\
| | | * update copyright yearBenjamin Peterson2012-02-231-1/+1
| * | | merge 3.2Benjamin Peterson2012-02-231-0/+1
| |\ \ \ | | |/ /
| | * | merge 3.1 (with 3.1.5rc1 release tag)Benjamin Peterson2012-02-231-0/+1
| | |\ \ | | | |/
| | | * Added tag v3.1.5rc1 for changeset ee26aca3219cBenjamin Peterson2012-02-231-0/+1
| | | * version now 3.1.5rc1v3.1.5rc1Benjamin Peterson2012-02-236-9/+9
* | | | 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
|/ / /
* | | Fix doc of an internal function: unicode_write_cstr()Victor Stinner2012-02-221-2/+3
* | | Issue #14077: importlib: Fix regression introduced by de6703671386.Charles-François Natali2012-02-221-3/+6
* | | Null mergeAntoine Pitrou2012-02-220-0/+0
|\ \ \ | |/ /
| * | Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* | | Issue #14084: Fix a file descriptor leak when importing a module with a bad e...Antoine Pitrou2012-02-222-4/+6
|\ \ \ | |/ /
| * | Issue #14084: Fix a file descriptor leak when importing a module with a bad e...Antoine Pitrou2012-02-222-1/+6
| * | In find_module(), do not silence fileno() and dup() errors.Antoine Pitrou2012-02-221-0/+2