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-109369: Merge all eval-breaker flags and monitoring version into one word....
Mark Shannon
2023-10-04
1
-0/+2
*
gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
Serhiy Storchaka
2023-10-04
1
-0/+1
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
1
-0/+3
*
gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...
Serhiy Storchaka
2023-10-04
1
-0/+3
*
gh-109653: Defer importing `warnings` in several modules (#110286)
Alex Waygood
2023-10-04
1
-0/+3
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
1
-0/+5
*
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
Victor Stinner
2023-10-03
1
-0/+2
*
gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...
Xuehai Pan
2023-10-03
1
-0/+2
*
Remove unused Misc/requirements-test.txt (#110240)
Hugo van Kemenade
2023-10-03
1
-1/+0
*
Add --inline-caches flag to dis command line (#110249)
Guido van Rossum
2023-10-03
1
-0/+1
*
gh-109653: Reduce the import time of `random` by 60% (#110221)
Alex Waygood
2023-10-02
1
-0/+2
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
1
-0/+3
*
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow
2023-10-02
1
-0/+1
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-0/+3
*
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Victor Stinner
2023-10-02
2
-4/+2
*
gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...
Steve Dower
2023-10-02
1
-0/+3
*
gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...
Charles Machalow
2023-10-02
1
-0/+3
*
gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)
Victor Stinner
2023-10-01
1
-0/+2
*
GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)
Barney Gale
2023-10-01
1
-0/+1
*
gh-110150: Fix base case handling in quantiles() (gh-110151)
Raymond Hettinger
2023-10-01
1
-0/+2
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
1
-0/+4
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
1
-0/+5
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
1
-0/+2
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
1
-0/+4
*
GH-89812: Add `pathlib._PathBase` (#106337)
Barney Gale
2023-09-30
1
-0/+2
*
GH-101100: Fix reference warnings for ``namedtuple`` (#110113)
Adam Turner
2023-09-30
1
-1/+1
*
gh-109566: Remove make testall (#110122)
Victor Stinner
2023-09-29
1
-0/+2
*
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner
2023-09-29
1
-0/+4
*
gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)
Furkan Onder
2023-09-29
1
-0/+2
*
gh-109495: Remove unused slots from the Python implementation of datetime (GH...
James Hilton-Balfe
2023-09-29
1
-0/+1
*
gh-110031: Skip test_threading fork tests if ASAN (#110100)
Victor Stinner
2023-09-29
1
-0/+2
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
1
-0/+4
*
gh-109634: Fix `:samp:` syntax (GH-110073)
Jacob Coffee
2023-09-29
1
-1/+1
*
gh-110045: Update symtable module for PEP 695 (#110066)
Jelle Zijlstra
2023-09-29
1
-0/+2
*
gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)
Victor Stinner
2023-09-29
1
-0/+5
*
gh-109974: Fix threading lock_tests race conditions (#110057)
Victor Stinner
2023-09-29
1
-0/+3
*
gh-109991: Remove obsolete NEWS entries for OpenSSL 3.0.10 (GH-110055)
Zachary Ware
2023-09-28
3
-4/+0
*
gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054)
Zachary Ware
2023-09-28
1
-0/+1
*
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no l...
Irit Katriel
2023-09-28
1
-0/+2
*
gh-110038: KqueueSelector must count all read/write events (#110039)
Davide Rizzo
2023-09-28
1
-0/+3
*
gh-110033: Fix signal test_interprocess_signal() (#110035)
Victor Stinner
2023-09-28
1
-0/+5
*
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
[next]