summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-082-10/+46
* inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-082-98/+142
* (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises aVictor Stinner2014-04-073-0/+34
|\
| * Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-072-0/+15
| * asyncio: Document Task.cancel() properly.Victor Stinner2014-04-071-0/+19
* | Issue #21118: str.translate() now raises a ValueError, not a TypeError, if theVictor Stinner2014-04-051-1/+1
* | Issue #21118: Add unit test for invalid character replacement (code point hig...Victor Stinner2014-04-051-0/+8
* | Issue #21118: Add more unit tests on str.translate()Victor Stinner2014-04-041-0/+20
* | Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...Mark Dickinson2014-04-052-10/+16
* | 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-042-1/+225
* | Issue #21076: sigpending() is not available on WindowsVictor Stinner2014-04-041-4/+5
* | fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-043-5/+120
* | Issue #20636: Improved the repr of Tkinter widgets.Serhiy Storchaka2014-04-042-0/+10
* | Issue #19505: The items, keys, and values views of OrderedDict now supportSerhiy Storchaka2014-04-042-3/+35
* | Closes #21149: Improved thread-safety in logging cleanup during interpreter s...Vinay Sajip2014-04-041-8/+9
|\ \ | |/
| * Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-041-8/+9
* | merge 3.4 (#21135)Benjamin Peterson2014-04-031-1/+1
|\ \ | |/
| * remove unused argument (closes #21135)Benjamin Peterson2014-04-031-1/+1
* | 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-021-0/+6
|\ \ | |/
| * bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-021-0/+6
* | 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-021-0/+16
|\ \ | |/
| * Issue #18652: Add an itertools recipe for first_true()Raymond Hettinger2014-04-021-0/+16
* | merge 3.4 (#21082)Benjamin Peterson2014-04-012-29/+8
|\ \ | |/
| * merge 3.3 (#21082)Benjamin Peterson2014-04-012-29/+8
| |\
| | * merge 3.2 (#21082)Benjamin Peterson2014-04-012-29/+8
| | |\
| | | * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-012-27/+8
* | | | merge 3.4Benjamin Peterson2014-04-011-1/+1
|\ \ \ \ | |/ / /
| * | | fix typoBenjamin Peterson2014-04-011-1/+1
* | | | merge 3.4Benjamin Peterson2014-04-011-5/+2
|\ \ \ \ | |/ / /
| * | | simplify check, since now there are only new-style classesBenjamin Peterson2014-04-011-5/+2
* | | | inspect: Remove references to Python-3000Yury Selivanov2014-04-011-2/+2
* | | | merge 3.4 (#21115)Benjamin Peterson2014-03-311-2/+2
|\ \ \ \ | |/ / /
| * | | use https docs urlBenjamin Peterson2014-03-311-2/+2
* | | | merge 3.4 (#21115)Benjamin Peterson2014-03-311-2/+2
|\ \ \ \ | |/ / /
| * | | merge 3.3 (#21115)Benjamin Peterson2014-03-311-2/+2
| |\ \ \ | | |/ /
| | * | merge 3.2Benjamin Peterson2014-03-311-2/+2
| | |\ \ | | | |/
| | | * use https docs url (#21115)Benjamin Peterson2014-03-311-2/+2
* | | | (Merge 3.4) Issue #20668: Remove tests.txt of test_asyncioVictor Stinner2014-03-311-14/+0
|\ \ \ \ | |/ / /
| * | | Issue #20668: Remove tests.txt of test_asyncioVictor Stinner2014-03-311-14/+0
* | | | Merge 3.4 (#16047)Martin v. Löwis2014-03-301-3/+8
|\ \ \ \ | |/ / /
| * | | Issue #16047: Fix module exception list and __file__ handling in freeze.Martin v. Löwis2014-03-301-3/+8
| * | | Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-2915-0/+0
* | | | Issue 21100: Amazingly, tuple lexicographic ordering was untested.Raymond Hettinger2014-03-301-0/+8
* | | | Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-2915-0/+0