Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.1rc1
/
Lib
tag
827f6399a61be9d14f8ccfa5be73a6030ec45f1d
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Dec 09 17:48:43 2019
object
b00a2b5b76afded9fccaad61cfca1cc0baafdbdc
Python 3.8.1rc1
b00a2b5
Python 3.8.1rc1
by Łukasz Langa
· 6 years ago
v3.8.1rc1
3c5feaf
bpo-38992: avoid fsum test failure from constant-folding (GH-17513) (GH-17530)
by Miss Islington (bot)
· 6 years ago
0d57db2
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17531)
by Miss Islington (bot)
· 6 years ago
79c2974
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (#17529)
by Miss Islington (bot)
· 6 years ago
b22183f
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
by Miss Islington (bot)
· 6 years ago
d08fd29
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
by Miss Islington (bot)
· 6 years ago
4594565
bpo-38669: patch.object now raises a helpful error (GH17510)
by Miss Islington (bot)
· 6 years ago
2abd3a8
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
by Miss Islington (bot)
· 6 years ago
f66f4a0
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
by Miss Islington (bot)
· 6 years ago
960fca1
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
by Miss Islington (bot)
· 6 years ago
9d3cacd
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)
by Miss Islington (bot)
· 6 years ago
930cef2
[3.8] bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) (#17496)
by Andrew Svetlov
· 6 years ago
7fde4f4
bpo-38529: Fix asyncio stream warning (GH-17474)
by Miss Islington (bot)
· 6 years ago
681285d
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
by Miss Islington (bot)
· 6 years ago
e21aa61
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
by Miss Islington (bot)
· 6 years ago
cfdaf92
[3.8] bpo-38270: Fix indentation of test_hmac assertions (GH-17446) (GH-17450)
by Miss Islington (bot)
· 6 years ago
a75cad4
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
by Miss Islington (bot)
· 6 years ago
8859fc6
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418)
by Miss Islington (bot)
· 6 years ago
9e72880
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
by Miss Islington (bot)
· 6 years ago
4f1eaf0
bpo-38449: Add URL delimiters test cases (GH-16729)
by Miss Islington (bot)
· 6 years ago
b74a6f1
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are invoked (GH-17392)
by Steve Dower
· 6 years ago
d21b8e8
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
by Miss Islington (bot)
· 6 years ago
65c92c5
[3.8] bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17397)
by Bruno P. Kinoshita
· 6 years ago
a9c86f5
[3.8] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
by Terry Jan Reedy
· 6 years ago
b9e5547
bpo-38686: fix HTTP Digest handling in request.py (GH-17045)
by Miss Islington (bot)
· 6 years ago
a1e1be4
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
by Miss Islington (bot)
· 6 years ago
c3cd0de
bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17252)
by Miss Islington (bot)
· 6 years ago
b2744c1
[3.8] bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269) (#17304)
by Lisa Roach
· 6 years ago
9458c5c
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)
by Miss Islington (bot)
· 6 years ago
767b426
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
by Miss Islington (bot)
· 6 years ago
b762375
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294)
by Miss Islington (bot)
· 6 years ago
836f137
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
by Miss Islington (bot)
· 6 years ago
1322439
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
by Miss Islington (bot)
· 6 years ago
829593a
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
by Miss Islington (bot)
· 6 years ago
6c3b471
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
by Miss Islington (bot)
· 6 years ago
b5bb3b6
bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (GH-17160) (GH-17249)
by Miss Islington (bot)
· 6 years ago
e37767b
bpo-38722: Runpy use io.open_code() (GH-17234)
by Miss Islington (bot)
· 6 years ago
47db743
bpo-38622: Add missing audit events for ctypes module (GH-17158)
by Miss Islington (bot)
· 6 years ago
bef2815
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17223)
by Miss Islington (bot)
· 6 years ago
e7c495e
Fix typo in Lib/socketserver.py (GH-17024)
by Miss Islington (bot)
· 6 years ago
6f602fb
bpo-38453: Ensure correct short path is obtained for test (GH-17184)
by Miss Islington (bot)
· 6 years ago
66c0f01
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
by Steve Dower
· 6 years ago
694c03f
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Miss Islington (bot)
· 6 years ago
a67bc10
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
by Miss Islington (bot)
· 6 years ago
9788f97
[3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17136)
by Benjamin Peterson
· 6 years ago
0a8e7fd
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)
by Miss Islington (bot)
· 6 years ago
d360346
[3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)
by Serhiy Storchaka
· 6 years ago
8ce1a9c
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
by Miss Islington (bot)
· 6 years ago
8341a4d
[3.8] bpo-37309: idlelib/NEWS.txt - add missing period. (#17115)
by Terry Jan Reedy
· 6 years ago
3562439
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) (GH-17113)
by Miss Islington (bot)
· 6 years ago
85e4151
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
by Miss Islington (bot)
· 6 years ago
e8bad63
Fix a typo in wave module docstring (GH-17009)
by Miss Islington (bot)
· 6 years ago
aa1fee8
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
by Miss Skeleton (bot)
· 6 years ago
fe934e1
[3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028)
by Jon Janzen
· 6 years ago
9528997
[3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016)
by Vinay Sajip
· 6 years ago
c1ebe6a
Add docstring for shlex.split (GH-16740) (GH-17013)
by Miss Skeleton (bot)
· 6 years ago
dcb338e
bpo-38640: Allow break and continue in always false while loops (GH-16992)
by Miss Skeleton (bot)
· 6 years ago
3801b26
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)
by Miss Skeleton (bot)
· 6 years ago
76fbdaa
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
by Miss Skeleton (bot)
· 6 years ago
6d6418a
[3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947)
by Terry Jan Reedy
· 6 years ago
7a3b1a6
bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)
by Miss Skeleton (bot)
· 6 years ago
e3a477a
bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)
by Miss Skeleton (bot)
· 6 years ago
ba3a566
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861)
by Miss Skeleton (bot)
· 6 years ago
d04661f
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
by Miss Skeleton (bot)
· 6 years ago
cbf474c
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
by Miss Skeleton (bot)
· 6 years ago
2f8d4f0
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
by Miss Skeleton (bot)
· 6 years ago
d73205d
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846)
by Miss Islington (bot)
· 6 years ago
652a1cb
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)
by Miss Islington (bot)
· 6 years ago
0f3187c
[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)
by Senthil Kumaran
· 6 years ago
c615db6
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
by Miss Islington (bot)
· 6 years ago
afbcd9f
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
by Miss Islington (bot)
· 6 years ago
f705f8e
bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800)
by Miss Islington (bot)
· 6 years ago
f82ce5b
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
by Victor Stinner
· 6 years ago
4f0587f
[3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737)
by Gregory P. Smith
· 6 years ago
85da2dd
Merge tag 'v3.8.0' into 3.8
by Łukasz Langa
· 6 years ago
aa909b6
bpo-38453: Resolve test directories before chdir to them (GH-16723)
by Miss Islington (bot)
· 6 years ago
fa919fd
v3.8.0
by Łukasz Langa
· 6 years ago
v3.8.0
927f07c
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760)
by Miss Islington (bot)
· 6 years ago
6da52ac
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
by Miss Islington (bot)
· 6 years ago
e540bb5
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
by Miss Islington (bot)
· 6 years ago
5a638a8
[3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728)
by Abhilash Raj
· 6 years ago
1da648a
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)
by Miss Islington (bot)
· 6 years ago
73665b4
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
by Miss Islington (bot)
· 6 years ago
398d847
Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)
by Miss Islington (bot)
· 6 years ago
8ab11c4
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)
by Miss Islington (bot)
· 6 years ago
0bd9fac
[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683)
by Pablo Galindo
· 6 years ago
359a1975cb
bpo-37531: regrtest ignores output on timeout (GH-16659)
by Miss Islington (bot)
· 6 years ago
d004a5b
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671)
by Vinay Sajip
· 6 years ago
526ef85
[3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)
by Pablo Galindo
· 6 years ago
7162440
bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)
by Miss Islington (bot)
· 6 years ago
10b475a
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
by Miss Islington (bot)
· 6 years ago
a1f4500
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
by Miss Islington (bot)
· 6 years ago
4880e5a
bpo-38344: Fix syntax in activate.bat (GH-16533)
by Miss Islington (bot)
· 6 years ago
dc19124
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
by Miss Islington (bot)
· 6 years ago
8edde5c
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)
by Miss Islington (bot)
· 6 years ago
6067e1d
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
by Miss Islington (bot)
· 6 years ago
de3195c
[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560)
by Victor Stinner
· 6 years ago
183733d
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
by Miss Islington (bot)
· 6 years ago
a72de93
bpo-36670: regrtest bug fixes (GH-16537)
by Miss Islington (bot)
· 6 years ago
34214de
v3.8.0rc1
by Łukasz Langa
· 6 years ago
v3.8.0rc1
Next »