summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-37345: Add formal UDPLITE support (GH-14258)Gabe Appleton2019-06-244-0/+217
* bpo-37348: optimize decoding ASCII string (GH-14283)Inada Naoki2019-06-242-34/+53
* bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...Pablo Galindo2019-06-232-3/+3
* bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)Pablo Galindo2019-06-222-122/+124
* asyncio: Fix docs for default event loop (#14308)Ben Darnell2019-06-221-1/+1
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Jörn Heissler2019-06-228-7/+53
* Improve threading.daemon docstring (GH-14278)mbarkhau2019-06-221-2/+1
* bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)Xtreak2019-06-221-1/+3
* bpo-37364: Use io.open_code() to read .pth files (GH-14299)Steve Dower2019-06-212-1/+3
* bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)Steve Dower2019-06-216-37/+21
* bpo-37362: test_gdb now ignores stderr (GH-14287)Victor Stinner2019-06-212-34/+16
* Use `python -m pip install` in porting guide and venv docs (GH-13257)Brad2019-06-212-11/+17
* bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)Joannah Nanjekye2019-06-212-4/+18
* bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)Paul Monson2019-06-211-1/+1
* bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)Zackery Spytz2019-06-215-1/+13
* bpo-36210: update optional extension handling for AIX (GH-12202)Michael Felt2019-06-212-8/+26
* Docs: Improved phrasing (GH-14069)Aeros2019-06-211-4/+6
* Remove redundant if check from optional argument function in argparse. (GH-8766)Shashank Parekh2019-06-211-4/+2
* bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect ...Pablo Galindo2019-06-201-0/+8
* Update What's New in Python 3.9 (GH-14253)Victor Stinner2019-06-202-1/+2
* bpo-36511: Improve ARM32 buildbot scripts (GH-14251)Paul Monson2019-06-203-23/+29
* bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)Jeroen Demeyer2019-06-204-29/+5
* Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)İsmail Arılık2019-06-201-1/+1
* Fix bpo number in News file. (GH-14260)Eric V. Smith2019-06-201-1/+1
* bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)Hai Shi2019-06-201-1/+1
* Update What's New in Python 3.8 (GH-14239)Victor Stinner2019-06-191-1/+2
* bpo-36710: Use tstate in pylifecycle.c (GH-14249)Victor Stinner2019-06-198-108/+120
* Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...Harmon2019-06-191-1/+1
* bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...Paul Monson2019-06-198-13/+107
* bpo-37333: Ensure IncludeTkinter has a value (GH-14240)Steve Dower2019-06-191-0/+3
* bpo-37331: Clarify format of socket handler messages in the documentation. (G...Vinay Sajip2019-06-191-4/+14
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Vinay Sajip2019-06-192-3/+36
* bpo-36710: Remove PyImport_Cleanup() function (GH-14221)Victor Stinner2019-06-196-20/+7
* Fix name of '\0'. (GH-14222)Benjamin Peterson2019-06-191-1/+1
* bpo-36710: Add tstate parameter in import.c (GH-14218)Victor Stinner2019-06-198-190/+247
* Document typing.ForwardRef (GH-14216)Ivan Levkivskyi2019-06-191-0/+7
* Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)Ivan Levkivskyi2019-06-191-0/+2
* bpo-35134: Add Include/cpython/import.h header file (GH-14213)Victor Stinner2019-06-187-52/+86
* bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)Terry Jan Reedy2019-06-184-23/+42
* Add pganssle to CODEOWNERS and ACKS (GH-14138)Paul Ganssle2019-06-182-0/+10
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Mike Gleen2019-06-183-15/+56
* bpo-37151: remove _PyFunction_FastCallDict (GH-13864)Jeroen Demeyer2019-06-183-106/+1
* bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)animalize2019-06-182-3/+4
* bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)Jeroen Demeyer2019-06-181-5/+13
* bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972)Jeroen Demeyer2019-06-181-12/+1
* bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)Ned Deily2019-06-181-2/+4
* bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)Ned Deily2019-06-182-3/+14
* remove dead code (GH-14104)David Carlier2019-06-181-3/+0
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-1811-51/+211
* Add sponsorship details for GitHub Sponsor button (GH-14181)Brett Cannon2019-06-181-0/+1