Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0rc1
/
Misc
tag
645a1422d461db65fd6e505b402b0a71b59ed472
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Aug 02 19:55:54 2021
object
cc115e5bf66abe909964be5880c96194d9424df9
Python 3.10.0rc1
cc115e5
Python 3.10.0rc1
by Pablo Galindo
· 4 years, 1 month ago
v3.10.0rc1
5671762
bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
by Miss Islington (bot)
· 4 years, 1 month ago
14cb669
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)
by Miss Islington (bot)
· 4 years, 1 month ago
2cc19a5
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
by Miss Islington (bot)
· 4 years, 1 month ago
33a4010
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500)
by Miss Islington (bot)
· 4 years, 1 month ago
c8db292
bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
by Miss Islington (bot)
· 4 years, 1 month ago
21d5897
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)
by Miss Islington (bot)
· 4 years, 1 month ago
f468ede
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495)
by Miss Islington (bot)
· 4 years, 1 month ago
440c9f7
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494)
by Miss Islington (bot)
· 4 years, 1 month ago
6f95002
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)
by Miss Islington (bot)
· 4 years, 1 month ago
0db6c14
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488)
by Miss Islington (bot)
· 4 years, 1 month ago
4729976
bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)
by Miss Islington (bot)
· 4 years, 1 month ago
d20f109
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444)
by Miss Islington (bot)
· 4 years, 1 month ago
6b922da
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
by Miss Islington (bot)
· 4 years, 1 month ago
bccb7b9
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
by Miss Islington (bot)
· 4 years, 1 month ago
97af790
bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)
by Miss Islington (bot)
· 4 years, 1 month ago
8789add
bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421)
by Miss Islington (bot)
· 4 years, 1 month ago
f113195
bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)
by Miss Islington (bot)
· 4 years, 1 month ago
684eb5c
[3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399)
by Jason R. Coombs
· 4 years, 1 month ago
b977f85
[3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-27389). (GH-27391)
by Pablo Galindo Salgado
· 4 years, 1 month ago
be24154
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386)
by Miss Islington (bot)
· 4 years, 1 month ago
6fc1efa
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)
by Miss Islington (bot)
· 4 years, 1 month ago
0ea5e0d
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379)
by Miss Islington (bot)
· 4 years, 1 month ago
5151826
The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27371)
by Miss Islington (bot)
· 4 years, 1 month ago
256d97c
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366)
by Miss Islington (bot)
· 4 years, 1 month ago
8a37e8c
bpo-44732: Rename types.Union to types.UnionType (GH-27342)
by Miss Islington (bot)
· 4 years, 1 month ago
16a174f
bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361)
by Miss Islington (bot)
· 4 years, 1 month ago
642d873
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)
by Miss Islington (bot)
· 4 years, 1 month ago
01601aa
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356)
by Miss Islington (bot)
· 4 years, 1 month ago
9356d1e
[3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333)
by Pablo Galindo Salgado
· 4 years, 1 month ago
659030c
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (GH-27324)
by Miss Islington (bot)
· 4 years, 1 month ago
5ec2757
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308)
by Miss Islington (bot)
· 4 years, 1 month ago
632e8a6
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306)
by Miss Islington (bot)
· 4 years, 1 month ago
c589992
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)
by Miss Islington (bot)
· 4 years, 1 month ago
21db59f
bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247) (#27296)
by Miss Islington (bot)
· 4 years, 1 month ago
9608719
bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27290)
by Miss Islington (bot)
· 4 years, 1 month ago
4194f14
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-27282)
by Miss Islington (bot)
· 4 years, 1 month ago
d17449f
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-27274)
by Miss Islington (bot)
· 4 years, 1 month ago
68b4690
bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024) (#27266)
by Miss Islington (bot)
· 4 years, 1 month ago
c2f33df
bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)
by Miss Islington (bot)
· 4 years, 1 month ago
c895f2b
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-27237) (#27246)
by Miss Islington (bot)
· 4 years, 1 month ago
8c43bf1
bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (GH-27242)
by Miss Islington (bot)
· 4 years, 1 month ago
a272164
bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#27222)
by Ken Jin
· 4 years, 1 month ago
bce2847
[3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27234)
by Miss Islington (bot)
· 4 years, 1 month ago
85b5829
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218) (GH-27224)
by Miss Islington (bot)
· 4 years, 1 month ago
2d055ce
[3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207)
by Serhiy Storchaka
· 4 years, 1 month ago
480f29f
bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (#27204)
by Miss Islington (bot)
· 4 years, 1 month ago
efda905
bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199) (GH-27201)
by Miss Islington (bot)
· 4 years, 1 month ago
a0b1d40
bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197) (GH-27198)
by Miss Islington (bot)
· 4 years, 1 month ago
93d36a5
bpo-44647: Add a permanent Unicode-valued env var to regrtest (GH-27187) (#27191)
by Miss Islington (bot)
· 4 years, 1 month ago
948e39a
bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (#27189)
by Miss Islington (bot)
· 4 years, 1 month ago
c3007ab
[3.10] bpo-44636: Collapse union of equal types (GH-27178) (GH-27181)
by Serhiy Storchaka
· 4 years, 1 month ago
7059880
bpo-44646: Fix the hash of the union type. (GH-27179) (#27180)
by Miss Islington (bot)
· 4 years, 1 month ago
2ce8af3
bpo-42073: allow classmethod to wrap other classmethod-like descriptors (GH-27115) (GH-27162)
by Miss Islington (bot)
· 4 years, 1 month ago
3026d13
Fix osx_framework_user include to match distutils (GH-27093) (GH-27159)
by Miss Islington (bot)
· 4 years, 1 month ago
6dec525
[3.10] bpo-44635: Convert None to NoneType in the union type constructor (GH-27136). (GH-27142)
by Serhiy Storchaka
· 4 years, 1 month ago
016af14
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157)
by Miss Islington (bot)
· 4 years, 1 month ago
ff7af22
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
by Miss Islington (bot)
· 4 years, 1 month ago
7e1d630
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
by Miss Islington (bot)
· 4 years, 1 month ago
b42eee7
bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120)
by Miss Islington (bot)
· 4 years, 1 month ago
425756a
bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092) (GH-27124)
by Miss Islington (bot)
· 4 years, 1 month ago
1cc6769
bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110)
by Miss Islington (bot)
· 4 years, 1 month ago
4a0f1df
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH-26830)
by Miss Islington (bot)
· 4 years, 1 month ago
7223ce3
bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)
by Miss Islington (bot)
· 4 years, 1 month ago
92abe4c
[Enum] add news entry for enum module reversion (GH-27099)
by Ethan Furman
· 4 years, 1 month ago
1577259
bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049)
by Miss Islington (bot)
· 4 years, 1 month ago
2ba4b20
Python 3.10.0b4
by Pablo Galindo
· 4 years, 1 month ago
v3.10.0b4
2a722d4
bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) (GH-27079)
by Miss Islington (bot)
· 4 years, 1 month ago
61eb9b5
[3.10] bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781) (GH-27072)
by Pablo Galindo
· 4 years, 1 month ago
08697ac
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059)
by Miss Islington (bot)
· 4 years, 1 month ago
9f431dd
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
by Miss Islington (bot)
· 4 years, 1 month ago
1f8486f
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
by Miss Islington (bot)
· 4 years, 1 month ago
22bcc07
bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143)
by Miss Islington (bot)
· 4 years, 2 months ago
68330b6
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016)
by Miss Islington (bot)
· 4 years, 2 months ago
33022f9
[3.10] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27006)
by Irit Katriel
· 4 years, 2 months ago
0856134
bpo-44553 : Implement GC methods for types.Union (GH-26993)
by Miss Islington (bot)
· 4 years, 2 months ago
7a2d2ed
[3.10] bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26998)
by Irit Katriel
· 4 years, 2 months ago
42c2628
bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-26967) (GH-26990)
by Miss Islington (bot)
· 4 years, 2 months ago
3ec3e0f
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987)
by Miss Islington (bot)
· 4 years, 2 months ago
6843a3b
bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
by Miss Islington (bot)
· 4 years, 2 months ago
a5764d3
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970)
by Steve Dower
· 4 years, 2 months ago
2df13e1
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)
by Miss Islington (bot)
· 4 years, 2 months ago
08aa26e
bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) (GH-26956)
by Miss Islington (bot)
· 4 years, 2 months ago
dc10264
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898)
by Miss Islington (bot)
· 4 years, 2 months ago
f4b31cd
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) (GH-26929)
by Miss Islington (bot)
· 4 years, 2 months ago
aeb6339
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927)
by Miss Islington (bot)
· 4 years, 2 months ago
e1f3bd2
bpo-44404: tkinter `after` support callable classes (GH-26812)
by Miss Islington (bot)
· 4 years, 2 months ago
3df23b5
[3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862) (GH-26920)
by Miss Islington (bot)
· 4 years, 2 months ago
6cd369c
[3.10] Update vendored pip to 21.1.3 (GH-26912) (gh-26917)
by Stéphane Bidoul
· 4 years, 2 months ago
8897012
bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864)
by Miss Islington (bot)
· 4 years, 2 months ago
11f1a30
bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793)
by Miss Islington (bot)
· 4 years, 2 months ago
ece3841
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
by Victor Stinner
· 4 years, 2 months ago
88a3342
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
by Miss Islington (bot)
· 4 years, 2 months ago
38e021a
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843) (GH-26872)
by Miss Islington (bot)
· 4 years, 2 months ago
7e6cad7
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852)
by Miss Islington (bot)
· 4 years, 2 months ago
01858fb
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764) (GH-26845)
by Miss Islington (bot)
· 4 years, 2 months ago
cf73933
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844)
by Miss Islington (bot)
· 4 years, 2 months ago
c032a12
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
by Miss Islington (bot)
· 4 years, 2 months ago
1e16217
bpo-13814: Explain why generators are not context managers (GH-26835)
by Miss Islington (bot)
· 4 years, 2 months ago
20a1495
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
by Miss Islington (bot)
· 4 years, 2 months ago
Next »