summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661)backport-5a88d50-3.8Tim Graham2019-10-183-25/+9
* Fix minor typos in What's New in Python 3.8. (GH-16770)Miss Islington (bot)2019-10-181-4/+4
* Doc: Add missing entry for functools.cached_property (GH-16803)Miss Islington (bot)2019-10-181-0/+16
* bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)Miss Islington (bot)2019-10-174-28/+43
* bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)Miss Islington (bot)2019-10-162-0/+10
* bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)Miss Islington (bot)2019-10-162-14/+15
* Update doc switcher list for 3.8.0 (GH-16809)Miss Islington (bot)2019-10-151-1/+1
* Typo fix - implemention should be implementation (GH-16806)Miss Islington (bot)2019-10-151-1/+1
* bpo-38478: Correctly handle keyword argument with same name as positional-onl...Miss Islington (bot)2019-10-153-1/+14
* [3.8] bpo-36389: Backport debug enhancements from master (GH-16796)Victor Stinner2019-10-1512-173/+200
* bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)Miss Islington (bot)2019-10-141-3/+3
* Doc: 3.8 is now stable. (GH-16790)Miss Islington (bot)2019-10-141-1/+1
* [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737)Gregory P. Smith2019-10-141-39/+51
* Post v3.8.0Łukasz Langa2019-10-141-1/+1
* Merge tag 'v3.8.0' into 3.8Łukasz Langa2019-10-1423-42/+194
|\
| * v3.8.0v3.8.0Łukasz Langa2019-10-1423-42/+194
* | Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786)Miss Islington (bot)2019-10-141-8/+29
* | bpo-38453: Resolve test directories before chdir to them (GH-16723)Miss Islington (bot)2019-10-141-1/+1
|/
* [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-131-5/+21
* bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)Miss Islington (bot)2019-10-131-9/+10
* Fix minor typos in Whatsnew (GH-16759)Raymond Hettinger2019-10-131-12/+10
* bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)Miss Islington (bot)2019-10-131-1/+1
* Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)Miss Islington (bot)2019-10-131-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-101-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