summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* #15789: merge with 3.2.Ezio Melotti2012-09-151-3/+7
|\
| * #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...Ezio Melotti2012-09-151-3/+7
* | #15932: merge with 3.2.Ezio Melotti2012-09-151-13/+15
|\ \ | |/
| * #15932: use with statement in csv doc examples. Patch by Dario Bertini.Ezio Melotti2012-09-151-13/+15
* | #15831: merge with 3.2Ezio Melotti2012-09-1415-49/+94
|\ \ | |/
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-1413-46/+89
* | #15886: remove redundant phraseR David Murray2012-09-111-3/+2
* | Merge #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-0/+10
|\ \ | |/
| * #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-0/+10
* | MergeRichard Oudkerk2012-09-101-1/+1
|\ \ | |/
| * Issue #15901: Change example to use byte string instead of stringRichard Oudkerk2012-09-101-1/+1
* | Merge #5088: document behavior of optparse defaults with 'append' action.R David Murray2012-09-081-0/+11
|\ \ | |/
| * #5088: document behavior of optparse defaults with 'append' action.R David Murray2012-09-081-0/+11
| * Merge heads.Ezio Melotti2012-09-082-8/+14
| |\
* | \ #15865: merge with 3.2.Ezio Melotti2012-09-083-12/+16
|\ \ \ | | |/ | |/|
| * | #15865: add "*" in the signature to document keyword-only args in the docs. ...Ezio Melotti2012-09-082-8/+14
* | | Merge #15510: clarify textwrap's handling of whitespace, and add confirming t...R David Murray2012-09-081-6/+13
|\ \ \ | | |/ | |/|
| * | #15510: clarify textwrap's handling of whitespace, and add confirming tests.R David Murray2012-09-081-6/+13
| |/
* | Fix a typo in the curses docsRoss Lagerwall2012-09-061-1/+1
* | Issue #15855: updated related manual entries.Alexander Belopolsky2012-09-031-1/+7
* | Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.Stefan Krah2012-09-021-6/+8
* | Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.Stefan Krah2012-09-011-15/+7
* | Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-311-1/+1
|\ \ | |/
| * Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-311-1/+1
* | Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().Stefan Krah2012-08-301-0/+5
* | Issue #15724: Add versionchanged tags to the memoryview documentation.Stefan Krah2012-08-301-2/+10
* | Add missing comma.Ezio Melotti2012-08-291-1/+1
|\ \ | |/
| * Add missing comma.Ezio Melotti2012-08-291-1/+1
* | Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-281-4/+5
* | #11964: Document a change in v3.2 to the json indent parameterPetri Lehtinen2012-08-281-4/+12
|\ \ | |/
| * #11964: Document a change in v3.2 to the json indent parameterPetri Lehtinen2012-08-281-4/+12
* | Merge: Fix a JSON doc typoPetri Lehtinen2012-08-271-1/+1
|\ \ | |/
| * Fix a JSON doc typoPetri Lehtinen2012-08-271-1/+1
* | #15788: merge with 3.2.Ezio Melotti2012-08-271-2/+2
|\ \ | |/
| * #15788: fix broken links in subprocess doc. Patch by Chris Rebert.Ezio Melotti2012-08-271-2/+2
* | Fix typo.Ezio Melotti2012-08-261-1/+1
* | Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)Nick Coghlan2012-08-251-21/+57
* | Issue #13072: The array module's 'u' format code is now deprecated andStefan Krah2012-08-241-1/+6
* | Add glossary referencesAntoine Pitrou2012-08-241-3/+3
|\ \ | |/
| * Add glossary referencesAntoine Pitrou2012-08-241-3/+3
* | Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-241-6/+111
|\ \ | |/
| * Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-241-6/+111
* | Address most of Ezio's comments. str/bytes/bytearray docs still need consolid...Nick Coghlan2012-08-212-189/+247
* | Issue #14954: Clarify the interaction of weak references and garbage collection.Antoine Pitrou2012-08-201-1/+4
|\ \ | |/
| * Issue #14954: Clarify the interaction of weak references and garbage collection.Antoine Pitrou2012-08-201-1/+4
* | Merge #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
|\ \ | |/
| * #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
* | Break up the 'someos' docs classification based on a more user-focused scheme...Nick Coghlan2012-08-206-30/+37
* | Close #4966: revamp the sequence docs in order to better explain the state of...Nick Coghlan2012-08-205-719/+976
* | Issue #14814: document the Interface APIs and fix various problems with the s...Nick Coghlan2012-08-201-18/+59