Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0a7
tag
b78e563d234293ff80371746b809156464d4014b
tagger
Thomas Wouters <thomas@python.org>
Tue Apr 04 15:52:42 2023
object
b861ba4a8247af8159df1e01d33157cf57705067
Python 3.12.0a7
b861ba4
Python 3.12.0a7
by Thomas Wouters
· 2 years, 5 months ago
v3.12.0a7
89e6a34
Fix a compiler warning in _xxsubinterpretermodule.c (#103245)
by T. Wouters
· 2 years, 5 months ago
c00dcf0
gh-103092: Isolate `_pickle` module (#102982)
by Erlend E. Aasland
· 2 years, 5 months ago
810d365
gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231)
by Ethan Furman
· 2 years, 5 months ago
c71756f
Specify more settings for the C extension of VS Code for dev containers (GH-103229)
by Brett Cannon
· 2 years, 5 months ago
02f9920
gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063)
by David Benjamin
· 2 years, 5 months ago
5ffc1e5
gh-98298, gh-74730: [Enum] update docs (GH-103163)
by Ethan Furman
· 2 years, 5 months ago
d3a7732
gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH-103222)
by Sadra Barikbin
· 2 years, 5 months ago
24facd6
gh-101100: Use list of 'dirty' docs, with warnings, instead of a clean list (#103191)
by Hugo van Kemenade
· 2 years, 5 months ago
11c3020
GH-76846, GH-85281: Call `__new__()` and `__init__()` on pathlib subclasses (GH-102789)
by Barney Gale
· 2 years, 5 months ago
2a72125
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
by Nikita Sobolev
· 2 years, 5 months ago
e6f7d35
GH-103182: use vectorcall in `_asyncio` instead of variadic calling APIs (#103175)
by Kumar Aditya
· 2 years, 5 months ago
385b5d6
gh-102038: Skip a sometimes unnecessary stat in site.py (#102039)
by Shantanu
· 2 years, 5 months ago
55decb7
gh-102994: Profile docs has typo in example (#103074)
by Nouran Ali
· 2 years, 5 months ago
32937d6
gh-103109: Document ignore_warnings() test support helper (#103110)
by Charlie Zhao
· 2 years, 5 months ago
6883007
bpo-4080: unittest durations (#12271)
by Giampaolo Rodola
· 2 years, 5 months ago
a0305c5
fix typo in _ssl.c (GH-103192)
by Ikko Eltociear Ashimine
· 2 years, 5 months ago
6d59c9e
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancecheck__` (#103034)
by Alex Waygood
· 2 years, 5 months ago
d828b35
GH-102456: Fix docstring and getopt options for base64 (gh-102457)
by Partha P. Mukherjee
· 2 years, 5 months ago
06249ec
gh-102192: deprecate _PyErr_ChainExceptions (#102935)
by Irit Katriel
· 2 years, 5 months ago
848bdbe
gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcInfo (#103157)
by Irit Katriel
· 2 years, 5 months ago
d97aef8
Add missing variables to `bytecodes.c` (GH-103153)
by Brett Cannon
· 2 years, 5 months ago
361a3ea
gh-74690: Micro-optimise `typing._get_protocol_attrs` (#103152)
by Alex Waygood
· 2 years, 5 months ago
2a4d8c0
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
by Ethan Furman
· 2 years, 5 months ago
dfc4c95
gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151)
by Eric Snow
· 2 years, 5 months ago
dde0284
gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)
by Eric Snow
· 2 years, 5 months ago
9048d73
gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_ProtocolMeta.__instancecheck__` (#103141)
by Alex Waygood
· 2 years, 5 months ago
80163e1
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
by Irit Katriel
· 2 years, 5 months ago
b0422e1
gh-102871: Remove obsolete browsers from webbrowser (#102872)
by James De Bias
· 2 years, 5 months ago
048d624
GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)
by Furkan Onder
· 2 years, 5 months ago
f6405a4
Quote literal tokens in standard format specifier grammar (GH-102902)
by Petr Viktorin
· 2 years, 5 months ago
20c0f19
gh-101100: Expand list of clean docs (GH-103135)
by Hugo van Kemenade
· 2 years, 5 months ago
44bd3fe
gh-102799: use exception instance instead of sys.exc_info() (#102885)
by Irit Katriel
· 2 years, 5 months ago
c1e71ce
Minor docs improvements fix for `codeop` (#103123)
by gaogaotiantian
· 2 years, 5 months ago
01a49d1
gh-102110: Add all tools description missed (GH-102625)
by Missoupro
· 2 years, 5 months ago
ecc5441
Add IPv6 into to the docstring for socket.getsockname (#102961)
by Brian Haley
· 2 years, 5 months ago
f192a55
gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)
by Hugo van Kemenade
· 2 years, 5 months ago
21e9de3
gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-103086)
by Jeong, YunWon
· 2 years, 5 months ago
fda95aa
gh-103099: Link mypy docs from typing.rst (#103100)
by Shantanu
· 2 years, 5 months ago
dcd6f22
gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (gh-103084)
by Eric Snow
· 2 years, 5 months ago
121057a
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
by Brandt Bucher
· 2 years, 5 months ago
e647dba
gh-90110: Bring the whitelists up to date. (gh-103114)
by Eric Snow
· 2 years, 5 months ago
0b1d9c4
GH-102973: add a dev container (GH-102975)
by Brett Cannon
· 2 years, 5 months ago
d052a38
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (#103113)
by Bernhard Wagner
· 2 years, 5 months ago
e375bff
gh-103068: Check condition expression of breakpoints for pdb (#103069)
by gaogaotiantian
· 2 years, 5 months ago
d835b3f
gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635)
by Matěj Cepl
· 2 years, 5 months ago
60bdc16
gh-103054: typing: Improve `Callable` type substitution tests (#103055)
by Nikita Sobolev
· 2 years, 5 months ago
24ba507
gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
by Steve Dower
· 2 years, 5 months ago
ba65a06
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
by Eric Snow
· 2 years, 5 months ago
7703def
GH-102711: Fix warnings found by clang (#102712)
by Chenxi Mao
· 2 years, 5 months ago
f4ed2c6
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
by Ethan Furman
· 2 years, 5 months ago
b838d80
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-103062)
by Ethan Furman
· 2 years, 5 months ago
56d055a
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
by Oleg Iarygin
· 2 years, 5 months ago
89e67ad
gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters" (gh-103063)
by Eric Snow
· 2 years, 5 months ago
34eb6f7
gh-103046: Display current line correctly for `dis.disco()` with CACHE entries (#103047)
by gaogaotiantian
· 2 years, 5 months ago
3606753
gh-103023: Add SyntaxError check in pdb's `display` command (#103024)
by gaogaotiantian
· 2 years, 5 months ago
2cdc518
gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warning in `bytes_methods.c` (#102942)
by Nikita Sobolev
· 2 years, 5 months ago
30a306c
Fix typo in _swappedbytes_ in ctypes comment (#102773)
by Matthias Görgens
· 2 years, 5 months ago
718e866
gh-98886: Fix issues with dataclass fields with special underscore names (#102032)
by Shantanu
· 2 years, 5 months ago
027223d
Update pdb docs for arguments (#102965)
by gaogaotiantian
· 2 years, 5 months ago
11ed70b
Fix typos in faulthandler, testcapi error messages (#103020)
by Liyang Zhang
· 2 years, 5 months ago
8ec6486
gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028)
by Nikita Sobolev
· 2 years, 5 months ago
0708437
gh-103025: fix two ctypes doc issues (#103026)
by Peter Jiping Xie
· 2 years, 5 months ago
1fd603f
GH-102833: Mention the key function in the docstrings (GH-103009)
by Raymond Hettinger
· 2 years, 5 months ago
87adc63
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
by Hugo van Kemenade
· 2 years, 5 months ago
64cb1a4
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132)
by JakobDev
· 2 years, 5 months ago
ded9a7f
gh-102980: Add tests for pdf's display, alias and where commands (#102981)
by gaogaotiantian
· 2 years, 5 months ago
f2e5a6e
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#102875)
by Amin Alaee
· 2 years, 5 months ago
acfe02f
gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
by David Benjamin
· 2 years, 5 months ago
6a1c49a
gh-101100: Test docs in nit-picky mode (#102513)
by Hugo van Kemenade
· 2 years, 5 months ago
d494091
GH-100989: remove annotation from docstring (GH-102991)
by Raymond Hettinger
· 2 years, 5 months ago
7f01a11
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979)
by Raymond Hettinger
· 2 years, 5 months ago
413b7db
gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
by MonadChains
· 2 years, 5 months ago
f1e3eee
gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION (GH-102976)
by Steve Dower
· 2 years, 5 months ago
0444ae2
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
by Brandt Bucher
· 2 years, 5 months ago
bd06375
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
by Dong-hee Na
· 2 years, 5 months ago
16f6165
Minor readability improvement to the factor() recipe (GH-102971)
by Raymond Hettinger
· 2 years, 5 months ago
b613208
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)
by Nikita Sobolev
· 2 years, 5 months ago
58d2b30
gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (#102937)
by Alex Waygood
· 2 years, 5 months ago
4695709
Move binomialvariate() to a section for discrete distributions (GH-102955)
by Raymond Hettinger
· 2 years, 5 months ago
f13fdac
gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)
by JosephSBoyle
· 2 years, 5 months ago
bf42eb8
gh-102943: Stop checking localized error text in socket tests on Windows (GH-102944)
by AN Long
· 2 years, 5 months ago
adb0621
gh-88965: typing: fix type substitution of a list of types after initial `ParamSpec` substitution (#102808)
by Nikita Sobolev
· 2 years, 5 months ago
baf4eb0
gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948)
by Alex Waygood
· 2 years, 5 months ago
08254be
Docs: fixup incorrect escape char in sqlite3 docs (#102945)
by Erlend E. Aasland
· 2 years, 5 months ago
0f2ba65
gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-102940)
by Nikita Sobolev
· 2 years, 5 months ago
87be8d9
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-102925)
by Eric Snow
· 2 years, 5 months ago
8709697
[doc] Fix error in tutorial example: type(exc) is the type rather than the instance (#102751)
by Jens-Hilmar Bradt
· 2 years, 5 months ago
9b19d39
gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (#102922)
by Kevin Kirsche
· 2 years, 5 months ago
3468c76
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
by Irit Katriel
· 2 years, 5 months ago
04adf2d
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
by Kristján Valur Jónsson
· 2 years, 5 months ago
1ca3155
gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066)
by Nikita Sobolev
· 2 years, 5 months ago
7559f5f
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
by Mark Shannon
· 2 years, 5 months ago
713df2c
GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282)
by Stanislav Zmiev
· 2 years, 5 months ago
af9c34f
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
by Benjamin Fogle
· 2 years, 5 months ago
ea93bde
gh-102027: Fix macro name (#102124)
by Max Bachmann
· 2 years, 5 months ago
61405da
gh-101947: Remove size check from sqlite3 serialize test (#102914)
by Erlend E. Aasland
· 2 years, 5 months ago
3d7eb66
gh-101313: Add -h and --help arguments to the webbrowser module (gh-101374)
by Icelain
· 2 years, 5 months ago
420bbb7
GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
by David Benjamin
· 2 years, 5 months ago
7b2d53d
Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)
by Erlend E. Aasland
· 2 years, 5 months ago
Next »