summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update unicodeobject.hrevert-17659-utf8-bufferInada Naoki2020-03-141-6/+0
* Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)"Inada Naoki2020-03-145-284/+6
* 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-111-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
* bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)bobince2020-03-122-3/+5
* bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)Steve Dower2020-03-112-16/+27
* bpo-1635741: Fix refleaks of time module error handling (GH-18486)Hai Shi2020-03-111-18/+45
* bpo-1635741: Fix potential refleaks in binascii module (GH-18613)Hai Shi2020-03-111-7/+45
* bpo-1635741: Port audioop extension module to multiphase initialization (PEP ...Hai Shi2020-03-112-38/+80
* bpo-1635741: Port _locale extension module to multiphase initialization (PEP ...Hai Shi2020-03-112-34/+84
* bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)Serhiy Storchaka2020-03-112-2/+6
* bpo-39915: Ensure await_args_list is updated according to the order in which ...Karthikeyan Singaravelan2020-03-113-1/+16
* bpo-39930: Convert error to warning for more silent failure (GH-18921)Steve Dower2020-03-112-1/+5
* bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)Petr Viktorin2020-03-113-2/+3
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...Steve Dower2020-03-116-10/+67
* Fix download.html (GH-18902)Inada Naoki2020-03-111-1/+1
* bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)Benjamin Peterson2020-03-101-2/+2
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-108-14/+14
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-1011-28737/+29772
* closes bpo-39922: Remove unused args from four functions. (GH-18893)Andy Lester2020-03-101-17/+17
* Updates functools.py with consistent quotes (GH-18825)Nikita Sobolev2020-03-101-1/+1
* bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908)Victor Stinner2020-03-103-4/+8
* bpo-38662: ensurepip invokes pip via runpy (GH-18901)Miro Hrončok2020-03-102-3/+17
* tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)Adam Johnson2020-03-101-3/+1
* bpo-34822: Simplify AST for subscription. (GH-9605)Serhiy Storchaka2020-03-1015-702/+293
* bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)Antoine2020-03-101-1/+1
* bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)Victor Stinner2020-03-103-5/+4
* bpo-1294959: Add sys.platlibdir attribute (GH-18381)Victor Stinner2020-03-1016-53/+209
* bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)Dong-hee Na2020-03-103-1/+18
* bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)Victor Stinner2020-03-105-13/+21
* bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891)Victor Stinner2020-03-103-20/+21