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-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)
Victor Stinner
2023-09-30
3
-3/+7
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
13
-58/+73
*
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Victor Stinner
2023-09-30
3
-320/+262
*
GH-89812: Add `pathlib._PathBase` (#106337)
Barney Gale
2023-09-30
3
-161/+687
*
GH-101100: Fix reference warnings for ``gettext`` (#110115)
Adam Turner
2023-09-30
1
-29/+26
*
GH-101100: Fix reference warnings for ``namedtuple`` (#110113)
Adam Turner
2023-09-30
2
-4/+4
*
Add example for linear_regression() with proportional=True. (gh-110133)
Raymond Hettinger
2023-09-30
1
-0/+19
*
gh-107888: Fix test_mmap PROT_EXEC comment (#110125)
Victor Stinner
2023-09-29
1
-1/+1
*
gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)
Sam Gross
2023-09-29
1
-0/+4
*
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)
Victor Stinner
2023-09-29
2
-7/+1
*
gh-109566: Remove make testall (#110122)
Victor Stinner
2023-09-29
3
-19/+7
*
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner
2023-09-29
4
-22/+88
*
gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)
Victor Stinner
2023-09-29
1
-1/+1
*
gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)
Furkan Onder
2023-09-29
3
-0/+75
*
gh-109495: Remove unused slots from the Python implementation of datetime (GH...
James Hilton-Balfe
2023-09-29
2
-1/+2
*
gh-109615: Look for 'Modules' as landmark for test_copy_python_src_ignore (GH...
Steve Dower
2023-09-29
1
-1/+3
*
gh-110024: Fix Pointer Type Warnings (gh-110053)
Eric Snow
2023-09-29
1
-8/+16
*
gh-109592: test_eintr tolerates 20 ms when comparing timings (#110102)
Victor Stinner
2023-09-29
1
-7/+16
*
gh-110031: Skip test_threading fork tests if ASAN (#110100)
Victor Stinner
2023-09-29
2
-16/+27
*
gh-109974: Fix more threading lock_tests race conditions (#110089)
Victor Stinner
2023-09-29
2
-232/+257
*
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na
2023-09-29
5
-3/+38
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
7
-54/+19
*
gh-109634: Fix `:samp:` syntax (GH-110073)
Jacob Coffee
2023-09-29
3
-3/+3
*
gh-108716: make regen-global-objects no longer builds deepfreeze.c (#110078)
Victor Stinner
2023-09-29
2
-11/+2
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
18
-168/+6
*
gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib...
Yuki K
2023-09-29
1
-8/+8
*
gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (#109424)
Maciej Olko
2023-09-29
2
-3/+2
*
gh-109961: Use proper `module` for `copy` method docs (#110027)
Nikita Sobolev
2023-09-29
1
-2/+5
*
gh-101100: Fix sphinx warnings in `library/difflib.rst` (#110074)
Nikita Sobolev
2023-09-29
2
-10/+9
*
gh-109868: Skip deepcopy memo check for empty memo (GH-109869)
Pieter Eendebak
2023-09-29
1
-5/+5
*
gh-110045: Update symtable module for PEP 695 (#110066)
Jelle Zijlstra
2023-09-29
5
-5/+63
*
gh-110052: Fix faulthandler for freed tstate (#110069)
Victor Stinner
2023-09-29
2
-12/+38
*
gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)
Victor Stinner
2023-09-29
4
-14/+33
*
gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)
Victor Stinner
2023-09-29
3
-4/+17
*
gh-109974: Fix threading lock_tests race conditions (#110057)
Victor Stinner
2023-09-29
2
-124/+226
*
gh-109960: Remove test_pty timeout of 10 seconds (#110058)
Victor Stinner
2023-09-29
1
-11/+0
*
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
3
-4/+5
*
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no l...
Irit Katriel
2023-09-28
3
-1/+18
*
gh-110038: KqueueSelector must count all read/write events (#110039)
Davide Rizzo
2023-09-28
3
-1/+38
*
gh-110033: Fix signal test_interprocess_signal() (#110035)
Victor Stinner
2023-09-28
2
-0/+13
*
gh-109972: Enhance test_gdb (#110026)
Victor Stinner
2023-09-28
8
-218/+299
*
Whitespace fix in asyncio-stream.rst (#110015)
Davide Rizzo
2023-09-28
1
-2/+2
*
gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...
Amin Alaee
2023-09-28
3
-13/+15
*
gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)
Nikita Sobolev
2023-09-28
3
-18/+9
*
gh-109594: Fix concurrent.futures test_timeout() (#110018)
Victor Stinner
2023-09-28
2
-8/+13
*
gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (#109...
Nikita Sobolev
2023-09-28
2
-13/+21
*
gh-109972: Split test_gdb.py into test_gdb package (#109977)
Victor Stinner
2023-09-28
11
-1066/+1124
*
gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)
Ned Deily
2023-09-28
2
-3/+4
*
gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests...
Ned Deily
2023-09-28
3
-7/+9
[prev]
[next]