Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0rc1
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
c6e7c98
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
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
aa72668
bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
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
9de5901
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
by Miss Islington (bot)
· 4 years, 1 month ago
7c89bdd
doc: "Mac OS " -> "macOS" (GH-27534)
by Miss Islington (bot)
· 4 years, 1 month ago
a1eaa74
bpo-44808: Fix test_inspect in refleak mode (GH-27544)
by Miss Islington (bot)
· 4 years, 1 month ago
5888107
doc: "Mac OS X" -> "macOS" (GH-27535)
by Miss Islington (bot)
· 4 years, 1 month ago
1bc83eb
bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540)
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
b192fb3
Remove beta release note from macOS installer displays (GH-27531)
by Ned Deily
· 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
35035bc
bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
by Miss Islington (bot)
· 4 years, 1 month ago
76903ff
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
by Miss Islington (bot)
· 4 years, 1 month ago
12073fc
Trivial typo in docstring (#27504)
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
843b3d28
bpo-41911: Update docs for various expressions (GH-27470) (GH-27490)
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
6e6dc25
bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27487)
by Miss Islington (bot)
· 4 years, 1 month ago
c2e0b13
[3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481)
by Pablo Galindo Salgado
· 4 years, 1 month ago
f7f1c26
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
by Miss Islington (bot)
· 4 years, 1 month ago
6ca35f2
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)
by Miss Islington (bot)
· 4 years, 1 month ago
56122b0
bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477)
by Miss Islington (bot)
· 4 years, 1 month ago
0cb470e
[3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472)
by Erlend Egeberg Aasland
· 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
0b984d1
bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27462)
by Steve Dower
· 4 years, 1 month ago
9d7511c
Add missing gdbm dependencies to the UNIX CI (GH-27467)
by Miss Islington (bot)
· 4 years, 1 month ago
1256279
Fix typo in ast.rst (GH-27449) (GH-27454)
by Miss Islington (bot)
· 4 years, 1 month ago
a438b37
To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452)
by Miss Islington (bot)
· 4 years, 1 month ago
86545bd
bpo-44765: [doc] fix typo (GH-27430) (GH-27450)
by Miss Islington (bot)
· 4 years, 1 month ago
f8e13e3
bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447)
by Miss Islington (bot)
· 4 years, 1 month ago
ebba286
bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448)
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
761c641
bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442)
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
b5bdc0c
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27439)
by Miss Islington (bot)
· 4 years, 1 month ago
405f5c5
[3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435)
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
369d148
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426)
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
a90a57e
Fix typo in sqlite3.rst (GH-27415) (GH-27417)
by Miss Islington (bot)
· 4 years, 1 month ago
c75b594
Add missing end of sentence in docs (GH-27280) (GH-27419)
by Miss Islington (bot)
· 4 years, 1 month ago
5eabf24
Change type check to isinstance in pipes (GH-27291) (GH-27416)
by Miss Islington (bot)
· 4 years, 1 month ago
0993837
Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)
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
c558e12
bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202)
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
5502ee0
bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404)
by Miss Islington (bot)
· 4 years, 1 month ago
68e3dca
bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)
by Miss Islington (bot)
· 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
1557cff
[doc] Fix typo in asyncio Event Loop (GH-27377)
by Miss Islington (bot)
· 4 years, 1 month ago
b631d8d
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
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
3dc88ff
docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)
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
563e057
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369)
by Miss Islington (bot)
· 4 years, 1 month ago
4a5457d
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368)
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
628baf6
[3.10] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27352)
by Miss Islington (bot)
· 4 years, 1 month ago
59058a6
[3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355)
by Miss Islington (bot)
· 4 years, 1 month ago
0aea99e
bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)
by Miss Islington (bot)
· 4 years, 1 month ago
ca5a4cf
bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)
by Ken Jin
· 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
e8c0174
bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) (GH-27328)
by Miss Islington (bot)
· 4 years, 1 month ago
05f5d8e
[3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311) (GH-27326)
by Łukasz Langa
· 4 years, 1 month ago
45caee2
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)
by Miss Islington (bot)
· 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
d15949a
bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)
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
d0c6175
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755) (GH-27288)
by Miss Islington (bot)
· 4 years, 1 month ago
0fb4b75
Fix typo in collections.rst (GH-27270) (#27285)
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
574da46
[3.10] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27268)
by Miss Islington (bot)
· 4 years, 1 month ago
416f418
Update macOS build-installer script comments for 3.10 and remove unused pre-10.5 vestiges. (GH-27253)
by Miss Islington (bot)
· 4 years, 1 month ago
9ae5ba7
bpo-44353: Add test to cover __or__ of two NewType (GH-27259) (#27261)
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
2d04920
Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)
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
37bdd22
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) (GH-27235)
by Miss Islington (bot)
· 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
Next »