summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-182-0/+20
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...Ned Deily2019-12-111-5/+19
* bpo-38916: Document array.array deprecation (GH-17523)Miss Islington (bot)2019-12-091-0/+4
* [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)Miss Islington (bot)2019-12-071-0/+3
* bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)Miss Islington (bot)2019-12-031-1/+2
* document threading.Lock.locked() (GH-17427)Miss Islington (bot)2019-12-011-0/+4
* bpo-38524: clarify example a bit and improve formatting (GH-17406)Miss Islington (bot)2019-11-281-5/+8
* bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Inada Naoki2019-11-281-2/+2
* bpo-38524: document implicit and explicit calling of descriptors' __set_name_...Miss Islington (bot)2019-11-271-1/+12
* [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366...Terry Jan Reedy2019-11-271-1/+2
* bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381)Miss Islington (bot)2019-11-265-9/+9
* Remove use of deprecated `array.fromstring` method (GH-17332)Miss Islington (bot)2019-11-262-3/+3
* closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)Miss Islington (bot)2019-11-221-10/+5
* bpo-36277: Add document for pdb debug and retval commands (GH-12872)Miss Islington (bot)2019-11-211-0/+8
* Fixed an incorrect sentence in the docs (GH-17205)Miss Islington (bot)2019-11-211-2/+1
* Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)Miss Islington (bot)2019-11-181-1/+1
* [3.7] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17222)Vinay Sajip2019-11-181-0/+396
* bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17213)Miss Islington (bot)2019-11-182-16/+20
* bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17209)Miss Islington (bot)2019-11-171-5/+9
* [3.7] Updated missing periods in cmdline.rst (GH-17173). (GH-17182)Jules Lasne (jlasne)2019-11-151-3/+3
* bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162)Miss Islington (bot)2019-11-153-3/+3
* Fix minor typos. (GH-17095)Miss Islington (bot)2019-11-131-3/+3
* [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128)Serhiy Storchaka2019-11-1236-156/+156
* [3.7] bpo-38421: Update email.utils documentation (GH-16678) (GH-17121)Miss Islington (bot)2019-11-121-2/+2
* bpo-38771: Explict test for None in code example (GH-17108) (GH-17110)Miss Islington (bot)2019-11-121-1/+1
* bpo-38696: Fix usage example of HTTPStatus (GH-17066)Miss Islington (bot)2019-11-061-1/+1
* [3.7] [3.8] Update interpreter.rst (GH-17059) (GH-17060) (GH-17061)Jules Lasne (jlasne)2019-11-051-1/+1
* [3.7] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17...Miss Islington (bot)2019-11-051-0/+11
* Update the URL for the requests package (GH-17006)Miss Skeleton (bot)2019-10-312-2/+2
* [3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004)Serhiy Storchaka2019-10-3023-60/+60
* [3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-3054-696/+696
* bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)Miss Skeleton (bot)2019-10-291-1/+1
* bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16954)Miss Skeleton (bot)2019-10-271-0/+1
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-263-12/+19
* Spell Bitbucket correctly. (GH-16862) (GH-16899)Miss Skeleton (bot)2019-10-232-3/+3
* Fix Zope URL (GH-16880)Miss Skeleton (bot)2019-10-221-1/+1
* Remove doc reference to unmaitained Nose package (GH-16849)Miss Islington (bot)2019-10-191-2/+2
* Update doc switcher list for 3.8.0 (GH-16809)Miss Islington (bot)2019-10-151-1/+1
* Doc: 3.8 is now stable. (GH-16790) (GH-16792)Miss Islington (bot)2019-10-141-1/+1
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)2019-10-131-2/+2
* Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720)Miss Islington (bot)2019-10-111-2/+2
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-101-3/+4
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Miss Islington (bot)2019-10-091-2/+2
* [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...Ricardo Bánffy2019-10-082-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
* Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)Miss Islington (bot)2019-10-012-5/+3
* bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) ...Miss Islington (bot)2019-09-261-1/+1