summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...Eric Snow2024-08-123-54/+205
* gh-122888: Fix crash on certain calls to str() (#122889)Jelle Zijlstra2024-08-121-11/+32
* Fix old-style `print` statement in `gettext` comments (#122939)sobolevn2024-08-121-1/+1
* gh-122688: Add more tests for var-positional parameters in Argument Clinic (G...Serhiy Storchaka2024-08-121-65/+98
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-1218-28/+28
* Remove "print >>obj" exception hint for Python 2 (#122853)Victor Stinner2024-08-121-32/+0
* gh-122903: Honor directories in zipfile.Path.glob. (#122908)Jason R. Coombs2024-08-123-9/+38
* gh-122905: Sanitize names in zipfile.Path. (#122906)Jason R. Coombs2024-08-112-1/+80
* gh-119180: annotationlib: Fix __all__, formatting (#122365)Jelle Zijlstra2024-08-113-33/+68
* gh-119180: Improvements to ForwardRef.evaluate (#122210)Jelle Zijlstra2024-08-113-11/+60
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-116-155/+120
* gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)Wulian2024-08-117-7/+19
* gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)Nico Mexis2024-08-102-2/+30
* gh-105376: Restore deprecated logging warn() method (#122775)Victor Stinner2024-08-091-1/+16
* gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...Serhiy Storchaka2024-08-092-17/+91
* gh-122835: Fix module name in ``test_typing`` (#122836)Kirill Podoprigora2024-08-081-1/+1
* gh-111495: Add more tests on PyEval C APIs (#122789)Victor Stinner2024-08-082-43/+103
* gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776)Petr Viktorin2024-08-081-0/+8
* gh-122255: Add black box tests in test_warnings (GH-122227)Serhiy Storchaka2024-08-081-0/+91
* gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)Serhiy Storchaka2024-08-082-5/+56
* gh-120782: Update datetime test for static type immutability (#122800)neonene2024-08-081-7/+22
* gh-122247: Move instruction instrumentation sanity check after tracing check ...Tian Gao2024-08-081-0/+15
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-072-0/+41
* gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...Serhiy Storchaka2024-08-072-5/+70
* gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)Serhiy Storchaka2024-08-072-54/+158
* gh-118761: Improve import time of `pprint` (#122725)Hugo van Kemenade2024-08-071-4/+21
* Remove dead code in the RE parser (GH-122796)Serhiy Storchaka2024-08-071-16/+0
* gh-122798: Make tests for warnings in the re module more strict (GH-122799)Serhiy Storchaka2024-08-071-11/+40
* gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...Ali Hamdan2024-08-072-7/+34
* gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-9...pukkandan2024-08-071-5/+4
* Fix typos in comments and docstring (#122720)Xie Yanbo2024-08-079-11/+11
* GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)Barney Gale2024-08-074-126/+110
* gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)Victor Stinner2024-08-061-0/+13
* gh-122744: Bump bundled pip to 24.2 (#122745)Pradyun Gedam2024-08-062-1/+1
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-061-1/+3
* Fix duplicated words 'begins with a' in pathlib docstring (#122732)Виталий Дмитриев2024-08-061-1/+1
* gh-120104: IDLE: Fix padding in config and search dialogs (#120107)Serhiy Storchaka2024-08-062-2/+2
* gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, ...Kirill Podoprigora2024-08-061-9/+24
* Fix syntax in generate_re_casefix.py (#122699)Jelle Zijlstra2024-08-061-1/+1
* gh-116622: Android logging fixes (#122698)Malcolm Smith2024-08-062-48/+212
* gh-122459: Optimize pickling by name objects without __module__ (GH-122460)Serhiy Storchaka2024-08-052-50/+49
* gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+nanj (#122638)Sergey B Kirpichev2024-08-041-12/+12
* gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892)Sergey B Kirpichev2024-08-041-2/+2
* gh-122334: Fix test_embed failure when missing _ssl module (GH-122630)neonene2024-08-031-2/+6
* gh-122560: add test that comprehension loop var appears only in one scope of ...Irit Katriel2024-08-021-0/+21
* gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)Sam Gross2024-08-022-1/+15
* gh-122445: populate only modified fields in __static_attributes__ (#122446)Irit Katriel2024-08-021-1/+4
* gh-122334: Fix crash when importing ssl after re-initialization (#122481)neonene2024-08-021-0/+19
* gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...Bénédikt Tran2024-08-022-47/+115
* gh-122188: Remove _imp.pyc_magic_number (GH-122503)Serhiy Storchaka2024-08-022-5/+7