Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.6rc1
/
Misc
tag
73ffb22c7f371ff4ea04fdee86a8e71ce1ba56f9
tagger
Ned Deily <nad@python.org>
Wed Dec 11 05:24:49 2019
object
bd18254b91272c2f0f0d98f66fdeca962ef1a901
Python 3.7.6rc1
bd18254
3.7.6rc1
by Ned Deily
· 6 years ago
v3.7.6rc1
95157c6
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570)
by Ned Deily
· 6 years ago
1b0e88d
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
by Miss Islington (bot)
· 6 years ago
4e0e452
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
by Miss Islington (bot)
· 6 years ago
66d7a5d
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17532)
by Miss Islington (bot)
· 6 years ago
a0078d9
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
by Miss Islington (bot)
· 6 years ago
188d5ae
bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) (GH-17522)
by Miss Islington (bot)
· 6 years ago
b9f4b49
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
by Miss Islington (bot)
· 6 years ago
41973c9
bpo-38669: patch.object now raises a helpful error (GH17511)
by Miss Islington (bot)
· 6 years ago
9baa870
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
by Miss Islington (bot)
· 6 years ago
a197f8a
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
by Miss Islington (bot)
· 6 years ago
a85066d
bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457)
by Miss Islington (bot)
· 6 years ago
8ce85a3
[3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) (GH-17494)
by Andrew Svetlov
· 6 years ago
5ba591f
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
by Miss Islington (bot)
· 6 years ago
5044c88
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
by Miss Islington (bot)
· 6 years ago
e0f148e
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
by Inada Naoki
· 6 years ago
87f2d26
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418)
by Miss Islington (bot)
· 6 years ago
e65b3fa
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
by Inada Naoki
· 6 years ago
2fb9719
[3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) (#17379)
by Terry Jan Reedy
· 6 years ago
07432c3
bpo-38686: fix HTTP Digest handling in request.py (GH-17045)
by Miss Islington (bot)
· 6 years ago
cb60851
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
by Miss Islington (bot)
· 6 years ago
30e5bd8
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)
by Miss Islington (bot)
· 6 years ago
ecb2afc
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
by Miss Islington (bot)
· 6 years ago
755caaa
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
by Miss Islington (bot)
· 6 years ago
4ffc569
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
by Miss Islington (bot)
· 6 years ago
2b928d9
bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
by Miss Islington (bot)
· 6 years ago
fe67a53
bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162)
by Miss Islington (bot)
· 6 years ago
87b4d39
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Miss Islington (bot)
· 6 years ago
753d0c0
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
by Miss Islington (bot)
· 6 years ago
b8b3e43
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17137)
by Benjamin Peterson
· 6 years ago
177b126
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
by Miss Islington (bot)
· 6 years ago
72b874a
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
by Miss Skeleton (bot)
· 6 years ago
f7d50f8
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)
by Miss Skeleton (bot)
· 6 years ago
379b55b
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)
by Miss Skeleton (bot)
· 6 years ago
155a9dc
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16954)
by Miss Skeleton (bot)
· 6 years ago
ed2db31
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
by Miss Skeleton (bot)
· 6 years ago
849b1b9
bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)
by Miss Skeleton (bot)
· 6 years ago
91fc9cf
[3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16930)
by Serhiy Storchaka
· 6 years ago
0160a70
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
by Miss Skeleton (bot)
· 6 years ago
b102e4f
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
by Miss Skeleton (bot)
· 6 years ago
175abcc
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
by Miss Skeleton (bot)
· 6 years ago
3dec84f
bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)
by Miss Skeleton (bot)
· 6 years ago
82b5f6b
bpo-27657: Fix urlparse() with numeric paths (GH-661)
by Miss Islington (bot)
· 6 years ago
1bceb0e
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818)
by Victor Stinner
· 6 years ago
e48589d
Post release updates
by Ned Deily
· 6 years ago
1f18771
Merge tag 'v3.7.5' into 3.7
by Ned Deily
· 6 years ago
5c02a39
3.7.5
by Ned Deily
· 6 years ago
v3.7.5
0365d51
Fix some news entries for 3.7.5 final.
by Ned Deily
· 6 years ago
2a40559
[3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727)
by Abhilash Raj
· 6 years ago
42b16b2
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
by Miss Islington (bot)
· 6 years ago
ae41f62
[3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647)
by Ricardo Bánffy
· 6 years ago
ab22c8b
bpo-38344: Fix syntax in activate.bat (GH-16533)
by Miss Islington (bot)
· 6 years ago
164bee2
[3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727)
by Abhilash Raj
· 6 years ago
febe359
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
by Miss Islington (bot)
· 6 years ago
cb580d6
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)
by Miss Islington (bot)
· 6 years ago
193366e
[3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663)
by Pablo Galindo
· 6 years ago
ed189ce
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) (GH-16719)
by Victor Stinner
· 6 years ago
f5ed41c
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691)
by Miss Islington (bot)
· 6 years ago
a081e93
[3.7] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16685)
by Pablo Galindo
· 6 years ago
598bfa4
bpo-37531: regrtest ignores output on timeout (GH-16659)
by Miss Islington (bot)
· 6 years ago
87db4d3
[3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641). (GH-16674)
by Serhiy Storchaka
· 6 years ago
056fa7f
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
by Miss Islington (bot)
· 6 years ago
43f5c0c
[3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647)
by Ricardo Bánffy
· 6 years ago
98043b4
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
by Miss Islington (bot)
· 6 years ago
4f962ec
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
by Miss Islington (bot)
· 6 years ago
bfb5f9a
bpo-38344: Fix syntax in activate.bat (GH-16533)
by Miss Islington (bot)
· 6 years ago
6c3fbbc
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
by Miss Islington (bot)
· 6 years ago
4082f60
3.7.5rc1
by Ned Deily
· 6 years ago
v3.7.5rc1
1c3e469
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
by Miss Islington (bot)
· 6 years ago
80dd66a
[3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16461)
by Jason R. Coombs
· 6 years ago
6112b91
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16450)
by Miss Islington (bot)
· 6 years ago
39a0c75
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
by Miss Islington (bot)
· 6 years ago
2c24f2c
[3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427)
by Christian Heimes
· 6 years ago
e6b5ed1
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426)
by Victor Stinner
· 6 years ago
8e4622e
[3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)
by Benjamin Peterson
· 6 years ago
585798f
bpo-38271: encrypt private key test files with AES256 (GH-16385)
by Miss Islington (bot)
· 6 years ago
4042e1a
[3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374)
by Gregory P. Smith
· 6 years ago
46f6c56
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
by Miss Islington (bot)
· 6 years ago
c13a4d6
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
by Miss Islington (bot)
· 6 years ago
fd4f28d
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
by Miss Islington (bot)
· 6 years ago
69b3718
[3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239)
by Serhiy Storchaka
· 6 years ago
fc022f0
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070)
by Miss Islington (bot)
· 6 years ago
80cb055
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
by Miss Islington (bot)
· 6 years ago
3d916a7
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
by Miss Islington (bot)
· 6 years ago
4ac1be2
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
by Miss Islington (bot)
· 6 years ago
523497c
bpo-38183: Test_idle ignores user config directory GH-16198)
by Miss Islington (bot)
· 6 years ago
c55f695
[3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200)
by Miss Islington (bot)
· 6 years ago
76d8fb7
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
by Steve Dower
· 6 years ago
26c44b5
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
by Miss Islington (bot)
· 6 years ago
3906920
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114)
by Miss Islington (bot)
· 6 years ago
d112ea6
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
by Miss Islington (bot)
· 6 years ago
e7b7edf
[3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) (GH-16092)
by Xtreak
· 6 years ago
f14fcbf
Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082)
by Julien Palard
· 6 years ago
b50eff6
bpo-37785: Fix xgettext warning in argparse (GH-15161)
by Miss Islington (bot)
· 6 years ago
7da8c0a
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
by Miss Islington (bot)
· 6 years ago
a3c53a1
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
by Miss Islington (bot)
· 6 years ago
c8d1338
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
by Miss Islington (bot)
· 6 years ago
8892a1d
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
by Miss Islington (bot)
· 6 years ago
e4be7c8
Improve clarity of try-return-finally-return (GH-15677) (GH-15982)
by Miss Islington (bot)
· 6 years ago
cec68c3
[3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994)
by Stéphane Wirtel
· 6 years ago
Next »