summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Inada Naoki2019-11-281-2/+2
* [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-264-4/+4
* Remove use of deprecated `array.fromstring` method (GH-17332)Miss Islington (bot)2019-11-261-2/+2
* 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
* Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)Miss Islington (bot)2019-11-181-1/+1
* bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17213)Miss Islington (bot)2019-11-181-1/+3
* [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128)Serhiy Storchaka2019-11-1235-154/+154
* [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
* 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-304-9/+9
* [3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-301-1/+1
* bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)Miss Skeleton (bot)2019-10-291-1/+1
* Remove doc reference to unmaitained Nose package (GH-16849)Miss Islington (bot)2019-10-191-2/+2
* 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-081-3/+5
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Miss Islington (bot)2019-10-071-1/+4
* 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-011-4/+2
* 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
* bpo-38260: Add Docs on asyncio.run (GH-16337)Miss Islington (bot)2019-09-251-0/+12
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Miss Islington (bot)2019-09-201-0/+11
* bpo-37353: Updated parser note about source code compatibility(GH-14277)Miss Islington (bot)2019-09-201-1/+2
* Doc: Clarify dict equality irrespective of ordering. (GH-16266)Miss Islington (bot)2019-09-191-1/+1
* bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)Miss Islington (bot)2019-09-181-2/+4
* Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)Miss Islington (bot)2019-09-171-2/+2
* bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)Miss Islington (bot)2019-09-171-5/+6
* Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16211)Miss Islington (bot)2019-09-171-0/+4
* bpo-28556: Update the opening note in typing docs (GH-16204)Miss Islington (bot)2019-09-161-4/+3
* bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)Miss Islington (bot)2019-09-151-7/+7
* Doc: Fix link to window.getch in curses documentation (GH-16132)Miss Islington (bot)2019-09-141-1/+1
* bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)Miss Islington (bot)2019-09-131-1/+2
* bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...Miss Islington (bot)2019-09-121-6/+5
* bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026)Miss Islington (bot)2019-09-121-8/+14
* Doc: Update pickle.rst (GH-14128) (GH-16015)Miss Islington (bot)2019-09-121-17/+19
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...Paul Ganssle2019-09-121-6/+6
* Doc: Fix missing negation. (GH-14640) (GH-15985)Miss Islington (bot)2019-09-111-2/+2