Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #21136: Avoid unnecessary normalization in Fractions resulting from ↵ | Mark Dickinson | 2014-04-05 | 3 | -10/+19 |
| | | | | power and other operations. | ||||
* | Null merge with Python 3.4 | Victor Stinner | 2014-04-04 | 0 | -0/+0 |
|\ | |||||
| * | Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format | Victor Stinner | 2014-04-04 | 1 | -1/+1 |
| | | | | | | | | character for the "end" parameter | ||||
* | | Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify and | Victor Stinner | 2014-04-04 | 1 | -171/+95 |
| | | | | | | | | factorize the code | ||||
* | | Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format | Victor Stinner | 2014-04-04 | 1 | -1/+1 |
| | | | | | | | | character for the "end" parameter | ||||
* | | merge 3.4 (#21128) | Benjamin Peterson | 2014-04-04 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | make temporary read-only files writable, so rmtree can remove them (#21128) | Benjamin Peterson | 2014-04-04 | 1 | -0/+3 |
| | | |||||
* | | Issue #17621: Introduce importlib.util.LazyLoader. | Brett Cannon | 2014-04-04 | 5 | -1/+266 |
| | | |||||
* | | update Misc/NEWS | Giampaolo Rodola' | 2014-04-04 | 1 | -0/+3 |
| | | |||||
* | | Issue #21076: sigpending() is not available on Windows | Victor Stinner | 2014-04-04 | 1 | -4/+5 |
| | | |||||
* | | Finish up signal -> _signal change | Brett Cannon | 2014-04-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #21076: the C signal module has been renamed to _signal | Victor Stinner | 2014-04-04 | 1 | -1/+1 |
| | | |||||
* | | merge along w/ fix for issue #2107 (commit c9239171e429) | Brett Cannon | 2014-04-04 | 7 | -9/+139 |
|\ \ | |||||
| * \ | merge 3.4 | Benjamin Peterson | 2014-04-04 | 0 | -0/+0 |
| |\ \ | |||||
| * | | | fix #21076: turn signal module constants into enums | Giampaolo Rodola' | 2014-04-04 | 7 | -8/+138 |
| | | | | |||||
* | | | | merge of fix for issue #20942 | Brett Cannon | 2014-04-04 | 3 | -32/+63 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets | Brett Cannon | 2014-04-04 | 3 | -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.3 | Benjamin Peterson | 2014-04-04 | 0 | -0/+0 |
| |\ | |||||
| | * | merge 3.2 | Benjamin Peterson | 2014-04-04 | 0 | -0/+0 |
| | |\ | |||||
| | | * | fix versionchanged version | Benjamin Peterson | 2014-04-04 | 1 | -2/+2 |
| | | | | |||||
* | | | | Issue #20636: Improved the repr of Tkinter widgets. | Serhiy Storchaka | 2014-04-04 | 4 | -1/+13 |
| | | | | |||||
* | | | | Issue #19505: The items, keys, and values views of OrderedDict now support | Serhiy Storchaka | 2014-04-04 | 4 | -3/+41 |
| | | | | | | | | | | | | | | | | reverse iteration using reversed(). | ||||
* | | | | Closes #21149: Improved thread-safety in logging cleanup during interpreter ↵ | Vinay Sajip | 2014-04-04 | 2 | -8/+12 |
|\ \ \ \ | |/ / / | | | | | | | | | shutdown. | ||||
| * | | | Issue #21149: Improved thread-safety in logging cleanup during interpreter ↵ | Vinay Sajip | 2014-04-04 | 2 | -8/+12 |
| | | | | | | | | | | | | | | | | shutdown. | ||||
* | | | | merge | Raymond Hettinger | 2014-04-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue 21143: Fix typo in docs for max(). | Raymond Hettinger | 2014-04-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.4 (#21135) | Benjamin Peterson | 2014-04-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | remove unused argument (closes #21135) | Benjamin Peterson | 2014-04-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #20375: Clarify ET's parsing of comments and processing instructions. | Eli Bendersky | 2014-04-03 | 1 | -0/+22 |
|\ \ \ \ | |/ / / | | | | | | | | | Based on patch by Nikolaus Rath. | ||||
| * | | | Issue #20375: Clarify ET's parsing of comments and processing instructions. | Eli Bendersky | 2014-04-03 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | Based on patch by Nikolaus Rath. | ||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | make sure to test UnicodeEncodeError, too | Benjamin Peterson | 2014-04-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.4 (#21134) | Benjamin Peterson | 2014-04-02 | 3 | -0/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | bail in unicode error's __str__ methods if the objects are not properly ↵ | Benjamin Peterson | 2014-04-02 | 3 | -0/+21 |
| | | | | | | | | | | | | | | | | initialized (closes #21134) | ||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | make test name consistent with the rest of the file | Benjamin Peterson | 2014-04-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge | Raymond Hettinger | 2014-04-02 | 2 | -0/+29 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #18652: Add an itertools recipe for first_true() | Raymond Hettinger | 2014-04-02 | 2 | -0/+29 |
| | | | | |||||
* | | | | merge | Raymond Hettinger | 2014-04-02 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Documentation nit. List the traditional keyword-only argument first and the ↵ | Raymond Hettinger | 2014-04-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | default last. | ||||
* | | | | merge | Raymond Hettinger | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue 21125: minor documentation tweak. | Raymond Hettinger | 2014-04-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-01 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | update version changed | Benjamin Peterson | 2014-04-01 | 1 | -3/+3 |
| | | | | |||||
* | | | | merge 3.4 (#21082) | Benjamin Peterson | 2014-04-01 | 4 | -34/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.3 (#21082) | Benjamin Peterson | 2014-04-01 | 4 | -34/+20 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.2 (#21082) | Benjamin Peterson | 2014-04-01 | 4 | -34/+20 |
| | |\ \ | | | |/ | |||||
| | | * | remove directory mode check from makedirs (closes #21082) | Benjamin Peterson | 2014-04-01 | 4 | -32/+20 |
| | | | | |||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix typo | Benjamin Peterson | 2014-04-01 | 1 | -1/+1 |
| | | | |