summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #23536: Clarified scope of fileConfig()'s API.Vinay Sajip2015-04-181-0/+12
* Fix PyGILState_GetThisThreadState() prototype in the API documentation.Charles-François Natali2015-04-151-1/+1
* Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-124/+124
* use imperativeBenjamin Peterson2015-04-111-5/+5
* highlight is now highlighted (closes #23909)Benjamin Peterson2015-04-101-1/+1
* Issue #23400: Add notes about the sem_open support of the host OS toBerker Peksag2015-04-081-8/+17
* actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* Issue #23729: Improve docs for ElementTree namespace parsingRaymond Hettinger2015-03-311-8/+11
* #23512: list non-essential built-in functions after the table. Patch by Carl...Ezio Melotti2015-03-241-4/+9
* #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-241-38/+29
* Issue 23729: Document ElementTree namespace handling and fix an omission in ...Raymond Hettinger2015-03-221-0/+68
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-3/+10
* clarify behavior of shutil.move when destination exists (closes #22933)Benjamin Peterson2015-03-221-6/+3
* versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-8/+11
* Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* Fix minor docs markup errors.Serhiy Storchaka2015-03-143-5/+5
* the default is sys.maxsize not sys.maxint (closes #23645)Benjamin Peterson2015-03-131-9/+9
* Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
* replace Amazon links in the documentation (closes #23579)Benjamin Peterson2015-03-072-4/+4
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-3/+11
* wrap everything at 80 charsBenjamin Peterson2015-03-021-76/+78
* Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+2
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-211-2/+5
* Fix typo pointed out on docs@ by Yaniv SayehZachary Ware2015-02-201-1/+1
* Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
* remove parenthesis from print statement (closes #23396)Benjamin Peterson2015-02-051-1/+1
* Preserve critical whitespace in Doc/*.Stefan Krah2015-02-011-1/+1
* Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsetsStefan Krah2015-02-011-1/+4
* Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
* Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
* Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).Serhiy Storchaka2015-01-261-2/+8
* #23251: Reflow paragraph.R David Murray2015-01-251-6/+6
* #23251: note that time.sleep affects the current thread only.R David Murray2015-01-251-1/+2
* prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-1/+2
* fix versionchangedBenjamin Peterson2015-01-231-3/+3
* pep 466 backport of alpn (#20188)Benjamin Peterson2015-01-231-2/+32
* Issue #23305: clarified RotatingFileHandler documentation.Vinay Sajip2015-01-231-9/+10
* Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...Berker Peksag2015-01-201-3/+6
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-181-2/+2
* Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.Georg Brandl2015-01-151-1/+1
* Issue20467: clarify __init__'s roleEthan Furman2015-01-151-4/+8
* Closes #23181: codepoint -> code pointGeorg Brandl2015-01-145-12/+12
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-134-4/+4
* Issue #22952: improve multiprocessing doc introduction and defer notes until ...Antoine Pitrou2015-01-111-33/+54
* Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...Mark Dickinson2015-01-111-4/+4
* Silence a Sphinx warning in ftplib.rst.Berker Peksag2015-01-061-1/+1
* Fix a markup error in the argparse documentation.Berker Peksag2015-01-061-2/+2
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+2