summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3Larry Hastings2015-02-251-1/+1
* Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
* asyncio doc: explain how to display ResourceWarning in the debug mode sectionVictor Stinner2015-02-041-15/+24
* asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-031-6/+4
* Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-6/+7
* Fix asyncio doc typo.R David Murray2015-01-301-1/+1
* asyncio doc: document the new ResourceWarning warningsVictor Stinner2015-01-301-0/+11
* asyncio doc: add a section about task cancellationVictor Stinner2015-01-291-0/+37
* Issue #21962, asyncio doc: Suggest the usage of wait_for() to replaceVictor Stinner2015-01-291-0/+23
* asyncio doc: document Protocol state machineVictor Stinner2015-01-291-0/+8
* Issue #14099: Backout changeset e5bb3044402b (except adapted tests).Serhiy Storchaka2015-01-261-2/+8
* Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-6/+0
* #23215: reflow paragraph.R David Murray2015-01-251-6/+6
* #23251: Note that time.sleep affects the calling thread only.R David Murray2015-01-251-1/+2
* 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-185-11/+11
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-181-2/+2
* Issue22997: minor doc update; thanks to Simoen VisserEthan Furman2015-01-151-3/+7
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* Issue #22952: improve multiprocessing doc introduction and defer notes until ...Antoine Pitrou2015-01-111-32/+54
* Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...Mark Dickinson2015-01-111-4/+4
* asyncio: SelectSelector is limited to 512 sockets on WindowsVictor Stinner2015-01-091-1/+2
* asyncio doc: fix section of event loop examplesVictor Stinner2015-01-091-5/+5
* asyncio doc: list limitations to run subprocesses from different threadsVictor Stinner2015-01-092-0/+24
* Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.Berker Peksag2015-01-071-3/+4
* Issue 19548: update codecs module documentationNick Coghlan2015-01-064-309/+335
* Cosmetic fixes to the 'Develop with asyncio' pageZachary Ware2015-01-061-8/+10
* the current marshal version is 4 (closes #23167)Benjamin Peterson2015-01-041-1/+1
* update docs for #23111Benjamin Peterson2014-12-301-1/+1
* use a proper m-dashBenjamin Peterson2014-12-291-2/+2
* Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
* #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-3/+4
* asyncio doc: Fix doc of get and put methods of QueueVictor Stinner2014-12-221-8/+13
* Fix typo.Barry Warsaw2014-12-191-1/+1
* Issue #23049: Pure python equivalent shouldn't imply more exactitude than is...Raymond Hettinger2014-12-171-1/+1
* asyncio doc: call_soon() does not call immediatly the callback. Patch writtenVictor Stinner2014-12-151-1/+3
* Issue 23005: Fix typosRaymond Hettinger2014-12-121-2/+2
* Issue #22823: Fixed an output of sets in examples.Serhiy Storchaka2014-12-111-12/+12
* whitespaceTerry Jan Reedy2014-12-101-1/+1
* Issue #23006 whitespaceTerry Jan Reedy2014-12-101-2/+2
* Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-5/+8
* Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-091-3/+10
* fix reference by adding module nameBenjamin Peterson2014-12-071-1/+1
* HTTPSConnection: prefer the context's check_hostname attribute over the const...Benjamin Peterson2014-12-071-8/+3
* note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-052-3/+4
* Edit Menus section of Idle doc. Make menu entries match current Idle in orderTerry Jan Reedy2014-12-051-123/+138
* docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-051-1/+2
* Issue #3068: Document the new Configure Extensions dialog and menu entry.Terry Jan Reedy2014-12-041-11/+19