Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.5: Issue #21668 | Victor Stinner | 2016-04-19 | 1 | -1/+4 |
|\ | |||||
| * | setup.py: add missing libm dependency | Victor Stinner | 2016-04-19 | 1 | -1/+4 |
| | | | | | | | | | | Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm, except on Mac OS X. Patch written by Xavier de Gaye. | ||||
* | | Issue #24838: Merge tarfile fix from 3.5. | Lars Gustäbel | 2016-04-19 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and | Lars Gustäbel | 2016-04-19 | 1 | -0/+3 |
| | | | | | | | | link field limits for multibyte character encodings like utf-8. | ||||
* | | Issue #26657: Merge http.server fix from 3.5 | Martin Panter | 2016-04-18 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #26657: Fix Windows directory traversal vulnerability with http.server | Martin Panter | 2016-04-18 | 1 | -0/+4 |
| | | | | | | | | | | Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47. | ||||
* | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 2 | -9/+9 |
|\ \ | |/ | | | | | messages. | ||||
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 2 | -9/+9 |
| | | |||||
* | | Issue #26717: Merge wsgiref fix from 3.5 | Martin Panter | 2016-04-17 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 | Martin Panter | 2016-04-17 | 2 | -0/+4 |
| | | | | | | | | Patch by Anthony Sottile. | ||||
* | | Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows | Martin Panter | 2016-04-16 | 1 | -0/+2 |
| | | |||||
* | | merge 3.5 (#26659) | Benjamin Peterson | 2016-04-16 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | add gc support to slice (closes #26659) | Benjamin Peterson | 2016-04-16 | 1 | -0/+2 |
| | | |||||
* | | Issue #25702: A --with-lto configure option has been added that will | Gregory P. Smith | 2016-04-15 | 1 | -0/+6 |
|\ \ | |/ | | | | | enable link time optimizations at build time during a make profile-opt. | ||||
| * | Issue #25702: A --with-lto configure option has been added that will | Gregory P. Smith | 2016-04-15 | 1 | -0/+6 |
| | | | | | | | | enable link time optimizations at build time during a make profile-opt. | ||||
* | | Issue #15984: Merge PyUnicode doc from 3.5 | Martin Panter | 2016-04-15 | 2 | -8/+8 |
|\ \ | |/ | |||||
| * | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 2 | -8/+8 |
| | | | | | | | | This affects documentation, code comments, and a debugging messages. | ||||
* | | Issue #26718: super.__init__ no longer leaks memory if called multiple times. | Serhiy Storchaka | 2016-04-13 | 1 | -0/+3 |
|\ \ | |/ | | | | | NOTE: A direct call of super.__init__ is not endorsed! | ||||
| * | Issue #26718: super.__init__ no longer leaks memory if called multiple times. | Serhiy Storchaka | 2016-04-13 | 1 | -0/+3 |
| | | | | | | | | NOTE: A direct call of super.__init__ is not endorsed! | ||||
* | | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 1 | -0/+3 |
|\ \ | |/ | | | | | old versions. | ||||
| * | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 1 | -0/+3 |
| | | | | | | | | old versions. | ||||
* | | Issue #26404: Add context manager to socketserver, by Aviv Palivoda | Martin Panter | 2016-04-13 | 1 | -0/+2 |
| | | |||||
* | | Merge 3.5 (os.urandom) | Victor Stinner | 2016-04-12 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Fix os.urandom() on Solaris 11.3 | Victor Stinner | 2016-04-12 | 1 | -0/+4 |
| | | | | | | | | | | | | Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than 1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per call. | ||||
* | | Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) | Martin Panter | 2016-04-11 | 1 | -0/+3 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #26685: Raise OSError if closing a socket fails | Martin Panter | 2016-04-11 | 1 | -0/+2 |
| | | |||||
* | | Issue #25339: PYTHONIOENCODING now has priority over locale in setting the | Serhiy Storchaka | 2016-04-10 | 1 | -0/+3 |
|\ \ | |/ | | | | | error handler for stdin and stdout. | ||||
| * | Issue #25339: PYTHONIOENCODING now has priority over locale in setting the | Serhiy Storchaka | 2016-04-10 | 1 | -0/+3 |
| | | | | | | | | error handler for stdin and stdout. | ||||
* | | Issue #16329: Add .webm to mimetypes.types_map | Berker Peksag | 2016-04-09 | 1 | -0/+2 |
|\ \ | |/ | | | | | Patch by Giampaolo Rodola'. | ||||
| * | Issue #16329: Add .webm to mimetypes.types_map | Berker Peksag | 2016-04-09 | 1 | -0/+2 |
| | | | | | | | | Patch by Giampaolo Rodola'. | ||||
* | | Issue #13952: Add .csv to mimetypes.types_map | Berker Peksag | 2016-04-09 | 1 | -0/+2 |
|\ \ | |/ | | | | | Patch by Geoff Wilson. | ||||
| * | Issue #13952: Add .csv to mimetypes.types_map | Berker Peksag | 2016-04-09 | 1 | -0/+2 |
| | | | | | | | | Patch by Geoff Wilson. | ||||
* | | Issue #26587: Allow .pth files to specify file paths as well as | Brett Cannon | 2016-04-08 | 2 | -0/+4 |
| | | | | | | | | | | | | | | directories. Thanks to Wolfgang Langner for the bug report and initial version of the patch. | ||||
* | | Issue #25609: Introduce contextlib.AbstractContextManager and | Brett Cannon | 2016-04-08 | 1 | -0/+3 |
| | | | | | | | | typing.ContextManager. | ||||
* | | Issue #26709: Fixed Y2038 problem in loading binary PLists. | Serhiy Storchaka | 2016-04-08 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #26709: Fixed Y2038 problem in loading binary PLists. | Serhiy Storchaka | 2016-04-08 | 1 | -0/+2 |
| | | |||||
* | | Issue #6953: Merge readline doc from 3.5 | Martin Panter | 2016-04-05 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #6953: Rearrange and expand Readline module documentation | Martin Panter | 2016-04-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Group functions into six new subsections * Document the underlying Readline function or variable accessed * get_history_length() returns the history file limit * clear_history() is conditionally compiled in * Clarify zero and one bases for history item indexes * parse_and_bind() uses its argument directly as an init line * Change "command line" to "line buffer" for consistency * read_init_file() also executes the file * read_history_file() replaces the previous history * write_history_file() overwrites any existing file * Differentiate history file lines from history list items, which could be multi-line * Add more information about completion, also addressing Issue #10796 * libedit (Editline) may be used on any platform; detection is OS X specific | ||||
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-04-05 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix typos in documentation and comments | Martin Panter | 2016-04-05 | 1 | -3/+3 |
| | | |||||
* | | Issue #23735: Merge Readline resize handling from 3.5 | Martin Panter | 2016-04-03 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price | Martin Panter | 2016-04-03 | 2 | -0/+4 |
| | | |||||
* | | Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda | Martin Panter | 2016-04-03 | 1 | -0/+3 |
| | | |||||
* | | Issue #26586: Merge excessive HTTP header handling from 3.5 | Martin Panter | 2016-04-03 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang | Martin Panter | 2016-04-03 | 1 | -0/+4 |
| | | |||||
* | | Issue #26676: Add missing XMLPullParser to ElementTree.__all__ | Martin Panter | 2016-04-01 | 1 | -0/+2 |
| | | |||||
* | | Issue #22854: Merge UnsupportedOperation fixes from 3.5 | Martin Panter | 2016-03-31 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #22854: Clarify documentation about UnsupportedOperation and add tests | Martin Panter | 2016-03-31 | 1 | -0/+3 |
| | | | | | | | | | | Also change BufferedReader.writable() and BufferedWriter.readable() to always return False. | ||||
* | | Issue #26492: Exhausted iterator of array.array now conforms with the behavior | Serhiy Storchaka | 2016-03-30 | 1 | -0/+4 |
| | | | | | | | | | | of iterators of other mutable sequences: it lefts exhausted even if iterated array is extended. | ||||
* | | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator. |