COMMITS
June 23, 2020
V
bpo-40521: Make the empty frozenset per interpreter (GH-21068)
Victor Stinner committed
V
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner committed
R
Small clean-ups for the random module (GH-21038)
Raymond Hettinger committed
R
Improve asyncio.loop.call_soon() documentation (GH-20883)
Roger Iyengar committed
June 22, 2020
V
bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058)
Victor Stinner committed
D
bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
Dong-hee Na committed
V
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner committed
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
K
bpo-41005: Fixed perrmission error (GH-20936)
Krishna Chivukula committed
S
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
Serhiy Storchaka committed
S
bpo-26407: Do not mask errors in csv. (GH-20536)
Serhiy Storchaka committed
S
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
Serhiy Storchaka committed
C
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Christian Heimes committed
G
bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
Gregory P. Smith committed
G
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
Gregory P. Smith committed
June 21, 2020
J
Skip tests to fix bot (GH-20777)
Joannah Nanjekye committed
L
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou committed
D
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
Dong-hee Na committed
S
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
Serhiy Storchaka committed
S
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
Serhiy Storchaka committed
L
bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020)
Lysandros Nikolaou committed
June 20, 2020
G
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Gregory P. Smith committed
G
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)
Gregory P. Smith committed
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
B
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Batuhan Taskaya committed
B
Add link to .pypirc specification (GH-20680)
Brian Rutledge committed
L
bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
Lysandros Nikolaou committed
V
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964)
Vincent Férotin committed
S
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka committed
June 19, 2020
S
bpo-41040: Fix test_modulefinder. (GH-20991)
Serhiy Storchaka committed