Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.6
/
Lib
tag
abf0943df5cb05ed21f6c8f0ca82a437e75dd9a0
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Oct 02 13:32:26 2023
object
8b6ee5ba3bd08368ba3c763cea28ce1464a88e62
Python 3.11.6
8b6ee5b
Python 3.11.6
by Pablo Galindo
· 1 year, 11 months ago
v3.11.6
86084d0
[3.11] gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (… (#110183)
by Victor Stinner
· 1 year, 11 months ago
446c81c
[3.11] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110159)
by Miss Islington (bot)
· 1 year, 11 months ago
080f5b9
[3.11] gh-109748: Fix again venv test_zippath_from_non_installed_posix() (GH-110149) (#110153)
by Miss Islington (bot)
· 1 year, 11 months ago
42b6883
[3.11] gh-107888: Fix test_mmap PROT_EXEC comment (GH-110125) (#110130)
by Miss Islington (bot)
· 1 year, 11 months ago
190e8fb
[3.11] gh-108851: Fix support.get_recursion_available() for USE_STACKCHECK (#110127)
by Victor Stinner
· 1 year, 11 months ago
a95e8cf
gh-109615: Look for 'Modules' as landmark for test_copy_python_src_ignore (GH-110108)
by Miss Islington (bot)
· 1 year, 11 months ago
b07661d8
[3.11] gh-109592: test_eintr tolerates 20 ms when comparing timings (GH-110102) (#110107)
by Miss Islington (bot)
· 1 year, 11 months ago
4b97c72
[3.11] gh-109955 : Update state transition comments for asyncio.Task (GH-109910) (#109993)
by Miss Islington (bot)
· 1 year, 11 months ago
8ac6890
[3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104)
by Victor Stinner
· 1 year, 11 months ago
184ce14
[3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099)
by Victor Stinner
· 1 year, 11 months ago
efe83ad
[3.11] gh-110036: multiprocessing Popen.terminate() catches PermissionError (GH-110037) (#110065)
by Miss Islington (bot)
· 1 year, 11 months ago
a997295
[3.11] gh-109960: Remove test_pty timeout of 10 seconds (GH-110058) (#110061)
by Miss Islington (bot)
· 1 year, 11 months ago
d6e8001
[3.11] gh-110038: KqueueSelector must count all read/write events (GH-110039) (#110044)
by Davide Rizzo
· 1 year, 11 months ago
973d549
[3.11] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110041)
by Miss Islington (bot)
· 1 year, 11 months ago
ff3cadd
[3.11] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110022)
by Miss Islington (bot)
· 1 year, 11 months ago
448a707
[3.11] gh-109615: Fix support test_copy_python_src_ignore() on WASM (GH-109970) (#109976)
by Miss Islington (bot)
· 1 year, 11 months ago
8ac20e5
[3.11] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#109962)
by Victor Stinner
· 1 year, 11 months ago
2423168
[3.11] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109951)
by Victor Stinner
· 1 year, 11 months ago
0a69de7
[3.11] Remove loop from docstring for asyncio.streams.open_connection (GH-108528) (#109942)
by Miss Islington (bot)
· 1 year, 11 months ago
88917dd
[3.11] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928) (#109930)
by Miss Islington (bot)
· 1 year, 11 months ago
4e66eca
[3.11] gh-109845: Make test_ftplib more stable under load (GH-109912) (GH-109920)
by Miss Islington (bot)
· 1 year, 11 months ago
f764abb
[3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109897)
by Miss Islington (bot)
· 1 year, 11 months ago
bda6949
[3.11] gh-109832: concurrent.futures test_deadlock restores sys.stderr (GH-109887) (#109893)
by Miss Islington (bot)
· 1 year, 11 months ago
8fef834
[3.11] gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780) (GH-109882)
by Miss Islington (bot)
· 1 year, 11 months ago
95e616a
[3.11] gh-109401: Fix threading barrier test_default_timeout() (GH-109875) (#109877)
by Miss Islington (bot)
· 1 year, 11 months ago
358282e
[3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872) (#109874)
by Miss Islington (bot)
· 1 year, 11 months ago
22a8efa
[3.11] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835) (#109856)
by Miss Islington (bot)
· 1 year, 11 months ago
9238c68
[3.11] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109838)
by Miss Islington (bot)
· 1 year, 11 months ago
97ea901
[3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513) (#109783)
by elfstrom
· 1 year, 11 months ago
3db2ec2
[3.11] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707) (#109763)
by Miss Islington (bot)
· 1 year, 11 months ago
6bb18bb
[3.11] gh-108303: Fix and move `badsyntax_pep3120.py` (GH-109513) (#109724)
by Nikita Sobolev
· 1 year, 11 months ago
1629b1d
[3.11] gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710) (#109735)
by Victor Stinner
· 1 year, 11 months ago
f45ef5e
[3.11] gh-109625: Move _ready_to_import() from test_import to support.import_helper (GH-109626) (#109718)
by Nikita Sobolev
· 1 year, 11 months ago
74978ae
[3.11] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109708)
by Miss Islington (bot)
· 1 year, 11 months ago
43ff8fc
[3.11] gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376) (#109430)
by Miss Islington (bot)
· 1 year, 11 months ago
66a973a
[3.11] gh-108388: Convert test_concurrent_futures to package (#108401) (#109704)
by Victor Stinner
· 1 year, 11 months ago
3a6d8e6
[3.11] gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697) (#109699)
by Victor Stinner
· 1 year, 11 months ago
b3af888
[3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#109688)
by Miss Islington (bot)
· 1 year, 11 months ago
8d99502
[3.11] gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265) (#109678)
by Victor Stinner
· 1 year, 11 months ago
37b2617
[3.11] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (#109680)
by Victor Stinner
· 1 year, 11 months ago
84d8fdb
[3.11] gh-109546: Add more tests for formatting floats (GH-109548) (#109685)
by Victor Stinner
· 1 year, 11 months ago
ca8da71
[3.11] gh-108303: Create Lib/test/test_dataclasses/ directory (#108978) (#109675)
by Victor Stinner
· 1 year, 11 months ago
e59ee6c
[3.11] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354) (#109673)
by Victor Stinner
· 1 year, 11 months ago
3ba4dfe
[3.11] gh-108303: Remove unused Lib/test/sgml_input.html (GH-108305) (#109670)
by Miss Islington (bot)
· 1 year, 11 months ago
a023de6
[3.11] Fix typos in docs and comments (#109619) (#109622)
by Alex Waygood
· 1 year, 11 months ago
8c7fadb
[3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#109616)
by Victor Stinner
· 1 year, 11 months ago
2184b76
[3.11] gh-108843: fix ast.unparse for f-string with many quotes (#108980)
by Shantanu
· 1 year, 11 months ago
43191d2
[3.11] Fix date.__repr__() docstring (#109422) (#109449)
by Victor Stinner
· 1 year, 11 months ago
a95d159
[3.11] gh-60283: Check for redefined test names in CI (#109161) (#109366)
by Hugo van Kemenade
· 1 year, 11 months ago
7a20797
[3.11] gh-108822: Fix regrtest clear_caches() (#109432)
by Victor Stinner
· 1 year, 11 months ago
f7bfac4
[3.11] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (#109427)
by Miss Islington (bot)
· 1 year, 11 months ago
f1f85a4
[3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352) (#109380)
by Miss Islington (bot)
· 1 year, 11 months ago
66c0d0a
[3.11] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109362)
by Miss Islington (bot)
· 1 year, 11 months ago
b4c1cf9
[3.11] gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497) (GH-109328)
by Miss Islington (bot)
· 2 years ago
1e86961
[3.11] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197) (#109283)
by Irit Katriel
· 2 years ago
5d47fb1
[3.11] gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (GH-109299) (#109303)
by Miss Islington (bot)
· 2 years ago
abf3a68
[3.11] gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (GH-109298) (#109302)
by Miss Islington (bot)
· 2 years ago
9297a72
[3.11] gh-90805: Make sure test_functools works with and without _functoolsmodule (GH-108644) (GH-109274)
by Miss Islington (bot)
· 2 years ago
74988a4
[3.11] Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917) (GH-109260)
by Miss Islington (bot)
· 2 years ago
2f8c80f
[3.11] gh-107219: Fix concurrent.futures terminate_broken() (GH-109244) (#109255)
by Miss Islington (bot)
· 2 years ago
a7e80fb
[3.11] gh-109230: test_pyexpat no longer depends on the current directory (GH-109233) (#109242)
by Miss Islington (bot)
· 2 years ago
cef4951
[3.11] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (#109240)
by Miss Islington (bot)
· 2 years ago
b070d73
[3.11] gh-50644: Forbid pickling of codecs streams (GH-109180) (GH-109232)
by Miss Islington (bot)
· 2 years ago
c206582
[3.11] gh-109207: Fix SystemError when printing symtable entry object. (GH-109225) (GH-109228)
by Miss Islington (bot)
· 2 years ago
6b2f44e
[3.11] GH-109067: fix randomly failing `test_async_gen_asyncio_gc_aclose_09` test (GH-109142) (#109150)
by Miss Islington (bot)
· 2 years ago
c1a2ef5
[3.11] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109148)
by Miss Islington (bot)
· 2 years ago
9dd28d2
[3.11] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964) (#108968)
by Miss Islington (bot)
· 2 years ago
effa2ec
[3.11] gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__ (GH-108704) (GH-108739)
by Ethan Furman
· 2 years ago
e46be0d
[3.11] gh-68403: Fix test_coverage in test_trace (GH-108910) (GH-109105)
by Miss Islington (bot)
· 2 years ago
c2b8d4f
[3.11] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109102)
by Miss Islington (bot)
· 2 years ago
dae62d4
[3.11] gh-88943: Improve syntax error for non-ASCII character that follows a numerical literal (GH-109081) (GH-109091)
by Serhiy Storchaka
· 2 years ago
49cc2e7
[3.11] gh-103186: Suppress RuntimeWarning about unclosed async iterator in test_sys_settrace (GH-109075) (GH-109086)
by Serhiy Storchaka
· 2 years ago
12f40a4
[3.11] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (GH-109085)
by Miss Islington (bot)
· 2 years ago
883ff44
[3.11] test.pythoninfo logs freedesktop_os_release() (GH-109057) (#109063)
by Miss Islington (bot)
· 2 years ago
c70a291
[3.11] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109055)
by Mikhail Samylov
· 2 years ago
1ebe014
[3.11] gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) (#109042)
by Victor Stinner
· 2 years ago
5fbd771
[3.11] GH-108202: Document ``calendar``'s command-line interface (GH-109020) (#109031)
by Miss Islington (bot)
· 2 years ago
95eb984
[3.11] gh-108851: Fix tomllib recursion tests (#108853) (#109013)
by Victor Stinner
· 2 years ago
d61b8f9
[3.11] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999) (#109011)
by Miss Islington (bot)
· 2 years ago
b834090
[3.11] gh-108983: Add more PEP 526 tests to `test_grammar` (GH-108984) (#109001)
by Miss Islington (bot)
· 2 years ago
cf19e8e
[3.11] gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480) (GH-108924)
by Serhiy Storchaka
· 2 years ago
4e5fd6d
[3.11] gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916) (GH-108920)
by Miss Islington (bot)
· 2 years ago
e2404f5
[3.11] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (GH-108914)
by Miss Islington (bot)
· 2 years ago
492e1ff
[3.11] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (GH-108898)
by Serhiy Storchaka
· 2 years ago
562c168
[3.11] gh-89392: Fix running test_pep646_syntax as script (GH-108875) (GH-108877)
by Miss Islington (bot)
· 2 years ago
3fd6ada
[3.11] bpo-45229: Make ElementTree tests discoverable (GH-108859) (GH-108874)
by Serhiy Storchaka
· 2 years ago
723ca8c
[3.11] gh-89392: Remove test_main() in test_netrc (GH-108860) (GH-108868)
by Miss Islington (bot)
· 2 years ago
75df36e
[3.11] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (GH-108869)
by Miss Islington (bot)
· 2 years ago
79f7a4c
[3.11] gh-108822: Backport libregrtest changes from the main branch (#108820)
by Victor Stinner
· 2 years ago
ba47d87
[3.11] Reorder some test's decorators (GH-108804) (GH-108845)
by Miss Islington (bot)
· 2 years ago
76f5219
[3.11] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421) (GH-108799)
by Serhiy Storchaka
· 2 years ago
fc114a7
[3.11] gh-103186: assert in tests that UnsafeMailcapInput warnings are provided (GH-103217) (GH-108800)
by Miss Islington (bot)
· 2 years ago
385b195
[3.11] gh-108520: Fix bad fork detection in nested multiprocessing use case (GH-108568) (#108692)
by Miss Islington (bot)
· 2 years ago
6f24420
[3.11] gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686) (#108694)
by Erlend E. Aasland
· 2 years ago
5a6d123
[3.11] gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (GH-108657) (#108674)
by Corvin
· 2 years ago
2e4c3ef
[3.11] Revert "[3.11] Use non alternate name for Kyiv (GH-108533) (GH-108641)" (GH-108650)
by Serhiy Storchaka
· 2 years ago
34f84f2
[3.11] Use non alternate name for Kyiv (GH-108533) (GH-108641)
by Miss Islington (bot)
· 2 years ago
cc12c96
[3.11] gh-108558: Improve sqlite3 row factory tests (GH-108578) (#108616)
by Miss Islington (bot)
· 2 years ago
ed749be
[3.11] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#108576)
by Miss Islington (bot)
· 2 years ago
Next »