summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix `List_Add` description, list is extracted at TOS1[-i]zhangyangyu-patch-1Xiang Zhang2020-07-131-1/+1
* bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)Serhiy Storchaka2020-07-133-8/+41
* bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)Serhiy Storchaka2020-07-122-9/+52
* bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)Zackery Spytz2020-07-125-94/+797
* bpo-20181: Convert the readline module to the Argument Clinic (#14326)Zackery Spytz2020-07-122-247/+1022
* Fix error in docstrings in bisect module (GH-21422)Sergey Golitsynskiy2020-07-111-2/+2
* bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)Nima Dini2020-07-101-1/+1
* bpo-36346: Make using the legacy Unicode C API optional (GH-21437)Serhiy Storchaka2020-07-1017-99/+360
* bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)Zackery Spytz2020-07-102-409/+1364
* Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)marload2020-07-101-1/+1
* bpo-39573: Use the Py_TYPE() macro (GH-21433)Victor Stinner2020-07-107-12/+12
* bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429)Serhiy Storchaka2020-07-103-29/+21
* bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)Serhiy Storchaka2020-07-102-38/+173
* bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)Joannah Nanjekye2020-07-091-0/+1
* bpo-37765: Add keywords to IDLE tab completions (GH-15138)Terry Jan Reedy2020-07-096-83/+110
* Remove trailing >>> in enum docs (GH-21358)E-Paine2020-07-092-1/+1
* bpo-41172: Fix check for compiler in test suite (GH-21400)Steve Dower2020-07-091-1/+7
* bpo-29590: fix stack trace for gen.throw() with yield from (#19896)Chris Jerdonek2020-07-093-0/+61
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-0918-134/+154
* bpo-41199: Docstring convention not followed for dataclasses documentation pa...marload2020-07-091-1/+1
* bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...Zackery Spytz2020-07-092-1/+3
* Doc: Builtins functions: faster jump table (GH-21376)Julien Palard2020-07-091-18/+32
* bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH...Mark Sapiro2020-07-083-1/+15
* bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...stratakis2020-07-082-1/+5
* bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)Tony Solomonik2020-07-082-3/+11
* Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...Victor Stinner2020-07-082-2/+14
* closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...Zackery Spytz2020-07-072-2/+5
* Add a test for get_id() (GH-21370)Joannah Nanjekye2020-07-071-0/+7
* bpo-41173: Copy test results file from ARM worker before uploading (GH-21305)Steve Dower2020-07-081-2/+4
* bpo-41224: Document is_annotated() in symtable module and update doc strings ...Joannah Nanjekye2020-07-072-2/+80
* bpo-29778: test_embed tests the path configuration (GH-21306)Victor Stinner2020-07-085-62/+154
* bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)Jason R. Coombs2020-07-073-3/+15
* bpo-41215: Make assertion in the new parser more strict (GH-21364)Lysandros Nikolaou2020-07-071-1/+1
* bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (G...Pablo Galindo2020-07-061-3/+5
* bpo-41218: Only mark async code with CO_COROUTINE. (#21357)Matthias Bussonnier2020-07-063-4/+29
* bpo-40742: Doc: fix parallel build. (GH-21237)Julien Palard2020-07-061-0/+35
* bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)Pablo Galindo2020-07-064-5/+10
* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...Steve Dower2020-07-068-134/+147
* bpo-40275: Use new test.support helper submodules in tests (GH-21317)Hai Shi2020-07-0618-110/+128
* bpo-37207: Update whatsnews for 3.9 (GH-21337)Dong-hee Na2020-07-061-0/+4
* bpo-40275: Use new test.support helper submodules in tests (GH-21315)Hai Shi2020-07-0620-49/+69
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-0619-194/+225
* bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)Inada Naoki2020-07-061-1/+5
* bpo-28681: Clarify multiple function names in the tutorial (GH-21340)Joannah Nanjekye2020-07-051-5/+4
* bpo-26205: Specify the number of nested scopes (GH-21324)Joannah Nanjekye2020-07-051-2/+2
* bpo-29727: Register array.array as a MutableSequence (GH-21338)Pablo Galindo2020-07-053-0/+88
* bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)Serhiy Storchaka2020-07-058-68/+5
* bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)Zackery Spytz2020-07-043-12/+1
* bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)Inada Naoki2020-07-051-3/+1
* Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)Inada Naoki2020-07-052-6/+6