COMMITS
August 27, 2019
G
bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542)
Greg Price committed
R
Fix unused variable and signed/unsigned warnings (GH-15537)
Raymond Hettinger committed
V
I
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Inada Naoki committed
August 26, 2019
V
bpo-36763: Make Py_BytesMain() public (GH-15532)
Victor Stinner committed
Z
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
Zackery Spytz committed
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
B
bpo-37925: Mention --embed in python-config usage (GH-15458)
Batuhan Taşkaya committed
R
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)
Raymond Hettinger committed
P
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
Pradyun Gedam committed
I
bpo-37055: fix warnings in _blake2 module (GH-14646)
Inada Naoki committed
E
correct roman numeral VII description (GH-15523)
Ethan Furman committed
S
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
Sergey Fedoseev committed
P
bpo-37954: Fix reference leak in the symtable (GH-15514)
Pablo Galindo committed
S
Remove leftovers from the times when long long wasn't required (GH-15501)
Sergey Fedoseev committed
P
bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499)
Pablo Galindo committed
A
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492)
Andrew Svetlov committed
F
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
Forest Gregg committed
S
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490)
Serhiy Storchaka committed
D
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Dong-hee Na committed
J
bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478)
Joannah Nanjekye committed
T
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Terry Jan Reedy committed
J
Doc: Keep the venv/* exclude pattern. (GH-15229)
Julien Palard committed
August 25, 2019
F
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976)
Flavian Hautbois committed
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
Z
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz committed
R
bpo-37905: Improve docs for NormalDist (GH-15486)
Raymond Hettinger committed
T
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
Tal Einat committed
R
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger committed
August 24, 2019
B
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag committed