summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add PyMemoryView_FromMemory() to whatsnew/3.3.Stefan Krah2012-02-292-0/+6
|
* #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 ↵Ezio Melotti2012-02-291-8/+14
| | | | | | | | patch and tests by Martin Pool.
* | Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.Larry Hastings2012-02-292-26/+219
|\ \ | |/ | | | | (Doc only.)
| * Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)Larry Hastings2012-02-292-26/+219
| |
* | 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
| |
* | Merged cookbook improvement from 3.2.Vinay Sajip2012-02-281-6/+11
|\ \ | |/
| * Improved logging cookbook example.Vinay Sajip2012-02-281-6/+11
| |
* | Merge with 3.2.Georg Brandl2012-02-281-4/+2
|\ \ | |/
| * Fix markup errors.Georg Brandl2012-02-281-4/+2
| |
* | Update importlib.invalidate_caches() to be more general.Brett Cannon2012-02-271-3/+12
| |
* | Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-273-45/+23
| |
* | typoBenjamin Peterson2012-02-271-1/+1
| |
* | Merged cookbook update for LogRecord customisation.Vinay Sajip2012-02-271-0/+82
|\ \ | |/
| * Updated cookbook with information on customising LogRecords.Vinay Sajip2012-02-271-0/+82
| |
* | Merged cookbook update from 3.2.Vinay Sajip2012-02-271-4/+132
|\ \ | |/
| * Updated logging cookbook with info on alternative format styles.Vinay Sajip2012-02-271-4/+132
| |
* | Remove duplicate label.Georg Brandl2012-02-261-2/+0
| |
* | Issue #14123: Explicitly mention that old style % string formatting has ↵Gregory P. Smith2012-02-261-2/+7
|\ \ | |/ | | | | caveats but is not going away any time soon.
| * Issue #14123: Explicitly mention that old style % string formatting has caveatsGregory P. Smith2012-02-261-2/+7
| | | | | | | | but is not going away any time soon.
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-265-10/+101
| |
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and ↵Ezio Melotti2012-02-261-2/+2
| | | | | | | | bytearray.split may now be passed as keyword arguments.
* | Merge 3.2Éric Araujo2012-02-261-1/+1
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-261-1/+1
| |\
| | * Use const markup instead of a misleading string literalÉric Araujo2012-02-261-1/+1
| | |
* | | #14114: merge with 3.2.Ezio Melotti2012-02-251-1/+1
|\ \ \ | |/ /
| * | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
| |/
| * Add 3.2.3 to license.Georg Brandl2012-02-231-0/+2
| |
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-255-244/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and lifetime issues of dynamically allocated Py_buffer members (#9990) as well as crashes (#8305, #7433). Many new features have been added (See whatsnew/3.3), and the documentation has been updated extensively. The ndarray test object from _testbuffer.c implements all aspects of PEP-3118, so further development towards the complete implementation of the PEP can proceed in a test-driven manner. Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review and many ideas. - Issue #12834: Fix incorrect results of memoryview.tobytes() for non-contiguous arrays. - Issue #5231: Introduce memoryview.cast() method that allows changing format and shape without making a copy of the underlying memory.
* | 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
| |
* | remove unapplicable statementBenjamin Peterson2012-02-211-4/+2
| |
* | merge with 3.2Georg Brandl2012-02-211-1/+1
|\ \ | |/
| * merge with 3.2Georg Brandl2012-02-211-1/+1
| |\
| | * Remove reST markup from --help output. Also: O(n**2) is dict construction, ↵Georg Brandl2012-02-211-1/+1
| | | | | | | | | | | | not single insertion.
* | | enable hash randomization by defaultBenjamin Peterson2012-02-212-7/+27
| | |
* | | update unicode linkBenjamin Peterson2012-02-211-1/+1
| | |
* | | 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-203-1/+52
|\ \ \ | |/ /
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵Georg Brandl2012-02-203-1/+52
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
| | * Issue #13703: add a way to randomize the hash values of basic types (str, ↵Georg Brandl2012-02-203-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
* | | Merged upstream changes.Vinay Sajip2012-02-202-3/+22
|\ \ \
| * | | Issue #14040: Remove rarely used file name suffixes for C extensions (under ↵Antoine Pitrou2012-02-201-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | POSIX mainly). This will improve import performance a bit (especially under importlib).
| * | | Issue #13641: Decoding functions in the base64 module now accept ASCII-only ↵Antoine Pitrou2012-02-201-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | unicode strings. Patch by Catalin Iacob.
* | | | Merged documentation update from 3.2.Vinay Sajip2012-02-201-6/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | logging: clarified documentation for Handler.handleError.Vinay Sajip2012-02-201-6/+8
| | |