| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase | Martin Panter | 2016-06-29 | 1 | -0/+4 |
|
|
* | Merge Update NEWS and idlelib NEWS.text. | Terry Jan Reedy | 2016-06-26 | 1 | -0/+12 |
|\ |
|
| * | Update NEWS and idlelib NEWS.text. | Terry Jan Reedy | 2016-06-26 | 1 | -0/+9 |
|
|
* | | Issue #22115: Updated Misc/NEWS. | Serhiy Storchaka | 2016-06-26 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #22115: Fixed tracing Tkinter variables: | Serhiy Storchaka | 2016-06-26 | 1 | -0/+4 |
|
|
| * | Fix a scoping issue where an UnboundLocalError was triggered if a | Brett Cannon | 2016-06-25 | 1 | -0/+4 |
|
|
* | | Issue #22115: Added methods trace_add, trace_remove and trace_info in the | Serhiy Storchaka | 2016-06-26 | 1 | -0/+5 |
|
|
* | | Issue #26243: Only the level argument to zlib.compress() is keyword argument | Serhiy Storchaka | 2016-06-25 | 1 | -0/+3 |
|
|
* | | Issue #27038: Expose DirEntry as os.DirEntry. | Brett Cannon | 2016-06-24 | 1 | -0/+3 |
|
|
* | | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return | Brett Cannon | 2016-06-24 | 1 | -0/+3 |
|
|
* | | Issue #18726: All optional parameters of the dump(), dumps(), | Serhiy Storchaka | 2016-06-21 | 1 | -0/+4 |
|
|
* | | Fix “allow(s) to” | Martin Panter | 2016-06-20 | 1 | -1/+1 |
|
|
* | | Issue #27319: Methods selection_set(), selection_add(), selection_remove() | Serhiy Storchaka | 2016-06-19 | 1 | -0/+5 |
|
|
* | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -0/+2 |
|
|
* | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -0/+3 |
|
|
* | | Issue #27177: Match objects in the re module now support index-like objects | Serhiy Storchaka | 2016-06-18 | 1 | -0/+3 |
|
|
* | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 1 | -0/+11 |
|
|
* | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani... | Steve Dower | 2016-06-17 | 2 | -0/+4 |
|
|
* | | Issue #27048: Prevents distutils failing on Windows when environment variable... | Steve Dower | 2016-06-17 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #27048: Prevents distutils failing on Windows when environment variable... | Steve Dower | 2016-06-17 | 1 | -0/+3 |
|
|
* | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 1 | -0/+2 |
|
|
* | | Issue #26930: Merge with 3.5 | Zachary Ware | 2016-06-15 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 1 | -0/+1 |
|
|
* | | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 2 | -0/+4 |
|
|
* | | issue27122: fix typo in the news file, wrong issue #. not issue27123. | Gregory P. Smith | 2016-06-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | issue27122: fix typo in the news file, wrong issue #. not issue27123. | Gregory P. Smith | 2016-06-14 | 1 | -1/+1 |
|
|
* | | Issue #27123: When an exception is raised within the context being | Gregory P. Smith | 2016-06-14 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #27123: When an exception is raised within the context being | Gregory P. Smith | 2016-06-14 | 1 | -0/+6 |
|
|
* | | Merge 3.5 (os.urandom, issue #27278) | Victor Stinner | 2016-06-14 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Fix os.urandom() using getrandom() on Linux | Victor Stinner | 2016-06-14 | 1 | -0/+4 |
|
|
* | | Merge 3.5 | Victor Stinner | 2016-06-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25843: Fix the NEWS entry | Victor Stinner | 2016-06-14 | 1 | -1/+1 |
|
|
* | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 2 | -0/+4 |
|
|
* | | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 1 | -0/+3 |
|
|
* | | - Don't use largefile support for GNU/Hurd. | doko@ubuntu.com | 2016-06-14 | 1 | -0/+2 |
|
|
* | | - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to | doko@ubuntu.com | 2016-06-14 | 1 | -0/+10 |
|
|
* | | - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to | doko@ubuntu.com | 2016-06-14 | 1 | -0/+3 |
|
|
* | | Merge 3.6.0a2 releasing branch into default | Ned Deily | 2016-06-14 | 1 | -3/+3 |
|\ \ |
|
| * | | Start 3.6.0a3 | Ned Deily | 2016-06-14 | 1 | -0/+12 |
|
|
| * | | Version bump for 3.6.0a2v3.6.0a2 | Ned Deily | 2016-06-13 | 1 | -1/+1 |
|
|
* | | | Issue #22636: Merge ctypes.util shell injection fixes from 3.5 | Martin Panter | 2016-06-14 | 1 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Issue #22636: avoid using a shell in the ctypes.util module | Martin Panter | 2016-06-14 | 1 | -0/+3 |
|
|
* | | | Issue #16182: Merge readline locale fix from 3.5 | Martin Panter | 2016-06-14 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | Issue #16182: Fix readline begidx, endidx, and use locale encoding | Martin Panter | 2016-06-14 | 1 | -0/+4 |
|
|
* | | | Issue #17500: Remove merge conflict scar tissue | Martin Panter | 2016-06-14 | 1 | -1/+0 |
|
|