summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by deve...Jason R. Coombs2016-09-061-2/+5
| | * Issue #12885: Revert commits in 3.4 branch which is security-only fixes.Jason R. Coombs2016-09-022-67/+29
* | | Issue #27106: Add test for configparser.__all__Martin Panter2016-09-091-0/+6
* | | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-0912-13/+937
* | | regrtest: log FS and locale encodingsVictor Stinner2016-09-091-1/+5
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-0920-89/+987
* | | Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.R David Murray2016-09-091-9/+1
|\ \ \ | |/ /
| * | #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.R David Murray2016-09-091-9/+1
| * | Issue #26020: Fix evaluation order for set literalsRaymond Hettinger2016-09-081-0/+15
* | | Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-087-234/+7
* | | Add policy keyword to email.generator.DecodedGenerator.R David Murray2016-09-081-2/+4
* | | MergeRaymond Hettinger2016-09-081-0/+15
* | | More lenient skipping of console tests.Steve Dower2016-09-081-3/+15
* | | Skips console open_fd tests when we don't have real consoles.Steve Dower2016-09-081-18/+21
* | | [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequestSenthil Kumaran2016-09-081-1/+2
|\ \ \ | |/ /
| * | Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...Senthil Kumaran2016-09-081-1/+2
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-313-1/+80
* | | Remove legacy "from __future__ import with_statement" lines.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-084-8/+0
* | | Add a new private version to the builtin dict typeVictor Stinner2016-09-083-4/+190
* | | Issue #21201: Improves readability of multiprocessing error message from serv...Davin Potts2016-09-081-1/+1
|\ \ \ | |/ /
| * | Issue #21201: Improves readability of multiprocessing error message from serv...Davin Potts2016-09-081-1/+1
* | | #27364: Deprecate invalid escape strings in str/byutes.R David Murray2016-09-082-11/+31
* | | Issue #28027: Remove Lib/plat-* filesZachary Ware2016-09-0832-9261/+0
* | | Issue #28026: Raise ImportError when exec_module() exists but create_module()...Eric Snow2016-09-082-10/+3
* | | Fixes tests broken by issue #27781.Steve Dower2016-09-084-6/+10
* | | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-0867-286/+286