Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0b3
/
Misc
tag
68401900507c323018d3eeefc3d93a1cabd53f5b
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Jun 09 18:53:18 2020
object
b484871ba707ae2f9898e22effcd297c19d4c5ea
Python 3.9.0b3
b484871
Python 3.9.0b3
by Łukasz Langa
· 5 years ago
v3.9.0b3
ce5e6f0
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760)
by Łukasz Langa
· 5 years ago
6cb24a0
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
by Miss Islington (bot)
· 5 years ago
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
8df4f39
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)
by Miss Islington (bot)
· 5 years ago
1e72fb2
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
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
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
15fec56
bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)
by Miss Islington (bot)
· 5 years ago
79e6c15
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
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
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
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
24a88b0
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
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
9f3f70f
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
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
a6ae02d
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
by Miss Islington (bot)
· 5 years ago
eceee54
[3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) (GH-20495)
by Miss Islington (bot)
· 5 years ago
a5936ad
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
by Miss Islington (bot)
· 5 years ago
bcbe5c5
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
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
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
7df9c41
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
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
791a46e
[3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) (GH-20404)
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
82da2c3
bpo-40750: Support -d flag in the new parser (GH-20340)
by Miss Islington (bot)
· 5 years ago
1fe1a14
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
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
874506c
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
by Miss Islington (bot)
· 5 years ago
1e5cf94
[3.9] bpo-39631: Adds NEWS entry (GH-20227) (GH-20241)
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
f541a37
bpo-40698: Improve distutils upload hash digests (GH-20260)
by Miss Islington (bot)
· 5 years ago
e7bf868
bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)
by Miss Islington (bot)
· 5 years ago
9512ad7
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228)
by Victor Stinner
· 5 years ago
b5bd435
bpo-40683: Add zoneinfo to LIBSUBDIRS (GH-20229)
by Miss Islington (bot)
· 5 years ago
76d9a9c
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
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
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
08b47c3
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
by Serhiy Storchaka
· 5 years ago
f660567
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
by Minmin Gong
· 5 years ago
7f21c9a
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
by Minmin Gong
· 5 years ago
951ab58
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182)
by Ned Deily
· 5 years ago
0da5466
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
by Ned Deily
· 5 years ago
1731d6d
bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171)
by Ned Deily
· 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
3a855b2
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
by Shantanu
· 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
eefd4e0
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999)
by Rahul Kumaresan
· 5 years ago
54f2898
bpo-40645: Implement HMAC in C (GH-20129)
by Christian Heimes
· 5 years ago
fa098b6
bpo-35569: add Erlend to Misc/ACKS (GH-20146)
by Ned Deily
· 5 years ago
9a45bfe
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
by Erlend Egeberg Aasland
· 5 years ago
837f9e4
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
by Christian Heimes
· 5 years ago
d5b3f6b
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
by Christian Heimes
· 5 years ago
b17e49e
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
by Paul Ganssle
· 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
4541086
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381)
by Batuhan Taskaya
· 5 years ago
62972d9
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
by Paul Ganssle
· 5 years ago
6e8cda9
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
by Christian Heimes
· 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
fe1176e
Add Andrew York to ACKS for GH-19622. (GH-20105)
by Chris Jerdonek
· 5 years ago
9b60e55
bpo-40637: Add option to disable builtin hashes (GH-20121)
by Christian Heimes
· 5 years ago
938717f
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
by Christian Heimes
· 5 years ago
382a563
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054)
by romasku
· 5 years ago
c087a26
bpo-40515: Require OPENSSL_THREADS (GH-19953)
by Christian Heimes
· 5 years ago
62d618c
bpo-40479: Test with latest OpenSSL versions (GH-20108)
by Christian Heimes
· 5 years ago
16d4e6f
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
by Christian Heimes
· 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
e77d428
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
by Lumír 'Frenzy' Balhar
· 5 years ago
6f2f475
bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038)
by Arkadiusz Hiler
· 5 years ago
d6fb53f
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
by Victor Stinner
· 5 years ago
de92769
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008)
by jack1142
· 5 years ago
d6b727e
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
by Steve Dower
· 5 years ago
4c9ea09
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
by scoder
· 5 years ago
5650e76
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053)
by Serhiy Storchaka
· 5 years ago
74ea6b5
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
by Serhiy Storchaka
· 5 years ago
21cdb71
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
by Raymond Hettinger
· 5 years ago
Next »