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 #1730136: Fix backported exception name.
Ned Deily
2014-08-21
1
-1/+1
*
expect socket.error instead of the py3ism OSError
Benjamin Peterson
2014-08-20
1
-1/+1
*
allow any socket error for rude shutdown test
Benjamin Peterson
2014-08-20
1
-1/+1
*
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
19
-809/+3636
*
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-20
2
-18/+84
*
Idle ColorDelegator: remove special case code for 'as' in import statements.
Terry Jan Reedy
2014-08-19
1
-17/+0
*
Fixed typo.
Serhiy Storchaka
2014-08-19
1
-2/+2
*
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka
2014-08-19
1
-1/+10
*
Clean up test_user_command.
Serhiy Storchaka
2014-08-18
1
-20/+19
*
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka
2014-08-17
2
-15/+38
*
Issue #22201: Command-line interface of the zipfile module now correctly
Serhiy Storchaka
2014-08-17
1
-12/+1
*
backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797
Senthil Kumaran
2014-08-16
2
-87/+18
*
Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from
Victor Stinner
2014-08-16
1
-4/+6
*
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-16
2
-18/+87
*
Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.
Terry Jan Reedy
2014-08-15
1
-4/+5
*
Decreased memory requirements of new tests added in issue21448.
Serhiy Storchaka
2014-08-12
1
-1/+2
*
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...
Serhiy Storchaka
2014-08-12
2
-11/+79
*
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
Serhiy Storchaka
2014-08-12
1
-3/+8
*
test for 2 arg exec case
Benjamin Peterson
2014-08-10
1
-0/+5
*
Issue #14105: Stop removing breakpoints from Idle editors.
Terry Jan Reedy
2014-08-09
2
-1/+10
*
#22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.
Ezio Melotti
2014-08-07
7
-5/+8
*
Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memory
Serhiy Storchaka
2014-08-06
1
-1/+1
*
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more
Berker Peksag
2014-08-05
2
-0/+13
*
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
Terry Jan Reedy
2014-08-04
1
-565/+603
*
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
Serhiy Storchaka
2014-07-31
2
-7/+8
*
Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.
Terry Jan Reedy
2014-07-30
1
-29/+38
*
Issue #21951: Temporary skip crashing test_user_command on AIX.
Serhiy Storchaka
2014-07-30
1
-0/+1
*
Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().
Victor Stinner
2014-07-29
1
-0/+112
*
Issue #21591: add test for qualified exec in tuple form.
Robert Jordens
2014-07-29
1
-0/+16
*
Issue #19612: subprocess.communicate() now also ignores EINVAL when using at
Victor Stinner
2014-07-28
1
-1/+9
*
Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
Terry Jan Reedy
2014-07-27
1
-29/+28
*
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner
2014-07-26
1
-0/+18
*
Issue #19875: Fix random test_getsockaddrarg() failure.
Charles-François Natali
2014-07-26
1
-9/+17
*
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
Raymond Hettinger
2014-07-25
1
-5/+8
*
Issue #22061: Add deprecation warnings in empty obsolete methods.
Serhiy Storchaka
2014-07-25
1
-2/+9
*
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
Victor Stinner
2014-07-24
2
-2/+39
*
Issue #1730136: Fix comparison between a tk Font object and an object of a
Serhiy Storchaka
2014-07-24
2
-1/+36
*
Issue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner
2014-07-24
1
-5/+17
*
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
Zachary Ware
2014-07-23
2
-2/+5
*
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
2
-35/+6
*
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
Antoine Pitrou
2014-07-21
1
-6/+10
*
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
Raymond Hettinger
2014-07-21
1
-1/+1
*
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
Serhiy Storchaka
2014-07-16
2
-6/+35
*
Add helpers for testing unicode disabled builds.
Serhiy Storchaka
2014-07-16
1
-1/+6
*
Issue #21982: Add minimal unittest for configDialog with 46% coverage.
Terry Jan Reedy
2014-07-15
2
-3/+41
*
Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.
Terry Jan Reedy
2014-07-14
1
-19/+279
*
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
2
-5/+19
[next]