summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-38434: Fixes some audit event documentation (GH-16932)Miss Skeleton (bot)2019-10-265-11/+26
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-263-12/+19
* bpo-38558: Mention `:=` in conditions tutorial (GH-16919)Miss Skeleton (bot)2019-10-251-4/+4
* Add missing asyncio changes from 3.8 whatsnew (GH-16911)Miss Skeleton (bot)2019-10-241-10/+85
* Spell Bitbucket correctly. (GH-16862) (GH-16898)Miss Skeleton (bot)2019-10-232-3/+3
* Fix Zope URL (GH-16880)Miss Skeleton (bot)2019-10-221-1/+1
* bpo-38466: Fix threading.excepthook doc (GH-16891)Miss Skeleton (bot)2019-10-221-2/+2
* bpo-38531: document extend action's added version (GH-16865) (GH-16868)Miss Islington (bot)2019-10-201-0/+2
* bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867)Miss Islington (bot)2019-10-201-26/+183
* Remove doc reference to unmaitained Nose package (GH-16849)Miss Islington (bot)2019-10-191-2/+2
* 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-181-3/+5
* Update doc switcher list for 3.8.0 (GH-16809)Miss Islington (bot)2019-10-151-1/+1
* 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
* Merge tag 'v3.8.0' into 3.8Łukasz Langa2019-10-141-0/+2
|\
| * v3.8.0v3.8.0Łukasz Langa2019-10-141-0/+2
* | Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786)Miss Islington (bot)2019-10-141-8/+29
|/
* [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)Łukasz Langa2019-10-141-88/+123
* 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
* 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
* Announce the change in the CancelledError inheritance (GH-16730)Miss Islington (bot)2019-10-121-0/+4
* Fix typo in the "Porting to Python 3.8" section. (GH-16435)Miss Islington (bot)2019-10-111-1/+1
* docs: Add asyncio source code links (GH-16640)Miss Islington (bot)2019-10-1011-4/+54
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-101-3/+4
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Miss Islington (bot)2019-10-072-3/+6
* 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-38235: Correct some arguments names in logging documentation (GH-16571) (...Miss Islington (bot)2019-10-041-17/+17
* Correct typos in the codecs module documentation (GH-15135)Miss Islington (bot)2019-10-011-60/+61
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Miss Islington (bot)2019-10-011-25/+10
* Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504)Miss Islington (bot)2019-10-012-5/+3
* bpo-38304: Remove PyConfig.struct_size (GH-16500)Victor Stinner2019-09-301-36/+3
* bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-...Miss Islington (bot)2019-09-301-2/+3
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...Yury Selivanov2019-09-304-532/+74
* [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...Lisa Roach2019-09-301-1/+27
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-291-1/+7
* bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)Victor Stinner2019-09-281-5/+39
* [3.8] bpo-38136: Updates await_count and call_count to be different things (G...Lisa Roach2019-09-271-24/+13
* bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)Miss Islington (bot)2019-09-272-5/+22
* [3.8] bpo-38234: Backport init path config changes from master (GH-16423)Victor Stinner2019-09-263-30/+62
* bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) ...Miss Islington (bot)2019-09-261-1/+1
* Doc: Use the `with` statement in the first example of the ftplib doc. (GH-162...Miss Islington (bot)2019-09-261-1/+2
* bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16...Miss Islington (bot)2019-09-251-0/+4