95824 Commits (06aed90a1fe6fa48919ff0f1f39181e886df9efc)
 

Author SHA1 Message Date
Eric Snow 06aed90a1f Issue #27576: Fix call order in OrderedDict.__init__(). 10 years ago
Benjamin Peterson 7d895ac953 remove --with(out)-signal-module, since the signal module is non-optional 10 years ago
Guido van Rossum 922175922c Issue #28049: Add documentation for typing.Awaitable and friends. 10 years ago
Yury Selivanov bf04b0698b Issue #28008: Fix test_unparse 10 years ago
Steve Dower 8b26702fa3 Closes #22731: Documents change of console mode. 10 years ago
Steve Dower de02b084e6 Closes #22731: Documents change of console mode. 10 years ago
Steve Dower 7a35b1c2a7 Issue #26619: Improves error message when installing on out-of-date Windows Server 10 years ago
Steve Dower 2fadfc0ead Issue #26619: Improves error message when installing on out-of-date Windows Server 10 years ago
Benjamin Peterson a845a81e42 remove unused osx10.5 sdk check 10 years ago
Zachary Ware cce02f8b82 Remove Lib/test/test_pep247.py 10 years ago
Eric Snow 68f4dd8b01 Doc updates for PEPs 520 and 468. 10 years ago
Brett Cannon 6982a4f8f0 Merge 10 years ago
Brett Cannon 6760c69022 Mention how requiring ordered dicts breaks backwards-compatibility. 10 years ago
Yury Selivanov d04e417b1e tests: use subTest in test_unparse.test_files 10 years ago
Brett Cannon feea6e7bcf Mention that the order-preserving aspect of the new dict 10 years ago
Zachary Ware b78d52f108 Remove Lib/_sysconfigdata.py from .gitignore 10 years ago
Yury Selivanov 52c4e7cc84 Issue #28008: Implement PEP 530 -- asynchronous comprehensions. 10 years ago
Benjamin Peterson 93b2dee80e compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with bluetooth/bluetooh.h (#28017) 10 years ago
Guido van Rossum 52a7e37555 Add a few big-ticket items to What's new in 3.6. 10 years ago
Steve Dower 41519b2ca8 Issue #26513: Fixes platform module detection of Windows Server 10 years ago
Guido van Rossum 6cff8744a0 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. 10 years ago
Guido van Rossum 95e502e7a6 Move news items for PEP 526 and 525 to the top of their section. 10 years ago
Steve Dower 7bcf7931fc Issue #26513: Fixes platform module detection of Windows Server 10 years ago
Steve Dower f333fd82a2 Switch to using |version| substitition in Windows docs. 10 years ago
Benjamin Peterson f7e9dfbee2 credit Raymond 10 years ago
Steve Dower 6d5cf8a73e Fixes expected error when getting encoding while shutting down. 10 years ago
Steve Dower 4db86bc1b4 Changes pyvenv.cfg trick into an actual sys.path file. 10 years ago
Donald Stufft 783c9ef84d Merge 3.5 10 years ago
Donald Stufft 6bde454f9e Merge 3.4 10 years ago
Guido van Rossum f530738179 Remove duplicate entry for Ivan L. 10 years ago
Donald Stufft 16d7d5941d Upgrade setuptools to 27.1.2 10 years ago
Guido van Rossum deed5a18ca Issue #28038: Remove Tools/parser/com2ann.py and its unit test. 10 years ago
Steve Dower 6230aaf561 Issue #27781: Fixes uninitialized fd when !MS_WINDOWS and !HAVE_OPENAT 10 years ago
Steve Dower 18591e4189 Revert #27959: ImportError within an encoding module should also skip the encoding 10 years ago
Donald Stufft 722b685dc1 Merge 3.5 10 years ago
Donald Stufft 621333d227 Merge 3.4 10 years ago
Donald Stufft d25d9dc1fc Upgrade setuptools to 27.1.1 10 years ago
Martin Panter e13370b3e3 Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py 10 years ago
Yury Selivanov 87672d777a Issue #28003: Fix a compiler warning 10 years ago
Martin Panter 2b9b70b43b Issue #27106: Add test for configparser.__all__ 10 years ago
Yury Selivanov 50c584f50b ceval: tighten the code of STORE_ANNOTATION 10 years ago
Yury Selivanov eb6364557f Issue #28003: Implement PEP 525 -- Asynchronous Generators. 10 years ago
Victor Stinner b96ef55d49 regrtest: log FS and locale encodings 10 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 10 years ago
R David Murray 09ad17810c #27364: Credit Emanuel Barry in NEWS item. 10 years ago
R David Murray f03bcfd168 Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. 10 years ago
R David Murray eaab1ca558 #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. 10 years ago
Berker Peksag 71c01d43a7 Issue #28033: Fix typo in dictobject.c 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) ba7224f934 issue28032: never imply --with-lto as part of --with-optimizations. 10 years ago
Benjamin Peterson 32ca5cd5b0 merge 3.5 10 years ago