| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -2/+2 |
| |\ | | | | | | | represented as a compination of known flags. | ||||
| | * | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -2/+2 |
| | | | | | | | | | represented as a compination of known flags. | ||||
| * | | [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS ↵ | Senthil Kumaran | 2016-06-18 | 1 | -1/+5 |
| |\ \ | |/ | | | | | | | | | on os.writev. Patch contributed Марк Коренберг. | ||||
| | * | issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. | Senthil Kumaran | 2016-06-18 | 1 | -1/+5 |
| | | | | | | | | | Patch contributed Марк Коренберг. | ||||
| * | | Issue #24314: Merge doc links from 3.5 | Martin Panter | 2016-06-18 | 6 | -18/+22 |
| |\ \ | |/ | |||||
| | * | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 6 | -18/+22 |
| | | | |||||
| | * | Issue #27327: fix doc typo, noted by Jakub Wilk. | Ned Deily | 2016-06-15 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by ↵ | Steve Dower | 2016-06-17 | 1 | -1/+12 |
| | | | | | | | | | Daniel Stokes. | ||||
| * | | Issue #27311: Merge zipfile doc from 3.5 | Martin Panter | 2016-06-15 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Issue #27311: Fix ZipFile.writestr data argument name. | Martin Panter | 2016-06-15 | 1 | -2/+2 |
| | | | | | | | | | Patch by John Hagen. | ||||
| * | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 1 | -3/+10 |
| | | | | | | | | | Initial patch by Alex LordThorsen. | ||||
| * | | Merge from 3.5 | Berker Peksag | 2016-06-14 | 1 | -4/+0 |
| |\ \ | |/ | |||||
| | * | Delete outdated paragraph about OptimizedUnicode again | Berker Peksag | 2016-06-14 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge. | ||||
| * | | Issue #16182: Merge readline update from 3.5 | Martin Panter | 2016-06-14 | 1 | -2/+5 |
| |\ \ | |/ | |||||
| | * | Issue #16182: set_pre_input_hook() may not exist; document, and update test | Martin Panter | 2016-06-14 | 1 | -2/+5 |
| | | | |||||
| * | | Issue #27306: Merge from 3.5 | Berker Peksag | 2016-06-13 | 1 | -7/+7 |
| |\ \ | |/ | |||||
| | * | Issue #27306: Fix typo in tarfile documentation | Berker Peksag | 2016-06-13 | 1 | -7/+7 |
| | | | | | | | | | Patch by Gareth Rees. | ||||
| * | | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. | Serhiy Storchaka | 2016-06-12 | 1 | -17/+6 |
| | | | | | | | | | Patch by Demur Rumed. | ||||
| * | | Issue #27188: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -18/+19 |
| |\ \ | |/ | |||||
| | * | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 1 | -18/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer. | ||||
| * | | Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Use exc role for ValueError in multiprocessing.rst | Berker Peksag | 2016-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27221: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -6/+1 |
| |\ \ | |/ | |||||
| | * | Issue #27221: Delete an outdated paragraph about pickle support of Process | Berker Peksag | 2016-06-12 | 1 | -6/+1 |
| | | | | | | | | | Initial patch by Jelle Zijlstra. | ||||
| * | | Add grammatical article to “an ASCII letter” | Martin Panter | 2016-06-12 | 1 | -3/+3 |
| | | | |||||
| * | | Issue #24136: Merge unpacking doc from 3.5 | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | | | | | | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | ||||
| * | | Clarify that md5 is in the algorithms_guaranteed list despite what | Gregory P. Smith | 2016-06-12 | 1 | -1/+3 |
| | | | | | | | | | | | some upstream vendors may do to their odd "FIPS compliant" builds. issue15468. | ||||
| * | | issue15468 - use sha256 instead of md5 or sha1 in the examples. | Gregory P. Smith | 2016-06-12 | 1 | -8/+10 |
| | | | | | | | | | | | | | document that md5 may be missing in the rare case someone is using a "FIPS compliant" build. I've only ever heard of Redhat creating one of those - CPython itself offers no such build mode out of the box. | ||||
| * | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-11 | 1 | -0/+9 |
| | | | |||||
| * | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 221 | -134/+531 |
| |\ \ | |/ | |||||
| | * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 221 | -134/+531 |
| | | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
| * | | Issue #27029: Removed deprecated support of universal newlines mode from ↵ | Serhiy Storchaka | 2016-06-11 | 1 | -13/+8 |
| | | | | | | | | | ZipFile.open(). | ||||
| * | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in | Serhiy Storchaka | 2016-06-11 | 1 | -12/+11 |
| | | | | | | | | | regular expressions now are errors. | ||||
| * | | Issue #27186: Add os.PathLike support to DirEntry | Brett Cannon | 2016-06-10 | 1 | -0/+6 |
| | | | | | | | | | Initial patch thanks to Jelle Zijlstra. | ||||
| * | | Issue #27186: Add os.PathLike support to pathlib. | Brett Cannon | 2016-06-10 | 1 | -7/+16 |
| | | | | | | | | | | | | | | | | | This adds support both to pathlib.PurePath's constructor as well as implementing __fspath__(). This removes the provisional status for pathlib. Initial patch by Dusty Phillips. | ||||
| * | | Issue #27280: Merge from 3.5 | Berker Peksag | 2016-06-10 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #27280: Fix typo in IPv6Network documentation | Berker Peksag | 2016-06-10 | 1 | -1/+1 |
| | | | | | | | | | Patch by Arthur Carcano. | ||||
| * | | Issue #24617: Merge os.mkdir() doc from 3.5 | Martin Panter | 2016-06-10 | 1 | -4/+10 |
| |\ \ | |/ | |||||
| | * | Issue #24617: Add comment for os.mkdir about mode quirks | Tommy Beadle | 2016-06-02 | 1 | -4/+10 |
| | | | |||||
| * | | Add a versionadded directive to os.PathLike | Berker Peksag | 2016-06-10 | 1 | -0/+2 |
| | | | |||||
| * | | Issue #8491: Merge readline doc from 3.5 | Martin Panter | 2016-06-10 | 1 | -0/+7 |
| |\ \ | |/ | |||||
| | * | Issue #8491: Add link to Gnu Readline configuration documentation | Martin Panter | 2016-06-10 | 1 | -0/+7 |
| | | | |||||
| * | | Issue #15476: Merge index entries from 3.5 | Martin Panter | 2016-06-09 | 2 | -3/+4 |
| |\ \ | |/ | |||||
| | * | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 2 | -3/+4 |
| | | | |||||
| * | | Issue #27182: Document os.PathLike. | Brett Cannon | 2016-06-09 | 2 | -0/+24 |
| | | | | | | | | | Part of PEP 519. | ||||
| * | | Add a missing :term:. | Brett Cannon | 2016-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | Clarify the os.fspath() documentation. | Brett Cannon | 2016-06-09 | 1 | -3/+4 |
| | | | |||||
| * | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-06-08 | 1 | -16/+0 |
| |\ \ | |/ | |||||
| | * | asyncio: Remove asyncio.timeout() context manager. | Yury Selivanov | 2016-06-08 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html | ||||
