summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021)Miss Islington (bot)2017-10-172-3/+12
* [3.6] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH...Miss Islington (bot)2017-10-151-1/+1
* [3.6] bpo-31714: Improved regular expression documentation. (GH-3907). (#3994)Serhiy Storchaka2017-10-142-183/+224
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-141-2/+12
* [3.6] Improve test suite customization example (GH-3967)Miss Islington (bot)2017-10-131-2/+6
* Exclude non-default VENVDIR in Doc builds (#3974) (#3975)Ned Deily2017-10-121-1/+2
* bpo-31766: restore 3.5 to docs version switchers (#3970)Ned Deily2017-10-122-1/+3
* [3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)Miss Islington (bot)2017-10-125-13/+22
* [3.6] bpo-28157: Improvements for the time module documentation (GH-928)Miss Islington (bot)2017-10-111-87/+115
* bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)Miss Islington (bot)2017-10-101-2/+2
* bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-...Miss Islington (bot)2017-10-071-1/+1
* [3.6] bpo-30872: Update the curses docs to Python 3. (GH-2620) (#3887)Serhiy Storchaka2017-10-053-109/+115
* [3.6] bpo-31667: Fix gettext related links. (GH-3860) (#3886)Miss Islington (bot)2017-10-042-9/+15
* Remove retired and security branches from active docs (#3880)Ned Deily2017-10-042-4/+0
* Merge v3.6.3 into 3.6 branchNed Deily2017-10-031-1/+1
|\
| * Bump to 3.6.3v3.6.3Ned Deily2017-10-031-1/+1
| * [3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)Zachary Ware2017-10-031-4/+8
| * Fix build issues in Doc/make.bat (#3663)Steve Dower2017-10-031-8/+10
* | bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)Miss Islington (bot)2017-09-281-1/+1
* | [3.6] point to the module-level get_ident function rather than the one in _th...Miss Islington (bot)2017-09-271-4/+4
* | bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)...Miss Islington (bot)2017-09-251-7/+0
* | [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)Miss Islington (bot)2017-09-251-1/+1
* | [3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound me...Miss Islington (bot)2017-09-251-23/+33
* | [3.6] bpo-18558: Clarify glossary entry for "Iterable" (GH-3732) (#3741)Miss Islington (bot)2017-09-252-2/+10
* | [3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)Miss Islington (bot)2017-09-241-3/+4
* | bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)Miss Islington (bot)2017-09-241-1/+1
* | [3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH...Miss Islington (bot)2017-09-241-4/+20
* | bpo-31564: Update typing documentation (GH-3696) (GH-3715)Miss Islington (bot)2017-09-241-3/+9
* | [3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Miss Islington (bot)2017-09-232-8/+9
* | [3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)Zachary Ware2017-09-221-4/+8
* | bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)Miss Islington (bot)2017-09-221-0/+3
* | bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)Miss Islington (bot)2017-09-201-2/+2
* | bpo-31501: Operator precedence description for arithmetic operators (GH-3633)...Miss Islington (bot)2017-09-191-2/+2
* | Fix build issues in Doc/make.bat (#3663)Steve Dower2017-09-191-8/+10
|/
* bpo-31487: Update F-strings doc example (GH-3627) (GH-3628)Miss Islington (bot)2017-09-171-1/+1
* bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619)Miss Islington (bot)2017-09-161-0/+6
* bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-361...Miss Islington (bot)2017-09-161-2/+4
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3607)Michael Seifert2017-09-162-15/+40
* [3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)Terry Jan Reedy2017-09-151-1/+3
* Improve code examples in hashlib cookie signing (GH-3562) (GH-3566)Miss Islington (bot)2017-09-141-3/+4
* [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)Mariatta2017-09-141-1/+1
* [3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527)Miss Islington (bot)2017-09-131-2/+2
* [3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) (...Mariatta2017-09-131-2/+3
* [3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)Miss Islington (bot)2017-09-121-6/+29
* [3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)Miss Islington (bot)2017-09-121-4/+4
* [3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2...Terry Jan Reedy2017-09-111-20/+3
* bpo-29136: Fix versionchange for TLS 1.3 changes (#3483)Christian Heimes2017-09-101-3/+3
* [3.6] Improve IncrementalEncoder documentation (GH-2746) (GH-3475)Miss Islington (bot)2017-09-101-9/+9
* [3.6] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3325)R. David Murray2017-09-101-3/+15
* [3.6] Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) (GH-3473)Miss Islington (bot)2017-09-091-1/+1