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-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...
Matt Prodani
2023-11-30
2
-0/+2
*
GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...
Brett Cannon
2023-11-30
1
-0/+1
*
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra
2023-11-29
1
-0/+3
*
gh-112509: Fix keys being present in both required_keys and optional_keys in ...
Jelle Zijlstra
2023-11-29
1
-0/+3
*
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel
2023-11-28
1
-0/+2
*
gh-112105: Make completer delims work on libedit (gh-112106)
Tian Gao
2023-11-28
1
-0/+1
*
gh-112292 : Catch import error conditions with readline hooks (gh-112313)
Anthony Shaw
2023-11-28
1
-0/+2
*
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)
Tian Gao
2023-11-27
1
-0/+1
*
gh-112217: Add check to call result for `do_raise()` where cause is a type. (...
apaz
2023-11-27
1
-0/+1
*
gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)
Serhiy Storchaka
2023-11-27
1
-0/+2
*
gh-112387: Fix error positions for decoded strings with backwards tokenize er...
Pablo Galindo Salgado
2023-11-27
1
-0/+2
*
gh-112388: Fix an error that was causing the parser to try to overwrite token...
Pablo Galindo Salgado
2023-11-27
1
-0/+2
*
bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664)
kale-smoothie
2023-11-27
1
-0/+2
*
gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)
Jacob Walls
2023-11-27
1
-0/+3
*
gh-112438: Fix support of format units with the "e" prefix in nested tuples i...
Serhiy Storchaka
2023-11-27
1
-0/+2
*
gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != ...
Zackery Spytz
2023-11-27
1
-0/+2
*
gh-111874: Call `__set_name__` on objects that define the method inside a `ty...
Alex Waygood
2023-11-27
1
-0/+4
*
gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package ...
Alex Waygood
2023-11-27
1
-0/+3
*
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay
2023-11-27
2
-0/+2
*
gh-99606: Make code generated for an empty f-string identical to that of a no...
Irit Katriel
2023-11-26
1
-0/+2
*
gh-112405: Optimise `pathlib.Path.relative_to` (#112406)
Alex Waygood
2023-11-26
1
-0/+1
*
gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)
Mark Dickinson
2023-11-26
1
-0/+2
*
GH-77621: Delay some imports from pathlib (#112244)
Barney Gale
2023-11-25
1
-0/+2
*
gh-94722: fix DocTest.__eq__ for case of no line number on one side (#112385)
Irit Katriel
2023-11-25
1
-0/+2
*
GH-112361: Speed up pathlib by removing some temporary objects. (#112362)
Barney Gale
2023-11-25
1
-0/+2
*
gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method member...
Randolf Scholz
2023-11-24
1
-0/+3
*
Add extra tests for `random.binomialvariate` (gh-112325)
Tian Gao
2023-11-23
1
-0/+1
*
gh-112137: change dis output to show no-lineno as -- instead of None (#112335)
Irit Katriel
2023-11-23
1
-0/+1
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
1
-0/+1
*
Python 3.13.0a2
v3.13.0a2
Thomas Wouters
2023-11-22
153
-382/+1622
*
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)
Junya Okabe
2023-11-21
1
-0/+2
*
gh-111863: Rename blurb snippet placed in the wrong directory by accident. (#...
T. Wouters
2023-11-21
1
-0/+0
*
gh-110950: add upstream Tk fixes to macOS installer. (GH-111041)
Christopher Chavez
2023-11-21
3
-0/+8
*
gh-59703: use the system dladdr function in getpath.c for macOS framework bui...
AN Long
2023-11-21
1
-0/+4
*
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum
2023-11-20
1
-0/+3
*
gh-106529: Make FOR_ITER a viable uop (#112134)
Guido van Rossum
2023-11-20
1
-0/+1
*
gh-112243: Don't include comments in f-string debug expressions (#112284)
Pablo Galindo Salgado
2023-11-20
1
-0/+1
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-0/+1
*
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#...
Crowthebird
2023-11-20
1
-0/+1
*
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
Brett Cannon
2023-11-20
1
-0/+1
*
gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)
Michael
2023-11-19
1
-0/+1
*
gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docst...
Nikita Sobolev
2023-11-19
1
-0/+2
*
gh-79871: IDLE - Fix and test debugger module (#11451)
Anthony Shaw
2023-11-19
1
-0/+4
*
GH-111808: Make the default value for `test.support.infinite_recursion()` con...
Brett Cannon
2023-11-17
1
-0/+4
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
1
-0/+2
*
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner
2023-11-16
1
-0/+4
*
gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)
Tomas R
2023-11-15
1
-0/+1
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
1
-0/+5
*
gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)
Victor Stinner
2023-11-15
1
-0/+3
*
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
Victor Stinner
2023-11-15
1
-0/+2
[next]