Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.0
tag
5d714034866ce1e9f89dc141fe4cc0b50cf20a8e
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 14 13:35:00 2019
object
fa919fdf2583bdfead1df00e842f24f30b2a34bf
Python 3.8.0
fa919fd
v3.8.0
by Łukasz Langa
· 6 years ago
v3.8.0
e498329
[3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)
by Łukasz Langa
· 6 years ago
c0c6ae9
Make 3.8 README link to 3.8 doc pages, not master (GH-16776)
by Ned Deily
· 6 years ago
80f8532
Update build docs for macOS (GH-16771)
by Miss Islington (bot)
· 6 years ago
927f07c
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760)
by Miss Islington (bot)
· 6 years ago
ac53ba6
[3.8] Update macOS installer display files for 3.8.0 (GH-16766)
by Ned Deily
· 6 years ago
3ac1529
bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764)
by Miss Islington (bot)
· 6 years ago
c09379b
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)
by Miss Islington (bot)
· 6 years ago
75d8a75
Fix minor typos in Whatsnew (GH-16759)
by Raymond Hettinger
· 6 years ago
36f6286
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)
by Miss Islington (bot)
· 6 years ago
9a7c43b
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
by Miss Islington (bot)
· 6 years ago
02d6f4f
Rebased version of what's new PR (GH-16745) (#16748)
by Miss Islington (bot)
· 6 years ago
c732660
bpo-38467: Fix argument name of typing functions (GH-16753)
by Miss Islington (bot)
· 6 years ago
e742826
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743)
by Miss Islington (bot)
· 6 years ago
a04c7eb
Correct signature of __build_class__ (GH-16735)
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
ba44ea6
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733)
by Miss Islington (bot)
· 6 years ago
fdc7cbe
Announce the change in the CancelledError inheritance (GH-16730)
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
294c522
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
by Miss Islington (bot)
· 6 years ago
50290e3
Update badges in README.rst (GH-16709)
by Zachary Ware
· 6 years ago
73665b4
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
by Miss Islington (bot)
· 6 years ago
380eb42
[3.8] Typo fix: "throuhgh" should be "through". (GH-16713)
by Benjamin Peterson
· 6 years ago
6bfeb81
docs: Add asyncio source code links (GH-16640)
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
baf8a9b
bpo-32996: Documentation fix-up. (GH-16646)
by Miss Islington (bot)
· 6 years ago
6b6935e
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
by Miss Islington (bot)
· 6 years ago
0baa6b3
bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)
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
d8071cb
Typo fix: "empy" should be "empty". (GH-16666)
by Miss Islington (bot)
· 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
364532f
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
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
aa9d5b8
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
by Miss Islington (bot)
· 6 years ago
4880e5a
bpo-38344: Fix syntax in activate.bat (GH-16533)
by Miss Islington (bot)
· 6 years ago
b731fc5
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
by Miss Islington (bot)
· 6 years ago
435b2ee
bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)
by Victor Stinner
· 6 years ago
13915a3
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
by Miss Islington (bot)
· 6 years ago
985ec98
bpo-38391: Fixing a typo for Py_DECREF (GH-16616)
by Miss Islington (bot)
· 6 years ago
f19b4d7
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
by Miss Islington (bot)
· 6 years ago
ce3c913
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)
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
3af2733
bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16576)
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
e74fa70
bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)
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
a11df75
bpo-38343: Fixes version handling for nuget packages (GH-16527)
by Miss Islington (bot)
· 6 years ago
c4976a6
Correct typos in the codecs module documentation (GH-15135)
by Miss Islington (bot)
· 6 years ago
3b2f4e9
Post v3.8.0rc1
by Łukasz Langa
· 6 years ago
34214de
v3.8.0rc1
by Łukasz Langa
· 6 years ago
v3.8.0rc1
bfe1f74
[3.8] bpo-3832: Fix compiler warnings (GH-16518)
by Victor Stinner
· 6 years ago
6b4c70a
bpo-36670: Multiple regrtest bugfixes (GH-16511)
by Miss Islington (bot)
· 6 years ago
d49f096
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
by Miss Islington (bot)
· 6 years ago
938c00c
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506)
by Miss Islington (bot)
· 6 years ago
b361207
Restore tp_clear for function object. (#16502)
by Neil Schemenauer
· 6 years ago
2f644c0
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504)
by Miss Islington (bot)
· 6 years ago
bdace21
bpo-38304: Remove PyConfig.struct_size (GH-16500)
by Victor Stinner
· 6 years ago
92ca515
Clear weakrefs in garbage found by the GC (GH-16495) (#16499)
by Miss Islington (bot)
· 6 years ago
18c4ba9
bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490)
by Victor Stinner
· 6 years ago
81f6b03
bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488)
by Victor Stinner
· 6 years ago
bfca56b
[3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)
by Christian Heimes
· 6 years ago
1aeb720
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465)
by Miss Islington (bot)
· 6 years ago
2f87a7d
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486)
by Miss Islington (bot)
· 6 years ago
1c19d65
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485)
by Yury Selivanov
· 6 years ago
21f24ea
[3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484)
by Lisa Roach
· 6 years ago
36e7e4a
bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481)
by Miss Islington (bot)
· 6 years ago
b76ab35
bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470)
by Miss Islington (bot)
· 6 years ago
c9ed9e6
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
by Miss Islington (bot)
· 6 years ago
19cd595
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
by Miss Islington (bot)
· 6 years ago
36c6fa9
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
by Gregory P. Smith
· 6 years ago
8f478b4
bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448)
by Miss Islington (bot)
· 6 years ago
6e12838
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
by Victor Stinner
· 6 years ago
8750bce
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16449)
by Miss Islington (bot)
· 6 years ago
52bdd41
[3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431)
by Lisa Roach
· 6 years ago
6447b9f
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
by Miss Islington (bot)
· 6 years ago
14ddca7
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
by Miss Islington (bot)
· 6 years ago
b2c2a0c
cleanup ababstractproperty in typing.py (GH-16432)
by Miss Islington (bot)
· 6 years ago
1931132
[3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)
by Christian Heimes
· 6 years ago
c989340
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
by Miss Islington (bot)
· 6 years ago
96c8475
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
by Victor Stinner
· 6 years ago
68040ed
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415)
by Miss Islington (bot)
· 6 years ago
b3c35fe
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16412)
by Miss Islington (bot)
· 6 years ago
d75bf44
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
by Benjamin Peterson
· 6 years ago
b92b8c5
[3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401)
by Vinay Sajip
· 6 years ago
4267e8f
bpo-38271: encrypt private key test files with AES256 (GH-16385)
by Miss Islington (bot)
· 6 years ago
ca14f04
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
by Miss Islington (bot)
· 6 years ago
66cd041
[3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393)
by Miss Islington (bot)
· 6 years ago
7444a5a
bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391)
by Miss Islington (bot)
· 6 years ago
e4be8c9
bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376)
by Michael Felt
· 6 years ago
2e566bf
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)
by Victor Stinner
· 6 years ago
Next »