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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)
AN Long
2024-06-08
1
-0/+1
*
gh-120244: Fix re.sub() reference leak (GH-120245)
neonene
2024-06-08
1
-0/+1
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
1
-0/+3
*
bpo-37755: Use configured output in pydoc instead of pager (GH-15105)
Enrico Tröger
2024-06-08
1
-0/+3
*
gh-120225: fix crash in compiler on empty block at end of exception handler (...
Irit Katriel
2024-06-07
1
-0/+1
*
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for at...
Pieter Eendebak
2024-06-07
1
-0/+1
*
gh-93691: fix too broad source locations of with-statement instructions (#120...
Irit Katriel
2024-06-07
1
-0/+1
*
gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)
Serhiy Storchaka
2024-06-07
1
-0/+1
*
gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...
Kirill Podoprigora
2024-06-07
1
-0/+2
*
gh-120157: Remove unused code in concurrent.future (gh-120187)
Clinton
2024-06-07
1
-0/+1
*
gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...
Jacob Walls
2024-06-07
1
-0/+4
*
Add Tian Gao to CODEOWNERS and ACKS (GH-120166)
Tian Gao
2024-06-06
1
-0/+1
*
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
benchatt
2024-06-05
2
-0/+2
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
1
-0/+1
*
gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)
Christopher Chavez
2024-06-04
1
-0/+1
*
gh-89928: Fix integer conversion of device numbers (GH-31794)
Serhiy Storchaka
2024-06-04
1
-0/+3
*
gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)
Bénédikt Tran
2024-06-04
1
-0/+2
*
gh-119819: Fix regression to allow logging configuration with multipr… (GH-...
Vinay Sajip
2024-06-04
1
-0/+2
*
gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)
Kaundur
2024-06-04
1
-0/+2
*
gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)
Victor Stinner
2024-06-04
1
-0/+2
*
gh-119879: str.find(): Utilize last character gap for two-way periodic needle...
d.grigonis
2024-06-04
1
-0/+1
*
gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)
Jason R. Coombs
2024-06-04
1
-0/+6
*
gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'...
Petr Viktorin
2024-06-04
1
-0/+3
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
1
-0/+2
*
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)
Eric Snow
2024-06-03
1
-0/+2
*
gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...
Daniel Hollas
2024-06-03
1
-0/+1
*
gh-119727: Add --single-process option to regrtest (#119728)
Victor Stinner
2024-06-03
1
-0/+2
*
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev
2024-06-03
1
-0/+4
*
gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)
Jason R. Coombs
2024-06-03
1
-0/+1
*
gh-119679: Ensures correct import libraries are included in Windows install p...
Steve Dower
2024-06-03
1
-0/+1
*
gh-102511: Amend 3.13.0b1.rst (GH-119895)
Nice Zombies
2024-06-03
1
-0/+1
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-0/+1
*
gh-119838: Treat Fraction as a real value in mixed arithmetic operations with...
Serhiy Storchaka
2024-06-03
1
-0/+3
*
gh-118827: Remove `Quoter` from `urllib.parse` (#118828)
Nikita Sobolev
2024-06-03
1
-0/+3
*
gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507)
Radislav Chugunov
2024-06-03
1
-0/+1
*
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson
2024-06-02
1
-0/+2
*
gh-119775: Remove ability to create immutable types with mutable bases (#119776)
Nikita Sobolev
2024-06-02
1
-0/+2
*
GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (#119808)
Barney Gale
2024-06-01
1
-0/+2
*
gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure th...
Kirill Podoprigora
2024-06-01
1
-0/+3
*
gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864)
Jelle Zijlstra
2024-05-31
1
-0/+3
*
gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)
Jelle Zijlstra
2024-05-31
1
-0/+2
*
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa
2024-05-31
1
-0/+1
*
gh-119369: Fix deadlock during thread exit in free-threaded build (#119528)
Sam Gross
2024-05-31
1
-0/+2
*
gh-119770: Make termios ioctl() constants positive (#119840)
Victor Stinner
2024-05-31
1
-0/+1
*
gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clea...
Sam Gross
2024-05-31
1
-0/+5
*
gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)
Steve Dower
2024-05-31
2
-8/+9
*
gh-119189: Fix the power operator for Fraction (GH-119242)
Joshua Herman
2024-05-31
2
-0/+4
*
gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846)
Christopher Chavez
2024-05-31
1
-0/+4
*
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland
2024-05-31
1
-0/+1
*
gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)
Serhiy Storchaka
2024-05-30
1
-0/+3
[next]