index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
*
gh-120220: Deprecate legacy methods for tracing variables in Tkinter (GH-120223)
Serhiy Storchaka
21 hours
*
gh-121468: Support async breakpoint in pdb (#132576)
Tian Gao
22 hours
*
gh-132987: Support __index__() in the socket module (GH-133093)
Serhiy Storchaka
22 hours
*
GH-130328: pasting in new REPL is slow on Windows (GH-132884)
Chris Eibl
23 hours
*
gh-132933: zipapp - apply the filter when creating the list of files to add (...
Johannes Holmberg
24 hours
*
gh-132987: Support __index__() in the lzma module (GH-133099)
Serhiy Storchaka
24 hours
*
gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)
Serhiy Storchaka
25 hours
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
32 hours
*
gh-132893: Minor edits to the statistics module PR (gh-133106)
Raymond Hettinger
35 hours
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
36 hours
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
36 hours
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
39 hours
*
gh-125142: add REPL help text for keyboard shortcuts (gh-125143)
Neil Schemenauer
41 hours
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
42 hours
*
gh-122320: Limit dict key versions used by test_opcache. (gh-132961)
Neil Schemenauer
43 hours
*
GH-128520: pathlib ABCs tests: use explicit text encoding (#133105)
Barney Gale
43 hours
*
gh-132742: Fix newly added tcflush() tests on Android (GH-133070)
Serhiy Storchaka
44 hours
*
GH-128520: pathlib ABCs: raise text encoding warnings at correct stack level ...
Barney Gale
45 hours
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
45 hours
*
gh-133054: Skip `test_pyrepl` tests when `cannot use pyrepl` is reported (#13...
sobolevn
47 hours
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
47 hours
*
typing, annotationlib: clean tests (#133087)
Jelle Zijlstra
47 hours
*
gh-129965: Add more missing MIME types (#132845)
Hugo van Kemenade
47 hours
*
gh-75223: Deprecate undotted extensions in `mimetypes.MimeTypes.add_type` (#1...
Hugo van Kemenade
2 days
*
gh-132983: Convert compression._common to a package (#133086)
Victor Stinner
2 days
*
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...
Petr Viktorin
2 days
*
gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)
Sergey B Kirpichev
2 days
*
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra
2 days
*
gh-53032: support IEEE 754 contexts in the decimal module (#122003)
Sergey B Kirpichev
2 days
*
GH-114911: use time.perf_counter in Stopwatch (GH-131469)
Chris Eibl
2 days
*
gh-132742: Improve tests for fcntl.ioctl() (GH-132791)
Serhiy Storchaka
2 days
*
gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)
Bénédikt Tran
3 days
*
gh-133005: Support `tarfile.open(mode="w|xz", preset=...)` (GH-133007)
Michał Górny
3 days
*
gh-132983: Introduce `compression` package and move `_compression` module (GH...
Emma Smith
3 days
*
gh-133046: Reformat the ``ast`` module docstring (GH-133050)
Hunter Hogan
3 days
*
gh-115032: Deprecate support for custom logging handlers with 'strm' argument...
Mariusz Felisiak
3 days
*
[tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053)
Gregory P. Smith
3 days
*
gh-127495: Append to history file after every statement in PyREPL (GH-132294)
Sergey B Kirpichev
3 days
*
gh-128438: Use `EnvironmentVarGuard` in `test_zoneinfo.py` (#131870)
Wulian233
3 days
*
gh-91069: do not disable `sha3` in `test_hashlib` under UBSan (#133001)
Bénédikt Tran
3 days
*
gh-124703: Set return code to 1 when aborting process from pdb (#133013)
Tian Gao
4 days
*
gh-63882: Implement some `test_minidom` tests (#132879)
Stan Ulbrych
4 days
*
gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (#133019)
John
4 days
*
gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133...
Tomas R.
4 days
*
gh-63882: Use `self.assert*` methods in `test_minidom` (#133000)
Stan Ulbrych
4 days
*
gh-133006: Add subprocess check for remote pdb test (#133014)
Tian Gao
4 days
*
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...
Serhiy Storchaka
4 days
*
gh-132388: remove outdated TODO comment in `test_hmac.py` (#133008)
Bénédikt Tran
4 days
*
gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (#132990)
Bénédikt Tran
4 days
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
5 days
[next]