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 #6181: Fixed errors in tkinter.Listbox docstrings.
Serhiy Storchaka
2014-06-02
1
-4/+4
*
|
(Merge 3.4) Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on
Victor Stinner
2014-06-02
1
-10/+12
|
\
\
|
|
/
|
*
Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows.
Victor Stinner
2014-06-02
1
-10/+12
*
|
(Merge 3.4) Issue #21634: Fix pystone micro-benchmark: use floor division
Victor Stinner
2014-06-02
1
-3/+10
|
\
\
|
|
/
|
*
Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
Victor Stinner
2014-06-02
1
-3/+10
*
|
Fix comment
Raymond Hettinger
2014-06-02
1
-1/+1
*
|
Minor clean-ups.
Raymond Hettinger
2014-06-02
1
-3/+5
*
|
Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD
Gregory P. Smith
2014-06-01
1
-0/+3
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Attempt to fix the "too many open files" errors on several of the
Gregory P. Smith
2014-06-01
1
-4/+6
*
|
merge the end_fd comment fix and explicit wait() for the child.
Gregory P. Smith
2014-06-01
1
-1/+1
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Added missed calls of splitlist().
Serhiy Storchaka
2014-06-01
3
-9/+7
*
|
Remove the obsolete MAXFD constant and Popen._close_fds() method.
Gregory P. Smith
2014-06-01
1
-14/+0
*
|
Merge with 3.4
Terry Jan Reedy
2014-06-01
1
-9/+18
|
\
\
|
|
/
|
*
Issue #21477: Update htest docstring and remove extraneous differences between
Terry Jan Reedy
2014-06-01
1
-9/+18
*
|
Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch.
Vinay Sajip
2014-05-31
1
-85/+81
*
|
Issue #21572: Change license command to fallback to generic license URL.
Ned Deily
2014-05-31
1
-1/+1
|
\
\
|
|
/
|
*
Issue #21572: Change license command to fallback to generic license URL.
Ned Deily
2014-05-31
1
-1/+1
*
|
Fix a parameter name to make sense again
Brett Cannon
2014-05-30
1
-2/+3
*
|
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
11
-438/+322
*
|
Test correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka
2014-05-30
1
-3/+3
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Add tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka
2014-05-30
1
-0/+44
*
|
Issue #13742: Add key and reverse parameters to heapq.merge()
Raymond Hettinger
2014-05-30
2
-15/+78
*
|
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
2
-1/+16
|
\
\
|
|
/
|
*
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
2
-1/+16
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-29
5
-21/+108
|
\
\
|
|
/
|
*
Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Terry Jan Reedy
2014-05-29
5
-21/+108
*
|
(Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner
2014-05-28
1
-3/+3
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
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 #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 #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 #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka
2014-05-28
2
-3/+25
*
|
Issue #18807: Merged fix from 3.4.
Vinay Sajip
2014-05-28
1
-1/+4
|
\
\
|
|
/
|
*
Issue #18807: If copying (no symlinks) specified for a venv, then the python ...
Vinay Sajip
2014-05-28
1
-1/+4
[prev]
[next]