index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27048: Prevents distutils failing on Windows when environment variable...
Steve Dower
2016-06-17
2
-4/+20
|
\
|
*
Issue #27048: Prevents distutils failing on Windows when environment variable...
Steve Dower
2016-06-17
2
-4/+20
*
|
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka
2016-06-14
1
-9/+9
|
\
\
|
|
/
|
*
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka
2016-06-14
1
-9/+9
*
|
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
2
-0/+31
|
\
\
|
|
/
|
*
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
2
-0/+31
*
|
subprocess: enhance ResourceWarning message
Victor Stinner
2016-06-14
1
-3/+4
*
|
Issue #16864: Cursor.lastrowid now supports REPLACE statement
Berker Peksag
2016-06-14
1
-1/+42
*
|
Issue #16182: Merge test_readline from 3.5
Martin Panter
2016-06-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #16182: One more check for set_pre_input_hook()
Martin Panter
2016-06-14
1
-1/+1
*
|
Merge from 3.5
Berker Peksag
2016-06-14
4
-16/+9
|
\
\
|
|
/
|
*
Mark tests as skipped when a SQLite version is not supported
Berker Peksag
2016-06-14
4
-16/+9
*
|
Merge from 3.5
Berker Peksag
2016-06-14
2
-18/+0
|
\
\
|
|
/
|
*
Remove empty setUp and tearDown methods from sqlite3 tests
Berker Peksag
2016-06-14
2
-18/+0
*
|
Issue #26386: Fixed ttk.TreeView selection operations with item id's
Serhiy Storchaka
2016-06-14
2
-1/+54
|
\
\
|
|
/
|
*
Issue #26386: Fixed ttk.TreeView selection operations with item id's
Serhiy Storchaka
2016-06-14
2
-1/+54
*
|
Issue #16182: Merge readline update from 3.5
Martin Panter
2016-06-14
1
-7/+15
|
\
\
|
|
/
|
*
Issue #16182: set_pre_input_hook() may not exist; document, and update test
Martin Panter
2016-06-14
1
-7/+15
*
|
- Issue #23968: Update distutils/sysconfig.py to look for the renamed
doko@ubuntu.com
2016-06-14
1
-1/+3
*
|
- Issue #8637: Honor a pager set by the env var MANPAGER (in preference to
doko@ubuntu.com
2016-06-14
1
-3/+3
*
|
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com
2016-06-14
3
-5/+36
*
|
- Issue #8637: Honor a pager set by the env var MANPAGER (in preference to
doko@ubuntu.com
2016-06-14
1
-1/+2
*
|
Issue #16182: Merge test_readline from 3.5
Martin Panter
2016-06-14
1
-5/+13
|
\
\
|
|
/
|
*
Issue #16182: Attempted workarounds for Apple Editline
Martin Panter
2016-06-14
1
-5/+13
*
|
Issue #27245: revert temporary rename
Terry Jan Reedy
2016-06-14
1
-0/+0
*
|
Merge with 3.5
Terry Jan Reedy
2016-06-14
1
-2/+6
|
\
\
|
|
/
|
*
Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
Terry Jan Reedy
2016-06-14
1
-2/+6
*
|
Issue #27245: temporary rename for merge.
Terry Jan Reedy
2016-06-14
1
-0/+0
*
|
Issue #22636: Merge ctypes.util from 3.5
Martin Panter
2016-06-14
1
-19/+35
|
\
\
|
|
/
|
*
Issue #22636: Handle OSError from subprocess, e.g. if command not found
Martin Panter
2016-06-14
1
-19/+35
*
|
Merge 3.6.0a2 releasing branch into default
Ned Deily
2016-06-14
1
-80/+122
|
\
\
|
*
|
Update pydoc topics for 3.6.0a2
Ned Deily
2016-06-13
1
-80/+122
*
|
|
Issue #22636: Merge ctypes.util shell injection fixes from 3.5
Martin Panter
2016-06-14
2
-44/+82
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #22636: avoid using a shell in the ctypes.util module
Martin Panter
2016-06-14
2
-44/+82
*
|
|
Issue #16182: Merge readline locale fix from 3.5
Martin Panter
2016-06-14
1
-6/+90
|
\
\
\
|
|
/
/
|
*
|
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Martin Panter
2016-06-14
1
-4/+137
*
|
|
Issue #27136: Merge test_asyncio fix from 3.5
Martin Panter
2016-06-13
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #27136: Change test to use ::1 for better OS X Tiger compatibility
Martin Panter
2016-06-13
1
-4/+4
*
|
|
Merge from 3.5
Berker Peksag
2016-06-13
3
-13/+6
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Replace more boilerplate code with modern unittest features in sqlite3 tests
Berker Peksag
2016-06-13
3
-13/+6
|
*
Merge 3.5.2rc1 with current 3.5 branch.
Larry Hastings
2016-06-13
16
-266/+169
|
|
\
|
*
|
Regenerated pydoc topics for 3.5.2rc1.
Larry Hastings
2016-06-12
1
-20/+20
*
|
|
Issue #27025: Generated names for Tkinter widgets are now more meanful
Serhiy Storchaka
2016-06-13
2
-4/+20
*
|
|
Issue #27186: Skip scandir(bytes) test with os.name == "nt"
Martin Panter
2016-06-13
1
-1/+1
*
|
|
Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.
Terry Jan Reedy
2016-06-12
3
-16/+53
*
|
|
Merge from 3.5
Berker Peksag
2016-06-12
6
-257/+62
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Modernize sqlite3 tests
Berker Peksag
2016-06-12
6
-257/+62
*
|
|
Issue #27186: skip bytes path test for os.scandir() on Windows
Brett Cannon
2016-06-12
1
-0/+1
*
|
|
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
5
-48/+47
*
|
|
Comment fixes extracted from patch by Demur Rumed.
Serhiy Storchaka
2016-06-12
1
-4/+0
[next]