summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-39220: Do not optimise annotation if 'from __future__ import annotations'...Pablo Galindo2020-03-185-40/+67
* bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)Victor Stinner2020-03-183-13/+19
* bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)Dong-hee Na2020-03-182-18/+52
* bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)Victor Stinner2020-03-182-4/+25
* bpo-1635741: Port _heapq module to multiphase initialization (GH19057)Dong-hee Na2020-03-182-12/+20
* bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)Victor Stinner2020-03-185-26/+30
* bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)Jens Reidel2020-03-182-5/+10
* bpo-39877: Fix take_gil() for daemon threads (GH-19054)Victor Stinner2020-03-181-2/+6
* bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)Victor Stinner2020-03-186-32/+47
* bpo-39984: Pass tstate to handle_signals() (GH-19050)Victor Stinner2020-03-181-11/+15
* bpo-38373: Change list overallocating strategy. (GH-18952)Serhiy Storchaka2020-03-172-6/+10
* bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599)Shantanu2020-03-172-4/+1
* bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)Serhiy Storchaka2020-03-177-179/+53
* bpo-39984: Add PyInterpreterState.ceval (GH-19047)Victor Stinner2020-03-175-19/+35
* bpo-1635741: Port itertools module to multiphase initialization (GH-19044)Dong-hee Na2020-03-172-35/+43
* bpo-39991: Enhance uuid parser for MAC address (GH-19045)Victor Stinner2020-03-172-31/+93
* bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)Victor Stinner2020-03-1710-144/+91
* bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#...Matthias Braun2020-03-172-6/+12
* bpo-39943: Remove unused self from find_nfc_index() (GH-18973)Andy Lester2020-03-171-4/+4
* bpo-39987: Simplify setting lineno in the compiler. (GH-19037)Serhiy Storchaka2020-03-174-4006/+3970
* bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)Victor Stinner2020-03-173-10/+51
* bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)Zackery Spytz2020-03-172-2/+3
* bpo-39656: Ensure `bin/python3.#` is always present in virtual environments o...Anthony Sottile2020-03-172-1/+3
* bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 4...Hai Shi2020-03-171-3/+6
* bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019)Dong-hee Na2020-03-162-0/+25
* bpo-39968: Fix a typo error in get_readline_state() (GH-19028)Hai Shi2020-03-161-1/+1
* bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977)Victor Stinner2020-03-162-2/+10
* bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)Dong-hee Na2020-03-162-3/+8
* bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)Dong-hee Na2020-03-165-5/+24
* bpo-37207: Use _PyArg_CheckPositional() for tuple vectorcall (GH-18986)Dong-hee Na2020-03-161-2/+2
* bpo-39968: Convert extension modules' macros of get_module_state() to inline ...Hai Shi2020-03-1617-164/+279
* bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)Batuhan Taşkaya2020-03-167-132/+343
* bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016)Batuhan Taşkaya2020-03-152-3/+20
* bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...Batuhan Taşkaya2020-03-153-2/+27
* Fix a possible refleak in tupleobject.c (GH-19018)Hai Shi2020-03-151-1/+3
* bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)Batuhan Taşkaya2020-03-157-51/+27
* bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)Ross2020-03-155-3/+9
* bpo-39965: Correctly raise SyntaxError if await is used outside async functio...Pablo Galindo2020-03-153-4/+49
* Link to list of keywords in the laguage reference (GH-18024)Борис Верховский2020-03-141-5/+6
* bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)Ashwin Ramaswami2020-03-144-3/+57
* bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...Taine Zhao2020-03-142-1/+2
* bpo-39509: Update HTTP status code to follow IANA (GH-18294)Dong-hee Na2020-03-145-0/+19
* bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...David CARLIER2020-03-141-3/+3
* bpo-39585: Delete a pending comment in _warning.c (GH-18414)Hai Shi2020-03-141-1/+2
* Make cpython/abstract.h compatible with C90 (#18481)Peter Eisentraut2020-03-141-11/+24
* bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)Zackery Spytz2020-03-143-1/+24
* Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)Inada Naoki2020-03-145-284/+0
* bpo-39937: Improve suggestions for removal of getchildren and getiterator in ...Rahul Kumaresan2020-03-141-4/+7
* bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)Inada Naoki2020-03-145-6/+284
* bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)Victor Stinner2020-03-136-9/+37