summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-188-19/+19
|
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-181-2/+2
| | | | Patch by Al Sweigart.
* Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.Georg Brandl2015-01-151-1/+1
|
* Issue22997: minor doc update; thanks to Simoen VisserEthan Furman2015-01-151-3/+7
|
* Issue22988: clarify yield and exception blocksEthan Furman2015-01-151-4/+5
|
* Issue20467: clarify __init__'s roleEthan Furman2015-01-151-7/+11
|\
| * Issue20467: clarify __init__'s roleEthan Furman2015-01-151-7/+11
| |
* | fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-135-5/+5
| | | | | | | | Patch by Karan Goel.
* | Issue #22952: improve multiprocessing doc introduction and defer notes until ↵Antoine Pitrou2015-01-111-32/+54
| | | | | | | | | | | | appropriate. Patch by Davin Potts.
* | Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse ↵Mark Dickinson2015-01-111-4/+4
| | | | | | | | hyperbolic sine' (etc.). Remove meaningless reference to radians.
* | 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
| | | | | | | | Patch by A.M. Kuchling.
* | Issue 19548: update codecs module documentationNick Coghlan2015-01-065-310/+339
| | | | | | | | | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs
* | Cosmetic fixes to the 'Develop with asyncio' pageZachary Ware2015-01-061-8/+10
| |
* | emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
| |
* | the current marshal version is 4 (closes #23167)Benjamin Peterson2015-01-041-1/+1
| | | | | | | | Patch by Dmitry Kazakov.
* | Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
| |
* | merge 3.3Benjamin Peterson2015-01-012-2/+2
|\ \ | |/
| * merge 3.2Benjamin Peterson2015-01-012-2/+2
| |\
| | * update for copyright for 2015Benjamin Peterson2015-01-012-2/+2
| | |
| | * Copyright year update, add version to licenses.v3.2.6rc1Georg Brandl2014-10-042-2/+6
| | |
| | * Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-292-0/+12
| | |
| | * Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2014-09-301-1/+1
| | | | | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen.
* | | 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
| | | | | | | | | | | | Reported by Damien Marié.
* | | #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-3/+4
| | | | | | | | | | | | Patch by Wojtek Ruszczewski.
* | | update correct French examples (#23109)Benjamin Peterson2014-12-241-2/+2
| | |
* | | improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
| | | | | | | | | | | | Following suggestions from Clément.
* | | doucment that Py_SetPath copies its argument (closes #23110)Benjamin Peterson2014-12-241-0/+3
| | |
* | | 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 #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
| | | | | | | | | | | | | | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett.
* | | Issue #23049: Pure python equivalent shouldn't imply more exactitude than ↵Raymond Hettinger2014-12-171-1/+1
| | | | | | | | | | | | is really there.
* | | asyncio doc: call_soon() does not call immediatly the callback. Patch writtenVictor Stinner2014-12-151-1/+3
| | | | | | | | | | | | by Martin Panter.
* | | Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
| | | | | | | | | | | | Patch by Chaitanya agrawal.
* | | Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.Ned Deily2014-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores.
* | | Address some comments from Nick CoghlanBrett Cannon2014-12-121-8/+23
| | |
* | | remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
| | |
* | | 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-102-5/+14
| | | | | | | | | | | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section.
* | | fix path to patchlevel.pyBenjamin Peterson2014-12-101-1/+1
| | |
* | | #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.R David Murray2014-12-101-2/+1
| | | | | | | | | | | | Patch by Chaitanya Agrawal.
* | | Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-093-7/+20
| | | | | | | | | | | | Patch by Éric Araujo.
* | | fix reference by adding module nameBenjamin Peterson2014-12-071-1/+1
| | |