summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regen ``Doc/requirements-oldest-sphinx.txt`` (#119520)Kirill Podoprigora2024-05-241-1/+1
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Nice Zombies2024-05-247-359/+389
* gh-112075: Fix dict thread safety issues (#119288)Germán Méndez Bravo2024-05-241-25/+41
* GH-119496: accept UTF-8 BOM in .pth files (GH-119503)Alyssa Coghlan2024-05-241-1/+3
* gh-69214: Fix fcntl.ioctl() request type (#119498)Victor Stinner2024-05-243-8/+12
* GH-113464: Run the JIT interpreter before any other JIT CI (GH-119466)Brandt Bucher2024-05-241-0/+15
* gh-119317: findall instead of traverse for docutils nodes (#119319)Carlos Meza2024-05-242-4/+4
* Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409)Petr Viktorin2024-05-232-2/+2
* gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)Victor Stinner2024-05-233-4/+8
* gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds...Brett Simmers2024-05-235-55/+68
* gh-117398: Statically Allocate the Datetime C-API (GH-119472)Eric Snow2024-05-233-35/+89
* gh-119469: Fix _pyrepl reference leaks (#119470)Łukasz Langa2024-05-232-12/+30
* gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424)Petr Viktorin2024-05-232-53/+45
* GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)Mark Shannon2024-05-233-2/+9
* gh-119431: fix refleak in test_monitoring (#119444)Irit Katriel2024-05-231-0/+1
* Fix typos in what's new documentation (#119448)Xie Yanbo2024-05-236-9/+9
* Tiny fix: Update link for HAC algorithm (gh-118546)Ayato Hayashi2024-05-231-2/+2
* gh-119105: difflib.py Differ.compare is too slow [for degenerate cases] (#119...Tim Peters2024-05-222-59/+89
* gh-119434: Fix culmitive errors in wrapping as lines proceed (#119435)Dino Viehland2024-05-221-3/+9
* gh-119396: Optimize PyUnicode_FromFormat() UTF-8 decoder (#119398)Victor Stinner2024-05-221-62/+141
* gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (#119432)Lysandros Nikolaou2024-05-221-0/+1
* gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)neonene2024-05-223-53/+0
* gh-70795: Rework RLock documentation (#103853)uıɐɾ ʞ ʇɐɯɐs2024-05-221-24/+51
* gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)Michael Vincent2024-05-222-2/+3
* gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#...Josh {*()} Rosenberg2024-05-224-3/+106
* gh-117657: Fix missing atomic in dict_resize (#119312)Dino Viehland2024-05-221-1/+1
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-2239-172/+172
* gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...Eric Snow2024-05-2210-3/+144
* gh-119391: Amend comment description of PyMapping_Items, PyMapping_Values and...Pieter Eendebak2024-05-221-3/+3
* gh-118643: Fix AttributeError in the email module (GH-119099)Serhiy Storchaka2024-05-223-5/+24
* Fix version number in use_load_tests deprecation reference (GH-119151)Jacob Walls2024-05-221-1/+1
* Fix typos in NEWS entries for 3.13 (GH-119374)Xie Yanbo2024-05-222-17/+17
* Clarify that dklen is expected in bytes for the hashlib functions (GH-106624)Mathijs Mortimer2024-05-221-2/+2
* DOCS: fix error in exec namespace note (gh-119378)Alyssa Coghlan2024-05-221-4/+0
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-225-9/+79
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-226-16/+21
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-222-58/+179
* gh-119180: PEP 649: Add __annotate__ attributes (#119209)Jelle Zijlstra2024-05-2213-18/+324
* gh-119357: Increase test coverage for keymap in _pyrepl (#119358)Eugene Triguba2024-05-223-53/+94
* gh-111201: Add append to screen method to avoid recalculation (#119274)Lysandros Nikolaou2024-05-224-14/+43
* gh-60191: Implement ast.compare (#19211)Batuhan Taskaya2024-05-225-5/+210
* gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstri...Landon Wood2024-05-221-3/+3
* gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)Jelle Zijlstra2024-05-2222-288/+337
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-213-8/+28
* gh-118893: Evaluate all statements in the new REPL separately (#119318)Pablo Galindo Salgado2024-05-215-9/+128
* Docs: Add central references to free-threading-related options (#119017)Brett Simmers2024-05-214-6/+8
* gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...Irit Katriel2024-05-2110-35/+60
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Nice Zombies2024-05-216-365/+453
* gh-119102: Fix REPL for dumb terminal (#119332)Victor Stinner2024-05-211-1/+6
* gh-111201: Remove readline dependency from the PyREPL (#119262)Lysandros Nikolaou2024-05-213-3/+3