aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28Snap for 6439596 from 3ef6c80ca3672b9b92dadb3a2e7314adb8fd9d66 to qt-aml-tzda...q_tzdata_aml_297100400q_tzdata_aml_297100300q_tzdata_aml_297100000q_tzdata_aml_296200000q_tzdata_aml_295600118q_tzdata_aml_295600110q_tzdata_aml_295500002q_tzdata_aml_295500001q_tzdata_aml_294400310android-mainline-12.0.0_r54android-mainline-12.0.0_r111android-mainline-10.0.0_r13android-mainline-10.0.0_r12android-mainline-10.0.0_r11q_tzdata_aml_297100000android12-mainline-tzdata-releaseandroid10-mainline-tzdata-releaseandroid10-android13-mainline-tzdata-releaseandroid-build-team Robot
2019-11-11Snap for 6001391 from bcaf8a9574aa891b8137c9f68f4626c8241136cd to qt-aml-tzda...android-build-team Robot
2019-11-06Python3 build support am: b3614d2b47Dan Willemsen
2019-11-06Python3 build supportDan Willemsen
2019-11-05Python3 build supportDan Willemsen
2019-10-17Merge tag 'v3.8.0' am: 1fee05822b am: d3946a97a4Dan Willemsen
2019-10-17Merge tag 'v3.8.0' am: 1fee05822bDan Willemsen
2019-10-17Merge tag 'v3.8.0'Dan Willemsen
2019-10-17Merge tag 'v3.8.0'Dan Willemsen
2019-10-14v3.8.0upstream-v3.8.0Łukasz Langa
2019-10-14[3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)Łukasz Langa
2019-10-14Make 3.8 README link to 3.8 doc pages, not master (GH-16776)Ned Deily
2019-10-14Update build docs for macOS (GH-16771)Miss Islington (bot)
2019-10-14bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...Miss Islington (bot)
2019-10-14[3.8] Update macOS installer display files for 3.8.0 (GH-16766)Ned Deily
2019-10-13bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764)Miss Islington (bot)
2019-10-13bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)Miss Islington (bot)
2019-10-13Fix minor typos in Whatsnew (GH-16759)Raymond Hettinger
2019-10-13bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)Miss Islington (bot)
2019-10-13Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)Miss Islington (bot)
2019-10-13Rebased version of what's new PR (GH-16745) (#16748)Miss Islington (bot)
2019-10-13bpo-38467: Fix argument name of typing functions (GH-16753)Miss Islington (bot)
2019-10-13bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)
2019-10-13Correct signature of __build_class__ (GH-16735)Miss Islington (bot)
2019-10-13bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...Miss Islington (bot)
2019-10-12bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...Miss Islington (bot)
2019-10-12Announce the change in the CancelledError inheritance (GH-16730)Miss Islington (bot)
2019-10-12bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Miss Islington (bot)
2019-10-12[3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj
2019-10-12bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)Miss Islington (bot)
2019-10-11Fix typo in the "Porting to Python 3.8" section. (GH-16435)Miss Islington (bot)
2019-10-11Update badges in README.rst (GH-16709)Zachary Ware
2019-10-11bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Miss Islington (bot)
2019-10-10[3.8] Typo fix: "throuhgh" should be "through". (GH-16713)Benjamin Peterson
2019-10-10docs: Add asyncio source code links (GH-16640)Miss Islington (bot)
2019-10-10Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)Miss Islington (bot)
2019-10-10bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)Miss Islington (bot)
2019-10-10bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)
2019-10-10bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)Miss Islington (bot)
2019-10-09bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)Miss Islington (bot)
2019-10-09[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...Pablo Galindo
2019-10-09bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)
2019-10-09bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....Vinay Sajip
2019-10-08Typo fix: "empy" should be "empty". (GH-16666)Miss Islington (bot)
2019-10-08[3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)Pablo Galindo
2019-10-08bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)Miss Islington (bot)
2019-10-08bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)Miss Islington (bot)
2019-10-08bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)Miss Islington (bot)
2019-10-08bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...Miss Islington (bot)
2019-10-08Fix typo in _warnings.warn_explicit() docstring (GH-16625)Miss Islington (bot)