index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regen ``Doc/requirements-oldest-sphinx.txt`` (#119520)
Kirill Podoprigora
2024-05-24
1
-1/+1
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Nice Zombies
2024-05-24
7
-359/+389
*
gh-112075: Fix dict thread safety issues (#119288)
Germán Méndez Bravo
2024-05-24
1
-25/+41
*
GH-119496: accept UTF-8 BOM in .pth files (GH-119503)
Alyssa Coghlan
2024-05-24
1
-1/+3
*
gh-69214: Fix fcntl.ioctl() request type (#119498)
Victor Stinner
2024-05-24
3
-8/+12
*
GH-113464: Run the JIT interpreter before any other JIT CI (GH-119466)
Brandt Bucher
2024-05-24
1
-0/+15
*
gh-119317: findall instead of traverse for docutils nodes (#119319)
Carlos Meza
2024-05-24
2
-4/+4
*
Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409)
Petr Viktorin
2024-05-23
2
-2/+2
*
gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)
Victor Stinner
2024-05-23
3
-4/+8
*
gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds...
Brett Simmers
2024-05-23
5
-55/+68
*
gh-117398: Statically Allocate the Datetime C-API (GH-119472)
Eric Snow
2024-05-23
3
-35/+89
*
gh-119469: Fix _pyrepl reference leaks (#119470)
Łukasz Langa
2024-05-23
2
-12/+30
*
gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424)
Petr Viktorin
2024-05-23
2
-53/+45
*
GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)
Mark Shannon
2024-05-23
3
-2/+9
*
gh-119431: fix refleak in test_monitoring (#119444)
Irit Katriel
2024-05-23
1
-0/+1
*
Fix typos in what's new documentation (#119448)
Xie Yanbo
2024-05-23
6
-9/+9
*
Tiny fix: Update link for HAC algorithm (gh-118546)
Ayato Hayashi
2024-05-23
1
-2/+2
*
gh-119105: difflib.py Differ.compare is too slow [for degenerate cases] (#119...
Tim Peters
2024-05-22
2
-59/+89
*
gh-119434: Fix culmitive errors in wrapping as lines proceed (#119435)
Dino Viehland
2024-05-22
1
-3/+9
*
gh-119396: Optimize PyUnicode_FromFormat() UTF-8 decoder (#119398)
Victor Stinner
2024-05-22
1
-62/+141
*
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (#119432)
Lysandros Nikolaou
2024-05-22
1
-0/+1
*
gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)
neonene
2024-05-22
3
-53/+0
*
gh-70795: Rework RLock documentation (#103853)
uıɐɾ ʞ ʇɐɯɐs
2024-05-22
1
-24/+51
*
gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)
Michael Vincent
2024-05-22
2
-2/+3
*
gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#...
Josh {*()} Rosenberg
2024-05-22
4
-3/+106
*
gh-117657: Fix missing atomic in dict_resize (#119312)
Dino Viehland
2024-05-22
1
-1/+1
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
39
-172/+172
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
10
-3/+144
*
gh-119391: Amend comment description of PyMapping_Items, PyMapping_Values and...
Pieter Eendebak
2024-05-22
1
-3/+3
*
gh-118643: Fix AttributeError in the email module (GH-119099)
Serhiy Storchaka
2024-05-22
3
-5/+24
*
Fix version number in use_load_tests deprecation reference (GH-119151)
Jacob Walls
2024-05-22
1
-1/+1
*
Fix typos in NEWS entries for 3.13 (GH-119374)
Xie Yanbo
2024-05-22
2
-17/+17
*
Clarify that dklen is expected in bytes for the hashlib functions (GH-106624)
Mathijs Mortimer
2024-05-22
1
-2/+2
*
DOCS: fix error in exec namespace note (gh-119378)
Alyssa Coghlan
2024-05-22
1
-4/+0
*
gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...
Aya Elsayed
2024-05-22
5
-9/+79
*
gh-111201: Speed up paste mode in the REPL (#119341)
Pablo Galindo Salgado
2024-05-22
6
-16/+21
*
gh-111201: auto-indentation in _pyrepl (#119348)
Arnon Yaari
2024-05-22
2
-58/+179
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
13
-18/+324
*
gh-119357: Increase test coverage for keymap in _pyrepl (#119358)
Eugene Triguba
2024-05-22
3
-53/+94
*
gh-111201: Add append to screen method to avoid recalculation (#119274)
Lysandros Nikolaou
2024-05-22
4
-14/+43
*
gh-60191: Implement ast.compare (#19211)
Batuhan Taskaya
2024-05-22
5
-5/+210
*
gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstri...
Landon Wood
2024-05-22
1
-3/+3
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
22
-288/+337
*
gh-119205: Fix autocompletion bug in new repl (#119229)
Koudai Aono
2024-05-21
3
-8/+28
*
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Pablo Galindo Salgado
2024-05-21
5
-9/+128
*
Docs: Add central references to free-threading-related options (#119017)
Brett Simmers
2024-05-21
4
-6/+8
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
10
-35/+60
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Nice Zombies
2024-05-21
6
-365/+453
*
gh-119102: Fix REPL for dumb terminal (#119332)
Victor Stinner
2024-05-21
1
-1/+6
*
gh-111201: Remove readline dependency from the PyREPL (#119262)
Lysandros Nikolaou
2024-05-21
3
-3/+3
[next]