Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Issue #20636: Improved the repr of Tkinter widgets. | Serhiy Storchaka | 2014-04-04 | 2 | -0/+10 | |
* | | | | Issue #19505: The items, keys, and values views of OrderedDict now support | Serhiy Storchaka | 2014-04-04 | 2 | -3/+35 | |
* | | | | Closes #21149: Improved thread-safety in logging cleanup during interpreter s... | Vinay Sajip | 2014-04-04 | 1 | -8/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #21149: Improved thread-safety in logging cleanup during interpreter sh... | Vinay Sajip | 2014-04-04 | 1 | -8/+9 | |
* | | | | 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 | |
* | | | | 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 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | bail in unicode error's __str__ methods if the objects are not properly initi... | Benjamin Peterson | 2014-04-02 | 1 | -0/+6 | |
* | | | | 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 | 1 | -0/+16 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #18652: Add an itertools recipe for first_true() | Raymond Hettinger | 2014-04-02 | 1 | -0/+16 | |
* | | | | merge 3.4 (#21082) | Benjamin Peterson | 2014-04-01 | 2 | -29/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.3 (#21082) | Benjamin Peterson | 2014-04-01 | 2 | -29/+8 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.2 (#21082) | Benjamin Peterson | 2014-04-01 | 2 | -29/+8 | |
| | |\ \ | | | |/ | ||||||
| | | * | remove directory mode check from makedirs (closes #21082) | Benjamin Peterson | 2014-04-01 | 2 | -27/+8 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix typo | Benjamin Peterson | 2014-04-01 | 1 | -1/+1 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-01 | 1 | -5/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | simplify check, since now there are only new-style classes | Benjamin Peterson | 2014-04-01 | 1 | -5/+2 | |
* | | | | inspect: Remove references to Python-3000 | Yury Selivanov | 2014-04-01 | 1 | -2/+2 | |
* | | | | merge 3.4 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | use https docs url | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
* | | | | merge 3.4 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.3 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.2 | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
| | |\ \ | | | |/ | ||||||
| | | * | use https docs url (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
* | | | | (Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio | Victor Stinner | 2014-03-31 | 1 | -14/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #20668: Remove tests.txt of test_asyncio | Victor Stinner | 2014-03-31 | 1 | -14/+0 | |
* | | | | Merge 3.4 (#16047) | Martin v. Löwis | 2014-03-30 | 1 | -3/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #16047: Fix module exception list and __file__ handling in freeze. | Martin v. Löwis | 2014-03-30 | 1 | -3/+8 | |
| * | | | Issue #21097: Move test_namespace_pkgs into test_importlib. | Eric Snow | 2014-03-29 | 15 | -0/+0 | |
* | | | | Issue 21100: Amazingly, tuple lexicographic ordering was untested. | Raymond Hettinger | 2014-03-30 | 1 | -0/+8 | |
* | | | | Issue #21097: Move test_namespace_pkgs into test_importlib. | Eric Snow | 2014-03-29 | 15 | -0/+0 | |
* | | | | inspect: Update docstrings; Rename _signature_internal to _signature_from_cal... | Yury Selivanov | 2014-03-29 | 1 | -57/+78 | |
* | | | | Issue #21093: merge from 3.4 | Ned Deily | 2014-03-29 | 1 | -2/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #21093: Prevent failures of ctypes test_macholib on OS X if a | Ned Deily | 2014-03-29 | 1 | -2/+5 | |
* | | | | Issue #17654: merge from 3.4 | Ned Deily | 2014-03-28 | 11 | -93/+123 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 11 | -93/+123 | |
* | | | | Issue #6676: merge from 3.4 | Ned Deily | 2014-03-27 | 1 | -0/+12 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #6676: Ensure a meaningful exception is raised when attempting | Ned Deily | 2014-03-27 | 1 | -0/+12 | |
| * | | | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. | Yury Selivanov | 2014-03-27 | 2 | -1/+7 | |
| * | | | inspect: Fix getcallargs() to raise correct TypeError | Yury Selivanov | 2014-03-27 | 2 | -1/+9 | |
| * | | | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 | Yury Selivanov | 2014-03-27 | 1 | -12/+10 | |
* | | | | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. | Yury Selivanov | 2014-03-27 | 2 | -1/+7 | |
* | | | | inspect: Fix getcallargs() to raise correct TypeError | Yury Selivanov | 2014-03-27 | 2 | -1/+9 | |
* | | | | inspect.signature: Improve repr of Signature and Parameter. Closes #20378 | Yury Selivanov | 2014-03-27 | 2 | -2/+10 | |
* | | | | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 | Yury Selivanov | 2014-03-27 | 1 | -12/+10 | |