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
*
Remove loop from docstring for asyncio.streams.open_connection (#108528)
Tom Gillespie
2023-09-27
1
-3/+2
*
gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)
Victor Stinner
2023-09-27
2
-9/+8
*
gh-109098: Fuzz re module instead of internal sre (#109911)
Ammar Askar
2023-09-26
2
-30/+21
*
gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (#109928)
Victor Stinner
2023-09-26
1
-4/+9
*
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner
2023-09-26
4
-38/+62
*
GH-109190: Copyedit 3.12 What's New: Deprecations (#109766)
Adam Turner
2023-09-26
1
-92/+153
*
Fix argument ordering of embuilder command documented in `Tools/wasm/README.m...
OmniTroid
2023-09-26
1
-1/+1
*
gh-109845: Make test_ftplib more stable under load (GH-109912)
Serhiy Storchaka
2023-09-26
1
-20/+18
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
4
-54/+27
*
Remove concurrent.futures deadcode: process_result_item() (#109906)
Victor Stinner
2023-09-26
1
-18/+8
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
7
-14/+107
*
GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)
Barney Gale
2023-09-26
4
-30/+21
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
11
-51/+161
*
More informative docstrings in the random module (gh-109745)
Raymond Hettinger
2023-09-26
1
-5/+34
*
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
lohaswinner
2023-09-26
1
-1/+1
*
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou
2023-09-26
7
-2/+95
*
gh-109832: concurrent.futures test_deadlock restores sys.stderr (#109887)
Victor Stinner
2023-09-26
1
-0/+6
*
gh-109631: Allow interruption of short repeated regex matches (GH-109867)
Serhiy Storchaka
2023-09-26
3
-2/+8
*
gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)
Nikita Sobolev
2023-09-26
2
-11/+9
*
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109...
Serhiy Storchaka
2023-09-26
2
-3/+3
*
gh-109739: regrtest disables load tracker if refleak (#109871)
Victor Stinner
2023-09-26
2
-3/+16
*
gh-109401: Fix threading barrier test_default_timeout() (#109875)
Victor Stinner
2023-09-26
1
-4/+6
*
gh-88233: zipfile: refactor _strip_extra (#102084)
Jason R. Coombs
2023-09-25
3
-46/+62
*
gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)
Victor Stinner
2023-09-25
2
-1/+12
*
gh-109823: Adjust labels in compiler when removing an empty basic block which...
Irit Katriel
2023-09-25
3
-1/+15
*
gh-109599: Add types.CapsuleType (#109600)
Antoine Pitrou
2023-09-25
5
-1/+21
*
gh-89363: Skip threading test_is_alive_after_fork() if ASAN (#109835)
Victor Stinner
2023-09-25
2
-1/+5
*
gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw me...
Radislav Chugunov
2023-09-25
1
-3/+6
*
Code: Update Donghee Na's name (#109744)
Hugo van Kemenade
2023-09-25
4
-4/+4
*
gh-109723: Fix build of _testclinic_limited on WASM (#109842)
Victor Stinner
2023-09-25
1
-0/+6
*
GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (#109836)
Adam Turner
2023-09-25
1
-47/+47
*
gh-109276: regrtest re-runs "env changed" tests (#109831)
Victor Stinner
2023-09-25
3
-7/+21
*
GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the ...
Adam Turner
2023-09-25
1
-2/+0
*
gh-109276: Enhance libregrtest results (#109828)
Victor Stinner
2023-09-25
2
-39/+31
*
gh-109833: Fix asyncio test_wait_for() (#109834)
Victor Stinner
2023-09-25
1
-2/+3
*
GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section (...
Adam Turner
2023-09-25
1
-13/+96
*
no-issue: Capitalise 'PhotoImage' (gh-108958)
DongWoo Son
2023-09-25
1
-1/+1
*
GH-109190: Copyedit 3.12 What's New: Use the present tense (#109754)
Adam Turner
2023-09-25
1
-30/+30
*
GH-109190: Copyedit 3.12 What's New: Trivia (#109760)
Adam Turner
2023-09-25
1
-7/+4
*
GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (#109753)
Adam Turner
2023-09-25
1
-4/+4
*
gh-104469: Convert _testcapi/vectorcall_limited.c to use AC (#109691)
Victor Stinner
2023-09-25
2
-5/+47
*
gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814)
Nikita Sobolev
2023-09-25
2
-27/+32
*
GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidance (#10...
Adam Turner
2023-09-25
1
-2/+3
*
GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptool...
Adam Turner
2023-09-25
1
-0/+7
*
Sync whatsnew with the edit I made in the 3.12 backport PR. (#109807)
Gregory P. Smith
2023-09-24
1
-1/+3
*
gh-109653: Avoid a top-level import of `types` in `functools` (#109804)
Alex Waygood
2023-09-24
2
-1/+4
*
GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (#109756)
Adam Turner
2023-09-24
1
-11/+11
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
20
-25/+6
*
gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#1...
Nikita Sobolev
2023-09-24
2
-2/+6
*
gh-109653: Improve `enum` import time by avoiding import of `functools` (GH-1...
Alex Waygood
2023-09-23
2
-3/+3
[next]