summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid markup and update suspicious ignores.Georg Brandl2012-03-042-3/+3
* Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-5/+4
* Merge 3.2Eli Bendersky2012-03-021-0/+8
|\
| * Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some c...Eli Bendersky2012-03-021-0/+8
* | Merge branch '3.2'Petri Lehtinen2012-03-011-8/+8
|\ \
| * | sqlite3: Port documentation changes from the 2.7 branchPetri Lehtinen2012-03-011-8/+8
| |/
* | Add missing 'versionadded' for shlex.quote; closes #14165Eli Bendersky2012-03-011-0/+1
* | #14155: merge with 3.2.Ezio Melotti2012-02-291-52/+28
|\ \ | |/
| * #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* | #10713: merge with 3.2.Ezio Melotti2012-02-291-8/+14
|\ \ | |/
| * #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-8/+14
* | merge with 3.2Sandro Tosi2012-02-281-1/+1
|\ \ | |/
| * s/div/truediv/; thanks to Félix-Antoine Fortin from docs@Sandro Tosi2012-02-281-1/+1
* | Update importlib.invalidate_caches() to be more general.Brett Cannon2012-02-271-3/+12
* | typoBenjamin Peterson2012-02-271-1/+1
* | Issue #14123: Explicitly mention that old style % string formatting has cavea...Gregory P. Smith2012-02-261-2/+7
|\ \ | |/
| * Issue #14123: Explicitly mention that old style % string formatting has caveatsGregory P. Smith2012-02-261-2/+7
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-262-4/+23
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-261-2/+2
* | Merge 3.2Éric Araujo2012-02-261-1/+1
|\ \ | |/
| * Use const markup instead of a misleading string literalÉric Araujo2012-02-261-1/+1
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-40/+258
* | Issue #13846: Enhance time.monotonic() documentationVictor Stinner2012-02-231-2/+3
* | merge with 3.2Georg Brandl2012-02-232-3/+4
|\ \ | |/
| * Fix markup errors.Georg Brandl2012-02-232-3/+5
* | adjust docs for unicode 6.1Benjamin Peterson2012-02-211-4/+4
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+4
|\ \ | |/
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+4
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+4
* | | Merged upstream changes.Vinay Sajip2012-02-201-3/+8
|\ \ \
| * | | Issue #13641: Decoding functions in the base64 module now accept ASCII-only u...Antoine Pitrou2012-02-201-3/+8
* | | | Merged documentation update from 3.2.Vinay Sajip2012-02-201-6/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | logging: clarified documentation for Handler.handleError.Vinay Sajip2012-02-201-6/+8
* | | MergeAntoine Pitrou2012-02-201-15/+16
|\ \ \
| * \ \ Merge 3.2Éric Araujo2012-02-201-15/+16
| |\ \ \ | | |/ /
| | * | Add missing “::” markup.Éric Araujo2012-02-201-15/+16
* | | | Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...Antoine Pitrou2012-02-201-0/+8
|/ / /
* | | Issue #13605: merge with 3.2Sandro Tosi2012-02-191-1/+1
|\ \ \ | |/ /
| * | Issue #13605: use print() in argparse nargs exampleSandro Tosi2012-02-191-1/+1
* | | merge with 3.2Sandro Tosi2012-02-191-1/+1
|\ \ \ | |/ /
| * | Indent 'File' in memoryview example, so it is correctly highlightedSandro Tosi2012-02-191-1/+1
* | | merge with 3.2Sandro Tosi2012-02-181-1/+1
|\ \ \ | |/ /
| * | fix error in memoryview example; thanks to kan lianlian from docs@Sandro Tosi2012-02-181-1/+1
* | | #14020: merge with 3.2.Ezio Melotti2012-02-181-67/+205
|\ \ \ | |/ /
| * | #14020: improve HTMLParser documentation.Ezio Melotti2012-02-181-67/+205
* | | Merge branch '3.2'Petri Lehtinen2012-02-161-6/+5
|\ \ \ | |/ /
| * | sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-161-6/+5
* | | Issue #11836: document and expose multiprocessing.SimpleQueueSandro Tosi2012-02-151-1/+18
|\ \ \ | |/ /
| * | Issue #11836: document multiprocessing.queues.SimpleQueueSandro Tosi2012-02-151-1/+18
* | | Merge branch '3.2'Petri Lehtinen2012-02-151-6/+2
|\ \ \ | |/ /