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-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)
Tim Peters
2024-05-04
1
-0/+1
*
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo
2024-05-04
1
-0/+2
*
GH-111744: Support opcode events in bdb (GH-111834)
Tian Gao
2024-05-04
1
-0/+1
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
2
-0/+7
*
gh-113081: Print colorized exception just like built-in traceback in pdb (#11...
Tian Gao
2024-05-04
1
-0/+1
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
1
-0/+1
*
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Tian Gao
2024-05-03
1
-0/+1
*
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao
2024-05-03
1
-0/+1
*
gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)
Erlend E. Aasland
2024-05-03
1
-0/+1
*
gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)
Erlend E. Aasland
2024-05-03
2
-4/+5
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+5
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
1
-0/+4
*
gh-118513: Fix sibling comprehensions with a name bound in one and global in ...
Carl Meyer
2024-05-03
1
-0/+1
*
gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when availab...
Alexander Kanavin
2024-05-03
1
-0/+1
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-0/+2
*
gh-118500: Add pdb support for zipapp (#118501)
Tian Gao
2024-05-02
1
-0/+1
*
gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)
infohash
2024-05-02
1
-0/+1
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-0/+4
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
1
-0/+2
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
1
-0/+3
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-02
1
-0/+2
*
gh-118216: Don't consider dotted `__future__` imports (#118267)
Crowthebird
2024-05-02
1
-0/+1
*
gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493)
Guido van Rossum
2024-05-01
1
-0/+3
*
gh-117607: Speedup os.path.relpath() (GH-117608)
Nice Zombies
2024-05-01
1
-0/+1
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-0/+7
*
gh-116622: Android sysconfig updates (#118352)
Malcolm Smith
2024-05-01
1
-0/+2
*
gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)
Harmen Stoppels
2024-05-01
1
-0/+1
*
gh-117958: Expose JIT code via method in UOpExecutor (#117959)
Anthony Shaw
2024-05-01
1
-0/+2
*
gh-99180: Remove traceback anchors in return and assign statements that cover...
Pablo Galindo Salgado
2024-05-01
1
-0/+2
*
gh-116767: fix crash on 'async with' with many context managers (GH-118348)
Irit Katriel
2024-05-01
1
-0/+1
*
GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)
Thomas Grainger
2024-05-01
1
-0/+1
*
gh-116622: Add Android testbed (GH-117878)
Malcolm Smith
2024-05-01
1
-0/+1
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-0/+4
*
gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)
Victor Stinner
2024-04-30
1
-0/+3
*
gh-118218: Reuse return tuple in itertools.pairwise (GH-118219)
Shantanu
2024-04-30
1
-0/+1
*
gh-118406: Add signature for sqlite3.Connection objects (#118428)
Erlend E. Aasland
2024-04-30
1
-0/+1
*
gh-118272: Clear generator frame's locals when the generator is closed (#118277)
Irit Katriel
2024-04-30
1
-0/+2
*
gh-117618: Make package.module searchable for breakpoints and clean up docs (...
Tian Gao
2024-04-30
1
-0/+1
*
gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)
Serhiy Storchaka
2024-04-30
1
-0/+2
*
gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...
Malcolm Smith
2024-04-30
1
-0/+1
*
gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)
Serhiy Storchaka
2024-04-30
1
-0/+1
*
GH-118306: Update JIT to use LLVM 18 (GH-118307)
Savannah Ostrowski
2024-04-29
1
-0/+1
*
gh-118347: Fix Windows installer not updating launcher (GH-118386)
Steve Dower
2024-04-29
1
-0/+1
*
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...
Serhiy Storchaka
2024-04-29
1
-0/+4
*
gh-107674: Lazy load line number to improve performance of tracing (GH-118127)
Tian Gao
2024-04-29
1
-0/+1
*
gh-115119: Detect _decimal dependencies using pkg-config (#115406)
Erlend E. Aasland
2024-04-29
1
-0/+2
*
gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...
Henrik Tunedal
2024-04-28
1
-0/+2
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)
Hugo van Kemenade
2024-04-28
5
-10/+10
*
gh-109118: Make comprehensions work within annotation scopes, but without inl...
Jelle Zijlstra
2024-04-28
1
-0/+3
*
Correct spelling error in recent NEWS entry (#118308)
Xie Yanbo
2024-04-27
1
-1/+1
[next]