Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0a4
/
Misc
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
c8a87ad
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
by Mohamed Koubaa
· 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
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
5d3553b
bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
by Zackery Spytz
· 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
768fa14
bpo-42772: Step argument ignored when stop is None. (GH-24018)
by Raymond Hettinger
· 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
d914283
handle empty string in variable executable in platform.libc_ver() (#23140)
by Kurochan
· 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
ec31653
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
by Dong-hee Na
· 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
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
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
056c082
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
by Petr Viktorin
· 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
030a713
Allow / character in username,password fields in _PROXY envvars. (#23973)
by Senthil Kumaran
· 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
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
a9621bb
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
by Raymond Hettinger
· 4 years, 8 months ago
7865f51
bpo-16396: fix BPO number in changelog (GH-23951)
by Shantanu
· 4 years, 8 months ago
ea25180
bpo-40521: Per-interpreter interned strings (GH-20085)
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
ba3d67c
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
by Victor Stinner
· 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
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
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
b57ada9
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
by Augusto Hack
· 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
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
28b75c8
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
by Mark Shannon
· 4 years, 8 months ago
6d9ec8b
bpo-1635741: Port resource extension module to module state (GH-23462)
by Christian Heimes
· 4 years, 8 months ago
069560b
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427)
by Irit Katriel
· 4 years, 8 months ago
b8fde8b
bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668)
by AMIR
· 4 years, 8 months ago
ab74c01
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
by pxinwr
· 4 years, 8 months ago
c95f8bc
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
by Colin Watson
· 4 years, 8 months ago
a44ce6c
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708)
by Matti Picus
· 4 years, 8 months ago
3d569fd
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
by Serhiy Storchaka
· 4 years, 8 months ago
1e27b57
bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665)
by masklinn
· 4 years, 8 months ago
e009612
Fixed typo in itertools documentation (GH-23816)
by Casper Smet
· 4 years, 8 months ago
fb34096
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
by Irit Katriel
· 4 years, 8 months ago
8c5d034
bpo-34398: Allow glossary results to show up on search page (GH-8773)
by Ammar Askar
· 4 years, 8 months ago
17ef431
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
by Richard Kojedzinszky
· 4 years, 8 months ago
84ebcf2
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
by Matt Wozniski
· 4 years, 8 months ago
b973542
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
by Julien Palard
· 4 years, 8 months ago
6104013
bpo-1635741: Port _thread to multiphase init (GH-23811)
by Victor Stinner
· 4 years, 8 months ago
6e799be
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
by Max Bernstein
· 4 years, 8 months ago
75dabfe
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
by pxinwr
· 4 years, 8 months ago
bf353f3
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803)
by Mark Shannon
· 4 years, 8 months ago
ba760f3
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
by pxinwr
· 4 years, 8 months ago
051b981
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
by Daniel Hahler
· 4 years, 8 months ago
37caeb1
Fix reStructuredText typo in NEWS.d. (GH-23800)
by Julien Palard
· 4 years, 8 months ago
c71581c
bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733)
by Om G
· 4 years, 8 months ago
1c653f1
bpo-42613: Fix freeze.py config directory (GH-23792)
by Victor Stinner
· 4 years, 8 months ago
b32d8b4
bpo-42644: Validate values in logging.disable() (#23786)
by Matthias Bussonnier
· 4 years, 8 months ago
928dbfc
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
by Jason R. Coombs
· 4 years, 8 months ago
9a0dea6
bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716)
by pxinwr
· 4 years, 8 months ago
e1e3c2d
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
by pxinwr
· 4 years, 8 months ago
b9ced83cf
bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)
by E-Paine
· 4 years, 8 months ago
7f14a37
bpo-42641: Enhance test_select.test_select() (GH-23782)
by Victor Stinner
· 4 years, 8 months ago
3ca2b8f
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
by Victor Stinner
· 4 years, 8 months ago
6a02b38
bpo-14935: Remove static state from the _csv module (GH-23224)
by Petr Viktorin
· 4 years, 8 months ago
b8fa135
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
by Victor Stinner
· 4 years, 8 months ago
c117426
bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)
by pxinwr
· 4 years, 8 months ago
357704c
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
by Victor Stinner
· 4 years, 8 months ago
fdb9efc
bpo-41877: Check for misspelled speccing arguments (GH-23737)
by vabr-g
· 4 years, 8 months ago
42c9f0f
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
by Gregory P. Smith
· 4 years, 8 months ago
674fa0a
bpo-42598: Fix implicit function declarations in configure (GH-23690)
by Joshua Root
· 4 years, 8 months ago
463c7d3
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060)
by kj
· 4 years, 8 months ago
43c4fb6
bpo-30858: Improve error location for expressions with assignments (GH-23753)
by Pablo Galindo
· 4 years, 8 months ago
b5a6db9
bpo-39717: [tarfile] update nested exception raising (GH-23739)
by Ethan Furman
· 4 years, 8 months ago
67b769f
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
by Alex Grönholm
· 4 years, 8 months ago
a658287
bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
by Ethan Furman
· 4 years, 8 months ago
efb13be
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
by Ethan Furman
· 4 years, 8 months ago
9fc5713
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
by vabr-g
· 4 years, 8 months ago
b5c7b38
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
by Victor Stinner
· 4 years, 8 months ago
7cf0aad
bpo-42517: [Enum] do not convert private names into members (GH-23722)
by Ethan Furman
· 4 years, 8 months ago
6bd94de
bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
by Ethan Furman
· 4 years, 8 months ago
d5dcb65
bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
by pxinwr
· 4 years, 8 months ago
ca06440
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
by Victor Stinner
· 4 years, 8 months ago
Next »