summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-106-6/+88
|\
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-106-6/+88
| * remove fix_callable - callable() was readded many releases ago.Gregory P. Smith2016-09-102-129/+0
* | Merge from ZachSteve Dower2016-09-101-2/+11
|\ \
| * | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-101-2/+11
* | | Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-29/+33
|\ \ \ | |/ / |/| / | |/
| * Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-29/+33
* | DTrace support: function calls, GC activity, line executionƁukasz Langa2016-09-1017-0/+463
* | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-1/+1
|\ \ | |/
| * Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-1/+1
* | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-103-27/+72
|\ \ | |/
| * #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-103-27/+72
| * Issue #22450: Use "Accept: */*" in the default headers for urllib.requestRaymond Hettinger2016-09-091-1/+1
* | Remove 2to3's fix_callable... We reintroduced the callable built-inGregory P. Smith2016-09-102-129/+0
* | MergeRaymond Hettinger2016-09-091-1/+1
* | Rename test_strlit -> test_string_literalsZachary Ware2016-09-091-0/+0
* | Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-0913-40/+77
* | mergeRaymond Hettinger2016-09-096-14/+94
|\ \ | |/
| * Merge asyncio upstream.Guido van Rossum2016-09-096-14/+94
* | #20476: add a message_factory policy attribute to email.R David Murray2016-09-096-57/+99
* | Issue #28025: Convert all ssl module constants to IntEnum and IntFlags.Christian Heimes2016-09-091-19/+61
* | Merge headsSerhiy Storchaka2016-09-099-21/+195
|\ \
| * | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-099-21/+195
* | | Issue #433028: Added support of modifier spans in regular expressions.Serhiy Storchaka2016-09-094-66/+159
|/ /
* | issue27985 - fix the incorrect duplicate class name in the lib2to3Gregory P. Smith2016-09-091-1/+1
* | Issue #24320: Drop an old setuptools-induced hack.Eric Snow2016-09-091-5/+0
* | Rename Future._blocking to _asyncio_future_blocking.Guido van Rossum2016-09-092-5/+14
|\ \ | |/
| * Rename Future._blocking to _asyncio_future_blocking.Guido van Rossum2016-09-092-5/+14
* | Rename test_pep####.py filesZachary Ware2016-09-099-5/+6
* | Fix running test_tokenize directlyZachary Ware2016-09-091-2/+2
* | Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-096-39/+34
* | Merge with 3.5Steve Dower2016-09-093-7/+37
|\ \ | |/
| * #28047: Fix calculation of base64 line length.R David Murray2016-09-093-7/+37
* | Issue #27576: Fix call order in OrderedDict.__init__().Eric Snow2016-09-091-0/+13
* | Remove Lib/test/test_pep247.pyZachary Ware2016-09-091-66/+0
* | tests: use subTest in test_unparse.test_filesYury Selivanov2016-09-091-2/+3
* | Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-0911-63/+330
* | Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.Guido van Rossum2016-09-091-1/+17
* | Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-09-091-1/+1
|\ \ | |/
| * Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-09-091-1/+1
* | Fixes expected error when getting encoding while shutting down.Steve Dower2016-09-091-1/+1
* | Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-6/+0
* | Merge 3.5Donald Stufft2016-09-092-1/+1
|\ \ | |/
| * Merge 3.4Donald Stufft2016-09-092-1/+1
| |\
| | * Upgrade setuptools to 27.1.2Donald Stufft2016-09-092-1/+1
* | | Issue #28038: Remove Tools/parser/com2ann.py and its unit test.Guido van Rossum2016-09-091-260/+0
* | | Revert #27959: ImportError within an encoding module should also skip the enc...Steve Dower2016-09-091-3/+4
* | | Merge 3.5Donald Stufft2016-09-092-1/+1
|\ \ \ | |/ /
| * | Merge 3.4Donald Stufft2016-09-092-1/+1
| |\ \ | | |/
| | * Upgrade setuptools to 27.1.1Donald Stufft2016-09-092-1/+1