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-74929: Make containment checks more efficient in `FrameLocalsProxy` (#118624)
Tian Gao
2024-05-06
1
-10/+19
*
gh-74929: locals() documentation update for PEP 667 (#118265)
Alyssa Coghlan
2024-05-06
1
-9/+38
*
gh-111201: Fix event queue tests for pyrepl (#118635)
Lysandros Nikolaou
2024-05-06
1
-14/+21
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
17
-89/+61
*
gh-115119: Bump CI to use Ubuntu 22.04 (#118631)
Erlend E. Aasland
2024-05-06
3
-5/+5
*
gh-95382: Improve performance of json encoder with indent (GH-118105)
Pieter Eendebak
2024-05-06
3
-47/+105
*
gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502)
Terry Jan Reedy
2024-05-06
3
-2/+8
*
gh-118613: Fix error handling of `_PyEval_GetFrameLocals` in `ceval.c` (#118614)
Nikita Sobolev
2024-05-06
1
-4/+8
*
Set a DerivedData path for iOS test builds. (GH-118621)
Russell Keith-Magee
2024-05-06
1
-1/+1
*
Correct timing sensitivity in iOS testing Makefile target. (GH-118620)
Russell Keith-Magee
2024-05-06
1
-1/+1
*
Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)
Pablo Galindo Salgado
2024-05-05
1
-2/+2
*
gh-111140: minor docs typos cleanup in the C example API calls. (#118612)
Gregory P. Smith
2024-05-05
1
-3/+3
*
gh-118605: Fix reference leak in FrameLocalsProxy (#118607)
Tian Gao
2024-05-05
1
-3/+28
*
Move pathlib implementation out of `__init__.py` (#118582)
Barney Gale
2024-05-05
4
-905/+910
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
41
-170/+5328
*
gh-117549: Don't use designated initializers in headers (#118580)
Guido van Rossum
2024-05-05
2
-2/+12
*
gh-117389: Fix `test_compileall.EncodingTest` (#117390)
Nikita Sobolev
2024-05-05
1
-8/+14
*
Fix negative bandwidth test and add online code path test. (gh-118600)
Raymond Hettinger
2024-05-05
2
-9/+24
*
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum
2024-05-05
4
-3/+22
*
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao
2024-05-05
8
-68/+162
*
gh-101137: Add `text/x-rst` to `mimetypes` (#118593)
Nikita Sobolev
2024-05-05
3
-0/+3
*
gh-83505: Add markdown mimetype mapping (#17995)
Ryan Batchelder
2024-05-05
2
-0/+3
*
gh-118518: Use the raw syscall directly for gettid (#118592)
Pablo Galindo Salgado
2024-05-05
1
-1/+2
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
10
-94/+65
*
gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559)
Raymond Hettinger
2024-05-05
1
-18/+11
*
Minor edit: Simplify and tighten the distribution test (gh-118585)
Raymond Hettinger
2024-05-05
1
-10/+11
*
gh-118131: Command-line interface for the `random` module (#118132)
Hugo van Kemenade
2024-05-05
6
-1/+203
*
gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__ (#11...
wim glenn
2024-05-05
1
-1/+1
*
gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...
Serhiy Storchaka
2024-05-05
3
-11/+70
*
gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)
Tian Gao
2024-05-05
2
-1/+15
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
19
-39/+892
*
gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)
Tim Peters
2024-05-04
3
-5/+40
*
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo
2024-05-04
5
-21/+77
*
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
Eric Snow
2024-05-04
3
-138/+578
*
gh-117139: Fix missing semicolon (GH-118573)
Ken Jin
2024-05-04
1
-1/+1
*
gh-118569: Add a test for dynamic PEP695 classes (#118570)
Nikita Sobolev
2024-05-04
1
-0/+25
*
GH-111744: Support opcode events in bdb (GH-111834)
Tian Gao
2024-05-04
4
-17/+72
*
build(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462)
dependabot[bot]
2024-05-04
1
-1/+1
*
fix comment typo in importlib (#118567)
wim glenn
2024-05-04
1
-1/+1
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
19
-257/+921
*
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...
Mark Shannon
2024-05-04
19
-448/+863
*
gh-113081: Print colorized exception just like built-in traceback in pdb (#11...
Tian Gao
2024-05-04
3
-2/+6
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
20
-37/+1442
*
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
Mark Shannon
2024-05-04
6
-53/+31
*
gh-110850: Use _PyDeadline_Get() in EnterNonRecursiveMutex() (#118556)
Victor Stinner
2024-05-04
1
-6/+7
*
gh-115532 Add kde_random() to the statistic module (#118210)
Raymond Hettinger
2024-05-04
4
-63/+207
*
GH-113464: Generate a more efficient JIT (GH-118512)
Brandt Bucher
2024-05-03
3
-392/+418
*
GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)
Brandt Bucher
2024-05-03
1
-1/+1
*
gh-118527: Intern filename, name, and qualname in code objects. (#118558)
Sam Gross
2024-05-03
1
-0/+5
*
gh-118534: Fix load of `gil->locked` (#118553)
Sam Gross
2024-05-03
1
-1/+1
[next]