summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21136: Avoid unnecessary normalization in Fractions resulting from ↵Mark Dickinson2014-04-053-10/+19
| | | | power and other operations.
* Null merge with Python 3.4Victor Stinner2014-04-040-0/+0
|\
| * Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing formatVictor Stinner2014-04-041-1/+1
| | | | | | | | character for the "end" parameter
* | Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify andVictor Stinner2014-04-041-171/+95
| | | | | | | | factorize the code
* | Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing formatVictor Stinner2014-04-041-1/+1
| | | | | | | | character for the "end" parameter
* | merge 3.4 (#21128)Benjamin Peterson2014-04-041-0/+3
|\ \ | |/
| * make temporary read-only files writable, so rmtree can remove them (#21128)Benjamin Peterson2014-04-041-0/+3
| |
* | Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-045-1/+266
| |
* | update Misc/NEWSGiampaolo Rodola'2014-04-041-0/+3
| |
* | Issue #21076: sigpending() is not available on WindowsVictor Stinner2014-04-041-4/+5
| |
* | Finish up signal -> _signal changeBrett Cannon2014-04-041-1/+1
| |
* | Issue #21076: the C signal module has been renamed to _signalVictor Stinner2014-04-041-1/+1
| |
* | merge along w/ fix for issue #2107 (commit c9239171e429)Brett Cannon2014-04-047-9/+139
|\ \
| * \ merge 3.4Benjamin Peterson2014-04-040-0/+0
| |\ \
| * | | fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-047-8/+138
| | | |
* | | | merge of fix for issue #20942Brett Cannon2014-04-043-32/+63
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-043-32/+63
| |/ | | | | | | | | | | | | | | __file__. This causes _frozen_importlib to no longer have __file__ set as well as any frozen module imported using imp.init_frozen() (which is deprecated).
| * merge 3.3Benjamin Peterson2014-04-040-0/+0
| |\
| | * merge 3.2Benjamin Peterson2014-04-040-0/+0
| | |\
| | | * fix versionchanged versionBenjamin Peterson2014-04-041-2/+2
| | | |
* | | | Issue #20636: Improved the repr of Tkinter widgets.Serhiy Storchaka2014-04-044-1/+13
| | | |
* | | | Issue #19505: The items, keys, and values views of OrderedDict now supportSerhiy Storchaka2014-04-044-3/+41
| | | | | | | | | | | | | | | | reverse iteration using reversed().
* | | | Closes #21149: Improved thread-safety in logging cleanup during interpreter ↵Vinay Sajip2014-04-042-8/+12
|\ \ \ \ | |/ / / | | | | | | | | shutdown.
| * | | Issue #21149: Improved thread-safety in logging cleanup during interpreter ↵Vinay Sajip2014-04-042-8/+12
| | | | | | | | | | | | | | | | shutdown.
* | | | mergeRaymond Hettinger2014-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | Issue 21143: Fix typo in docs for max().Raymond Hettinger2014-04-031-1/+1
| | | |
* | | | merge 3.4 (#21135)Benjamin Peterson2014-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | remove unused argument (closes #21135)Benjamin Peterson2014-04-031-1/+1
| | | |
* | | | Issue #20375: Clarify ET's parsing of comments and processing instructions.Eli Bendersky2014-04-031-0/+22
|\ \ \ \ | |/ / / | | | | | | | | Based on patch by Nikolaus Rath.
| * | | Issue #20375: Clarify ET's parsing of comments and processing instructions.Eli Bendersky2014-04-031-0/+22
| | | | | | | | | | | | | | | | Based on patch by Nikolaus Rath.
* | | | merge 3.4Benjamin Peterson2014-04-021-1/+1
|\ \ \ \ | |/ / /
| * | | make sure to test UnicodeEncodeError, tooBenjamin Peterson2014-04-021-1/+1
| | | |
* | | | merge 3.4 (#21134)Benjamin Peterson2014-04-023-0/+21
|\ \ \ \ | |/ / /
| * | | bail in unicode error's __str__ methods if the objects are not properly ↵Benjamin Peterson2014-04-023-0/+21
| | | | | | | | | | | | | | | | initialized (closes #21134)
* | | | merge 3.4Benjamin Peterson2014-04-021-1/+1
|\ \ \ \ | |/ / /
| * | | make test name consistent with the rest of the fileBenjamin Peterson2014-04-021-1/+1
| | | |
* | | | mergeRaymond Hettinger2014-04-022-0/+29
|\ \ \ \ | |/ / /
| * | | Issue #18652: Add an itertools recipe for first_true()Raymond Hettinger2014-04-022-0/+29
| | | |
* | | | mergeRaymond Hettinger2014-04-021-2/+2
|\ \ \ \ | |/ / /
| * | | Documentation nit. List the traditional keyword-only argument first and the ↵Raymond Hettinger2014-04-021-2/+2
| | | | | | | | | | | | | | | | default last.
* | | | mergeRaymond Hettinger2014-04-021-1/+1
|\ \ \ \ | |/ / /
| * | | Issue 21125: minor documentation tweak.Raymond Hettinger2014-04-021-1/+1
| | | |
* | | | merge 3.4Benjamin Peterson2014-04-011-3/+3
|\ \ \ \ | |/ / /
| * | | update version changedBenjamin Peterson2014-04-011-3/+3
| | | |
* | | | merge 3.4 (#21082)Benjamin Peterson2014-04-014-34/+20
|\ \ \ \ | |/ / /
| * | | merge 3.3 (#21082)Benjamin Peterson2014-04-014-34/+20
| |\ \ \ | | |/ /
| | * | merge 3.2 (#21082)Benjamin Peterson2014-04-014-34/+20
| | |\ \ | | | |/
| | | * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-014-32/+20
| | | |
* | | | merge 3.4Benjamin Peterson2014-04-011-1/+1
|\ \ \ \ | |/ / /
| * | | fix typoBenjamin Peterson2014-04-011-1/+1
| | | |