Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0b4
tag
d94d3780bbae87b4601dafd3a1bdc07067006218
tagger
Pablo Galindo <pablogsal@gmail.com>
Sat Jul 10 00:51:08 2021
object
2ba4b208544114e9c5a0cc7699d16c1a1cbf3253
Python 3.10.0b4
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
2f76368
[3.10] bpo-43897: ast validation for pattern matching nodes (GH-27074)
by Batuhan Taskaya
· 4 years, 1 month ago
662ace1
Doc: Fix wrong exception used in example. (GH-26572)
by Miss Islington (bot)
· 4 years, 1 month ago
9f2c63b
bpo-44570: Fix line tracing for forward jumps to duplicated tails (GH-27067)
by Mark Shannon
· 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
a219d6b
docs: add the word 'official' (GH-26849)
by Miss Islington (bot)
· 4 years, 1 month ago
f2491c6
bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)
by Steve Dower
· 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
645e527
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27041)
by Miss Islington (bot)
· 4 years, 1 month ago
846cc4d
bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013)
by Miss Islington (bot)
· 4 years, 1 month ago
f3289a5
bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Windows (GH-26984)
by Steve Dower
· 4 years, 1 month ago
d17cc1f
bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
by Miss Islington (bot)
· 4 years, 2 months ago
1f8486f
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
by Miss Islington (bot)
· 4 years, 2 months 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
9bf7c2d
[3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)
by Ethan Furman
· 4 years, 2 months ago
000b9e8
bpo-44553: Correct failure in tp_new for the union object (GH-27008) (GH-27009)
by Miss Islington (bot)
· 4 years, 2 months ago
bea618d
Fix a small typo in the docs (GH-26991) (GH-27003)
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
956f1fc
bpo-43425: Update setup.py not to use distutils.log (GH-26969)
by Miss Islington (bot)
· 4 years, 2 months ago
94a4136
bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
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
d9fc4c3
bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834)
by Miss Islington (bot)
· 4 years, 2 months ago
a6acd1a
[doc] Fix typo in what's new in 3.10 (GH-26911) (GH-26940)
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
c95cdf2
Clarify the order of a stacked `abstractmethod` (GH-26892)
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
8bec9fb
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907)
by Miss Islington (bot)
· 4 years, 2 months ago
a80a38e
[3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (GH-26882) (GH-26904)
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
b3fac292
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
by Miss Islington (bot)
· 4 years, 2 months ago
7335870
bpo-43916: Use test.support.check_disallow_instantiation() in test_tcl (GH-26412) (GH-26888)
by Miss Islington (bot)
· 4 years, 2 months ago
0b6b286
bpo-44297: Add a regression test for line numbers in with statements (GH-26891)
by Mark Shannon
· 4 years, 2 months ago
0a3452e
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885)
by Erlend Egeberg Aasland
· 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
280425d
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
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
e6ea428
[doc] Improve punctuation atexit doc (GH-25629) (GH-26856)
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
6614eac
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26824)
by Miss Islington (bot)
· 4 years, 2 months ago
9b0bbb9
bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)
by Victor Stinner
· 4 years, 2 months ago
7674c83
bpo-44297: Fix missing line number in generator expressions (GH-26821)
by Mark Shannon
· 4 years, 2 months ago
553e104
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
by Miss Islington (bot)
· 4 years, 2 months ago
ccc95c7
[3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH-26816)
by Erlend Egeberg Aasland
· 4 years, 2 months ago
28fe015
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
by Miss Islington (bot)
· 4 years, 2 months ago
5fbccb7
bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (GH-26802)
by Miss Islington (bot)
· 4 years, 2 months ago
8673b77
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) (GH-26580)
by Miss Islington (bot)
· 4 years, 2 months ago
f87d203
bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26498)
by Miss Islington (bot)
· 4 years, 2 months ago
26c89e7
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) (GH-26814)
by Miss Islington (bot)
· 4 years, 2 months ago
344487b
Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794) (GH-26796)
by Miss Islington (bot)
· 4 years, 2 months ago
139c577
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26804)
by Miss Islington (bot)
· 4 years, 2 months ago
c6cd2ec
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
by Miss Islington (bot)
· 4 years, 2 months ago
3cb70ab
Remove dubious suggestion (GH-26789) (#26797)
by Miss Islington (bot)
· 4 years, 2 months ago
1b4addf
[3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
by Ethan Furman
· 4 years, 2 months ago
a8c418d
[3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) (GH-26792)
by Pablo Galindo
· 4 years, 2 months ago
bf55a79
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784)
by Miss Islington (bot)
· 4 years, 2 months ago
bba7267
[3.10] Reorganize the pattern matching suite (GH-26661) (GH-26787)
by Miss Islington (bot)
· 4 years, 2 months ago
77eaf14
bpo-44310: Add a FAQ entry for caching method calls (GH-26731) (GH-26777)
by Miss Islington (bot)
· 4 years, 2 months ago
eb0a680
bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331) (GH-26773)
by Miss Islington (bot)
· 4 years, 2 months ago
4f71b01
Post 3.10.0b3
by Pablo Galindo
· 4 years, 2 months ago
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
Next »