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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...
Amin Alaee
2023-09-28
1
-0/+2
*
gh-109594: Fix concurrent.futures test_timeout() (#110018)
Victor Stinner
2023-09-28
1
-0/+4
*
gh-109972: Split test_gdb.py into test_gdb package (#109977)
Victor Stinner
2023-09-28
1
-0/+2
*
gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)
Ned Deily
2023-09-28
1
-0/+1
*
gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests...
Ned Deily
2023-09-28
1
-0/+2
*
GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)
Adam Turner
2023-09-28
1
-2/+2
*
gh-109812: Fix phrasing for `collections.Counter` (gh-109813)
Jacob Coffee
2023-09-28
1
-0/+1
*
gh-109818: `reprlib.recursive_repr` copies `__type_params__` (#109819)
Nikita Sobolev
2023-09-28
1
-0/+2
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
1
-0/+4
*
gh-109461: Update logging module lock to use context manager (#109462)
Dale Collison
2023-09-27
1
-0/+1
*
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross
2023-09-27
1
-0/+2
*
gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#1...
Irit Katriel
2023-09-27
1
-0/+1
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
1
-0/+3
*
GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)
Barney Gale
2023-09-26
1
-0/+3
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-0/+4
*
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou
2023-09-26
1
-0/+1
*
gh-109631: Allow interruption of short repeated regex matches (GH-109867)
Serhiy Storchaka
2023-09-26
1
-0/+3
*
gh-109739: regrtest disables load tracker if refleak (#109871)
Victor Stinner
2023-09-26
1
-0/+3
*
gh-88233: zipfile: refactor _strip_extra (#102084)
Jason R. Coombs
2023-09-25
1
-0/+2
*
gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)
Victor Stinner
2023-09-25
1
-0/+3
*
gh-109823: Adjust labels in compiler when removing an empty basic block which...
Irit Katriel
2023-09-25
1
-0/+2
*
gh-109599: Add types.CapsuleType (#109600)
Antoine Pitrou
2023-09-25
1
-0/+1
*
gh-109276: regrtest re-runs "env changed" tests (#109831)
Victor Stinner
2023-09-25
1
-0/+3
*
gh-109653: Avoid a top-level import of `types` in `functools` (#109804)
Alex Waygood
2023-09-24
1
-0/+2
*
gh-109653: Improve `enum` import time by avoiding import of `functools` (GH-1...
Alex Waygood
2023-09-23
1
-0/+1
*
gh-109653: `typing.py`: improve import time by creating soft-deprecated membe...
Alex Waygood
2023-09-23
1
-0/+2
*
gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
Serhiy Storchaka
2023-09-23
1
-0/+5
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
8
-9/+9
*
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (...
Tian Gao
2023-09-22
1
-0/+1
*
Docs: Update Donghee Na's name (#109743)
Hugo van Kemenade
2023-09-22
43
-113/+113
*
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incor...
Pablo Galindo Salgado
2023-09-22
1
-0/+3
*
gh-109719: Fix missing jump target labels when compiler reorders cold/warm bl...
Irit Katriel
2023-09-22
1
-0/+1
*
gh-109164: Replace `getopt` with `argparse` in pdb (#109165)
Tian Gao
2023-09-22
1
-0/+1
*
ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (#109737)
Adam Turner
2023-09-22
1
-3/+3
*
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)
elfstrom
2023-09-22
1
-0/+1
*
gh-106584: Fix exit code for unittest in Python 3.12 (#106588)
EliseevEgor
2023-09-22
1
-0/+2
*
gh-108996: fix and enable test_msvcrt (#109226)
AN Long
2023-09-22
1
-0/+1
*
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
AN Long
2023-09-21
1
-0/+1
*
gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)
Victor Stinner
2023-09-21
1
-0/+4
*
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
Adam Turner
2023-09-21
1
-0/+1
*
gh-109627: duplicated smalll exit blocks need to be assigned jump target labe...
Irit Katriel
2023-09-20
1
-0/+2
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
1
-1/+1
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
1
-0/+1
*
gh-109543: Remove unnecessary hasattr check (#109544)
Jelle Zijlstra
2023-09-20
1
-0/+2
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
1
-0/+4
*
gh-109109: Expose retrieving certificate chains in SSL module (#109113)
Mateusz Nowak
2023-09-20
1
-0/+5
*
gh-109033: Return filename with os.utime errors (#109034)
Ronan Pigott
2023-09-19
1
-0/+2
*
gh-109580: Skip test_perf_profiler on ASAN build (#109584)
Victor Stinner
2023-09-19
1
-0/+3
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-0/+1
*
gh-102757: fix function signature mismatch for `functools.reduce` between cod...
Xuehai Pan
2023-09-18
1
-0/+2
[next]