Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0a7
/
Lib
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
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
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
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
385b5d6
gh-102038: Skip a sometimes unnecessary stat in site.py (#102039)
by Shantanu
· 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
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
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
9048d73
gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_ProtocolMeta.__instancecheck__` (#103141)
by Alex Waygood
· 2 years, 5 months ago
b0422e1
gh-102871: Remove obsolete browsers from webbrowser (#102872)
by James De Bias
· 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
21e9de3
gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-103086)
by Jeong, YunWon
· 2 years, 5 months ago
121057a
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
by Brandt Bucher
· 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
60bdc16
gh-103054: typing: Improve `Callable` type substitution tests (#103055)
by Nikita Sobolev
· 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
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
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
8ec6486
gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028)
by Nikita Sobolev
· 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
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
acfe02f
gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
by David Benjamin
· 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
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
4695709
Move binomialvariate() to a section for discrete distributions (GH-102955)
by Raymond Hettinger
· 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
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
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
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
76350e8
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
by Irit Katriel
· 2 years, 5 months ago
4bb1dd3
gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877)
by wim glenn
· 2 years, 5 months ago
7f760c2
gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)
by Irit Katriel
· 2 years, 5 months ago
868490e
gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830)
by Irit Katriel
· 2 years, 5 months ago
5c471f3
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Display as well (GH-102849)
by Irit Katriel
· 2 years, 5 months ago
5e6661b
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
by Alan Williams
· 2 years, 5 months ago
40d4f15
gh-102828: fix test failure (add missing skip instructions) (#102835)
by Irit Katriel
· 2 years, 5 months ago
382ee2f
gh-102491: Remove IronPython version check in sys_version (#102492)
by Pieter Eendebak
· 2 years, 5 months ago
699cb20
gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (#102811)
by JosephSBoyle
· 2 years, 5 months ago
d51a6dc
gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
by Irit Katriel
· 2 years, 5 months ago
4d1f033
gh-102778: revert changes to idlelib (#102825)
by Irit Katriel
· 2 years, 5 months ago
e1e9bab
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)
by Irit Katriel
· 2 years, 5 months ago
b3cc11a
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
by Irit Katriel
· 2 years, 5 months ago
65fb7c4
gh-102701: Fix overflow in dictobject.c (GH-102750)
by Inada Naoki
· 2 years, 5 months ago
4f5774f
GH-78530: add support for generators in `asyncio.wait` (#102761)
by Kumar Aditya
· 2 years, 5 months ago
3f9285a
gh-102755: Add PyErr_DisplayException(exc) (#102756)
by Irit Katriel
· 2 years, 5 months ago
0f17576
gh-99726: Improves correctness of stat results for Windows, and uses faster API when available (GH-102149)
by Steve Dower
· 2 years, 5 months ago
adaed17
GH-102748: remove legacy support for generator based coroutines from `asyncio.iscoroutine` (#102749)
by Kumar Aditya
· 2 years, 5 months ago
fbe82fd
gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (#102722)
by Nikita Sobolev
· 2 years, 5 months ago
a297d59
Add comments to `{typing,_collections_abc}._type_repr` about each other (#102752)
by Nikita Sobolev
· 2 years, 5 months ago
51d693c
gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675)
by Irit Katriel
· 2 years, 5 months ago
2dc9463
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
by yonatanp
· 2 years, 5 months ago
a44553e
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
by Kumar Aditya
· 2 years, 5 months ago
1c9f339
gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)
by Jamoo721
· 2 years, 5 months ago
00d1ef7
Fix typo in code comment (#102726)
by Martin Breuss
· 2 years, 5 months ago
2b5781d
gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)
by Nikita Sobolev
· 2 years, 5 months ago
5e0865f
gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)
by Andre Hora
· 2 years, 5 months ago
e94edab
gh-102560 Add docstrings to asyncio.TaskGroup (#102565)
by JosephSBoyle
· 2 years, 5 months ago
5fce813
gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)
by Steve Dower
· 2 years, 5 months ago
a028778
Rename redundant enum tests so that they run (#102535)
by JosephSBoyle
· 2 years, 5 months ago
d77c487
gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)
by Dong-hee Na
· 2 years, 5 months ago
1ff81c0
gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)
by Eric Snow
· 2 years, 5 months ago
457e4d1
GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of statistics functions (GH-102649)
by Raymond Hettinger
· 2 years, 5 months ago
d97757f
gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#102075)
by Nikita Sobolev
· 2 years, 5 months ago
71e37d9
gh-98169 dataclasses.astuple support DefaultDict (#98170)
by T
· 2 years, 5 months ago
634cb61
gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct (#102562)
by Irit Katriel
· 2 years, 5 months ago
9a8b66b
Fix broken link to MSDN (#102355)
by 谭九鼎
· 2 years, 5 months ago
78e4e6c
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
by Hugo van Kemenade
· 2 years, 5 months ago
5d677c5
GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674)
by gaogaotiantian
· 2 years, 5 months ago
6cd7572
Optimize fmean() weighted average (#102626)
by Raymond Hettinger
· 2 years, 5 months ago
bb396ee
gh-101821: Test coverage for `ast.main` function (#101822)
by Nikita Sobolev
· 2 years, 5 months ago
534660f
gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets (GH-102605)
by Thomas Krennwallner
· 2 years, 5 months ago
ced13c9
gh-79940: add introspection API for asynchronous generators to `inspect` module (#11590)
by Thomas Krennwallner
· 2 years, 5 months ago
5ffdaf7
gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (#102449)
by Alex Waygood
· 2 years, 5 months ago
08b67fb
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
by Brandt Bucher
· 2 years, 5 months ago
767d3a8
gh-88071: Update docstrings of dataclass' astuple and asdict (#101806)
by Ilya V. Schurov
· 2 years, 5 months ago
b48be8f
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
by Nikita Sobolev
· 2 years, 5 months ago
ee6f841
gh-102578: Optimise setting and deleting mutable attributes on non-dataclass subclasses of frozen dataclasses (gh-102573)
by Xuehai Pan
· 2 years, 5 months ago
90f1d77
GH-80486: Fix handling of NTFS alternate data streams in pathlib (GH-102454)
by Barney Gale
· 2 years, 5 months ago
64bde50
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
by Paul Ganssle
· 2 years, 5 months ago
cb35882
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
by Steve Dower
· 2 years, 5 months ago
Next »