summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)Guilherme Caminha2017-09-251-7/+0
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-253-3/+3
* bpo-27385: Clarify docstring for groupby() (#3738)Raymond Hettinger2017-09-251-1/+1
* bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods ...Raymond Hettinger2017-09-251-23/+33
* bpo-18558: Clarify glossary entry for "Iterable" (#3732)Raymond Hettinger2017-09-252-2/+10
* bpo-30085: Improve documentation for operator (#1171)Sanket Dasgupta2017-09-241-3/+4
* Update Email library documentation example (GH-3720)Henk-Jaap Wagenaar2017-09-241-1/+1
* 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-232-8/+9
* bpo-31423: Fix building the PDF documentation (GH-3693)François Magimel2017-09-221-4/+8
* bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)Barry Warsaw2017-09-222-4/+15
* bpo-31443: Update included code. (#3697)Stefan Krah2017-09-221-1/+17
* bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)Stefan Krah2017-09-221-10/+3
* 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
* Fix build issues in Doc/make.bat (#3658)Steve Dower2017-09-191-8/+10
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-185-31/+19
* bpo-31501: Operator precedence description for arithmetic operators (#3633)svelankar2017-09-181-2/+2
* bpo-31487: Update F-strings doc example (GH-3627)Mariatta2017-09-171-1/+1
* Improve f-strings documentation (GH-3604)Mariatta2017-09-161-0/+6
* bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617)Mariatta2017-09-161-2/+4
* bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)Eric Snow2017-09-151-0/+7
* 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
* Fix description in Python 3.7 What's New (#3603)Paul Romano2017-09-151-3/+2
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)Michael Seifert2017-09-152-15/+40
* bpo-31338 (#3374)Barry Warsaw2017-09-151-5/+57
* bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)Feanil Patel2017-09-141-0/+9
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-142-10/+0
* Improve code examples in hashlib cookie signing (GH-3562)sww2017-09-141-3/+4
* bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)Mariatta2017-09-131-1/+1
* Mention enum as an ex (#2982)Louie Lu2017-09-131-2/+2
* 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-102-14/+10
* 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-31036: Allow sphinx and blurb to be found automatically (#3440)Ned Deily2017-09-082-26/+35
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-083-2/+39
* bpo-31270: Modification of Pr 3200 (#3427)Raymond Hettinger2017-09-071-19/+18