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-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Eric Snow
2023-11-23
9
-243/+418
*
gh-111809: Fix `test_deep_repr` from `test_userdict` on WASI (GH-112229)
Nikita Sobolev
2023-11-22
1
-1/+6
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
5
-815/+838
*
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Eric Snow
2023-11-22
5
-0/+43
*
gh-76785: Clean up the Failure-Related _xxsubinterpreters Tests (gh-112322)
Eric Snow
2023-11-22
1
-37/+157
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2023-11-22
5
-4250/+4394
|
\
|
*
GH-111485: Sort cases in the case generator output (GH-112315)
Mark Shannon
2023-11-22
3
-4210/+4214
|
*
gh-111965: Use critical sections to make io.BufferedIOBase and its related cl...
Mayuresh Kedari
2023-11-22
2
-40/+180
*
|
Post 3.13.0a2
Thomas Wouters
2023-11-22
1
-1/+1
*
|
Python 3.13.0a2
v3.13.0a2
Thomas Wouters
2023-11-22
156
-403/+1651
|
/
*
Do not build the macOS installer with mimalloc enabled (#112312)
Ned Deily
2023-11-22
1
-0/+2
*
gh-59703: restore include of mach-o/dyld.h (gh-112309)
Ned Deily
2023-11-22
1
-0/+1
*
Fix docstring and var name of itertools recipe (#112113)
Sebastian Rittau
2023-11-22
1
-3/+3
*
gh-111863: Rename term Py_NOGIL to Py_GIL_DISABLED in sysconfig (gh-112307)
Donghee Na
2023-11-22
2
-5/+5
*
GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291)
Tian Gao
2023-11-21
1
-0/+7
*
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)
Junya Okabe
2023-11-21
4
-3/+22
*
gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112...
Lincoln
2023-11-21
1
-0/+6
*
gh-111863: Rename blurb snippet placed in the wrong directory by accident. (#...
T. Wouters
2023-11-21
1
-0/+0
*
gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253)
James Turk
2023-11-21
1
-1/+1
*
gh-57879: Increase test coverage for pstats.py (gh-111447)
Liu, An-Chi
2023-11-21
1
-0/+29
*
gh-110950: add upstream Tk fixes to macOS installer. (GH-111041)
Christopher Chavez
2023-11-21
7
-2/+206
*
gh-59703: use the system dladdr function in getpath.c for macOS framework bui...
AN Long
2023-11-21
2
-11/+10
*
gh-111786: Use separate opcode vars for Tier 1 and Tier 2 (#112289)
Michael Droettboom
2023-11-20
1
-12/+11
*
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum
2023-11-20
7
-33/+131
*
gh-111848: Clean up RESERVE() macro (#112274)
Guido van Rossum
2023-11-20
1
-14/+9
*
gh-106529: Make FOR_ITER a viable uop (#112134)
Guido van Rossum
2023-11-20
8
-43/+138
*
gh-112243: Don't include comments in f-string debug expressions (#112284)
Pablo Galindo Salgado
2023-11-20
3
-6/+53
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
39
-81/+82
*
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#...
Crowthebird
2023-11-20
4
-437/+598
*
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
Brett Cannon
2023-11-20
3
-2/+11
*
gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)
Michael
2023-11-19
3
-2/+27
*
gh-111926: Update _PyWeakref_IS_DEAD to be thread-safe (gh-112267)
Donghee Na
2023-11-19
1
-4/+11
*
gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docst...
Nikita Sobolev
2023-11-19
3
-18/+20
*
gh-111965: Using critical sections to make ``io.StringIO`` thread safe. (gh-1...
AN Long
2023-11-19
2
-30/+194
*
gh-110383: Explained which error message is generated when there is an unhand...
Unique-Usman
2023-11-19
1
-2/+1
*
gh-110383: Fix documentation profile cumtime fix (#112221)
Alex Ptakhin
2023-11-19
1
-2/+2
*
IDLE: Fix test_debugger bug and buildbot failures (#112258)
Terry Jan Reedy
2023-11-19
1
-5/+7
*
gh-79871: IDLE - Fix and test debugger module (#11451)
Anthony Shaw
2023-11-19
5
-77/+400
*
gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (#112187)
DPR
2023-11-19
1
-6/+3
*
gh-112213: Update _weakref module to use new AC feature (gh-112250)
Donghee Na
2023-11-19
2
-25/+31
*
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Donghee Na
2023-11-19
7
-7/+8
*
gh-111965: Use critical sections to make io.TextIOWrapper thread safe (gh-112...
AN Long
2023-11-18
2
-39/+181
*
gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232)
Donghee Na
2023-11-18
2
-4/+191
*
GH-110109: Test pure functionality of `pathlib.Path` user subclasses (#112242)
Barney Gale
2023-11-18
1
-12/+4
*
GH-110109: Fix misplaced tests for `pathlib.WindowsPath.owner()` and `group()...
Barney Gale
2023-11-18
1
-10/+10
*
gh-112234: Remove the toplevel parameter in converttuple() (GH-112235)
Serhiy Storchaka
2023-11-18
1
-16/+6
*
gh-111926: Update _weakref to be threadsafe in --disable-gil build (gh-112189)
Donghee Na
2023-11-18
1
-9/+20
*
gh-110319: Assert type_version != 0 before using it (#112226)
Guido van Rossum
2023-11-18
3
-6/+6
*
gh-111810: Fix `test_repr_deep` from `test_userlist` on WASI (#112197)
Nikita Sobolev
2023-11-18
1
-0/+8
*
GH-111808: Make the default value for `test.support.infinite_recursion()` con...
Brett Cannon
2023-11-17
4
-4/+16
[next]