summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v3.8.0v3.8.0Łukasz Langa2019-10-1423-42/+194
* [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)Łukasz Langa2019-10-141-88/+123
* Make 3.8 README link to 3.8 doc pages, not master (GH-16776)Ned Deily2019-10-141-5/+5
* Update build docs for macOS (GH-16771)Miss Islington (bot)2019-10-143-80/+86
* bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...Miss Islington (bot)2019-10-143-3/+56
* [3.8] Update macOS installer display files for 3.8.0 (GH-16766)Ned Deily2019-10-143-75/+52
* bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764)Miss Islington (bot)2019-10-141-5/+21
* bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)Miss Islington (bot)2019-10-141-9/+10
* Fix minor typos in Whatsnew (GH-16759)Raymond Hettinger2019-10-141-12/+10
* bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)Miss Islington (bot)2019-10-141-1/+1
* Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)Miss Islington (bot)2019-10-141-1/+1
* Rebased version of what's new PR (GH-16745) (#16748)Miss Islington (bot)2019-10-131-83/+67
* bpo-38467: Fix argument name of typing functions (GH-16753)Miss Islington (bot)2019-10-131-2/+2
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)2019-10-131-2/+2
* Correct signature of __build_class__ (GH-16735)Miss Islington (bot)2019-10-131-1/+1
* bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...Miss Islington (bot)2019-10-133-1/+9
* bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...Miss Islington (bot)2019-10-121-8/+8
* Announce the change in the CancelledError inheritance (GH-16730)Miss Islington (bot)2019-10-121-0/+4
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Miss Islington (bot)2019-10-124-1/+18
* [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj2019-10-124-11/+4
* bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)Miss Islington (bot)2019-10-122-1/+2
* Fix typo in the "Porting to Python 3.8" section. (GH-16435)Miss Islington (bot)2019-10-111-1/+1
* Update badges in README.rst (GH-16709)Zachary Ware2019-10-111-10/+6
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Miss Islington (bot)2019-10-113-10/+30
* [3.8] Typo fix: "throuhgh" should be "through". (GH-16713)Benjamin Peterson2019-10-111-1/+1
* docs: Add asyncio source code links (GH-16640)Miss Islington (bot)2019-10-1011-4/+54
* Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)Miss Islington (bot)2019-10-101-2/+1
* bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)Miss Islington (bot)2019-10-103-6/+21
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-101-3/+4
* bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)Miss Islington (bot)2019-10-102-2/+4
* bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)Miss Islington (bot)2019-10-092-4/+4
* [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...Pablo Galindo2019-10-093-6/+75
* bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)2019-10-092-27/+42
* bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....Vinay Sajip2019-10-093-25/+231
* Typo fix: "empy" should be "empty". (GH-16666)Miss Islington (bot)2019-10-091-1/+1
* [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)Pablo Galindo2019-10-083-31/+111
* bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)Miss Islington (bot)2019-10-081-0/+7
* bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)Miss Islington (bot)2019-10-083-8/+23
* bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)Miss Islington (bot)2019-10-082-0/+13
* bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...Miss Islington (bot)2019-10-085-67/+87
* Fix typo in _warnings.warn_explicit() docstring (GH-16625)Miss Islington (bot)2019-10-081-1/+1
* bpo-38344: Fix syntax in activate.bat (GH-16533)Miss Islington (bot)2019-10-072-1/+2
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Miss Islington (bot)2019-10-073-3/+7
* bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)Victor Stinner2019-10-073-11/+4
* bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)Miss Islington (bot)2019-10-071-0/+7
* bpo-38391: Fixing a typo for Py_DECREF (GH-16616)Miss Islington (bot)2019-10-071-1/+1
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Miss Islington (bot)2019-10-072-1/+8
* bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...Miss Islington (bot)2019-10-061-1/+1
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Miss Islington (bot)2019-10-049-241/+240
* bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...Miss Islington (bot)2019-10-041-17/+17