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-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)
Jim Porter
2024-01-23
6
-10/+9
*
GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)
Barney Gale
2024-01-23
1
-3/+7
*
GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)
Barney Gale
2024-01-23
1
-3/+3
*
GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#114031)
Barney Gale
2024-01-23
1
-0/+7
*
gh-66944: Note that the `contextlib.closing` example is for illustrative purp...
Ville Skyttä
2024-01-23
1
-0/+8
*
Docs: minor amendments to runpy.rst (#18416)
Géry Ogam
2024-01-23
1
-20/+20
*
Add me to codeowners for hashlib & multiprocessing (#114454)
Gregory P. Smith
2024-01-22
1
-7/+10
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
28
-173/+172
*
gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReser...
Steve Dower
2024-01-22
2
-2/+2
*
gh-112532: Improve mimalloc page visiting (#114133)
Sam Gross
2024-01-22
3
-34/+134
*
GH-114448: Don't sort summarize_stats.py histograms by amount of change (GH-1...
Michael Droettboom
2024-01-22
1
-4/+7
*
Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447)
Brett Cannon
2024-01-22
1
-1/+2
*
gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)
AN Long
2024-01-22
3
-2/+10
*
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...
Irit Katriel
2024-01-22
3
-143/+191
*
gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...
Serhiy Storchaka
2024-01-22
2
-3/+19
*
gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)
Hugo van Kemenade
2024-01-22
2
-27/+26
*
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
[next]