summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18726: All optional parameters of the dump(), dumps(),Serhiy Storchaka2016-06-211-0/+4
* Fix “allow(s) to”Martin Panter2016-06-201-1/+1
* Issue #27319: Methods selection_set(), selection_add(), selection_remove()Serhiy Storchaka2016-06-191-0/+5
* Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-0/+2
|\
| * Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-0/+2
* | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-0/+3
* | Issue #27177: Match objects in the re module now support index-like objectsSerhiy Storchaka2016-06-181-0/+3
* | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+10
|\ \ | |/
| * Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+11
* | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani...Steve Dower2016-06-172-0/+4
* | Issue #27048: Prevents distutils failing on Windows when environment variable...Steve Dower2016-06-171-0/+3
|\ \ | |/
| * Issue #27048: Prevents distutils failing on Windows when environment variable...Steve Dower2016-06-171-0/+3
* | Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-161-0/+2
|\ \ | |/
| * Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-161-0/+2
* | Issue #26930: Merge with 3.5Zachary Ware2016-06-151-0/+2
|\ \ | |/
| * Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-0/+1
* | Issue #27238: Got rid of bare excepts in the turtle module. Original patchSerhiy Storchaka2016-06-141-0/+3
|\ \ | |/
| * Issue #27238: Got rid of bare excepts in the turtle module. Original patchSerhiy Storchaka2016-06-142-0/+4
* | issue27122: fix typo in the news file, wrong issue #. not issue27123.Gregory P. Smith2016-06-141-1/+1
|\ \ | |/
| * issue27122: fix typo in the news file, wrong issue #. not issue27123.Gregory P. Smith2016-06-141-1/+1
* | Issue #27123: When an exception is raised within the context beingGregory P. Smith2016-06-141-0/+6
|\ \ | |/
| * Issue #27123: When an exception is raised within the context beingGregory P. Smith2016-06-141-0/+6
* | Merge 3.5 (os.urandom, issue #27278)Victor Stinner2016-06-141-0/+4
|\ \ | |/
| * Fix os.urandom() using getrandom() on LinuxVictor Stinner2016-06-141-0/+4
* | Merge 3.5Victor Stinner2016-06-141-1/+1
|\ \ | |/
| * Issue #25843: Fix the NEWS entryVictor Stinner2016-06-141-1/+1
* | Issue #16864: Cursor.lastrowid now supports REPLACE statementBerker Peksag2016-06-142-0/+4
* | Issue #26386: Fixed ttk.TreeView selection operations with item id'sSerhiy Storchaka2016-06-141-0/+3
|\ \ | |/
| * Issue #26386: Fixed ttk.TreeView selection operations with item id'sSerhiy Storchaka2016-06-141-0/+3
* | - Don't use largefile support for GNU/Hurd.doko@ubuntu.com2016-06-141-0/+2
* | - Issue #23968: Rename the platform directory from plat-$(MACHDEP) todoko@ubuntu.com2016-06-141-0/+10
* | - Issue #8637: Honor a pager set by the env var MANPAGER (in preference todoko@ubuntu.com2016-06-141-0/+3
* | Merge 3.6.0a2 releasing branch into defaultNed Deily2016-06-141-3/+3
|\ \
| * | Start 3.6.0a3Ned Deily2016-06-141-0/+12
| * | Version bump for 3.6.0a2v3.6.0a2Ned Deily2016-06-131-1/+1
* | | Issue #22636: Merge ctypes.util shell injection fixes from 3.5Martin Panter2016-06-141-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #22636: avoid using a shell in the ctypes.util moduleMartin Panter2016-06-141-0/+3
* | | Issue #16182: Merge readline locale fix from 3.5Martin Panter2016-06-141-0/+7
|\ \ \ | |/ /
| * | Issue #16182: Fix readline begidx, endidx, and use locale encodingMartin Panter2016-06-141-0/+4
* | | Issue #17500: Remove merge conflict scar tissueMartin Panter2016-06-141-1/+0
* | | Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.Ned Deily2016-06-141-0/+11
|\ \ \ | |/ / | | / | |/ |/|
| * Merge 3.5.2rc1 with current 3.5 branch.Larry Hastings2016-06-131-2/+28
| |\
| * | Post-release fixups for Python 3.5.2rc1.Larry Hastings2016-06-131-1/+13
| * | Release bump for 3.5.2rc1.Larry Hastings2016-06-121-1/+1
* | | - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constantsdoko@ubuntu.com2016-06-131-0/+4
* | | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-0/+3
* | | Issue #27190: Merge from 3.5Berker Peksag2016-06-121-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-121-0/+3
* | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-1/+2
|\ \ \ | |/ /
| * | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-1/+2