summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)Christian Heimes2017-09-081-2/+26
* [3.6] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) (...Miss Islington (bot)2017-09-082-26/+35
* [3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...Miss Islington (bot)2017-09-071-8/+8
* [3.6] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newline...Miss Islington (bot)2017-09-071-1/+3
* [3.6] bpo-30096: Use ABC in abc reference examples (GH-1220) (GH-3408)Miss Islington (bot)2017-09-071-24/+39
* Link to generated changelog, not website.Ned Deily2017-09-071-3/+2
* [3.6] bpo-22635: subprocess.getstatusoutput doc update. (GH-3398) (#3411)Miss Islington (bot)2017-09-071-7/+12
* [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)Miss Islington (bot)2017-09-071-0/+6
* [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...Steve Dower2017-09-061-7/+31
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-068-14/+14
* [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)Benjamin Peterson2017-09-062-2/+2
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-052-2/+17
* [3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313)Gregory P. Smith2017-09-041-3/+5
* [3.6] remote note about IRIX in aifc (#3304)Benjamin Peterson2017-09-041-6/+0
* Blurbify 3.6. (#3287)larryhastings2017-09-041-1/+0
* bpo-31095: fix potential crash during GC (GH-3195)INADA Naoki2017-09-042-9/+21
* [3.6] Fix a typo in the Programming FAQ. (GH-3230) (#3273)Gregory P. Smith2017-09-031-1/+1
* [3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250)Mariatta2017-08-311-6/+6
* [3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225)Mariatta2017-08-281-3/+4
* bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224)Mariatta2017-08-271-2/+2
* Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125)Mariatta2017-08-181-1/+1
* Update the language selection in the docs language switch. (GH-3114) (#3115)Julien Palard2017-08-171-1/+1
* [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)Christian Heimes2017-08-151-2/+3
* bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)Julien Palard2017-08-101-2/+3
* bpo-31045: Language switch (#2652) (#3023)Julien Palard2017-08-084-71/+151