Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0b1
/
Misc
tag
34ecdf95f328a7c486fa101880a1e4e8e56ef276
tagger
Pablo Galindo <pablogsal@gmail.com>
Fri May 06 22:56:27 2022
object
8d32a5c8c4e9c90b0a21e8b2fa0cd567465ced2b
Python 3.11.0b1
0e5fe7f
Python 3.11.0b1
by Pablo Galindo
· 3 years, 3 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
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
6f18b86
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
by Alex Waygood
· 3 years, 4 months ago
ebaf094
GH-89519: Deprecate classmethod descriptor chaining (#92379)
by Raymond Hettinger
· 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
926854e
bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)
by Mariusz Felisiak
· 3 years, 4 months ago
9b491ae
NEWS: Reorder items by section (GH-92373)
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
adcb6a6
gh-92356: Fix regression in ctypes function call overhead (#92357)
by Michael Droettboom
· 3 years, 4 months ago
299692a
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
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
9a0a7b4
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
by cibofo
· 3 years, 4 months ago
8122e8d
gh-92345: Import rlcompleter before sys.path is extended (#92346)
by Christian Heimes
· 3 years, 4 months ago
58573ff
gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)
by Alexey Izbyshev
· 3 years, 4 months ago
ae553b3
bpo-41818: Add os.login_tty() for *nix. (#29658)
by Soumendra Ganguly
· 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
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
000a0723
gh-92210: Move socket.__init__ to argument clinic (#92237)
by Joshua Herman
· 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
1424336
gh-92036: Fix gc_fini_untrack() (#92037)
by Victor Stinner
· 3 years, 4 months ago
465fdc0
gh-67248: cmd: Sort miscellaneous help topics (#92254)
by Sam Denton
· 3 years, 4 months ago
6dcfd6c
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
by Inada Naoki
· 3 years, 4 months ago
dfb1b9d
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (#31913)
by Géry Ogam
· 3 years, 4 months ago
f629dcf
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
by Erlend Egeberg Aasland
· 3 years, 4 months ago
e8d7661
GH-91173: disable frozen modules in debug builds (#92023)
by Kumar Aditya
· 3 years, 4 months ago
48c6165
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
by Kabir Kwatra
· 3 years, 4 months ago
6dee695
bpo-45639: Add webp and avif image formats to mimetypes (#29259)
by kixorz
· 3 years, 4 months ago
65f88a6
gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)
by Zac Hatfield-Dodds
· 3 years, 4 months ago
d5dfcd4
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
by David CARLIER
· 3 years, 4 months ago
b295a92
bpo-29890: Test IPv*Interface construction with tuple argument (#30862)
by Humbled Drugman
· 3 years, 4 months ago
77e7a04
GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)
by Abhigyan Bose
· 3 years, 4 months ago
20490d5
gh-88753: Make BooleanOptionalAction's addition of default to help more similar to other actions (#27808)
by Toshio Kuratomi
· 3 years, 4 months ago
6c25bf0
gh-89452: Prefer gdbm-compat over ndbm (#92208)
by Łukasz Langa
· 3 years, 4 months ago
b156578
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
by Dennis Sweeney
· 3 years, 4 months ago
04dc4b0
gh-90887: posix module: Add more flags for fcopy_file (#31300)
by David CARLIER
· 3 years, 4 months ago
f6f36cc
bpo-44863: Allow generic typing.TypedDict (#27663)
by Samodya Abey
· 3 years, 4 months ago
6c7249f
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
by Ken Jin
· 3 years, 4 months ago
78e70be
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
by Carey Metcalfe
· 3 years, 4 months ago
52dc9c3
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (#30642)
by Thomas Cellerier
· 3 years, 4 months ago
9b027d4
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
by Hugo van Kemenade
· 3 years, 4 months ago
39e6b8a
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
by Itai Steinherz
· 3 years, 4 months ago
ebb8b51
gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)
by Shantanu
· 3 years, 4 months ago
aff8c4f
gh-84461: Add ability for multiprocessed libregrtest to use a different Python executable (GH-91930)
by Ethan Smith
· 3 years, 4 months ago
b04e02c
bpo-43923: Add support for generic typing.NamedTuple (#92027)
by Serhiy Storchaka
· 3 years, 4 months ago
4bed9c4
gh-92032: Add soft keywords to rlcompleter (#92029)
by kbeldan
· 3 years, 4 months ago
2d30ade
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
by Géry Ogam
· 3 years, 4 months ago
cb6c664
bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)
by Nikita Sobolev
· 3 years, 4 months ago
9c204b1
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
by themylogin
· 3 years, 4 months ago
c96da83
Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
by larryhastings
· 3 years, 4 months ago
ff88f7e
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
by Jelle Zijlstra
· 3 years, 4 months ago
0ed91a2
gh-90213: Speed up right shifts of negative integers (GH-30277)
by Mark Dickinson
· 3 years, 4 months ago
4b297a9
gh-91783: Document security considerations for shutil.unpack_archive (#91844)
by Sam Ezeh
· 3 years, 4 months ago
5f9c0f5
Add weakref_slot to dataclass decorator, to allow instances with slots to be weakref-able. (#92160)
by Eric V. Smith
· 3 years, 4 months ago
ab616d3
gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.StreamHandler` (#92129)
by Alex Waygood
· 3 years, 4 months ago
e604060
bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
by Mariusz Felisiak
· 3 years, 4 months ago
721aa96
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
by Erlend Egeberg Aasland
· 3 years, 4 months ago
18b07d7
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
by Serhiy Storchaka
· 3 years, 4 months ago
4d10f70
gh-92114: Improve error message for types with __class_getitem__ = None (GH-92115)
by Serhiy Storchaka
· 3 years, 4 months ago
ad5e852
bpo-39716: Raise on conflicting subparser names. (GH-18605)
by Antony Lee
· 3 years, 4 months ago
0729b31
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
by Inada Naoki
· 3 years, 4 months ago
868b1af
gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)
by Dennis Sweeney
· 3 years, 4 months ago
e91dee8
bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
by Serhiy Storchaka
· 3 years, 4 months ago
3483299
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
by Serhiy Storchaka
· 3 years, 4 months ago
a055dac
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
by Serhiy Storchaka
· 3 years, 4 months ago
19dca04
gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794)
by Serhiy Storchaka
· 3 years, 4 months ago
6d0d547
gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)
by Serhiy Storchaka
· 3 years, 4 months ago
354ace8
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
by Inada Naoki
· 3 years, 4 months ago
c2b5797
gh-91217: deprecate xdrlib (GH-92066)
by Brett Cannon
· 3 years, 4 months ago
81120b6
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
by Serhiy Storchaka
· 3 years, 4 months ago
117836f
bpo-26792: Improve docstrings of runpy module run_functions (#30729)
by Humbled Drugman
· 3 years, 4 months ago
83bce8e
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
by Petr Viktorin
· 3 years, 4 months ago
89c6b2b
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH-32354)
by Hugo van Kemenade
· 3 years, 4 months ago
ea2f5bc
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH-10349)
by Eisuke Kawashima
· 3 years, 4 months ago
0ef8d92
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
by Yurii Karabas
· 3 years, 4 months ago
4ed3900
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
by Abhigyan Bose
· 3 years, 4 months ago
6dcbc08
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
by Petr Viktorin
· 3 years, 4 months ago
88dd227
gh-91984: Fix trailing spaces in multiline test strings in test_argparse (GH-91986)
by Abhigyan Bose
· 3 years, 4 months ago
cd1fbbc
gh-91603: Speed up operator "|" for UnionType (GH-91955)
by Serhiy Storchaka
· 3 years, 4 months ago
37c6db6
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
by Dennis Sweeney
· 3 years, 4 months ago
407c3af
gh-91217: deprecate uu (GH-92009)
by Brett Cannon
· 3 years, 4 months ago
43a8bf1
gh-87999: Change warning type for numeric literal followed by keyword (GH-91980)
by Serhiy Storchaka
· 3 years, 4 months ago
ad9f817
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
by David CARLIER
· 3 years, 4 months ago
29e2245
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
by Victor Stinner
· 3 years, 4 months ago
f882d33
Fix missing `f` prefix on f-strings (GH-91910)
by Alexander Shadchin
· 3 years, 4 months ago
80de027
gh-68966: Deprecate the mailcap module (#91951)
by Victor Stinner
· 3 years, 4 months ago
1af871e
gh-91217: deprecate telnetlib (GH-91958)
by Brett Cannon
· 3 years, 4 months ago
5397b5a
gh-91860: Add typing.dataclass_transform (PEP 681) (#91861)
by Jelle Zijlstra
· 3 years, 4 months ago
d174ebe
gh-91217: deprecate sunau (GH-91866)
by Brett Cannon
· 3 years, 4 months ago
cd5726f
gh-91401: Add a failsafe way to disable vfork. (#91490)
by Gregory P. Smith
· 3 years, 4 months ago
eddd07f
bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)
by Mariusz Felisiak
· 3 years, 4 months ago
Next »