summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-5/+5
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-052-21/+74
* closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)pdox2017-10-051-0/+16
* bpo-30872: Update the curses docs to Python 3. (#2620)Serhiy Storchaka2017-10-043-109/+115
* bpo-31667: Fix gettext related links. (#3860)Serhiy Storchaka2017-10-042-9/+15
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-042-53/+53
* bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)Thomas Moreau2017-10-031-1/+8
* bpo-31648: Improve ElementPath (#3835)scoder2017-09-301-0/+5
* bpo-31638: Add compression support to zipapp (GH-3819)Zhiming Wang2017-09-291-3/+14
* point to the module-level get_ident function rather than the one in _thread (...Benjamin Peterson2017-09-271-4/+4
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
* bpo-27385: Clarify docstring for groupby() (#3738)Raymond Hettinger2017-09-251-1/+1
* bpo-18558: Clarify glossary entry for "Iterable" (#3732)Raymond Hettinger2017-09-251-1/+6
* bpo-30085: Improve documentation for operator (#1171)Sanket Dasgupta2017-09-241-3/+4
* bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)Serhiy Storchaka2017-09-241-4/+20
* bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)Serhiy Storchaka2017-09-241-3/+4
* bpo-31564: Update typing documentation (GH-3696)topper-1232017-09-241-3/+9
* Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Dmitry Chestnykh2017-09-231-5/+9
* bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)Barry Warsaw2017-09-221-4/+8
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626)Igor Filatov2017-09-211-0/+3
* bpo-26510: make argparse subparsers required by default (#3027)Anthony Sottile2017-09-201-2/+5
* bpo-31533: fix broken link to OpenSSL docs (#3674)Felipe2017-09-201-2/+2
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-185-31/+19
* bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)Christian Heimes2017-09-151-1/+11
* bpo-31386: Custom wrap_bio and wrap_socket type (#3426)Christian Heimes2017-09-151-5/+31
* bpo-314777: IDLE - improve rstrip entry in doc (#3602)Terry Jan Reedy2017-09-151-1/+3
* bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)Feanil Patel2017-09-141-0/+9
* Improve code examples in hashlib cookie signing (GH-3562)sww2017-09-141-3/+4
* bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526)Mariatta2017-09-131-2/+3
* bpo-31394: Clarify documentation about token type attribute (GH-3469)Aivar Annamaa2017-09-131-2/+2
* bpo-31421: Document how IDLE runs tkinter programs. (#3513)Terry Jan Reedy2017-09-121-6/+29
* bpo-27099: Finish updating IDLE doc and help text. (#3510)Terry Jan Reedy2017-09-121-4/+4
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-101-20/+3
* bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...Raymond Hettinger2017-09-101-14/+4
* Improve IncrementalEncoder documentation (GH-2746)Zhiming Wang2017-09-101-9/+9
* Make `json.dumps()` example to be PEP-8 compliant. (GH-3472)Sergey Fedoseev2017-09-091-1/+1
* bpo-28182: Expose OpenSSL verification results (#3412)Christian Heimes2017-09-081-1/+16
* Show example of itemgetter() applied to a dictionary (#3431)Raymond Hettinger2017-09-081-0/+3
* bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)Christian Heimes2017-09-081-2/+26
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-1/+16
* bpo-31270: Modification of Pr 3200 (#3427)Raymond Hettinger2017-09-071-19/+18
* bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3...Elena Oat2017-09-071-1/+3
* bpo-22635: subprocess.getstatusoutput doc update. (#3398)Gregory P. Smith2017-09-071-7/+12
* bpo-14191 Add parse_intermixed_args. (#3319)R. David Murray2017-09-071-3/+41
* bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)Christian Heimes2017-09-061-0/+6
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-1/+0
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-061-0/+20
* link to legacy doc on the non-legacy website (#3362)Benjamin Peterson2017-09-051-1/+1
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-041-6/+3
* remote note about IRIX in aifc (#3299)Benjamin Peterson2017-09-041-6/+0