Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.1
tag
770f41eb8338e9a39c1968c9c2cae12ab4bf545c
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Dec 06 18:24:55 2021
object
2cd268a3a9340346dd86b66db2e9b428b3f878fc
Python 3.10.1
2cd268a
Python 3.10.1
by Pablo Galindo
· 3 years, 9 months ago
v3.10.1
1528d24
[3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937)
by Miss Islington (bot)
· 3 years, 9 months ago
2080198
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)
by Ned Deily
· 3 years, 9 months ago
cb68c0a
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298)
by Miss Islington (bot)
· 3 years, 9 months ago
abceb66
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
by Miss Islington (bot)
· 3 years, 9 months ago
f1dd5ed
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291)
by Miss Islington (bot)
· 3 years, 9 months ago
beb8342
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
by Miss Islington (bot)
· 3 years, 9 months ago
f6648e2
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
by Miss Islington (bot)
· 3 years, 9 months ago
eac07e5
docs: Improve example for urlparse() (GH-29816) (GH-29888)
by Miss Islington (bot)
· 3 years, 9 months ago
e99c5e0
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877)
by Miss Islington (bot)
· 3 years, 9 months ago
3975142
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29862)
by Miss Islington (bot)
· 3 years, 9 months ago
5a6d9ed
bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854)
by Miss Islington (bot)
· 3 years, 9 months ago
32f1491
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
by Miss Islington (bot)
· 3 years, 9 months ago
af39cfa
[3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29849)
by Miss Islington (bot)
· 3 years, 9 months ago
efe2a23
[3.10] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29839)
by Miss Islington (bot)
· 3 years, 9 months ago
4b11d71
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
by Miss Islington (bot)
· 3 years, 9 months ago
4d2cc3e
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826)
by Irit Katriel
· 3 years, 9 months ago
305236e
bpo-37658: Actually return result in race condition (GH-29202)
by Miss Islington (bot)
· 3 years, 9 months ago
8d1a580
[3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815)
by Pablo Galindo Salgado
· 3 years, 9 months ago
2c398a5
[3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818)
by Miss Islington (bot)
· 3 years, 9 months ago
545aebd
[3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753)
by Christian Heimes
· 3 years, 9 months ago
57100c8
[3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811)
by Miss Islington (bot)
· 3 years, 9 months ago
3dcbe01
bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)
by Miss Islington (bot)
· 3 years, 9 months ago
fc16ea9
bpo-45866: Fix typo in the NEWS entry (GH-29798)
by Miss Islington (bot)
· 3 years, 9 months ago
b6defde
bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792)
by Victor Stinner
· 3 years, 9 months ago
3f024e2
bpo-44353: Correct docstring for `NewType` (GH-29785)
by Miss Islington (bot)
· 3 years, 9 months ago
7842aed
bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232)
by Miss Islington (bot)
· 3 years, 9 months ago
3f565f8
[3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)
by Christian Heimes
· 3 years, 9 months ago
52d10f6
[3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) (GH-29779)
by Andrew Svetlov
· 3 years, 9 months ago
ce5a646
bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)
by Victor Stinner
· 3 years, 9 months ago
632d589
[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
by Miss Islington (bot)
· 3 years, 9 months ago
c72311d
[3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767)
by Pablo Galindo Salgado
· 3 years, 9 months ago
cd85d91
bpo-45893: Add missing extern C to initconfig.h (GH-29761)
by Miss Islington (bot)
· 3 years, 9 months ago
8cabcde
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29762)
by Miss Islington (bot)
· 3 years, 9 months ago
ae065f8
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
by Miss Islington (bot)
· 3 years, 9 months ago
327c764
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
by Miss Islington (bot)
· 3 years, 9 months ago
99aad31
[3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650)
by Brett Cannon
· 3 years, 9 months ago
56b5cd5
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29708)
by Miss Islington (bot)
· 3 years, 9 months ago
10343bd
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
by Miss Islington (bot)
· 3 years, 9 months ago
9e7a2e4
Fix out-of-tree build support for multissltest (GH-29694)
by Miss Islington (bot)
· 3 years, 9 months ago
07cf66f
[3.10] Ensure the str member of the tokenizer is always initialised (GH-29681). (GH-29683)
by Pablo Galindo Salgado
· 3 years, 9 months ago
9841ac2
bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671)
by Miss Islington (bot)
· 3 years, 9 months ago
cf8c878
Added kw_only parameter to make_dataclasses. (GH-29679)
by Miss Islington (bot)
· 3 years, 9 months ago
3528df1
[3.10] bpo-45845: Change link for pyserial (GH-29675)
by Miss Islington (bot)
· 3 years, 9 months ago
edabf39
bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
by Miss Islington (bot)
· 3 years, 9 months ago
a427eb8
bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
by Miss Islington (bot)
· 3 years, 9 months ago
511ee1c
[3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH-29427) (GH-29647)
by Pablo Galindo Salgado
· 3 years, 9 months ago
82f1a6e
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29656)
by Miss Islington (bot)
· 3 years, 9 months ago
904af3d
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661)
by Łukasz Langa
· 3 years, 9 months ago
bbe3c57
bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) (GH-29643)
by Miss Islington (bot)
· 3 years, 9 months ago
9501e8d
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629)
by Hugo van Kemenade
· 3 years, 9 months ago
2a630e7
[3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)
by Miss Islington (bot)
· 3 years, 9 months ago
fde9f61
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29620)
by Miss Islington (bot)
· 3 years, 9 months ago
252d83c
bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
by Miss Islington (bot)
· 3 years, 9 months ago
02531f1
[doc] Expand on soft keywords in the docs for keyword.py (GH-29139) (GH-29195)
by Miss Islington (bot)
· 3 years, 9 months ago
6d66de9
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) (GH-29152)
by Miss Islington (bot)
· 3 years, 9 months ago
0df5d31
bpo-45701: Improve documentation for *typed* parameter (GH-29498) (GH-29509)
by Miss Islington (bot)
· 3 years, 9 months ago
5cf05c7
bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612)
by Miss Islington (bot)
· 3 years, 9 months ago
65c0897
[3.10] [Enum] update member.member removal (GH-29608)
by Ethan Furman
· 3 years, 9 months ago
8eabe60
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) (GH-29602)
by Łukasz Langa
· 3 years, 9 months ago
563e458
[docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29603)
by Miss Islington (bot)
· 3 years, 9 months ago
b455df5
bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
by Miss Islington (bot)
· 3 years, 9 months ago
e3aa9fd
[3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586)
by Pablo Galindo Salgado
· 3 years, 9 months ago
4ffde90
bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29598)
by Miss Islington (bot)
· 3 years, 9 months ago
1079b3e
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
by Miss Islington (bot)
· 3 years, 9 months ago
5618c81
[3.10] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413). (GH-29428)
by Pablo Galindo Salgado
· 3 years, 9 months ago
7bac598
Save a reference for ensure_future and create_task (GH-29163)
by Miss Islington (bot)
· 3 years, 9 months ago
7c99e43
ensure deprecation warning from assertDictContainsSubset points at actual test code (#26497)
by Anthony Sottile
· 3 years, 9 months ago
94dad5e
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)
by Miss Islington (bot)
· 3 years, 9 months ago
0320cf1
bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568)
by Miss Islington (bot)
· 3 years, 9 months ago
55d24ed
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
by Miss Islington (bot)
· 3 years, 9 months ago
2081f9f
[3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (GH-29556)
by M. Mostafa Farzan
· 3 years, 9 months ago
bf26a6d
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
by Miss Islington (bot)
· 3 years, 9 months ago
28326ac
bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)
by Miss Islington (bot)
· 3 years, 9 months ago
ed55426
[bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)
by Miss Islington (bot)
· 3 years, 9 months ago
3f15792
[3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29542)
by Miss Islington (bot)
· 3 years, 9 months ago
e4c5a5e
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530)
by Miss Islington (bot)
· 3 years, 9 months ago
628667a
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29535)
by Miss Islington (bot)
· 3 years, 9 months ago
a89bbde
[3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
by Brandt Bucher
· 3 years, 9 months ago
c5bfb88
[3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506)
by Irit Katriel
· 3 years, 9 months ago
d29f591
bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
by Miss Islington (bot)
· 3 years, 9 months ago
340ecaf
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
by Steve Dower
· 3 years, 9 months ago
2c47922
Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
by Miss Islington (bot)
· 3 years, 9 months ago
69b3de6
bpo-40170: Update What's New in Python 3.9 (GH-29470)
by Miss Islington (bot)
· 3 years, 9 months ago
77afb76
bpo-45741: docs: fix plural (GH-29461) (GH-29463)
by Miss Islington (bot)
· 3 years, 9 months ago
045f205
bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452)
by Miss Islington (bot)
· 3 years, 9 months ago
8fdf6c6
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450)
by Miss Islington (bot)
· 3 years, 9 months ago
e53cb98
bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__` (GH-29379) (GH-29449)
by Miss Islington (bot)
· 3 years, 10 months ago
494f8da
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29447)
by Miss Islington (bot)
· 3 years, 10 months ago
6603f6b
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445)
by Miss Islington (bot)
· 3 years, 10 months ago
804ea41
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
by Steve Dower
· 3 years, 10 months ago
279a7a0
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431)
by Miss Islington (bot)
· 3 years, 10 months ago
bcb236c
bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424)
by Miss Islington (bot)
· 3 years, 10 months ago
099a94f
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29421)
by Miss Islington (bot)
· 3 years, 10 months ago
363ecb3
bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29422)
by Miss Islington (bot)
· 3 years, 10 months ago
0e34a59
[3.10] bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393) (GH-29395)
by Pablo Galindo Salgado
· 3 years, 10 months ago
1f3ae5c
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258)
by Miss Islington (bot)
· 3 years, 10 months ago
c0f3281
bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) (GH-29406)
by Miss Islington (bot)
· 3 years, 10 months ago
d729c80
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29409)
by Miss Islington (bot)
· 3 years, 10 months ago
6340ba7
bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
by Steve Dower
· 3 years, 10 months ago
Next »