Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.1
tag
d2529ef779ce819a5ea833b264e47440efcbac29
tagger
Łukasz Langa <lukasz@langa.pl>
Wed Dec 18 17:22:17 2019
object
1b293b60067f6f4a95984d064ce0f6b6d34c1216
Python 3.8.1
1b293b6
Python 3.8.1
by Łukasz Langa
· 6 years ago
v3.8.1
35acb35
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) (GH-17647)
by Victor Stinner
· 6 years ago
b1f2044
[3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) (GH-17649)
by Pablo Galindo
· 6 years ago
bf3aa10
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636)
by Ned Deily
· 6 years ago
d21ad67
Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17579)
by Miss Islington (bot)
· 6 years ago
a96e938
[3.8] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (GH-17595). (#17630)
by Kyle Stanley
· 6 years ago
8d0f369
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
by Miss Islington (bot)
· 6 years ago
cd968de
The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)
by Miss Islington (bot)
· 6 years ago
5c5d8f6
bpo-39035: travis: Don't use beta group (GH-17603)
by Inada Naoki
· 6 years ago
ce333cd
Fix elif start column offset when there is an else following (GH-17596) (GH-17600)
by Miss Islington (bot)
· 6 years ago
4a5db78
Add PYTHONUTF8 to commandline usage. (GH-17587)
by Miss Islington (bot)
· 6 years ago
aa74a53
bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17591)
by Miss Islington (bot)
· 6 years ago
3b18b17
bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (GH-17589)
by Miss Islington (bot)
· 6 years ago
b738237
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH-17569)
by Miss Islington (bot)
· 6 years ago
00e2fe4
bpo-39012: Fix RC version suffix for nuget release files (GH-17564)
by Miss Islington (bot)
· 6 years ago
3ac65a7
[3.8] Minor fixes to the NEWS entries (GH-17557)
by Pablo Galindo
· 6 years ago
7c543f4
Post 3.8.1rc1
by Łukasz Langa
· 6 years ago
8129e5e
Merge tag 'v3.8.1rc1' into 3.8
by Łukasz Langa
· 6 years ago
4ce626e
Fix Windows release builds (GH-17550)
by Miss Islington (bot)
· 6 years ago
859767d
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) (GH-17538)
by Miss Islington (bot)
· 6 years ago
34d5d5e0
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
by Miss Islington (bot)
· 6 years ago
2b2c7bf
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
by Miss Islington (bot)
· 6 years ago
0ac9aae
bpo-39007: Add auditing events to functions in winreg (GH-17541)
by Miss Islington (bot)
· 6 years ago
c93d68b
bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540)
by Miss Islington (bot)
· 6 years ago
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
c5a2a97
Fix APPX registry key generation (GH-17489)
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
0381ea7
bpo-38916: Document array.array deprecation (GH-17523)
by Victor Stinner
· 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
184a381
bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421)
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
ce0a2a8
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484)
by Miss Islington (bot)
· 6 years ago
7fde4f4
bpo-38529: Fix asyncio stream warning (GH-17474)
by Miss Islington (bot)
· 6 years ago
836cf31
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
by Miss Islington (bot)
· 6 years ago
c9f480d
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-17480)
by Steve Dower
· 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
f4a21d3
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
by Miss Islington (bot)
· 6 years ago
68669ef
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
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
baf0739
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
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
d300c0e
document threading.Lock.locked() (GH-17427)
by Miss Islington (bot)
· 6 years ago
5f23453
Fix typos (GH-17423)
by Miss Islington (bot)
· 6 years ago
305189e
[3.8] Added missing coma after end of list in subprocess.rst (GH-17389)
by Jules Lasne (jlasne)
· 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
18d8edb
bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410)
by Tzu-ping Chung
· 6 years ago
c0db88f
bpo-38524: clarify example a bit and improve formatting (GH-17406)
by Miss Islington (bot)
· 6 years ago
d21b8e8
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
by Miss Islington (bot)
· 6 years ago
0f9c9d5
bpo-38524: document implicit and explicit calling of descriptors' __set_name__ (GH-17364)
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
191f94c
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
by Miss Islington (bot)
· 6 years ago
86d9933
bpo-38892: Improve docs for audit event (GH-17361)
by Miss Islington (bot)
· 6 years ago
dadff6f
Remove use of deprecated `array.fromstring` method (GH-17332)
by Miss Islington (bot)
· 6 years ago
089387e
bpo-21063: Improve module synopsis for distutils (GH-17363)
by Miss Islington (bot)
· 6 years ago
b9e5547
bpo-38686: fix HTTP Digest handling in request.py (GH-17045)
by Miss Islington (bot)
· 6 years ago
ca5fafc
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
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
84c36c1
bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338)
by Victor Stinner
· 6 years ago
107ed88
bpo-38526: Fix zipfile.Path method name to be the correct one (GH-17317)
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
23f9be2
Update functions.rst (GH-16468)
by Miss Islington (bot)
· 6 years ago
d5d41d3
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
by Miss Islington (bot)
· 6 years ago
ac99ea4
Removed capital letter in parameter in stdtypes.rst (GH-17218)
by Miss Islington (bot)
· 6 years ago
c5fe339
Fixed an incorrect sentence in the docs (GH-17205)
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
daf7a08
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
by Miss Islington (bot)
· 6 years ago
2ea4c37c
bpo-38823: Fix refleak in marshal init error path (GH-17260)
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
a5ed2fe
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
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
c749326
Add missing comma and period in unittest docs (GH-17211)
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
bec7015
bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243)
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
cbbf109
bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
by Miss Islington (bot)
· 6 years ago
ca877c7
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
by Miss Islington (bot)
· 6 years ago
42a4359
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
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
21eb731
[3.8] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17221)
by Vinay Sajip
· 6 years ago
39134b3
bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212)
by Miss Islington (bot)
· 6 years ago
20a4f6c
bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208)
by Miss Islington (bot)
· 6 years ago
Next »