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
*
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for at...
Pieter Eendebak
2024-06-07
2
-21/+11
*
gh-110383: Improve 'old string formatting' text in tutorial (#120219)
Erlend E. Aasland
2024-06-07
1
-3/+5
*
gh-93691: fix too broad source locations of with-statement instructions (#120...
Irit Katriel
2024-06-07
3
-3/+47
*
gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)
Serhiy Storchaka
2024-06-07
2
-3/+7
*
gh-110383: Clarify "non-integral" wording in pow() docs (#119688)
Aditya Borikar
2024-06-07
1
-1/+3
*
gh-120164: Fix test_os.test_win32_mkdir_700() (#120177)
Kirill Podoprigora
2024-06-07
1
-2/+3
*
gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (#120173)
Michael Allwright
2024-06-07
2
-2/+2
*
Fix typos in comments (#120188)
Xie Yanbo
2024-06-07
11
-11/+11
*
gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...
Kirill Podoprigora
2024-06-07
6
-7/+20
*
gh-120157: Remove unused code in concurrent.future (gh-120187)
Clinton
2024-06-07
2
-8/+1
*
Add Plausible for docs metrics (#119977)
Hugo van Kemenade
2024-06-07
2
-1/+5
*
gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...
Jacob Walls
2024-06-07
7
-13/+21
*
GH-119054: Add "Reading directories" section to pathlib docs (#119956)
Barney Gale
2024-06-06
1
-95/+102
*
gh-120178: Documentation typo corrections (#120179)
David Lowry-Duda
2024-06-06
3
-3/+3
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
7
-105/+90
*
Add Tian Gao to CODEOWNERS and ACKS (GH-120166)
Tian Gao
2024-06-06
2
-0/+5
*
Restore decimal context after decimal doctests (GH-120149)
Serhiy Storchaka
2024-06-06
1
-3/+7
*
CODEOWNERS: Add myself to symtable and AST (#120139)
Jelle Zijlstra
2024-06-06
1
-4/+5
*
gh-120155: Initialize variables in _tkinter.c (#120156)
Victor Stinner
2024-06-06
1
-2/+7
*
gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout sc...
Steve Dower
2024-06-06
1
-2/+2
*
gh-120111: Don't use cirrus M1 macOS runners on fork (#120116)
Nice Zombies
2024-06-06
2
-5/+14
*
gh-119786: move adaptive interpreter doc from Python to InternalsDoc (#120137)
Irit Katriel
2024-06-06
2
-4/+7
*
gh-120128: fix description of argument to ipaddress.collapse_addresses() (#12...
Jan Kaliszewski
2024-06-05
2
-2/+2
*
pathlib ABCs: remove duplicate `realpath()` implementation. (#119178)
Barney Gale
2024-06-05
2
-70/+57
*
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
benchatt
2024-06-05
4
-0/+7
*
gh-119786: add links to code in exception handling doc (#120077)
Irit Katriel
2024-06-05
1
-33/+16
*
gh-120065: Increase `collect_in_thread` period to 5 ms. (#120068)
Sam Gross
2024-06-05
1
-1/+1
*
gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from conte...
Irit Katriel
2024-06-05
2
-2/+5
*
gh-119819: Update logging configuration to support joinable multiproc… (GH-...
Vinay Sajip
2024-06-05
2
-3/+9
*
gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rs...
shurj0
2024-06-05
1
-1/+1
*
gh-114616: Improve docs regarding changes to caches representation in dis (#1...
Irit Katriel
2024-06-04
2
-3/+11
*
gh-119553: Fix console when pressing Ctrl-C within a multiline block (#120075)
Lysandros Nikolaou
2024-06-04
2
-1/+3
*
gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (#120000)
Sam Gross
2024-06-04
1
-8/+11
*
gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067)
Vinay Sajip
2024-06-04
1
-1/+1
*
gh-120048: Make `test_imaplib` faster (#120050)
Sam Gross
2024-06-04
1
-14/+8
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
8
-11/+144
*
doc: Mention the missing reflected special methods for all binary operations ...
Paulo Freitas
2024-06-04
1
-7/+17
*
gh-119553: Clear reader on Ctrl-C command (GH-119801)
Lysandros Nikolaou
2024-06-04
3
-0/+19
*
gh-120039: Reduce expected timeout in test_siginterrupt_off (#120047)
Sam Gross
2024-06-04
1
-3/+3
*
gh-120041: Refactor check for visible completion menu in completing_reader (#...
Lysandros Nikolaou
2024-06-04
2
-6/+4
*
gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)
Christopher Chavez
2024-06-04
2
-14/+25
*
gh-89928: Fix integer conversion of device numbers (GH-31794)
Serhiy Storchaka
2024-06-04
4
-39/+99
*
Fix incorrect pull GitHub link in What's New (#120045)
Trey Hunner
2024-06-04
1
-1/+1
*
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
Lysandros Nikolaou
2024-06-04
4
-11/+55
*
gh-119588: Update docs to reflect decision to include the change with Python ...
Jason R. Coombs
2024-06-04
1
-2/+2
*
gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)
Bénédikt Tran
2024-06-04
5
-5/+24
*
gh-117657: Fix race involving GC and heap initialization (#119923)
Sam Gross
2024-06-04
4
-3/+7
*
gh-94808: Reorganize _make_posargs and mark unused code (GH-119227)
Mark Jason Dominus (陶敏修)
2024-06-04
1
-13/+21
*
gh-119819: Fix regression to allow logging configuration with multipr… (GH-...
Vinay Sajip
2024-06-04
3
-1/+31
*
gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)
Kaundur
2024-06-04
3
-8/+39
[next]