summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #21059: Temporary measure to make the Windows buildbots useful again.Zachary Ware2014-04-082-0/+6
* fix reference leaks in the translate fast path (closes #21175)Benjamin Peterson2014-04-081-14/+8
* merge 3.4 (#21174)Benjamin Peterson2014-04-071-1/+1
|\
| * fix verb (closes #21174)Benjamin Peterson2014-04-071-1/+1
* | (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises aVictor Stinner2014-04-074-0/+37
|\ \ | |/
| * Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-073-0/+18
| * asyncio: Document Task.cancel() properly.Victor Stinner2014-04-071-0/+19
* | merge from 3.4Senthil Kumaran2014-04-061-2/+2
|\ \ | |/
| * merge from 3.3Senthil Kumaran2014-04-061-2/+2
| |\
| | * minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
* | | Issue #21118: str.translate() now raises a ValueError, not a TypeError, if theVictor Stinner2014-04-051-1/+1
* | | Issue #21118: Optimize also str.translate() for ASCII => ASCII deletionVictor Stinner2014-04-051-19/+29
* | | Issue #21118: Add unit test for invalid character replacement (code point hig...Victor Stinner2014-04-052-10/+18
* | | Issue #21118: Optimize str.translate() for ASCII => ASCII translationVictor Stinner2014-04-051-1/+120
* | | Issue #21118: Add more unit tests on str.translate()Victor Stinner2014-04-041-0/+20
* | | Issue #21118: Remove unused variableVictor Stinner2014-04-041-1/+0
* | | Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...Mark Dickinson2014-04-053-10/+19
* | | Null merge with Python 3.4Victor Stinner2014-04-040-0/+0
|\ \ \ | |/ /
| * | Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing formatVictor Stinner2014-04-041-1/+1
* | | Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify andVictor Stinner2014-04-041-171/+95
* | | Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing formatVictor Stinner2014-04-041-1/+1
* | | 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
| |/ /
| * | 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
* | | | Closes #21149: Improved thread-safety in logging cleanup during interpreter s...Vinay Sajip2014-04-042-8/+12
|\ \ \ \ | |/ / /
| * | | Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-042-8/+12
* | | | 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
|\ \ \ \ | |/ / /
| * | | Issue #20375: Clarify ET's parsing of comments and processing instructions.Eli Bendersky2014-04-031-0/+22
* | | | 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 initi...Benjamin Peterson2014-04-023-0/+21