summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (#120605)John Riggles2024-08-022-2/+10
* Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)Jonathon Vandezande2024-08-021-1/+1
* gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)Bénédikt Tran2024-08-011-1/+0
* GH-122155: Track local variables between pops and pushes in cases generator (...Mark Shannon2024-08-011-8/+57
* Fix typos in docs, error messages and comments (#122502)jianghuyiyuan2024-08-011-1/+1
* gh-116622: Skip PosixPathTest.test_expanduser_pwd2 on platforms which don't s...Malcolm Smith2024-07-311-2/+2
* gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...CF Bolz-Tereick2024-07-313-3/+73
* gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...Russell Keith-Magee2024-07-312-77/+64
* gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)Cody Maloney2024-07-314-28/+6
* GH-122482: Make About IDLE direct discussion to DPO (#122483)Terry Jan Reedy2024-07-302-7/+11
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)Petr Viktorin2024-07-306-4/+121
* gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309)Petr Viktorin2024-07-301-0/+127
* gh-122188: Move magic number to its own file (#122243)Michael Droettboom2024-07-304-279/+14
* gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447)Łukasz Langa2024-07-301-15/+24
* gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)Dino Viehland2024-07-304-4/+14
* gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)Clinton2024-07-302-0/+6
* gh-122400: Handle ValueError in filecmp (GH-122401)Bénédikt Tran2024-07-302-4/+39
* gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...Petr Viktorin2024-07-302-15/+1
* gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122...Sam Gross2024-07-291-1/+1
* gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...Seth Michael Larson2024-07-292-3/+142
* gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)Eric Snow2024-07-293-45/+132
* gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)Kirill Podoprigora2024-07-294-612/+628
* gh-122311: Add more tests for error messages in pickle (GH-122373)Serhiy Storchaka2024-07-291-50/+185