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 #21119: asyncio now closes sockets on errors
Victor Stinner
2014-06-03
4
-0/+50
*
Issue #21643: Updated test and fixed logic bug in lib64 symlink creation.
Vinay Sajip
2014-06-03
2
-14/+19
*
Fix issue #21641: Close the socket before raising the SMTPResponseException. ...
Senthil Kumaran
2014-06-03
1
-0/+1
*
Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky
Victor Stinner
2014-06-02
1
-2/+2
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
13
-59/+34
*
Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled
Victor Stinner
2014-06-02
1
-0/+6
*
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
Serhiy Storchaka
2014-06-02
4
-29/+60
*
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
Serhiy Storchaka
2014-06-02
1
-4/+4
*
Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows.
Victor Stinner
2014-06-02
1
-10/+12
*
Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
Victor Stinner
2014-06-02
1
-3/+10
*
Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD
Gregory P. Smith
2014-06-01
1
-0/+3
*
Attempt to fix the "too many open files" errors on several of the
Gregory P. Smith
2014-06-01
1
-4/+6
*
Explicitly wait for the child instead of letting a destructor do it.
Gregory P. Smith
2014-06-01
1
-1/+1
*
Don't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith
2014-06-01
1
-0/+53
*
Issue #21605: Added tests for Tkinter images.
Serhiy Storchaka
2014-06-01
1
-0/+341
*
Added missed calls of splitlist().
Serhiy Storchaka
2014-06-01
3
-9/+7
*
Issue #21477: Update htest docstring and remove extraneous differences between
Terry Jan Reedy
2014-06-01
1
-9/+18
*
Issue #21572: Change license command to fallback to generic license URL.
Ned Deily
2014-05-31
1
-1/+1
*
Test correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka
2014-05-30
1
-3/+3
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+26
*
Add tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka
2014-05-30
1
-0/+44
*
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
2
-1/+16
*
Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Terry Jan Reedy
2014-05-29
5
-21/+108
*
Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner
2014-05-28
1
-3/+3
*
Restore performance of some dumb database methods (regression introduced by #...
Serhiy Storchaka
2014-05-28
1
-8/+19
*
Issue #21402: tkinter.ttk now works when default root window is not set.
Serhiy Storchaka
2014-05-28
2
-36/+55
*
Issue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka
2014-05-28
1
-0/+35
*
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka
2014-05-28
2
-3/+25
*
Issue #18807: If copying (no symlinks) specified for a venv, then the python ...
Vinay Sajip
2014-05-28
1
-1/+4
*
Fix for raising exception not derived from BaseException in _SelectorSslTrans...
Andrew Svetlov
2014-05-27
2
-1/+5
*
Issue #21477: Add htests for Search and Replace dialogs.
Terry Jan Reedy
2014-05-27
4
-15/+73
*
Issue #21481: Teach argparse equality tests to return NotImplemented when co...
Raymond Hettinger
2014-05-26
2
-0/+10
*
Issue 8743: Improve interoperability between sets and the collections.Set abs...
Raymond Hettinger
2014-05-26
2
-6/+177
*
Issue 13355: Make random.triangular degrade gracefully when low == high.
Raymond Hettinger
2014-05-26
2
-2/+5
*
Issue #21477: Idle htest: modify run; add more tests.
Terry Jan Reedy
2014-05-25
9
-79/+160
*
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
1
-0/+60
*
Issue #18918: Removed non-existing topic from a list of available topics.
Serhiy Storchaka
2014-05-25
1
-1/+0
*
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Terry Jan Reedy
2014-05-24
18
-181/+414
*
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
Serhiy Storchaka
2014-05-23
1
-6/+13
*
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
Brett Cannon
2014-05-23
2
-1/+17
*
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
2
-6/+22
*
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
Serhiy Storchaka
2014-05-23
1
-0/+181
*
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-3/+39
*
asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
Victor Stinner
2014-05-20
1
-1/+1
*
merge heads
Terry Jan Reedy
2014-05-20
2
-27/+26
|
\
|
*
Issue #21477: idle htests - lower case function names, other cleanups.
Terry Jan Reedy
2014-05-19
2
-27/+26
*
|
Version bump for 3.4.1.
v3.4.1
Larry Hastings
2014-05-18
2
-2/+2
*
|
Rebuild pydoc topics.
Larry Hastings
2014-05-18
1
-78/+78
|
/
*
Merge.
Larry Hastings
2014-05-18
31
-74/+421
|
\
|
*
Upgrade pip to 1.5.6
Donald Stufft
2014-05-17
2
-1/+1
[next]