summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright PSF to 2001-2017 (#3421)Christian Heimes2017-09-071-1/+1
* bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)Pablo Galindo2017-09-071-8/+8
* bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3...Elena Oat2017-09-071-1/+3
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-0/+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-072-3/+50
* 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-063-5/+4
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-061-0/+20
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...Steve Dower2017-09-061-0/+24
* link to legacy doc on the non-legacy website (#3362)Benjamin Peterson2017-09-052-2/+2
* Prevent a few make suspicious warnings. (#3341)Ned Deily2017-09-051-0/+2
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-052-2/+17
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-042-0/+10
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-042-13/+7
* What's New for bpo-1198569 (#3303)Barry Warsaw2017-09-041-0/+7
* Fixes doc/make.bat to properly handle quoted paths. (#3302)Steve Dower2017-09-041-8/+8
* remote note about IRIX in aifc (#3299)Benjamin Peterson2017-09-041-6/+0
* bpo-1198569: Allow string.Template braced pattern to be different (#3288)Barry Warsaw2017-09-041-3/+15