Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0b2
tag
48776b6d1a4e749a93c9d127ef26eea3307aa18e
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon May 31 11:30:35 2021
object
317314165a0b98c851c7774150f8121ad7e99254
Python 3.10.0b2
3173141
Python 3.10.0b2
by Pablo Galindo
· 4 years, 3 months ago
v3.10.0b2
7fe9cad
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465)
by Miss Islington (bot)
· 4 years, 3 months ago
f097d23
bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460)
by Miss Islington (bot)
· 4 years, 3 months ago
ff359d7
bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461)
by Miss Islington (bot)
· 4 years, 3 months ago
d338ce079
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)
by Miss Islington (bot)
· 4 years, 3 months ago
d8ce746
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)
by Miss Islington (bot)
· 4 years, 3 months ago
addd329
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448)
by Miss Islington (bot)
· 4 years, 3 months ago
11049be
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) (GH-26443)
by Miss Islington (bot)
· 4 years, 3 months ago
1757ddd
Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26436)
by Miss Islington (bot)
· 4 years, 3 months ago
a7aa105
bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH-26441)
by Miss Islington (bot)
· 4 years, 3 months ago
7261b29
bpo-44249: Fix 3 README.rst typos (GH-26385)
by Miss Islington (bot)
· 4 years, 3 months ago
0d39951
[3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) (#26430)
by Ken Jin
· 4 years, 3 months ago
1c0106c
bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423)
by Miss Islington (bot)
· 4 years, 3 months ago
eb8ab04
bpo-42972: Fully implement GC protocol for functools keywrapper and partial types (GH-26363) (GH-26424)
by Miss Islington (bot)
· 4 years, 3 months ago
35be1f3
bpo-44256: Do not expose _functools._list_elem_type (GH-26416)
by Miss Islington (bot)
· 4 years, 3 months ago
448abe8
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404)
by Miss Islington (bot)
· 4 years, 3 months ago
da9e0cb
bpo-42972: Fully implement GC protocol for re types (GH-26368) (GH-26414)
by Miss Islington (bot)
· 4 years, 3 months ago
59f9594
[3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26415)
by Miss Islington (bot)
· 4 years, 3 months ago
d1c7329
bpo-42972: Fully support GC protocol for _operator heap types (GH-26371) (GH-26413)
by Miss Islington (bot)
· 4 years, 3 months ago
0574b06
bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409)
by Miss Islington (bot)
· 4 years, 3 months ago
da8097a
bpo-42972: Fully support GC for mmap heap types (GH-26373)
by Miss Islington (bot)
· 4 years, 3 months ago
e73b3b1
bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) (GH-26406)
by Miss Islington (bot)
· 4 years, 3 months ago
ea47a8a
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) (GH-26399)
by Miss Islington (bot)
· 4 years, 3 months ago
0bf0500
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376)
by Miss Islington (bot)
· 4 years, 3 months ago
5e6219b
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
by Miss Islington (bot)
· 4 years, 3 months ago
09696a3
[3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news (GH-26096) (GH-26337)
by Miss Islington (bot)
· 4 years, 3 months ago
4431922
[3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374) (GH-26398)
by Miss Islington (bot)
· 4 years, 3 months ago
5d569ef
[3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382) (GH-26395)
by Miss Islington (bot)
· 4 years, 3 months ago
4115996
bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-26393)
by Miss Islington (bot)
· 4 years, 3 months ago
150a8e8
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) (GH-26390)
by Miss Islington (bot)
· 4 years, 3 months ago
97b4576
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389)
by Miss Islington (bot)
· 4 years, 3 months ago
78a8428
bpo-38693: importlib.metadata f-strings (GH-26383)
by Miss Islington (bot)
· 4 years, 3 months ago
1261941
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26379)
by Miss Islington (bot)
· 4 years, 3 months ago
7b3b698
bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365)
by Miss Islington (bot)
· 4 years, 3 months ago
2442b34
Point to recent link to PyFLTK (GH-26315) (GH-26366)
by Miss Islington (bot)
· 4 years, 3 months ago
534da74
bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)
by Miss Islington (bot)
· 4 years, 3 months ago
e8d9df0
bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)
by Miss Islington (bot)
· 4 years, 3 months ago
05f8ad0
bpo-20408: Fix memoryview() signature in docs (GH-24431)
by Miss Islington (bot)
· 4 years, 3 months ago
68b9c20
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353)
by Miss Islington (bot)
· 4 years, 3 months ago
ddc503c
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
by Miss Islington (bot)
· 4 years, 3 months ago
a682519
bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)
by Miss Islington (bot)
· 4 years, 3 months ago
25a9cf1
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
by Miss Islington (bot)
· 4 years, 3 months ago
8677987
bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
by Miss Islington (bot)
· 4 years, 3 months ago
1c454eb
bpo-41282: Fix broken `make install` (GH-26329)
by Miss Islington (bot)
· 4 years, 3 months ago
d309bcc
bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317)
by Miss Islington (bot)
· 4 years, 3 months ago
04a4934
Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)
by Miss Islington (bot)
· 4 years, 3 months ago
069bc4f
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
by Miss Islington (bot)
· 4 years, 3 months ago
e394573
bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
by Miss Islington (bot)
· 4 years, 3 months ago
1fb6b9e
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH-26313)
by Miss Islington (bot)
· 4 years, 3 months ago
413df57
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)
by Miss Islington (bot)
· 4 years, 3 months ago
37da1f0
Remove duplicate words in docs. (GH-26167) (GH-26296)
by Miss Islington (bot)
· 4 years, 3 months ago
50b0d14
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)
by Miss Islington (bot)
· 4 years, 3 months ago
856958d
Specify Python Cookbook edition for reference (GH-26301) (#26302)
by Miss Islington (bot)
· 4 years, 3 months ago
ae1732d
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
by Miss Islington (bot)
· 4 years, 3 months ago
150bc1f
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
by Miss Islington (bot)
· 4 years, 3 months ago
fdb65e3
[3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284) (GH-26286)
by Miss Islington (bot)
· 4 years, 3 months ago
1886b84
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26287)
by Miss Islington (bot)
· 4 years, 3 months ago
07dba47
bpo-44180: Report generic syntax errors in the furthest position reached in the first parser pass (GH-26253) (GH-26281)
by Miss Islington (bot)
· 4 years, 3 months ago
f14015a
[3.10] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26275)
by Senthil Kumaran
· 4 years, 3 months ago
ee51c56
[3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (GH-26184) (GH-26270)
by Barney Gale
· 4 years, 3 months ago
36843f7
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
by Miss Islington (bot)
· 4 years, 3 months ago
4389711
bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131) (GH-26262)
by Miss Islington (bot)
· 4 years, 3 months ago
548d882
Update link in SECURITY.md (GH-21320) (GH-26259)
by Miss Islington (bot)
· 4 years, 3 months ago
9d16b1a
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)
by Miss Islington (bot)
· 4 years, 3 months ago
65dede6
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as coroutine methods (GH-20870) (GH-26254)
by Miss Islington (bot)
· 4 years, 3 months ago
46f96f0
Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26251)
by Miss Islington (bot)
· 4 years, 3 months ago
ec0699c
bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26247)
by Miss Islington (bot)
· 4 years, 3 months ago
e87fd41
Fix compiler warning in the xml module (GH-26245) (GH-26249)
by Miss Islington (bot)
· 4 years, 3 months ago
3357604
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
by Miss Islington (bot)
· 4 years, 3 months ago
5f2afff
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (GH-26218)
by Miss Islington (bot)
· 4 years, 3 months ago
e57bef1
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
by Miss Islington (bot)
· 4 years, 3 months ago
3185bc9
bpo-44106: Improve sqlite3 example database contents (GH-26027)
by Miss Islington (bot)
· 4 years, 3 months ago
1f483c0
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
by Miss Islington (bot)
· 4 years, 3 months ago
4d17c93
[3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26214)
by Łukasz Langa
· 4 years, 3 months ago
373741a
[3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26212)
by Irit Katriel
· 4 years, 3 months ago
a44bb6d
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
by Miss Islington (bot)
· 4 years, 3 months ago
7a58862
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large files (GH-25058) (GH-26190)
by Miss Islington (bot)
· 4 years, 3 months ago
60fa8b3
bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
by Miss Islington (bot)
· 4 years, 3 months ago
e6755ba
Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176) (GH-26185)
by Miss Islington (bot)
· 4 years, 3 months ago
d49877e
[doc] Fix typo in os module (GH-24464)
by Miss Islington (bot)
· 4 years, 3 months ago
d22fa22
fix docstring typo in bdb.py (GH-22323) (#26179)
by Miss Islington (bot)
· 4 years, 3 months ago
52461cb
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26181)
by Miss Islington (bot)
· 4 years, 3 months ago
b913f47
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-26155) (GH-26178)
by Miss Islington (bot)
· 4 years, 3 months ago
68b79f7
[3.10] Fix typo in comment (GH-26162) (GH-26164)
by Miss Islington (bot)
· 4 years, 3 months ago
9b59b6f
[3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (GH-26171)
by Irit Katriel
· 4 years, 3 months ago
1afaaf5
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception set (GH-26144) (GH-26148)
by Miss Islington (bot)
· 4 years, 3 months ago
a38db84
bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
by Miss Islington (bot)
· 4 years, 3 months ago
67729a9
bpo-44139: Use a more descriptive syntax error comprehension case in the What's New for 3.10 (GH-26145) (GH-26146)
by Miss Islington (bot)
· 4 years, 3 months ago
71dca6e
[3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26138)
by Miss Islington (bot)
· 4 years, 3 months ago
2e99869
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
by Miss Islington (bot)
· 4 years, 3 months ago
dd4f7d9
bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)
by Miss Islington (bot)
· 4 years, 3 months ago
623481c
Subprocess Protocols Documentation (GH-20950) (GH-26133)
by Miss Islington (bot)
· 4 years, 3 months ago
2364379
[3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)
by Irit Katriel
· 4 years, 3 months ago
8940916
Update doc as relative import can be used with star import (GH-25667) (GH-26121)
by Miss Islington (bot)
· 4 years, 3 months ago
5abc681
Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)
by Miss Islington (bot)
· 4 years, 3 months ago
f28bac4
bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125)
by Miss Islington (bot)
· 4 years, 3 months ago
4642697
Updated code example for asyncio.gather (GH-20604) (GH-26119)
by Miss Islington (bot)
· 4 years, 3 months ago
e7d25d3
bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)
by Miss Islington (bot)
· 4 years, 3 months ago
3739371
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
by Miss Islington (bot)
· 4 years, 3 months ago
ea14a07
bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090) (#26099)
by Miss Islington (bot)
· 4 years, 3 months ago
Next »