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
*
Python 3.11.6
v3.11.6
Pablo Galindo
2023-10-02
56
-159/+607
*
[3.11] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...
Miss Islington (bot)
2023-09-30
1
-1/+1
*
[3.11] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110059)
Zachary Ware
2023-09-29
1
-0/+1
*
[3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104)
Victor Stinner
2023-09-29
1
-0/+2
*
[3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099)
Victor Stinner
2023-09-29
1
-0/+4
*
[3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345...
Adam Turner
2023-09-29
2
-2/+2
*
[3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)
Serhiy Storchaka
2023-09-29
5
-6/+6
*
[3.11] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...
Miss Islington (bot)
2023-09-29
1
-0/+5
*
[3.11] gh-110038: KqueueSelector must count all read/write events (GH-110039)...
Davide Rizzo
2023-09-28
1
-0/+3
*
[3.11] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110041)
Miss Islington (bot)
2023-09-28
1
-0/+5
*
[3.11] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110022)
Miss Islington (bot)
2023-09-28
1
-0/+4
*
[3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110010)
Miss Islington (bot)
2023-09-28
1
-0/+1
*
[3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...
Ned Deily
2023-09-28
1
-0/+2
*
[3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...
Miss Islington (bot)
2023-09-26
1
-0/+1
*
[3.11] gh-109631: Allow interruption of short repeated regex matches (GH-1098...
Miss Islington (bot)
2023-09-26
1
-0/+3
*
[3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872...
Miss Islington (bot)
2023-09-25
1
-0/+3
*
[3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108...
elfstrom
2023-09-24
1
-0/+1
*
[3.11] Docs: Update Donghee Na's name (GH-109743) (#109759)
Hugo van Kemenade
2023-09-23
34
-99/+99
*
[3.11] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (G...
Miss Islington (bot)
2023-09-22
1
-2/+3
*
[3.11] gh-109375: Fix bug where pdb registers an alias without an associated ...
Miss Islington (bot)
2023-09-22
2
-0/+2
*
[3.11] gh-108388: Convert test_concurrent_futures to package (#108401) (#109704)
Victor Stinner
2023-09-22
1
-0/+2
*
[3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#109688)
Miss Islington (bot)
2023-09-21
1
-0/+4
*
[3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618) (#...
Victor Stinner
2023-09-21
1
-0/+4
*
[3.11] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109637)
Miss Islington (bot)
2023-09-21
1
-0/+1
*
[3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#1...
Victor Stinner
2023-09-20
1
-0/+4
*
[3.11] gh-108843: fix ast.unparse for f-string with many quotes (#108980)
Shantanu
2023-09-18
1
-0/+1
*
[3.11] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...
Miss Islington (bot)
2023-09-14
1
-0/+3
*
[3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109...
Miss Islington (bot)
2023-09-13
1
-0/+2
*
[3.11] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109362)
Miss Islington (bot)
2023-09-13
1
-0/+4
*
[3.11] gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100...
Miss Islington (bot)
2023-09-12
1
-0/+2
*
[3.11] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)...
Irit Katriel
2023-09-12
1
-0/+1
*
[3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...
Victor Stinner
2023-09-11
1
-0/+4
*
[3.11] gh-107219: Fix concurrent.futures terminate_broken() (GH-109244) (#109...
Miss Islington (bot)
2023-09-11
1
-0/+5
*
[3.11] gh-109230: test_pyexpat no longer depends on the current directory (GH...
Miss Islington (bot)
2023-09-10
1
-0/+5
*
[3.11] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (...
Miss Islington (bot)
2023-09-10
1
-0/+4
*
[3.11] gh-50644: Forbid pickling of codecs streams (GH-109180) (GH-109232)
Miss Islington (bot)
2023-09-10
1
-0/+4
*
[3.11] gh-109207: Fix SystemError when printing symtable entry object. (GH-10...
Miss Islington (bot)
2023-09-10
1
-0/+1
*
[3.11] gh-106922: Fix error location for constructs with spaces and parenthes...
Miss Islington (bot)
2023-09-08
1
-0/+2
*
[3.11] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...
Miss Islington (bot)
2023-09-08
1
-0/+3
*
[3.11] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...
Ethan Furman
2023-09-08
1
-0/+2
*
[3.11] gh-88943: Improve syntax error for non-ASCII character that follows a ...
Serhiy Storchaka
2023-09-07
1
-0/+3
*
[3.11] gh-102823: Document return type of floor division on floats (GH-102824...
Miss Islington (bot)
2023-09-07
1
-0/+2
*
[3.11] gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) (#...
Victor Stinner
2023-09-07
1
-0/+6
*
[3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)
Victor Stinner
2023-09-06
1
-0/+4
*
[3.11] gh-108851: Fix tomllib recursion tests (#108853) (#109013)
Victor Stinner
2023-09-06
2
-0/+5
*
[3.11] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...
Miss Islington (bot)
2023-09-06
1
-0/+7
*
[3.11] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108932)
Zachary Ware
2023-09-05
1
-0/+1
*
[3.11] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (GH...
Serhiy Storchaka
2023-09-05
1
-0/+2
*
[3.11] gh-108822: Backport libregrtest changes from the main branch (#108820)
Victor Stinner
2023-09-03
6
-0/+18
*
[3.11] [3.12] gh-63760: Don't declare gethostname() on Solaris (GH-108817) (G...
Miss Islington (bot)
2023-09-03
1
-0/+3
[next]