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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21591: add test for qualified exec in tuple form.
Robert Jordens
2014-07-29
2
-0/+17
*
Issue #21591: Handle exec backwards compatibility in the AST builder.
Dirkjan Ochtman
2014-07-29
3
-9/+15
*
Issue #19612: subprocess.communicate() now also ignores EINVAL when using at
Victor Stinner
2014-07-28
2
-1/+12
*
Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
Terry Jan Reedy
2014-07-27
1
-29/+28
*
Modernize turtledemo with conditional expressions; remove duplicate line.
Terry Jan Reedy
2014-07-27
1
-19/+6
*
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner
2014-07-26
3
-2/+30
*
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
Victor Stinner
2014-07-26
1
-14/+5
*
Issue #19875: Fix random test_getsockaddrarg() failure.
Charles-François Natali
2014-07-26
1
-9/+17
*
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Zachary Ware
2014-07-25
2
-0/+8
*
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
Raymond Hettinger
2014-07-25
2
-5/+11
*
Issue #22061: Add deprecation warnings in empty obsolete methods.
Serhiy Storchaka
2014-07-25
1
-2/+9
*
Issue #22061: remove call of useless function slated for removal.
Terry Jan Reedy
2014-07-25
1
-1/+0
*
Issue #22053: Make help work, after previous patch for this issue disabled it
Terry Jan Reedy
2014-07-25
1
-18/+9
*
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
Victor Stinner
2014-07-24
1
-1/+5
*
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
Victor Stinner
2014-07-24
4
-2/+48
*
Issue #1730136: Fix comparison between a tk Font object and an object of a
Serhiy Storchaka
2014-07-24
3
-1/+39
*
Issue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner
2014-07-24
3
-7/+35
*
Fix grammar
Andrew Svetlov
2014-07-24
1
-1/+1
*
Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.
Terry Jan Reedy
2014-07-23
1
-15/+6
*
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
Zachary Ware
2014-07-23
2
-2/+5
*
Merge heads
Serhiy Storchaka
2014-07-23
2
-75/+93
|
\
|
*
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
Terry Jan Reedy
2014-07-23
2
-75/+93
*
|
Merge heads
Serhiy Storchaka
2014-07-23
3
-17/+17
|
\
\
|
|
/
|
*
Fix minor typo in round docs. Reported by Scott Hinton on docs@.
Zachary Ware
2014-07-22
1
-1/+1
|
*
Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk
Zachary Ware
2014-07-22
2
-16/+16
*
|
Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
Serhiy Storchaka
2014-07-23
1
-0/+18
|
/
*
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
Serhiy Storchaka
2014-07-22
2
-3/+3
*
Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on
Serhiy Storchaka
2014-07-22
4
-39/+6
*
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
Serhiy Storchaka
2014-07-22
2
-10/+22
*
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
Antoine Pitrou
2014-07-21
3
-6/+17
*
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
Raymond Hettinger
2014-07-21
3
-1/+5
*
add #
Benjamin Peterson
2014-07-20
1
-1/+1
*
correct ref counting of default_action (closes #22017)
Benjamin Peterson
2014-07-20
2
-0/+4
*
args doesn't need to be a tuple (closes #17210)
Benjamin Peterson
2014-07-19
1
-1/+1
*
Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for ...
Mark Dickinson
2014-07-19
1
-4/+0
*
add missing 'because' (closes #22008)
Benjamin Peterson
2014-07-18
1
-1/+1
*
Issue #22004: Correct an argument name.
Zachary Ware
2014-07-18
1
-1/+1
*
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
Serhiy Storchaka
2014-07-16
4
-6/+39
*
Add helpers for testing unicode disabled builds.
Serhiy Storchaka
2014-07-16
1
-1/+6
*
Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
Zachary Ware
2014-07-16
1
-1/+1
*
Issue #21982: Add minimal unittest for configDialog with 46% coverage.
Terry Jan Reedy
2014-07-15
2
-3/+41
*
Call PyErr_NoMemory() when PyMem_Malloc() fails.
Serhiy Storchaka
2014-07-14
1
-1/+3
*
Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.
Terry Jan Reedy
2014-07-14
2
-19/+333
*
Issue #18592: Method return signature changes made to SearchDialogBase for
Terry Jan Reedy
2014-07-13
4
-19/+35
*
Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,
Ned Deily
2014-07-13
4
-5/+23
*
#21959: Adds 2.7.8 product code to Tools/msi/uuids.py
Steve Dower
2014-07-11
1
-0/+1
*
Issue #18592: Make unittest for SearchDialogBase work on all tk versions.
Terry Jan Reedy
2014-07-11
1
-4/+4
*
Idle News entries.
Terry Jan Reedy
2014-07-11
1
-0/+7
*
#21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.
Terry Jan Reedy
2014-07-11
3
-12/+145
*
Issue #21940: add docstrings to idlelib.WidgetRedirector.
Terry Jan Reedy
2014-07-10
1
-18/+59
[next]