Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.7
/
Lib
tag
3c1e1d48a730ee7796415037ece916191d2b4991
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Dec 04 17:56:31 2023
object
fa7a6f23036537567592647d15f043722c7144ad
Python 3.11.7
fa7a6f2
Python 3.11.7
by Pablo Galindo
· 1 year, 9 months ago
v3.11.7
8dbda1c
[3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (ПР-112712)
by Miss Islington (bot)
· 1 year, 9 months ago
e3d380d
[3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112700)
by Miss Islington (bot)
· 1 year, 9 months ago
7e89dd9
[3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) (GH-112694)
by Miss Islington (bot)
· 1 year, 9 months ago
5ada3e5
[3.11] gh-66819: More IDLE htest updates(4) (GH-112686) (#112689)
by Miss Islington (bot)
· 1 year, 9 months ago
e347a8e
[3.11] gh-66819: More IDLE htest updates(3) (GH-112683) (#112685)
by Miss Islington (bot)
· 1 year, 9 months ago
36ad8e6
[3.11] gh-66819: More IDLE htest updates(2) (GH-112642) (#112644)
by Miss Islington (bot)
· 1 year, 9 months ago
db53770
[3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (#112633)
by Miss Islington (bot)
· 1 year, 9 months ago
720f5bf
[3.11] [3.12] gh-109413: libregrtest: Backport `.py`-file changes from GH-112558 (GH-112605) (#112607)
by Miss Islington (bot)
· 1 year, 9 months ago
da33204
[3.11] [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files (GH-112586) (GH-112602) (#112603)
by Miss Islington (bot)
· 1 year, 9 months ago
0443f92
[3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (GH-10415)
by Alexey Izbyshev
· 1 year, 9 months ago
eb3c0dc
[3.11] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112594)
by Miss Islington (bot)
· 1 year, 9 months ago
d838c7a
[3.11] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) (GH-112592)
by Miss Islington (bot)
· 1 year, 9 months ago
fc11280
[3.11] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551) (GH-112556)
by Serhiy Storchaka
· 1 year, 9 months ago
ddf6cfd
[3.11] gh-66819: More IDLE htest updates (GH-112574) (#112576)
by Miss Islington (bot)
· 1 year, 9 months ago
03ac9e6
[3.11] IDLE: fix config_key htest (GH-112545) (#112547)
by Miss Islington (bot)
· 1 year, 9 months ago
f6edb83
[3.11] gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (GH-112512) (#112531)
by Miss Islington (bot)
· 1 year, 9 months ago
3c0d963
[3.11] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112492)
by Miss Islington (bot)
· 1 year, 9 months ago
42dd261
[3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)
by Miss Islington (bot)
· 1 year, 9 months ago
c3e5d0d
[3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111858)
by Miss Islington (bot)
· 1 year, 9 months ago
390a5b8
[3.11] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112469)
by Miss Islington (bot)
· 1 year, 9 months ago
43b081b
[3.11] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112467)
by Miss Islington (bot)
· 1 year, 9 months ago
581b244
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112461)
by Serhiy Storchaka
· 1 year, 9 months ago
6d9b181
[3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) (GH-112459)
by Serhiy Storchaka
· 1 year, 9 months ago
8c9f273
[3.11] gh-94722: fix DocTest.__eq__ for case of no line number on one side (GH-112385) (#112401)
by Miss Islington (bot)
· 1 year, 9 months ago
1397505
[3.11] gh-109538: Catch closed loop runtime error and issue warning (GH-111983) (#112141)
by DPR
· 1 year, 9 months ago
6c51c84
[3.11] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (GH-112268) (#112276)
by Nikita Sobolev
· 1 year, 9 months ago
f6e11ea
[3.11] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-93324) (#112273)
by Miss Islington (bot)
· 1 year, 9 months ago
d065e30
[3.11] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112260)
by Miss Islington (bot)
· 1 year, 9 months ago
e19d75d
[3.11] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112257)
by Miss Islington (bot)
· 1 year, 9 months ago
93fbcd6
[3.11] gh-112155: Run `typing.py` doctests during tests (GH-112156) (#112231)
by Nikita Sobolev
· 1 year, 9 months ago
e7aa40a
[3.11] gh-112194: Convert more examples to doctests in `typing.py` (GH-112195) (#112209)
by Miss Islington (bot)
· 1 year, 9 months ago
533da5e
[3.11] gh-111811: Fix test_recursive_repr for WASI (GH-112130) (#112132)
by Miss Islington (bot)
· 1 year, 9 months ago
132a749
[3.11] gh-102837: more tests for the math module (GH-111930)(GH-102523) (GH-112030) (GH-112041)
by Petr Viktorin
· 1 year, 9 months ago
e2421a3
[3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112059)
by Miss Islington (bot)
· 1 year, 9 months ago
e73216d
[3.11] gh-110944: Move pty helper to test.support and add basic pdb completion test (GH-111826) (GH-112025)
by Miss Islington (bot)
· 1 year, 9 months ago
46081fe
[3.11] gh-112007: Re-organize help utility intro message (GH-112017) (#112048)
by Miss Islington (bot)
· 1 year, 9 months ago
aa3232d
[3.11] gh-111929: Fix regrtest clear_caches() (#111949)
by Victor Stinner
· 1 year, 9 months ago
9536fe1
[3.11] gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-112002) (GH-112004)
by Miss Islington (bot)
· 1 year, 9 months ago
cd3e2d3
[3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111967)
by Miss Islington (bot)
· 1 year, 9 months ago
e433785
[3.11] gh-111912: Run test_posix on Windows (GH-111913) (GH-111954)
by Miss Islington (bot)
· 1 year, 9 months ago
ecc8df2
[3.11] gh-111929: Fix regrtest --pgo: test_str => test_unicode (GH-111938) (#111940)
by Miss Islington (bot)
· 1 year, 9 months ago
0e45786
gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)
by Miss Islington (bot)
· 1 year, 9 months ago
078cdcc
[3.11] gh-110875: Handle '.' properties in logging formatter configuration correctly. (GH-110943) (GH-111914)
by Vinay Sajip
· 1 year, 9 months ago
f108976
[3.11] gh-111881: Use lazy import in test.support (#111885) (#111890) (#111902)
by Victor Stinner
· 1 year, 9 months ago
63205e5
[3.11] gh-111881: Import doctest lazily in libregrtest (GH-111884) (#111894)
by Miss Islington (bot)
· 1 year, 9 months ago
3e7e39c
[3.11] gh-108303: Move more files to `Lib/test/test_module` (GH-111880) (#111892)
by Miss Islington (bot)
· 1 year, 9 months ago
409a0ac
[3.11] gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879) (gh-111883)
by Miss Islington (bot)
· 1 year, 9 months ago
a60bbde
[3.11] gh-108303: Move more typing related files to Lib/test/typinganndata (GH-111825) (#111860)
by Nikita Sobolev
· 1 year, 9 months ago
942ef7b
[3.11] gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830) (GH-111832)
by Miss Islington (bot)
· 1 year, 9 months ago
bd4cc47
[3.11] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 co… (gh-111771)
by Donghee Na
· 1 year, 10 months ago
425efc1
[3.11] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (GH-111541) (#111733)
by Miss Islington (bot)
· 1 year, 10 months ago
f7ffe4a
[3.11] [3.12] GH-110894: Call loop exception handler for exceptions in client_connected_cb (GH-111601) (GH-111632) (#111634)
by Miss Islington (bot)
· 1 year, 10 months ago
89264a3
[3.11] gh-111644: Fix support threading_cleanup() (GH-111714) (#111717)
by Miss Islington (bot)
· 1 year, 10 months ago
4a61169
[3.11] gh-111181: Fix enum doctests (GH-111180) (GH-111617)
by Ethan Furman
· 1 year, 10 months ago
cfdcc96
[3.11] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111640)
by Miss Islington (bot)
· 1 year, 10 months ago
1d7ad77
[3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577) (#111590)
by Miss Islington (bot)
· 1 year, 10 months ago
19a266c
[3.11] gh-111366: Correctly show custom syntax error messages in the codeop module functions (GH-111384). (#111516)
by Pablo Galindo Salgado
· 1 year, 10 months ago
bc9f470
[3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#111543)
by Nikita Sobolev
· 1 year, 10 months ago
08e4e11
[3.11] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381) (#111383)
by Miss Islington (bot)
· 1 year, 10 months ago
c66f0be
[3.11] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-111533) (GH-111536)
by Miss Islington (bot)
· 1 year, 10 months ago
a9d5966
[3.11] gh-111347: Remove wrong assertion in test_sendfile (GH-111377) (#111462)
by Miss Islington (bot)
· 1 year, 10 months ago
78150c6
[3.11] gh-111284: Make multiprocessing tests with threads faster and more reliable (GH-111285) (GH-111511)
by Miss Islington (bot)
· 1 year, 10 months ago
68c03ce
[3.11] gh-111426: Remove `test_cmd.test_coverage` (GH-111427) (#111433)
by Miss Islington (bot)
· 1 year, 10 months ago
1a01ca4
[3.11] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884) (#111413)
by Miss Islington (bot)
· 1 year, 10 months ago
a9e0455b
[3.11] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-111319) (#111392)
by Miss Islington (bot)
· 1 year, 10 months ago
e7cdccc
[3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (GH-111188) (#111326)
by Hugo van Kemenade
· 1 year, 10 months ago
22cde39
[3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#111373)
by Pablo Galindo Salgado
· 1 year, 10 months ago
762aba7
[3.11] gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test_coverage` (GH-111349) (#111360)
by Miss Islington (bot)
· 1 year, 10 months ago
12c7e50
[3.11] GH-94438: Restore ability to jump over None tests (GH-111338)
by Savannah Ostrowski
· 1 year, 10 months ago
6fea61a
[3.11] gh-111165: Add missed "support." prefix for "verbose" (GH-111327) (GH-111329)
by Miss Islington (bot)
· 1 year, 10 months ago
fc9a5ef
[3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318)
by Serhiy Storchaka
· 1 year, 10 months ago
1416703
[3.11] gh-111309: Use unittest to collect and run distutils tests (GH-111311)
by Serhiy Storchaka
· 1 year, 10 months ago
bb92fda
[3.11] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111315)
by Miss Islington (bot)
· 1 year, 10 months ago
652d3f3
[3.11] gh-109017: Use non alternate name for Kyiv (GH-109251) (GH-111279)
by Miss Islington (bot)
· 1 year, 10 months ago
c905fab
[3.11] gh-75666: Tkinter: add tests for binding (GH-111202) (GH-111256)
by Miss Islington (bot)
· 1 year, 10 months ago
f446df7
[3.11] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111199)
by Furkan Onder
· 1 year, 10 months ago
3c3c489
[3.11] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111190)
by Miss Islington (bot)
· 1 year, 10 months ago
cf77739
[3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111111) (GH-111172)
by Miss Islington (bot)
· 1 year, 10 months ago
cf28c61
[3.11] gh-111159: Fix `doctest` output comparison for exceptions with notes (GH-111160) (#111170)
by Miss Islington (bot)
· 1 year, 10 months ago
4222dd9
[3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168)
by Serhiy Storchaka
· 1 year, 10 months ago
17b8e35
[3.11] gh-111157: Mention `__notes__` in `traceback.format_exception_only` docstring (GH-111158) (#111164)
by Miss Islington (bot)
· 1 year, 10 months ago
47670fb
[3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153)
by Miss Islington (bot)
· 1 year, 10 months ago
9addf2c
[3.11] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing` (GH-111127) (#111131)
by Miss Islington (bot)
· 1 year, 10 months ago
7213fc2
[3.11] Synchronize test_contextlib with test_contextlib_async (GH-111000) (GH-111115)
by Miss Islington (bot)
· 1 year, 10 months ago
69f0c90
[3.11] gh-111092: Make turtledemo run without default root enabled (GH-111093) (#111096)
by Miss Islington (bot)
· 1 year, 10 months ago
26a0282
[3.11] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111063)
by Radislav Chugunov
· 1 year, 10 months ago
2258d6c
[3.11] gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (GH-111053) (#111056)
by Miss Islington (bot)
· 1 year, 10 months ago
fabfc2c
[3.11] GH-65052: Prevent pdb from crashing when trying to display objects (GH-111002)
by Tian Gao
· 1 year, 10 months ago
4e4a3e1
[3.11] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (GH-110706) (#110766)
by Pablo Galindo Salgado
· 1 year, 10 months ago
7c308f4
[3.11] gh-103737: IDLE - Remove unneeded .keys() for dict iteration (GH-110960) (#111027)
by Miss Islington (bot)
· 1 year, 10 months ago
50d936a
[3.11] gh-111019: Align expected and actual titles in test output (GH-111020) (#111025)
by Miss Islington (bot)
· 1 year, 10 months ago
4ccd418
[3.11] gh-110756: Fix libregrtest clear_caches() for distutils (#111011)
by Victor Stinner
· 1 year, 10 months ago
1af7b7d
[3.11] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-110832) (#110939)
by Lysandros Nikolaou
· 1 year, 10 months ago
73ebe2f
[3.11] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111004)
by Miss Islington (bot)
· 1 year, 10 months ago
ae495de
[3.11] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#110971)
by Miss Islington (bot)
· 1 year, 10 months ago
5f7aba9
[3.11] Enable ruff on several more files in `Lib/test` (#110929) (#110935)
by Alex Waygood
· 1 year, 10 months ago
6502a13
[3.11] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110924)
by Miss Islington (bot)
· 1 year, 10 months ago
fd1b314
[3.11] remove redundant call to attach_loop in watcher (GH-110847) (#110870)
by Thomas Grainger
· 1 year, 10 months ago
5c55f50
[3.11] [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-110882) (GH-110889)
by Serhiy Storchaka
· 1 year, 10 months ago
Next »