summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added more tests for issue #27122.Serhiy Storchaka2016-06-20518-7156/+24516
|\
| * Issue #27319: Methods selection_set(), selection_add(), selection_remove()Serhiy Storchaka2016-06-202-20/+85
| * Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes.Serhiy Storchaka2016-06-191-0/+1
| |\
| * \ Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-182-3/+57
| |\ \
| * | | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-8/+21
| * | | Issue #27349: Merge from 3.5Berker Peksag2016-06-18517-7136/+24418
| |\ \ \
| | * | | Issue #27177: Match objects in the re module now support index-like objectsSerhiy Storchaka2016-06-181-7/+21
| | * | | Issue #26536: Skip test_sio_loopback_fast_path under Windows 7Berker Peksag2016-06-181-2/+8
| | * | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-184-0/+44
| | |\ \ \
| | * \ \ \ Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...Serhiy Storchaka2016-06-18517-7129/+24391
| | |\ \ \ \
| | | * | | | Issue #27312: Fix TypeError in test_setupappBerker Peksag2016-06-181-1/+4
| | | * | | | Issue #27312: mock out function that fails when called from setupApp duringTerry Jan Reedy2016-06-171-0/+1
| | | * | | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani...Steve Dower2016-06-171-0/+10
| | | * | | | Issue #27048: Prevents distutils failing on Windows when environment variable...Steve Dower2016-06-172-4/+20
| | | |\ \ \ \
| | | * \ \ \ \ Issue #27238: Got rid of bare excepts in the turtle module. Original patchSerhiy Storchaka2016-06-14517-7129/+24377
| | | |\ \ \ \ \
| | | | * \ \ \ \ Issue #27123: When an exception is raised within the context beingGregory P. Smith2016-06-14517-7129/+24377
| | | | |\ \ \ \ \
| | | | | * | | | | subprocess: enhance ResourceWarning messageVictor Stinner2016-06-141-3/+4
| | | | | * | | | | Issue #16864: Cursor.lastrowid now supports REPLACE statementBerker Peksag2016-06-141-1/+42
| | | | | * | | | | Issue #16182: Merge test_readline from 3.5Martin Panter2016-06-14516-7127/+24333
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge from 3.5Berker Peksag2016-06-14516-7127/+24333
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merge from 3.5Berker Peksag2016-06-142-18/+0
| | | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ \ Issue #26386: Fixed ttk.TreeView selection operations with item id'sSerhiy Storchaka2016-06-142-1/+54
| | | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ Issue #16182: Merge readline update from 3.5Martin Panter2016-06-141-7/+15
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | | - Issue #23968: Update distutils/sysconfig.py to look for the renameddoko2016-06-141-1/+3
| | | | | | | * | | | | | | | - Issue #8637: Honor a pager set by the env var MANPAGER (in preference todoko2016-06-141-3/+3
| | | | | | | * | | | | | | | - Issue #23968: Rename the platform directory from plat-$(MACHDEP) todoko2016-06-143-5/+36
| | | | | | | * | | | | | | | - Issue #8637: Honor a pager set by the env var MANPAGER (in preference todoko2016-06-141-1/+2
| | | | | | | * | | | | | | | Issue #16182: Merge test_readline from 3.5Martin Panter2016-06-141-5/+13
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | Issue #27245: revert temporary renameTerry Jan Reedy2016-06-141-0/+0
| | | | | | | * | | | | | | | | Merge with 3.5Terry Jan Reedy2016-06-141-2/+6
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | Issue #27245: temporary rename for merge.Terry Jan Reedy2016-06-141-0/+0
| | | | | | | * | | | | | | | | | Issue #22636: Merge ctypes.util from 3.5Martin Panter2016-06-14515-7118/+24290
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ Merge 3.6.0a2 releasing branch into defaultNed Deily2016-06-137-67/+182
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ Issue #22636: Merge ctypes.util shell injection fixes from 3.5Martin Panter2016-06-142-44/+82
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #16182: Merge readline locale fix from 3.5Martin Panter2016-06-141-6/+90
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #27136: Merge test_asyncio fix from 3.5Martin Panter2016-06-13515-7118/+24297
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge from 3.5Berker Peksag2016-06-14515-7118/+24297
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | | | | | Update pydoc topics for 3.6.0a2Ned Deily2016-06-131-80/+122
| | | | | | | | | |_|/ / / / / / / / / / / / | | | | | | | | |/| | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Issue #27025: Generated names for Tkinter widgets are now more meanfulSerhiy Storchaka2016-06-132-4/+20
| | | | | | | | * | | | | | | | | | | | | | Issue #27186: Skip scandir(bytes) test with os.name == "nt"Martin Panter2016-06-131-1/+1
| | | | | | | | * | | | | | | | | | | | | | Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.Terry Jan Reedy2016-06-123-16/+53
| | | | | | | | * | | | | | | | | | | | | | Merge from 3.5Berker Peksag2016-06-126-257/+62
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | | | | | Issue #27186: skip bytes path test for os.scandir() on WindowsBrett Cannon2016-06-121-0/+1
| | | | | | | | * | | | | | | | | | | | | | | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-125-48/+47
| | | | | | | | * | | | | | | | | | | | | | | Comment fixes extracted from patch by Demur Rumed.Serhiy Storchaka2016-06-121-4/+0
| | | | | | | | * | | | | | | | | | | | | | | Issue #27289: Merge from 3.5Berker Peksag2016-06-121-1/+2
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #27190: Merge from 3.5Berker Peksag2016-06-121-0/+6
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #27188: Merge from 3.5Berker Peksag2016-06-121-0/+12
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \