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-86179: Skip test case that fails on POSIX with unversioned binary (GH-114136)
Steve Dower
2024-01-17
1
-1/+2
*
gh-72284: Revise lists in IDLE doc (#114174)
Terry Jan Reedy
2024-01-17
4
-79/+60
*
gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)
Terry Jan Reedy
2024-01-17
1
-1/+1
*
gh-112043: Align concurrent.futures.Executor.map docs with implementation (#1...
Erlend E. Aasland
2024-01-17
1
-5/+5
*
gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107...
Steffen Zeile
2024-01-17
1
-3/+3
*
gh-106293: Fix typos in Objects/object_layout.md (#106294)
Mano Sriram
2024-01-16
1
-3/+3
*
GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312)
Barney Gale
2024-01-16
1
-49/+61
*
Fix typo in c_annotations.py comment (#108773)
Kuan-Wei Chiu
2024-01-16
1
-1/+1
*
gh-94220: Align fnmatch docs with the implementation and amend markup (#114152)
Erlend E. Aasland
2024-01-16
1
-12/+14
*
GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)
Barney Gale
2024-01-16
1
-0/+4
*
gh-113655: Increase default stack size for PGO builds to avoid C stack exhaus...
Steve Dower
2024-01-16
2
-3/+9
*
gh-112529: Track if debug allocator is used as underlying allocator (#113747)
Sam Gross
2024-01-16
4
-6/+21
*
Update copyright years to 2024. (GH-113608)
solya0x
2024-01-16
10
-18/+16
*
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon
2024-01-16
8
-12/+15
*
Clean up backslash avoiding code in ast, fix typo (#113605)
Shantanu
2024-01-16
1
-8/+5
*
gh-113659: Skip hidden .pth files (GH-113660)
Serhiy Storchaka
2024-01-16
3
-1/+52
*
Fix 'expresion' typo in IDLE doc (#114130)
Terry Jan Reedy
2024-01-16
1
-48/+71
*
Docs: Improve multiprocessing.SharedMemory reference (#114093)
Erlend E. Aasland
2024-01-16
1
-38/+46
*
gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...
Steve Dower
2024-01-16
2
-7/+24
*
gh-114069: Revise Tutorial Methods paragraph (#114127)
Terry Jan Reedy
2024-01-16
1
-6/+5
*
Fix an incorrect comment in iobase_is_closed (GH-102952)
Jonathon Reinhart
2024-01-16
1
-10/+9
*
gh-114107: test.pythoninfo logs Windows Developer Mode (#114121)
Victor Stinner
2024-01-16
1
-16/+44
*
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
Donghee Na
2024-01-16
9
-48/+32
*
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka
2024-01-16
10
-53/+356
*
gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)
AN Long
2024-01-16
2
-0/+49
*
gh-114107: Fix importlib.resources symlink test if symlinks aren't supported ...
Petr Viktorin
2024-01-16
1
-0/+2
*
gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)
Petr Viktorin
2024-01-16
1
-0/+1
*
Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#...
Erlend E. Aasland
2024-01-16
2
-47/+54
*
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...
Serhiy Storchaka
2024-01-16
2
-1/+3
*
gh-113238: add Anchor to importlib.resources (#113801)
Mike Zimin
2024-01-16
2
-0/+3
*
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...
Jérome Perrin
2024-01-16
3
-1/+20
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
13
-39/+41
*
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)
AN Long
2024-01-16
2
-8/+8
*
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
Zackery Spytz
2024-01-16
5
-11/+101
*
gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)
Donghee Na
2024-01-16
2
-18/+91
*
gh-91539: Small performance improvement of urrlib.request.getproxies_environm...
Raphaël Marinier
2024-01-15
2
-1/+2
*
gh-114070: correct the specification of ``digit`` in the float() docs (#114080)
Sergey B Kirpichev
2024-01-15
1
-5/+4
*
gh-99437: runpy: decode path-like objects before setting globals
Kamil Turek
2024-01-15
3
-9/+14
*
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
Donghee Na
2024-01-15
7
-18/+28
*
gh-112532: Fix memory block count for free-threaded build (gh-113995)
Sam Gross
2024-01-15
1
-18/+27
*
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Sergey B Kirpichev
2024-01-15
4
-10/+73
*
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...
Mark Shannon
2024-01-15
8
-26/+40
*
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
Ronald Oussoren
2024-01-15
5
-8/+217
*
gh-114075: Capture `test_compileall` stdout output (#114076)
Kirill Podoprigora
2024-01-15
1
-1/+3
*
gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (...
Serhiy Storchaka
2024-01-15
1
-2/+7
*
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
Erlend E. Aasland
2024-01-14
3
-25/+31
*
Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)
Barney Gale
2024-01-14
2
-11/+9
*
Add `pathlib._abc.PathModuleBase` (#113893)
Barney Gale
2024-01-14
4
-59/+182
*
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...
Hugo van Kemenade
2024-01-14
9
-49/+49
*
gh-113317: Move global utility functions into libclinic (#113986)
Erlend E. Aasland
2024-01-14
3
-56/+65
[next]