Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a7
/
Lib
tag
45772541f67dffab42ec3e336025e869982c5951
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Apr 05 19:54:03 2022
object
2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b
Python 3.11.0a7
2e49bd0
Python 3.11.0a7
by Pablo Galindo
· 3 years, 5 months ago
v3.11.0a7
c1d93b6
bpo-47061: deprecate the `aifc` module (GH-32134)
by Brett Cannon
· 3 years, 5 months ago
050a8f9
bpo-4833: Add ZipFile.mkdir (GH-32160)
by Sam Ezeh
· 3 years, 5 months ago
7528094
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs since 3.2 (GH-30927)
by Hugo van Kemenade
· 3 years, 5 months ago
cfb849a
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
by Jelle Zijlstra
· 3 years, 5 months ago
a755124
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
by Erlend Egeberg Aasland
· 3 years, 5 months ago
aa0f056
bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302)
by Matthieu Dartiailh
· 3 years, 5 months ago
0aa8d5c
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
by Irit Katriel
· 3 years, 5 months ago
32091df
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
by Irit Katriel
· 3 years, 5 months ago
6aaf4cd
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958)
by Ronald Oussoren
· 3 years, 5 months ago
772d808
bpo-43224: typing: Add tests for pickling and copying of unpacked native tuple (GH-32159)
by Matthew Rahtz
· 3 years, 5 months ago
5a4973e
bpo-46998: Allow subclassing Any at runtime (GH-31841)
by Shantanu
· 3 years, 5 months ago
48269ea
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
by 180909
· 3 years, 5 months ago
d1b1c88
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)
by Christian Heimes
· 3 years, 5 months ago
ff2cf1d
bpo-47152: Remove unused import in re (GH-32298)
by Serhiy Storchaka
· 3 years, 5 months ago
1578f06
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
by Serhiy Storchaka
· 3 years, 5 months ago
4216dce
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
by Inada Naoki
· 3 years, 5 months ago
84acb5c
bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)
by Jason R. Coombs
· 3 years, 5 months ago
6e3eee5
bpo-23689: re module, fix memory leak when a match is terminated by a signal or memory allocation failure (GH-32283)
by Ma Lin
· 3 years, 5 months ago
b82cdd1
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
by Christian Heimes
· 3 years, 5 months ago
1be3260
bpo-47152: Convert the re module into a package (GH-32177)
by Serhiy Storchaka
· 3 years, 5 months ago
4ed8a9a
bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)
by Christian Heimes
· 3 years, 5 months ago
59be9cd
bpo-40280: Detect if WASM platform supports threading (GH-32243)
by Christian Heimes
· 3 years, 5 months ago
0f68c20
bpo-47131: Speedup AST comparisons in test_unparse by using node traversal (GH-32132)
by Jeremy Kloth
· 3 years, 5 months ago
082d349
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
by Christian Heimes
· 3 years, 5 months ago
76b8a07
bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
by Jeremy Kloth
· 3 years, 5 months ago
04e07c2
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
by Irit Katriel
· 3 years, 5 months ago
d4bb38f
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
by Andrew Svetlov
· 3 years, 5 months ago
74b95d8
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
by Mark Shannon
· 3 years, 5 months ago
44e9150
bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212)
by Christian Heimes
· 3 years, 5 months ago
5458b7e
Remove unnecessary registration of weakref.WeakSet to _collections_abc.Set (GH-32211)
by Géry Ogam
· 3 years, 5 months ago
a00518d
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
by Irit Katriel
· 3 years, 5 months ago
f3d5715
bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204)
by Steve Dower
· 3 years, 5 months ago
a03a09e
Replace with_traceback() with exception chaining and reraising (GH-32074)
by Oleg Iarygin
· 3 years, 5 months ago
f08a191
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
by Andrew Svetlov
· 3 years, 5 months ago
75eee1d
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
by Daniël van Noord
· 3 years, 5 months ago
6881ea9
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
by Hugo van Kemenade
· 3 years, 5 months ago
63f32fa
bpo-26120: do not exclude __future__ import in pydoc of the __future__ module itself (GH-32180)
by Irit Katriel
· 3 years, 5 months ago
dc2d840
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)
by Dave Goncalves
· 3 years, 5 months ago
755be9b
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
by Sam Ezeh
· 3 years, 5 months ago
356997c
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
by Ma Lin
· 3 years, 5 months ago
bad86a6
bpo-46566: Add new py.exe launcher implementation (GH-32062)
by Steve Dower
· 3 years, 5 months ago
5c30388f
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
by Vincent Bernat
· 3 years, 5 months ago
7b44ade
bpo-47129: Add more informative messages to f-string syntax errors (32127)
by Maciej Górski
· 3 years, 5 months ago
15ba816
bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888)
by Irit Katriel
· 3 years, 5 months ago
66584c8
Fix typo in the sqlite3 docs (GH-31915)
by Jonathan
· 3 years, 5 months ago
58448cb
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
by Kumar Aditya
· 3 years, 5 months ago
c12ba6b
bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)
by Jouke Witteveen
· 3 years, 5 months ago
5ca6d74
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
by Jouke Witteveen
· 3 years, 5 months ago
e8e737b
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
by Matthew Rahtz
· 3 years, 5 months ago
bad6ffa
bpo-47062: Rename factory argument to loop_factory (GH-32113)
by Andrew Svetlov
· 3 years, 5 months ago
d03acd7
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
by Duprat
· 3 years, 5 months ago
20e6e56
bpo-47118: Fix asyncio.Runner tests error (32117)
by Andrew Svetlov
· 3 years, 5 months ago
4119d2d
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
by Andrew Svetlov
· 3 years, 5 months ago
3354245
bpo-46480: rephrase typing.assert_type docs (GH-32069)
by Shantanu
· 3 years, 5 months ago
ff619c7
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086)
by Andrew Svetlov
· 3 years, 5 months ago
48e2010
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076)
by Christian Heimes
· 3 years, 5 months ago
0360e9f
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840)
by Andrew Svetlov
· 3 years, 5 months ago
7ba7eae
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
by Daniël van Noord
· 3 years, 5 months ago
e03db6d
bpo-45150: Fix testing under FIPS mode (GH-32046)
by Christian Heimes
· 3 years, 5 months ago
492d410
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" (GH-32021)
by Serhiy Storchaka
· 3 years, 5 months ago
32e7715
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
by Andrew Svetlov
· 3 years, 5 months ago
673755b
bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
by Andrew Svetlov
· 3 years, 5 months ago
88872a2
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
by Jeremy Kloth
· 3 years, 5 months ago
7d810b6
bpo-46838: Syntax error improvements for function definitions (GH-31590)
by Pablo Galindo Salgado
· 3 years, 5 months ago
deeaac4
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
by Christian Heimes
· 3 years, 5 months ago
a25a985
bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
by Serhiy Storchaka
· 3 years, 5 months ago
c6cd3cc
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documentation (GH-32028)
by Serhiy Storchaka
· 3 years, 5 months ago
4f97d64
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
by Christian Heimes
· 3 years, 5 months ago
19058b9
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
by Jeremy Kloth
· 3 years, 5 months ago
5c3201e
bpo-47080: Use atomic groups to simplify fnmatch (GH-32029)
by Tim Peters
· 3 years, 5 months ago
345b390
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
by Serhiy Storchaka
· 3 years, 5 months ago
2bde682
bpo-46841: Quicken code in-place (GH-31888)
by Brandt Bucher
· 3 years, 5 months ago
9d1c4d6
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
by Gregory P. Smith
· 3 years, 5 months ago
3ae975f
bpo-47015: Update test_os from asyncore to asyncio (GH-31876)
by Oleg Iarygin
· 3 years, 5 months ago
e730ae7
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
by Kevin Mehall
· 3 years, 5 months ago
82e9b0b
bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31980)
by Arie Bovenberg
· 3 years, 5 months ago
383a3be
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
by Serhiy Storchaka
· 3 years, 5 months ago
92a6abf
bpo-47066: Convert a warning about flags not at the start of the regular expression into error (GH-31994)
by Serhiy Storchaka
· 3 years, 5 months ago
4142961
bpo-39394: Improve warning message in the re module (GH-31988)
by Serhiy Storchaka
· 3 years, 5 months ago
7747384
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)
by Hugo van Kemenade
· 3 years, 5 months ago
3a2b895
bpo-43224: Add TypeVarTuple.__name__ (GH-31954)
by Jelle Zijlstra
· 3 years, 5 months ago
d190a93
bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945)
by Christian Heimes
· 3 years, 5 months ago
48d9262
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation schemes (GH-31034)
by Miro Hrončok
· 3 years, 5 months ago
cd44afc
bpo-40296: Fix supporting generic aliases in pydoc (GH-30253)
by Serhiy Storchaka
· 3 years, 5 months ago
a0db11b
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
by Bader Zaidan
· 3 years, 5 months ago
903f0a0
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
by Andrew Svetlov
· 3 years, 5 months ago
a5d2460
bpo-47042: Fix testing the HTML output in test_pydoc (GH-31959)
by Serhiy Storchaka
· 3 years, 5 months ago
3011a09
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an additional NULL. (GH-31933)
by Mark Shannon
· 3 years, 5 months ago
ef1327e
bpo-40280: Skip more tests on Emscripten (GH-31947)
by Christian Heimes
· 3 years, 5 months ago
c2e3c06
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
by Serhiy Storchaka
· 3 years, 5 months ago
7aeb06f
Do not run test_gdb when gdb embeds Python 2. (GH-31956)
by Inada Naoki
· 3 years, 5 months ago
15df8f8
bpo-46981: Remove typing._TypingEmpty (GH-31836)
by Serhiy Storchaka
· 3 years, 5 months ago
4674fd4
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
by Erlend Egeberg Aasland
· 3 years, 5 months ago
96568e9
bpo-46480: add typing.assert_type (GH-30843)
by Jelle Zijlstra
· 3 years, 5 months ago
7c353b7
bpo-22859: deprecate unittest.main.TestProgram.usageExit (GH-30293)
by Carlos Damazio
· 3 years, 5 months ago
30b5d41
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
by Andrew Svetlov
· 3 years, 5 months ago
a7c5414
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
by Andrew Svetlov
· 3 years, 5 months ago
3dd9bfa
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
by Andrew Svetlov
· 3 years, 5 months ago
dd0082c
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942)
by Andrew Svetlov
· 3 years, 5 months ago
Next »