109762 Commits (dbe60ee09dc5a624cfb78dff61ecf050a5b3f105)
 

Author SHA1 Message Date
Brandt Bucher dbe60ee09d
bpo-43892: Validate the first term of complex literal value patterns (GH-25735) 5 years ago
Steve Dower 87655e2cf5
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) 5 years ago
Ryan Hileman 9a2c2a9ec3
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) 5 years ago
Mark Shannon 088a15c49d
bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line number. (GH-25717) 5 years ago
sblondon 2fd928c8c1
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) 5 years ago
Senthil Kumaran 76cd81d603
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) 5 years ago
Petr Viktorin 14fc2bdfab
bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720) 5 years ago
Mark Shannon c76da79b37
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) 5 years ago
Inada Naoki 53dd6c99b3
bpo-43651: Fix test_logging (GH-25715) 5 years ago
Victor Stinner abfd6388cd
bpo-43774: Enhance debug build documentation (GH-25712) 5 years ago
Terry Jan Reedy 8ec2f0dc0c
bpo-37892: Use space indents in IDLE Shell (GH-25678) 5 years ago
Petr Viktorin f6ee4dad58
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) 5 years ago
Victor Stinner 645ed62fb4
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) 5 years ago
Victor Stinner b1f413e6cf
bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709) 5 years ago
Victor Stinner 5bd0619533
bpo-43908: Document Static Types in the C API (GH-25710) 5 years ago
Erlend Egeberg Aasland c6ad03fddf
bpo-43908: Make array.array type immutable (GH-25696) 5 years ago
Erlend Egeberg Aasland 5daf70b22e
bpo-43908: Make re types immutable (GH-25697) 5 years ago
Nick Coghlan 1e7b858575
bpo-43892: Make match patterns explicit in the AST (GH-25585) 5 years ago
Inada Naoki e52ab42ced
bpo-41139: Deprecate `cgi.log()` (GH-25625) 5 years ago
Inada Naoki a69256527f
bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654) 5 years ago
Inada Naoki fa51c0c448
bpo-43651: Fix EncodingWarning in tests. (GH-25655) 5 years ago
Hristo Venev 8557edbfa8
bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186) 5 years ago
Andre Delfino 69a733bda3
[doc] Be more clear on super() regarding multiple base classes methods (GH-21789) 5 years ago
Andre Delfino 08a4803863
[doc] Do some polishing in IDEs section (GH-22070) 5 years ago
Paul Moore b38b2fa021
Document importlib.metadata.PackagePath.locate method (GH-25669) 5 years ago
kfollstad 4a85718212
bpo-43970: Optimize Path.cwd() in pathlib by not instantiating a class unnecessarily (GH-25699) 5 years ago
Tal Einat 15d3861856
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682) 5 years ago
Victor Stinner 103d5e420d
bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693) 5 years ago
Erlend Egeberg Aasland 3b52c8d66b
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520) 5 years ago
scoder 3cc481b9de
bpo-28254: Add a C-API for controlling the GC state (GH-25687) 5 years ago
Barney Gale baecfbd849
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264) 5 years ago
Ken Jin 859577c249
bpo-41559: Change PEP 612 implementation to pure Python (#25449) 5 years ago
Steve Dower c1a9535989
bpo-43955: Handle the case where the distutils warning has already been triggered (GH-25675) 5 years ago
scoder 4c49be7668
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) 5 years ago
Victor Stinner fe52eb6219
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) 5 years ago
Victor Stinner 32c5a17444
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) 5 years ago
Irit Katriel 21b02b5f40
bpo-43960: test_pdb resets breakpoints (GH-25673) 5 years ago
M. Kocher db0c5b786d
bpo-43776: Remove list call from args in Popen repr (GH-25338) 5 years ago
Ma Lin f9bedb630e
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740) 5 years ago
Victor Stinner a5e64444e6
bpo-43963: Add _signal module state (GH-25676) 5 years ago
Inada Naoki 5c84bb506a
bpo-37751: Update `codecs.register()` doc. (GH-25643) 5 years ago
Victor Stinner a09766deab
bpo-43963: Fix import _signal in subinterpreters (GH-25674) 5 years ago
Ethan Furman 6bd9288b80
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670) 5 years ago
Anthony Sottile 9aea31dedd
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850) 5 years ago
Ned Deily 8a37463989
Fix generated file name for installer builds on macOS 11+. (GH-25661) 5 years ago
Erlend Egeberg Aasland ce82781644
bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) 5 years ago
Erlend Egeberg Aasland bf0c7c0147
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641) 5 years ago
Shreyan Avigyan e3bf179642
bpo-43864: Silence deprecation warning in test_importlib.test_module_found and test_importlib.test_module_not_found (GH-25656) 5 years ago
Ken Jin 99fdd78200
bpo-43766: Fix TypeGuard docs (#25660) 5 years ago
Ken Jin 05ab4b60ab
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282) 5 years ago