Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0b3
tag
dd593d4e3923626d8c3b1eabc6e8afe942970470
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Jun 17 10:29:19 2021
object
865714a117aca026ecd407159bc6b380a0299bb8
Python 3.10.0b3
865714a
Python 3.10.0b3
by Pablo Galindo
· 4 years, 2 months ago
v3.10.0b3
7297d74
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766)
by Miss Islington (bot)
· 4 years, 2 months ago
08f2b9d
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
by Miss Islington (bot)
· 4 years, 2 months ago
c689e0a
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26760)
by Miss Islington (bot)
· 4 years, 2 months ago
84ce737
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
by Miss Islington (bot)
· 4 years, 2 months ago
7fd4010
bpo-43795: Don't list private names in the limited API (GH-26740)
by Miss Islington (bot)
· 4 years, 2 months ago
41c2a4a7
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
by Ethan Furman
· 4 years, 2 months ago
0f99324
bpo-44342: [Enum] fix data type search (GH-26667)
by Miss Islington (bot)
· 4 years, 2 months ago
8d0b2ca
[3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26743)
by Mark Dickinson
· 4 years, 2 months ago
f6cf38c
Fix a typo in _make_class_unpicklable() docstring (GH-26729)
by Miss Islington (bot)
· 4 years, 2 months ago
c3b776f
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
by Miss Islington (bot)
· 4 years, 2 months ago
e30fe27
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
by Miss Islington (bot)
· 4 years, 2 months ago
2f2ea96
bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637) (GH-26673)
by Miss Islington (bot)
· 4 years, 2 months ago
133cddf
bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712)
by Miss Islington (bot)
· 4 years, 2 months ago
fc310cb
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
by Miss Islington (bot)
· 4 years, 2 months ago
809c3fa
bpo-44310: Note that lru_cache keep references to both arguments and results (GH-26715) (GH-26716)
by Miss Islington (bot)
· 4 years, 2 months ago
2b57ad3
bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)
by Miss Islington (bot)
· 4 years, 2 months ago
128899d
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
by Miss Islington (bot)
· 4 years, 2 months ago
4becc56
[3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705)
by Miss Islington (bot)
· 4 years, 2 months ago
f30f484
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
by Miss Islington (bot)
· 4 years, 2 months ago
929dd81
[3.10] Fix a potential reference-counting bug in long_pow (GH-26690) (GH-26703)
by Mark Dickinson
· 4 years, 2 months ago
d03f342
bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676) (GH-26695)
by Miss Islington (bot)
· 4 years, 2 months ago
c43317d
[3.10] Add more const modifiers. (GH-26691). (GH-26692)
by Serhiy Storchaka
· 4 years, 2 months ago
b441e99
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
by Miss Islington (bot)
· 4 years, 2 months ago
42612db
bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
by Miss Islington (bot)
· 4 years, 2 months ago
9c0180a
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674)
by Miss Islington (bot)
· 4 years, 2 months ago
0a186b1
bpo-44242: [Enum] improve error messages (GH-26669)
by Miss Islington (bot)
· 4 years, 2 months ago
e6d28a1
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
by Miss Islington (bot)
· 4 years, 2 months ago
d7930fb
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
by Miss Islington (bot)
· 4 years, 2 months ago
b613132
bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658) (GH-26660)
by Miss Islington (bot)
· 4 years, 2 months ago
3e13742
bpo-44385: Remove unused grammar rules (GH-26655)
by Miss Islington (bot)
· 4 years, 2 months ago
0128601
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653)
by Miss Islington (bot)
· 4 years, 2 months ago
e3bc32f
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650)
by Miss Islington (bot)
· 4 years, 2 months ago
540ebc4
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
by Miss Islington (bot)
· 4 years, 2 months ago
7496486
[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635)
by Ethan Furman
· 4 years, 2 months ago
0895e62c
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
by Miss Islington (bot)
· 4 years, 2 months ago
f807a4f
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630)
by Miss Islington (bot)
· 4 years, 2 months ago
664ae29
bpo-40468: Split IDLE settings General tab (GH-26621)
by Miss Islington (bot)
· 4 years, 2 months ago
33a7a24
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
by Miss Islington (bot)
· 4 years, 2 months ago
c049609
bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616)
by Miss Islington (bot)
· 4 years, 2 months ago
eeefa7f
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
by Miss Islington (bot)
· 4 years, 2 months ago
2cfe0e7
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
by Miss Islington (bot)
· 4 years, 2 months ago
2a8d712
bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608)
by Miss Islington (bot)
· 4 years, 2 months ago
bd6f0d3
[3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607)
by Batuhan Taskaya
· 4 years, 2 months ago
7518556
bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)
by Miss Islington (bot)
· 4 years, 2 months ago
933b5b6
bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)
by Miss Islington (bot)
· 4 years, 2 months ago
d80f426
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
by Miss Islington (bot)
· 4 years, 2 months ago
8524e32
Use absolute imports in IDLE tests (GH-26581)
by Miss Islington (bot)
· 4 years, 2 months ago
2af690f
bpo-44322: Document more SyntaxError details. (GH-26562)
by Miss Islington (bot)
· 4 years, 2 months ago
b5cedd0
bpo-44227: Update bisect docstrings (GH-26548) (GH-26563)
by Miss Islington (bot)
· 4 years, 2 months ago
3b87137
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
by Miss Islington (bot)
· 4 years, 2 months ago
317e9ed
bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551) (GH_26552)
by Miss Islington (bot)
· 4 years, 2 months ago
ad2f3b7
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545)
by Miss Islington (bot)
· 4 years, 3 months ago
4642caf
Update nonstandard variable names (GH-26540) (GH-26546)
by Miss Islington (bot)
· 4 years, 3 months ago
5442cfa
Improve speed and accuracy for correlation() (GH-26135) (GH-26151)
by Miss Islington (bot)
· 4 years, 3 months ago
0d441d2
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26544)
by Miss Islington (bot)
· 4 years, 3 months ago
1065ba6
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26538)
by Miss Islington (bot)
· 4 years, 3 months ago
067d6d4
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
by Miss Islington (bot)
· 4 years, 3 months ago
3f4d801
bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531)
by Miss Islington (bot)
· 4 years, 3 months ago
e53f72a
[3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524)
by Pablo Galindo
· 4 years, 3 months ago
3283bf4
[3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477) (GH-26478)
by Pablo Galindo
· 4 years, 3 months ago
976598d
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
by Miss Islington (bot)
· 4 years, 3 months ago
d2ab15f
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518)
by Miss Islington (bot)
· 4 years, 3 months ago
cea0585
[3.10] bpo-44298: Backport #26513 to 3.10 (#26516)
by Mark Shannon
· 4 years, 3 months ago
84d80f5
[3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515)
by Erlend Egeberg Aasland
· 4 years, 3 months ago
4131780
Add bpo-42914 to What's New (GH-25124)
by Miss Islington (bot)
· 4 years, 3 months ago
98e5a79
bpo-44022: Improve the regression test. (GH-26503)
by Miss Islington (bot)
· 4 years, 3 months ago
9c89d62
bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-26491) (GH-26499)
by Miss Islington (bot)
· 4 years, 3 months ago
0e9af8c
bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486)
by Miss Islington (bot)
· 4 years, 3 months ago
e5e93e6
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
by Miss Islington (bot)
· 4 years, 3 months ago
6563ea5
[3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26480)
by Irit Katriel
· 4 years, 3 months ago
d0991e2
bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472) (#26473)
by Miss Islington (bot)
· 4 years, 3 months ago
7207203
[3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471)
by Miss Islington (bot)
· 4 years, 3 months ago
d1480ad
bpo-44246: Entry points performance improvements. (GH-26467)
by Miss Islington (bot)
· 4 years, 3 months ago
3f592c3
Post 3.10.0b2
by Pablo Galindo
· 4 years, 3 months ago
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
Next »