Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0b2
/
Lib
tag
e2be1865f95ab03fd818fc99fbb07a5d4f0567c0
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon May 30 21:18:16 2022
object
72f00f420afaba3bc873c2a986ca6d07e99fae1f
Python 3.11.0b2
72f00f4
Python 3.11.0b2
by Pablo Galindo
· 3 years, 3 months ago
v3.11.0b2
7f6e6ab
gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352)
by Miss Islington (bot)
· 3 years, 3 months ago
da18451
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339)
by Miss Islington (bot)
· 3 years, 3 months ago
85cb7f0
gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849)
by Miss Islington (bot)
· 3 years, 3 months ago
cf63b80
gh-93297: Make asyncio task groups prevent child tasks from being GCed (GH-93299) (#93305)
by Miss Islington (bot)
· 3 years, 3 months ago
647426d
gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility (GH-93302) (GH-93304)
by Miss Islington (bot)
· 3 years, 3 months ago
9303a5a
gh-92898: Enhance _testcppext test on cast to PyObject* (GH-93111)
by Miss Islington (bot)
· 3 years, 3 months ago
9555d77
test.pythoninfo logs more build info (GH-93225)
by Miss Islington (bot)
· 3 years, 3 months ago
4d863453
gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)
by Miss Islington (bot)
· 3 years, 3 months ago
83940c0
gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196)
by Miss Islington (bot)
· 3 years, 3 months ago
37a7f1b
[3.11] gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076) (GH-93197)
by Miss Islington (bot)
· 3 years, 3 months ago
0fb70ce
gh-90473: Misc test fixes for WASI (GH-93218)
by Miss Islington (bot)
· 3 years, 3 months ago
2ea3d3b
test_threaded_import: Fix unittest.main spelling (GH-93114)
by Miss Islington (bot)
· 3 years, 3 months ago
e9d6ca4
[3.11] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93141)
by Miss Islington (bot)
· 3 years, 3 months ago
74b205b
gh-92728: Restore re.template, but deprecate it (GH-93161)
by Miss Islington (bot)
· 3 years, 3 months ago
7a5f190
test.pythoninfo no longer requires socket (GH-93191)
by Miss Islington (bot)
· 3 years, 3 months ago
a6ee7f9
GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074)
by Miss Islington (bot)
· 3 years, 3 months ago
719edfa
GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113)
by Miss Islington (bot)
· 3 years, 3 months ago
c771cbe
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145)
by Miss Islington (bot)
· 3 years, 3 months ago
97fe65a
gh-93099: Fix _pyio to use locale module properly (gh-93136)
by Miss Islington (bot)
· 3 years, 3 months ago
b8c4cc6
gh-93118: [Enum] fix error message (GH-93138) (GH-93142)
by Miss Islington (bot)
· 3 years, 3 months ago
f095058
gh-93061: Mark as artificial: backwards jump after async for (GH-93062) (GH-93110)
by Miss Islington (bot)
· 3 years, 3 months ago
96218f7
[3.11] gh-93100: [Enum] fix missing variable in global_str (GH-93107) (GH-93134)
by Ethan Furman
· 3 years, 3 months ago
a509d26
gh-93010: InvalidHeaderError used but nonexistent (GH-93015)
by Miss Islington (bot)
· 3 years, 3 months ago
8c5739e
gh-93005: Fixes launcher test when no Python install is available (GH-93007)
by Miss Islington (bot)
· 3 years, 3 months ago
acc998a
GH-93115: Fix version check in sqlite3 module constants test (GH-93116)
by Miss Islington (bot)
· 3 years, 3 months ago
a29b1f8
gh-90473: WASI: skip gethostname tests (GH-93092)
by Miss Islington (bot)
· 3 years, 3 months ago
748c83d
Clean up the sqlite3 tests (GH-93056)
by Miss Islington (bot)
· 3 years, 3 months ago
76b6ed1
Improve tests for opening Sqlite by URI (GH-93047)
by Miss Islington (bot)
· 3 years, 3 months ago
dd923c5
[3.11] GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951) (gh-93049)
by Dong-hee Na
· 3 years, 3 months ago
d9a48d2
[3.11] gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046) (GH-93048)
by Serhiy Storchaka
· 3 years, 3 months ago
6a3a6ba
gh-91860: documentation for typing.dataclass_transform (GH-92768)
by Miss Islington (bot)
· 3 years, 3 months ago
6ec050f
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
by Miss Islington (bot)
· 3 years, 3 months ago
a2ec09b
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
by Miss Islington (bot)
· 3 years, 3 months ago
4eb2f40
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980)
by Miss Islington (bot)
· 3 years, 3 months ago
57d7ddd
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (GH-92978)
by Miss Islington (bot)
· 3 years, 3 months ago
71cdf6a
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (GH-92676)
by Miss Islington (bot)
· 3 years, 3 months ago
7afccd3
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
by Miss Islington (bot)
· 3 years, 3 months ago
ad2363d
gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718)
by Miss Islington (bot)
· 3 years, 3 months ago
aa55985
gh-87901: Remove the encoding argument from os.popen (GH-92836)
by Miss Islington (bot)
· 3 years, 3 months ago
36da1a7
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
by Miss Islington (bot)
· 3 years, 3 months ago
58088a5
gh-89898: Fix test_threading.test_args_argument() (GH-92885)
by Miss Islington (bot)
· 3 years, 3 months ago
1df4550
gh-89653: PEP 670: Fix PyUnicode_READ() cast (GH-92872)
by Miss Islington (bot)
· 3 years, 3 months ago
38d95b5
[3.11] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92829)
by Miss Islington (bot)
· 3 years, 3 months ago
8f93797
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
by Christian Heimes
· 3 years, 3 months ago
52e6596
gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)
by Miss Islington (bot)
· 3 years, 3 months ago
5f24acd
gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)
by Miss Islington (bot)
· 3 years, 3 months ago
2bcae11
gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
by Miss Islington (bot)
· 3 years, 3 months ago
dae3e2f
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)
by Miss Islington (bot)
· 3 years, 3 months ago
9640676
gh-92311: Add tests for frame_setlineno jumping over listcomps (GH-92741)
by Miss Islington (bot)
· 3 years, 3 months ago
2e8b2d0
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722) (GH-92772)
by Miss Islington (bot)
· 3 years, 3 months ago
c41667e
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
by Miss Islington (bot)
· 3 years, 3 months ago
c7b9da5
gh-92031, test_embed: Improve test for unquickening static code (GH-92440)
by Miss Islington (bot)
· 3 years, 3 months ago
64593f2
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)
by Miss Islington (bot)
· 3 years, 3 months ago
5a33643
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
by Miss Islington (bot)
· 3 years, 3 months ago
20fec2c
[3.11] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92663)
by Miss Islington (bot)
· 3 years, 3 months ago
5135b6e
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
by Miss Islington (bot)
· 3 years, 3 months ago
951cfc8
Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92533) (#92656)
by Miss Islington (bot)
· 3 years, 3 months ago
5197134
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92599)
by Serhiy Storchaka
· 3 years, 3 months ago
6a17cde
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620) (GH-92621)
by Miss Islington (bot)
· 3 years, 3 months ago
8a2b3ed
Add `__slots__` to `typing._NotIterable` (GH-92570)
by Miss Islington (bot)
· 3 years, 3 months ago
7540a432
gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (GH-92582)
by Miss Islington (bot)
· 3 years, 3 months ago
74c094d
bpo-13553: Document tkinter.Tk args (GH-4786)
by Miss Islington (bot)
· 3 years, 3 months ago
a51baec
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
by Miss Islington (bot)
· 3 years, 3 months ago
4270b79
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495)
by Miss Islington (bot)
· 3 years, 3 months ago
c63c8ac
bpo-45046: Support context managers in unittest (GH-28045)
by Miss Islington (bot)
· 3 years, 3 months ago
0e5fe7f
Python 3.11.0b1
by Pablo Galindo
· 3 years, 4 months ago
3f61db4
gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)
by Brandt Bucher
· 3 years, 4 months ago
5021064
gh-92203: Add closure support to exec(). (#92204)
by larryhastings
· 3 years, 4 months ago
973a520
gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)
by Victor Stinner
· 3 years, 4 months ago
93a666b
gh-90997: Show cached inline values in `dis` output (#92360)
by Brandt Bucher
· 3 years, 4 months ago
15dbe85
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
by Serhiy Storchaka
· 3 years, 4 months ago
d707d07
Add source for character mappings (#92014)
by slateny
· 3 years, 4 months ago
cbc2c19
gh-84461: Skip network require tests on Emscripten (GH-92383)
by Christian Heimes
· 3 years, 4 months ago
93364f9
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
by Ethan Furman
· 3 years, 4 months ago
fa4f0a1
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
by Gregory P. Smith
· 3 years, 4 months ago
2b563f1
gh-87901: Add encoding to os.popen (GH-92374)
by Inada Naoki
· 3 years, 4 months ago
85354ed
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
by Alexey Izbyshev
· 3 years, 4 months ago
329afe7
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
by Victor Stinner
· 3 years, 4 months ago
1303f8c
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
by Paul Ganssle
· 3 years, 4 months ago
ada8b6d
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
by Victor Stinner
· 3 years, 4 months ago
f6dd14c
gh-82616: Add process_group support to subprocess.Popen (#23930)
by Gregory P. Smith
· 3 years, 4 months ago
49fda0c
gh-70363: Emscripten cannot fstat renamed spool file (GH-92354)
by Christian Heimes
· 3 years, 4 months ago
9a0a7b4
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
by cibofo
· 3 years, 4 months ago
bb35d65
gh-92135: test_cppext requires subprocess (GH-92349)
by Christian Heimes
· 3 years, 4 months ago
c0012df
gh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)
by Christian Heimes
· 3 years, 4 months ago
8122e8d
gh-92345: Import rlcompleter before sys.path is extended (#92346)
by Christian Heimes
· 3 years, 4 months ago
1ed8d03
gh-87390: Fix starred tuple equality and pickling (GH-92337)
by Serhiy Storchaka
· 3 years, 4 months ago
e65e587
gh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exit__ (GH-92339)
by Irit Katriel
· 3 years, 4 months ago
42fee93
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
by Vlad Hoi
· 3 years, 4 months ago
a95138b
bpo-43857: Improve the AttributeError message when deleting a missing attribute (#25424)
by Géry Ogam
· 3 years, 4 months ago
5212cbc
Clean-up and simplify median_grouped(). Vastly improve its docstring. (#92324)
by Raymond Hettinger
· 3 years, 4 months ago
b885b8f
Allow translating argument error messages (#17169)
by DjMorgul
· 3 years, 4 months ago
a918589
bpo-46764: Fix wrapping bound method with @classmethod (#31367)
by Michael J. Sullivan
· 3 years, 4 months ago
e61330b
gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager (GH-92202)
by Irit Katriel
· 3 years, 4 months ago
f8a2fab
GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245)
by Mark Shannon
· 3 years, 4 months ago
9d20e1a
gh-92107: Add tests that subscription works on arbitrary named tuple types (GH-92304)
by Serhiy Storchaka
· 3 years, 4 months ago
090819e
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572)
by Erlend Egeberg Aasland
· 3 years, 4 months ago
d20bb33
Fix renamed "total" variable (#92287)
by Raymond Hettinger
· 3 years, 4 months ago
465fdc0
gh-67248: cmd: Sort miscellaneous help topics (#92254)
by Sam Denton
· 3 years, 4 months ago
Next »