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-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
*
Fix typos in documentation and comments (#119763)
Xie Yanbo
2024-06-04
7
-9/+9
*
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)
Victor Stinner
2024-06-04
1
-6/+6
*
gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)
Victor Stinner
2024-06-04
2
-0/+3
*
gh-119070: Update test_shebang_executable_extension to always use non-install...
Steve Dower
2024-06-04
1
-3/+3
*
gh-119879: str.find(): Utilize last character gap for two-way periodic needle...
d.grigonis
2024-06-04
2
-28/+36
*
gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)
Jason R. Coombs
2024-06-04
16
-146/+231
*
gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'...
Petr Viktorin
2024-06-04
4
-612/+455
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
13
-166/+381
*
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)
Eric Snow
2024-06-03
2
-1/+3
*
gh-117398: Add datetime Module State (gh-119810)
Eric Snow
2024-06-03
5
-162/+376
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
9
-44/+30
*
update CODEOWNERS (#120003)
Irit Katriel
2024-06-03
1
-3/+1
*
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
Sam Gross
2024-06-03
2
-10/+1
*
gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...
Daniel Hollas
2024-06-03
3
-2/+41
*
gh-119727: Add --single-process option to regrtest (#119728)
Victor Stinner
2024-06-03
5
-12/+46
*
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev
2024-06-03
11
-20/+32
*
gh-119981: Use do while(0) in some symtable.c multi-line macros (#119982)
Bénédikt Tran
2024-06-03
1
-45/+52
*
Use Cirrus M1 macOS runners for CI (GH-119979)
Łukasz Langa
2024-06-03
3
-6/+7
*
gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)
Jason R. Coombs
2024-06-03
4
-12/+32
*
gh-119679: Ensures correct import libraries are included in Windows install p...
Steve Dower
2024-06-03
3
-14/+23
*
gh-102511: Amend 3.13.0b1.rst (GH-119895)
Nice Zombies
2024-06-03
1
-0/+1
[next]