Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0b2
/
Lib
tag
c68d71450b4c9d94268e9f9bbb2a3fa628cda0a1
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jun 08 22:01:53 2020
object
0b1a1c8c4c556169799f027a39950de78d726b47
Python 3.9.0b2
0b1a1c8
Python 3.9.0b2
by Łukasz Langa
· 5 years ago
v3.9.0b2
8175064
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
by Victor Stinner
· 5 years ago
dedaac0
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
by Victor Stinner
· 5 years ago
2b33cc3
[3.9] Remove PEG-specific syntax error check in the old parser (GH-20717)
by Pablo Galindo
· 5 years ago
8df4f39
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)
by Miss Islington (bot)
· 5 years ago
3deded9
Deny eval() direct access to builtins (GH-20713) (GH-20714)
by Miss Islington (bot)
· 5 years ago
9cf1be4
bpo-39791 native hooks for importlib.resources.files (GH-20576)
by Miss Islington (bot)
· 5 years ago
6440911
bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701)
by Miss Islington (bot)
· 5 years ago
71f5016
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681)
by Miss Islington (bot)
· 5 years ago
1e4fa91
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
by Miss Islington (bot)
· 5 years ago
90ee51f
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
by Miss Islington (bot)
· 5 years ago
d5e7348
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664)
by Miss Islington (bot)
· 5 years ago
a4fa9a9
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661)
by Miss Islington (bot)
· 5 years ago
cdc3d9c
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660)
by Miss Islington (bot)
· 5 years ago
3dfe549
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
by Miss Islington (bot)
· 5 years ago
196810a
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
by Miss Islington (bot)
· 5 years ago
6d62dc1
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
by Victor Stinner
· 5 years ago
5d2396c
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
by Victor Stinner
· 5 years ago
a125561
Update error message in _zoneinfo.py to use f-string (GH-20577)
by Miss Islington (bot)
· 5 years ago
74a1fce
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
by Miss Islington (bot)
· 5 years ago
3c7609a
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
by Huon Wilson
· 5 years ago
410b730
Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) (GH-20569)
by Miss Islington (bot)
· 5 years ago
0a67463
bpo-17005: Move topological sort functionality to its own module (GH-20558)
by Miss Islington (bot)
· 5 years ago
96d9107
bpo-40759: Deprecate the symbol module (GH-20364)
by Miss Islington (bot)
· 5 years ago
cdb015b
Fix asyncio.to_thread() documented return type (GH-20547)
by Miss Islington (bot)
· 5 years ago
9f3f70f
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
by Miss Islington (bot)
· 5 years ago
805fa54
Further de-linting of zoneinfo module (GH-20499)
by Miss Islington (bot)
· 5 years ago
ad088ca
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH-20514)
by Miss Islington (bot)
· 5 years ago
8fcc147
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
by Miss Islington (bot)
· 5 years ago
a6ae02d
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
by Miss Islington (bot)
· 5 years ago
6637bd4
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
by Miss Islington (bot)
· 5 years ago
1d82f00
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
by Miss Islington (bot)
· 5 years ago
8183e11
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
by Christian Heimes
· 5 years ago
9e3c583
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
by Miss Islington (bot)
· 5 years ago
9b83829
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20464)
by Pablo Galindo
· 5 years ago
3a2667d
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
by Miss Islington (bot)
· 5 years ago
1bfe659
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
by Lysandros Nikolaou
· 5 years ago
788d7bf
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
by Miss Islington (bot)
· 5 years ago
1c88bf8
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
by Miss Islington (bot)
· 5 years ago
66391b0
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (GH-20422)
by Miss Islington (bot)
· 5 years ago
5221a10
bpo-35714: Reject null characters in struct format strings (GH-16928)
by Miss Islington (bot)
· 5 years ago
a729f4a
Simplify creation of the __new__ method in namedtuple() (GH-20361) (GH-20409)
by Miss Islington (bot)
· 5 years ago
791a46e
[3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) (GH-20404)
by Lysandros Nikolaou
· 5 years ago
6cb0ad2
bpo-40246: Fix test_fstring when run with the old parser (GH-20402)
by Lysandros Nikolaou
· 5 years ago
318a18e
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611)
by Miss Islington (bot)
· 5 years ago
20b2bf3
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
by Miss Islington (bot)
· 5 years ago
7015823
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
by Miss Islington (bot)
· 5 years ago
1a4e9e6
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
by Miss Islington (bot)
· 5 years ago
4bb4cde
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
by Miss Islington (bot)
· 5 years ago
21a9af1
bpo-37309: Update IDLE NEWS.txt (GH-20356)
by Miss Islington (bot)
· 5 years ago
874506c
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
by Miss Islington (bot)
· 5 years ago
7f77ac4
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
by Miss Islington (bot)
· 5 years ago
a08b7c3
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
by Miss Islington (bot)
· 5 years ago
51025e0
Fix the URL to fishshell.com (GH-20251)
by Miss Islington (bot)
· 5 years ago
55c8923
bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153)
by Miss Islington (bot)
· 5 years ago
d00aaf3
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
by Miss Islington (bot)
· 5 years ago
275d7e1
[3.9] bpo-40176: Improve error messages for trailing comma on from import (GH-20294) (GH-20302)
by Pablo Galindo
· 5 years ago
3e65054
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
by Miss Islington (bot)
· 5 years ago
4a1dba7
s/wakup/wakeup (GH-20250)
by Miss Islington (bot)
· 5 years ago
f541a37
bpo-40698: Improve distutils upload hash digests (GH-20260)
by Miss Islington (bot)
· 5 years ago
059279d
bpo-38870: invalid escape sequence (GH-20240)
by Miss Islington (bot)
· 5 years ago
e299130
bpo-32309: Implement asyncio.to_thread() (GH-20143)
by Miss Islington (bot)
· 5 years ago
97fe9cf
Python 3.9.0b1
by Łukasz Langa
· 5 years ago
v3.9.0b1
a3ec3ad
bpo-40275: More lazy imports in test.support (GH-20131)
by Hai Shi
· 5 years ago
c102a14
bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse
by Batuhan Taskaya
· 5 years ago
75b863a
bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151)
by Lysandros Nikolaou
· 5 years ago
d71a649
bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166)
by CyberSaxosTiGER
· 5 years ago
2135e10
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156)
by Batuhan Taskaya
· 5 years ago
e6578a2
bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete location information (GH-20157)
by Irit Katriel
· 5 years ago
7b7a21b
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
by Lysandros Nikolaou
· 5 years ago
08b47c3
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
by Serhiy Storchaka
· 5 years ago
58205a0
bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170)
by Nathaniel J. Smith
· 5 years ago
442634c
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
by Kjell Braden
· 5 years ago
da742ba
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
by Chris Jerdonek
· 5 years ago
e527ec8
bpo-40536: Add zoneinfo.available_timezones (GH-20158)
by Paul Ganssle
· 5 years ago
9681953
bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621)
by Raymond Hettinger
· 5 years ago
54f2898
bpo-40645: Implement HMAC in C (GH-20129)
by Christian Heimes
· 5 years ago
9a45bfe
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
by Erlend Egeberg Aasland
· 5 years ago
d7184d3
bpo-29587: Add another test for the gen.throw() fix. (GH-19859)
by Chris Jerdonek
· 5 years ago
6341fc7
bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141)
by Pablo Galindo
· 5 years ago
af8e5f8
Use subTest in test_exceptions for better error reporting (GH-20140)
by Pablo Galindo
· 5 years ago
837f9e4
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
by Christian Heimes
· 5 years ago
dff92bb
bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797)
by Batuhan Taskaya
· 5 years ago
e966af7
bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768)
by Batuhan Taskaya
· 5 years ago
d5a980a
bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325)
by Batuhan Taskaya
· 5 years ago
25160cd
bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134)
by Batuhan Taskaya
· 5 years ago
ce4a753
bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133)
by Batuhan Taskaya
· 5 years ago
d5b3f6b
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
by Christian Heimes
· 5 years ago
1b97b9b
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
by Paul Ganssle
· 5 years ago
aa92a7c
bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817)
by Dong-hee Na
· 5 years ago
372fa3e
bpo-40275: lazy import modules in test.support (GH-20128)
by Hai Shi
· 5 years ago
62972d9
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
by Paul Ganssle
· 5 years ago
6b6092f
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430)
by Zackery Spytz
· 5 years ago
1ce5841
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
by Chris Jerdonek
· 5 years ago
6a5d3ff
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
by Gregory P. Smith
· 5 years ago
382a563
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054)
by romasku
· 5 years ago
6e57237
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
by Victor Stinner
· 5 years ago
15bc9ab
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
by Guido van Rossum
· 5 years ago
16ab070
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
by Pablo Galindo
· 5 years ago
7ba1f75
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
by Joannah Nanjekye
· 5 years ago
Next »