Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0a4
tag
81e3534d89dd67086a793eec0e9f80111c27eb1c
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Jan 04 17:26:01 2021
object
445f7f54b1dd334db6cd5999da262e3caeed492a
Python 3.10.0a4
445f7f5
Python 3.10.0a4
by Pablo Galindo
· 4 years, 8 months ago
v3.10.0a4
de833b6
Fix 'make suspicious' for the itertools module (GH-24097)
by Pablo Galindo
· 4 years, 8 months ago
c8a87ad
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
by Mohamed Koubaa
· 4 years, 8 months ago
bf06b20
Delete the now unused c_do_not_emit_bytecode field. (#24094)
by Mark Shannon
· 4 years, 8 months ago
df21f50
bpo-42692: fix __builtin_available check on older compilers (GH-23873)
by Joshua Root
· 4 years, 8 months ago
b6fc0c4
bpo-42789: Enable using /dev/tty in test_curses. (GH-24085)
by Serhiy Storchaka
· 4 years, 8 months ago
0f3b96b
Update Sphinx version for macOS installer build. (GH-24082)
by Ned Deily
· 4 years, 8 months ago
a38e04b
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
by Ned Deily
· 4 years, 8 months ago
14097a2
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)
by Ned Deily
· 4 years, 8 months ago
c94ee13
bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
1470edd
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
by Serhiy Storchaka
· 4 years, 8 months ago
7c83eaa
bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)
by Hai Shi
· 4 years, 8 months ago
b8eb376
bpo-40077: Add traverse/clear/free to arraymodule (GH-24066)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
6613676
bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)
by Zackery Spytz
· 4 years, 8 months ago
5d3553b
bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
by Zackery Spytz
· 4 years, 8 months ago
9e8fe19
bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070)
by Pablo Galindo
· 4 years, 8 months ago
bd2728b
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
by Pablo Galindo
· 4 years, 8 months ago
2ea320d
bpo-40631: Disallow single parenthesized star target (GH-24027)
by Lysandros Nikolaou
· 4 years, 8 months ago
8f8de73
No need to test "istep==1" twice. (GH-24064)
by Raymond Hettinger
· 4 years, 8 months ago
768fa14
bpo-42772: Step argument ignored when stop is None. (GH-24018)
by Raymond Hettinger
· 4 years, 8 months ago
607501a
bpo-42789: Don't skip curses tests on non-tty. (GH-24009)
by Serhiy Storchaka
· 4 years, 8 months ago
a25011b
bpo-42809: Improve pickle tests for recursive data. (GH-24060)
by Serhiy Storchaka
· 4 years, 8 months ago
75bf107
bpo-40077: Convert arraymodule to use heap types and establish module state (GH-23124)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
49cd68f
bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059)
by Ken Jin
· 4 years, 8 months ago
d914283
handle empty string in variable executable in platform.libc_ver() (#23140)
by Kurochan
· 4 years, 8 months ago
11276cd
bpo-41559: Documentation for PEP 612 (GH-24000)
by Ken Jin
· 4 years, 8 months ago
3bf0532
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969)
by Ross
· 4 years, 8 months ago
de6f20a
Bring Python into the new year. (GH-24036)
by Dong-hee Na
· 4 years, 8 months ago
ec31653
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
by Dong-hee Na
· 4 years, 8 months ago
c8a7b8f
bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031)
by Raymond Hettinger
· 4 years, 8 months ago
b5711c9
bpo-37193: Remove thread objects which finished process its request (GH-23127)
by Jason R. Coombs
· 4 years, 8 months ago
3631d6d
Fixes a typo in importlib.metadata. (#23921)
by Tao He
· 4 years, 8 months ago
a6fd0f4
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010)
by Jason R. Coombs
· 4 years, 8 months ago
dfdca85
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758)
by Jason R. Coombs
· 4 years, 8 months ago
f4936ad
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
9655434
bpo-39068: Fix race condition in base64 (GH-17627)
by Brandon Stansbury
· 4 years, 8 months ago
f421bfc
Minor improvements to the convolve() recipe (GH-24012)
by Raymond Hettinger
· 4 years, 8 months ago
4ac923f
bpo-42773: fix tests not being run on pushes (GH-24004)
by Filipe Laíns
· 4 years, 8 months ago
277ce30
bpo-27640: Add --disable-test-modules configure option (GH-23886)
by pxinwr
· 4 years, 8 months ago
c56387f
bpo-27794: Add `name` attribute to `property` class (GH-23967)
by Yurii Karabas
· 4 years, 8 months ago
ba0e49a
bpo-40137: Fix refleak in _functools_exec() (GH-24006)
by Victor Stinner
· 4 years, 8 months ago
056c082
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
by Petr Viktorin
· 4 years, 8 months ago
2edfc86
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
by Andre Delfino
· 4 years, 8 months ago
84d79cf
bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
0159e5e
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
by Jakub Kulík
· 4 years, 8 months ago
dd39123
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
by Hai Shi
· 4 years, 8 months ago
84402eb
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
by Michael Wayne Goodman
· 4 years, 8 months ago
a4258e8
Fix minor typo in comments in readline.c (GH-23911)
by Jero Bado
· 4 years, 8 months ago
030a713
Allow / character in username,password fields in _PROXY envvars. (#23973)
by Senthil Kumaran
· 4 years, 8 months ago
c1af128
bpo-41781: Fix typo in internal function name in typing (GH-23957)
by Ross
· 4 years, 8 months ago
40c2c83
Fix typo in NEWS (GH23958)
by Zackery Spytz
· 4 years, 8 months ago
1df56bc
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
by Serhiy Storchaka
· 4 years, 8 months ago
156b7f7
bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
by Serhiy Storchaka
· 4 years, 8 months ago
c56988b8
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
by Zackery Spytz
· 4 years, 8 months ago
efb1f09
bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)
by Ken Jin
· 4 years, 8 months ago
a6d63a2
Fix compiler warnings regarding loss of data (GH-23983)
by Pablo Galindo
· 4 years, 8 months ago
290f5ae
Use Py_NewRef in Modules/_struct.c (GH-23981)
by Pablo Galindo
· 4 years, 8 months ago
4140f10
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
by Ken Jin
· 4 years, 8 months ago
a9621bb
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
by Raymond Hettinger
· 4 years, 8 months ago
1031f23
[workflow] Use MSVC problem matcher for Windows action build (GH-18532)
by Ammar Askar
· 4 years, 8 months ago
bf108bb
bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
897387d
bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
abba83b
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
bf64d90
bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
3ccef1c
bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
b02ad24
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955)
by Serhiy Storchaka
· 4 years, 8 months ago
f450723
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
by Victor Stinner
· 4 years, 8 months ago
3bcc4ea
Add small validator utility for PEG grammars (GH-23519)
by Pablo Galindo
· 4 years, 8 months ago
7865f51
bpo-16396: fix BPO number in changelog (GH-23951)
by Shantanu
· 4 years, 8 months ago
0b281f9
bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)
by Dong-hee Na
· 4 years, 8 months ago
ea25180
bpo-40521: Per-interpreter interned strings (GH-20085)
by Victor Stinner
· 4 years, 8 months ago
993e88c
bpo-42694: Prevent creating _curses_panel.panel (GH-23948)
by Victor Stinner
· 4 years, 8 months ago
4101018
bpo-42745: Make the type cache per-interpreter (GH-23947)
by Victor Stinner
· 4 years, 8 months ago
77fde8d
Add convolve() to the itertools recipes (GH-23928)
by Raymond Hettinger
· 4 years, 8 months ago
ba3d67c
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
by Victor Stinner
· 4 years, 8 months ago
f0853bc
Sync what's new in 3.9 with 3.9 branch (GH-23943)
by Ken Jin
· 4 years, 8 months ago
5ae9be6
bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929)
by Eric Snow
· 4 years, 8 months ago
c1ae21c
Rename Tkinter tests for widget options (GH-23944)
by Serhiy Storchaka
· 4 years, 8 months ago
36a779e
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
by Desmond Cheong
· 4 years, 8 months ago
675c97e
bpo-42721: Improve using simple dialogs without root window (GH-23897)
by Serhiy Storchaka
· 4 years, 8 months ago
586f3db
bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677)
by Irit Katriel
· 4 years, 8 months ago
bb70b2a
bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
by Serhiy Storchaka
· 4 years, 8 months ago
954a742
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
by Serhiy Storchaka
· 4 years, 8 months ago
7f162e8
bpo-29076: Add fish support to macOS installer (GH-23302)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
64abf37
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
by Gregory P. Smith
· 4 years, 8 months ago
8badade
bpo-42727: Fix the NEWS entry .rst (GH-23932)
by Gregory P. Smith
· 4 years, 8 months ago
786d97a
bpo-42727: [Enum] use super() and include **kwds (GH-23927)
by Ethan Furman
· 4 years, 8 months ago
c6c43b2
bpo-42685: Improve placing of simple query windows. (GH-23856)
by Serhiy Storchaka
· 4 years, 8 months ago
6ec0ade
[Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)
by Ethan Furman
· 4 years, 8 months ago
7ec59d8
bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918)
by Eric Snow
· 4 years, 8 months ago
b57ada9
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
by Augusto Hack
· 4 years, 8 months ago
a9ef95b
GH: Add isidentical to the CODEOWNERS (GH-23923)
by Batuhan Taskaya
· 4 years, 8 months ago
73607be
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
by kj
· 4 years, 8 months ago
cc3467a
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
by Raymond Hettinger
· 4 years, 8 months ago
6dd3da3
bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
by kj
· 4 years, 8 months ago
eee1c77
bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583)
by Batuhan Taskaya
· 4 years, 8 months ago
6b1ac80
bpo-25246: Optimize deque.remove() (GH-23898)
by Raymond Hettinger
· 4 years, 8 months ago
a124916
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
by Victor Stinner
· 4 years, 8 months ago
41b223d
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
by Raymond Hettinger
· 4 years, 8 months ago
bfda4f5
bpo-28468: Fix typo in _os_release_candidates (GH-23913)
by Victor Stinner
· 4 years, 8 months ago
Next »