summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-39947: Add PyInterpreterState_Get() function (GH-18979)Victor Stinner2020-03-138-14/+35
* bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)Victor Stinner2020-03-139-27/+27
* bpo-36144: OrderedDict Union (PEP 584) (#18967)Brandt Bucher2020-03-135-75/+187
* bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)Charles Burkland2020-03-135-1/+118
* bpo-39947: Hide implementation detail of trashcan macros (GH-18971)Victor Stinner2020-03-133-15/+45
* bpo-35370: Add _PyEval_SetTrace() function (GH-18975)Victor Stinner2020-03-137-52/+143
* bpo-37207: Use PEP 590 vectorcall to speed up tuple() (GH-18936)Dong-hee Na2020-03-132-0/+23
* bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)Victor Stinner2020-03-134-16/+19
* bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)Victor Stinner2020-03-137-56/+68
* bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)Victor Stinner2020-03-129-13/+67
* bpo-39936: _aix_support uses _bootsubprocess (GH-18970)Victor Stinner2020-03-122-35/+30
* bpo-39689: Do not test undefined casts to _Bool (GH-18964)Stefan Krah2020-03-121-0/+4
* Doc: Fix grammar in PyErr_ResourceWarning (GH-18879)Daniel Hahler2020-03-121-1/+1
* bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960)Raúl Cumplido2020-03-122-3/+3
* Remove unused args from two pylifecycle.c functions (GH-18867)Andy Lester2020-03-121-6/+5
* bpo-39884: Add method name in "bad call flags" error (GH-18944)Victor Stinner2020-03-123-2/+6
* Simplify defaultdict.__or__ (#18931)Brandt Bucher2020-03-121-5/+1
* Fix syntax error in an example in the ast documentation and sync docstrings (...Pablo Galindo2020-03-122-3/+3
* bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)José Roberto Meza Cabrera2020-03-113-1/+7