Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 3 | -1/+52 |
|\ | |||||
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵ | Georg Brandl | 2012-02-20 | 3 | -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 Brandl | 2012-02-20 | 3 | -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 Sajip | 2012-02-20 | 2 | -3/+22 |
|\ \ \ | |||||
| * | | | Issue #14040: Remove rarely used file name suffixes for C extensions (under ↵ | Antoine Pitrou | 2012-02-20 | 1 | -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 Pitrou | 2012-02-20 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | unicode strings. Patch by Catalin Iacob. | ||||
* | | | | Merged documentation update from 3.2. | Vinay Sajip | 2012-02-20 | 1 | -6/+8 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | logging: clarified documentation for Handler.handleError. | Vinay Sajip | 2012-02-20 | 1 | -6/+8 |
| | | | |||||
* | | | write versionadded | Benjamin Peterson | 2012-02-20 | 1 | -0/+4 |
| | | | |||||
* | | | add generic implementation of a __dict__ descriptor for C types | Benjamin Peterson | 2012-02-20 | 2 | -1/+12 |
| | | | |||||
* | | | Merge | Antoine Pitrou | 2012-02-20 | 1 | -15/+16 |
|\ \ \ | |||||
| * \ \ | Merge 3.2 | Éric Araujo | 2012-02-20 | 1 | -15/+16 |
| |\ \ \ | | |/ / | |||||
| | * | | Add missing “::” markup. | Éric Araujo | 2012-02-20 | 1 | -15/+16 |
| | | | | | | | | | | | | | | | | Also wrap two looong lines. | ||||
* | | | | Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ↵ | Antoine Pitrou | 2012-02-20 | 1 | -0/+8 |
|/ / / | | | | | | | | | | | | | | | | importlib.invalidate_caches() function. importlib is now often faster than imp.find_module() at finding modules. | ||||
* | | | Issue #13605: merge with 3.2 | Sandro Tosi | 2012-02-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #13605: use print() in argparse nargs example | Sandro Tosi | 2012-02-19 | 1 | -1/+1 |
| | | | |||||
* | | | merge with 3.2 | Sandro Tosi | 2012-02-19 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ | Sandro Tosi | 2012-02-19 | 1 | -3/+3 |
| | | | |||||
* | | | merge with 3.2 | Sandro Tosi | 2012-02-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Indent 'File' in memoryview example, so it is correctly highlighted | Sandro Tosi | 2012-02-19 | 1 | -1/+1 |
| | | | |||||
* | | | merge with 3.2 | Sandro Tosi | 2012-02-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | fix error in memoryview example; thanks to kan lianlian from docs@ | Sandro Tosi | 2012-02-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.2 closes 14023 | Terry Jan Reedy | 2012-02-18 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought | Terry Jan Reedy | 2012-02-18 | 1 | -5/+5 |
| | | | | | | | | | | | | to to makes bytes mutable, before deciding to add bytearrays.) | ||||
* | | | #14020: merge with 3.2. | Ezio Melotti | 2012-02-18 | 1 | -67/+205 |
|\ \ \ | |/ / | |||||
| * | | #14020: improve HTMLParser documentation. | Ezio Melotti | 2012-02-18 | 1 | -67/+205 |
| | | | |||||
* | | | Merge branch '3.2' | Petri Lehtinen | 2012-02-16 | 2 | -8/+6 |
|\ \ \ | |/ / | | | | | | | Closes #13995. | ||||
| * | | sqlite3: Fix documentation errors concerning Cursor.rowcount | Petri Lehtinen | 2012-02-16 | 2 | -8/+6 |
| | | | | | | | | | | | | Closes #13995. | ||||
* | | | Issue #11836: document and expose multiprocessing.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
|\ \ \ | |/ / | |||||
| * | | Issue #11836: document multiprocessing.queues.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
| | | | |||||
* | | | Merge branch '3.2' | Petri Lehtinen | 2012-02-15 | 8 | -41/+25 |
|\ \ \ | |/ / | | | | | | | Issue #13491. | ||||
| * | | Issue #13491: Fix many errors in sqlite3 documentation | Petri Lehtinen | 2012-02-15 | 8 | -52/+25 |
| | | | | | | | | | | | | Initial patch by Johannes Vogel. | ||||
* | | | Merge fixes for #1326113 and #12297 from 3.2 | Éric Araujo | 2012-02-15 | 1 | -8/+9 |
|\ \ \ | |/ / | |||||
| * | | Improve doc for atexit.register and unregister (#12297) | Éric Araujo | 2012-02-15 | 1 | -8/+9 |
| | | | |||||
* | | | Time module doc: Fix reST syntax | Victor Stinner | 2012-02-14 | 1 | -2/+2 |
| | | | |||||
* | | | shutil copy module reference doc fix. | Senthil Kumaran | 2012-02-13 | 1 | -21/+23 |
|\ \ \ | |/ / | |||||
| * | | shutil copy module reference doc fix. | Senthil Kumaran | 2012-02-13 | 1 | -19/+19 |
| | | | |||||
* | | | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ↵ | Florent Xicluna | 2012-02-13 | 2 | -4/+7 |
| | | | | | | | | | | | | automatically used whenever available. | ||||
* | | | Issue #13930: Adds ability for 2to3 to write its output to a different | Gregory P. Smith | 2012-02-12 | 1 | -0/+32 |
|\ \ \ | |/ / | | | | | | | | | | directory tree instead of overwriting the input files. Adds three command line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix. | ||||
| * | | Issue #13930: Adds ability for 2to3 to write its output to a different | Gregory P. Smith | 2012-02-12 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | directory tree instead of overwriting the input files. Adds three command line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix. Feature backports into stable release branches for 2to3 are allowed by a special exemption: http://mail.python.org/pipermail/python-dev/2011-December/115089.html | ||||
* | | | Merge fixes for #13193 and FAQ from 3.2 | Éric Araujo | 2012-02-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Update mention of Subversion in the FAQ. | Éric Araujo | 2012-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | If I grepped correctly, this was the last outdated place. | ||||
* | | | What's new typo | Antoine Pitrou | 2012-02-12 | 1 | -1/+1 |
| | | | |||||
* | | | Add section on bz2 module to whatsnew/3.3. | Nadeem Vawda | 2012-02-11 | 1 | -0/+22 |
| | | | |||||
* | | | Fix typo in whatsnew/3.3. | Nadeem Vawda | 2012-02-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge: #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -3/+5 |
| | | | | | | | | | | | | Also, give a more helpful error message when opened with an invalid mode string. | ||||
* | | | fix Doc/extending/extending.rst typo | Eli Bendersky | 2012-02-11 | 1 | -1/+1 |
| | | | |||||
* | | | fix Sphinx error in os.rst | Eli Bendersky | 2012-02-11 | 1 | -2/+2 |
| | | | |||||
* | | | Undocument and clean up sqlite3.OptimizedUnicode | Petri Lehtinen | 2012-02-09 | 2 | -15/+0 |
| | | | | | | | | | | | | Closes #13921. |