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-114321: Expose more constants in the fcntl module (GH-114322)
Serhiy Storchaka
2024-01-22
3
-10/+86
*
Docs: Fix typo in code snippet (GH-114421)
Kirill Podoprigora
2024-01-22
1
-1/+1
*
gh-108303: Remove `Lib/test/shadowed_super.py` (#114372)
Nikita Sobolev
2024-01-22
2
-8/+15
*
gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a f...
Serhiy Storchaka
2024-01-22
3
-9/+101
*
gh-103092: Ensure `_ctypes.c` static types are accessed via global state (#11...
neonene
2024-01-22
6
-106/+172
*
gh-108303: Move `smtpd` to `test.support` (#114368)
Nikita Sobolev
2024-01-22
3
-5/+2
*
gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)
Serhiy Storchaka
2024-01-22
3
-13/+96
*
gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)
Guido van Rossum
2024-01-22
2
-2/+2
*
gh-114414: Assert PyType_GetModuleByDef result in _threadmodule (#114415)
Nikita Sobolev
2024-01-22
1
-0/+3
*
gh-114115: Update documentation of array.array (GH-114117)
Serhiy Storchaka
2024-01-22
1
-19/+25
*
gh-114328: tty cbreak mode should not alter ICRNL (#114335)
Gregory P. Smith
2024-01-21
4
-4/+30
*
gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-114026)
Serhiy Storchaka
2024-01-21
1
-2/+2
*
gh-114241: Fix and improve the ftplib CLI (GH-114242)
Serhiy Storchaka
2024-01-21
1
-10/+17
*
Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#1...
Erlend E. Aasland
2024-01-21
1
-12/+12
*
Docs: link to sys.stdout in ftplib docs (#114396)
Erlend E. Aasland
2024-01-21
1
-2/+2
*
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implemen...
Nikita Sobolev
2024-01-21
2
-2/+2
*
Docs: mark up FTP() constructor with param list (#114359)
Erlend E. Aasland
2024-01-21
1
-11/+37
*
gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)
Ronald Oussoren
2024-01-21
3
-1/+64
*
gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (#114373)
Nikita Sobolev
2024-01-21
2
-3/+2
*
Docs: mark up the FTP debug levels as a list (#114360)
Erlend E. Aasland
2024-01-21
1
-6/+9
*
Fix the confusing "User-defined methods" reference in the datamodel (#114276)
cdzhan
2024-01-21
1
-1/+1
*
Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355)
Hugo van Kemenade
2024-01-20
1
-1/+0
*
Remove the non-test Lib/test/time_hashlib.py. (#114354)
Gregory P. Smith
2024-01-20
1
-88/+0
*
Docs: Add missing line continuation to FTP_TLS class docs (#114352)
Erlend E. Aasland
2024-01-20
1
-1/+1
*
gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)
Nikita Sobolev
2024-01-20
2
-11/+4
*
gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)
Sam Gross
2024-01-20
6
-7/+85
*
Docs: structure the ftplib reference (#114317)
Erlend E. Aasland
2024-01-20
1
-244/+250
*
GH-99380: Update to Sphinx 7 (#99381)
Adam Turner
2024-01-20
1
-2/+1
*
gh-114332: Fix the flags reference for ``re.compile()`` (#114334)
David H. Gutteridge
2024-01-20
1
-2/+2
*
GH-113225: Speed up `pathlib.Path.walk(top_down=False)` (#113693)
Barney Gale
2024-01-20
2
-4/+7
*
GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)
Barney Gale
2024-01-20
6
-72/+115
*
Add a `clean` subcommand to `Tools/wasm/wasi.py` (GH-114274)
Brett Cannon
2024-01-19
1
-7/+24
*
Retain shorter tables of contents for Sphinx 5.2.3+ (#114318)
Hugo van Kemenade
2024-01-19
1
-0/+4
*
gh-114265: move line number propagation before cfg optimization, remove guara...
Irit Katriel
2024-01-19
4
-64/+61
*
gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...
Nikita Sobolev
2024-01-19
1
-202/+208
*
gh-113884: Refactor `queue.SimpleQueue` to use a ring buffer to store items (...
mpage
2024-01-19
1
-40/+169
*
gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c` (GH-11...
Nikita Sobolev
2024-01-19
1
-1/+1
*
gh-111968: Fix --without-freelists build (gh-114270)
Donghee Na
2024-01-18
1
-5/+14
*
gh-112087: Remove duplicated critical_section (gh-114268)
Donghee Na
2024-01-18
1
-6/+3
*
gh-114123: Migrate docstring from _csv to csv (#114124)
Skip Montanaro
2024-01-18
4
-79/+78
*
gh-112092: clarify unstable ABI recompilation requirements (#112093)
DerSchinken
2024-01-18
1
-1/+1
*
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
Donghee Na
2024-01-18
9
-74/+48
*
gh-114087: Speed up dataclasses._asdict_inner (#114088)
keithasaurus
2024-01-18
2
-45/+56
*
gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)
Phillip Schanely
2024-01-18
2
-6/+8
*
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...
Nikita Sobolev
2024-01-18
18
-117/+153
*
Delete unused macro (GH-114238)
Mark Shannon
2024-01-18
1
-3/+0
*
gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)
Christopher Chavez
2024-01-18
2
-1/+2
*
gh-103092: Convert some `_ctypes` metatypes to heap types (GH-113620)
AN Long
2024-01-18
2
-281/+141
*
gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...
kcatss
2024-01-18
3
-1/+4
*
gh-104522: Fix test_subprocess failure when build Python in the root home dir...
Serhiy Storchaka
2024-01-18
1
-8/+7
[prev]
[next]