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
...
|
*
Fix issue #21641: Close the socket before raising the SMTPResponseException. ...
Senthil Kumaran
2014-06-03
1
-0/+1
*
|
merge from 3.4
Senthil Kumaran
2014-06-03
1
-16/+16
|
\
\
|
|
/
|
*
Update references to Python docs in the sidebar index.
Senthil Kumaran
2014-06-03
1
-16/+17
*
|
Merge with 3.4
Terry Jan Reedy
2014-06-03
2
-2/+3
|
\
\
|
|
/
|
*
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
Terry Jan Reedy
2014-06-03
2
-2/+3
*
|
(Merge 3.4) Issue #21601: Document asyncio.Task.cancel(). Initial patch written
Victor Stinner
2014-06-02
2
-3/+23
|
\
\
|
|
/
|
*
Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky
Victor Stinner
2014-06-02
2
-3/+23
*
|
Issue #18492: Merge with 3.4
Zachary Ware
2014-06-02
14
-59/+37
|
\
\
|
|
/
|
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
14
-59/+37
*
|
Issue #21233: Revert bytearray(int) optimization using calloc()
Victor Stinner
2014-06-02
3
-21/+7
*
|
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner
2014-06-02
6
-29/+32
*
|
Issue #21639: Fix a division by zero in tracemalloc on calloc(0, 0). The
Victor Stinner
2014-06-02
2
-1/+7
|
\
\
|
|
/
|
*
Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled
Victor Stinner
2014-06-02
1
-0/+6
*
|
(Merge 3.4) Issue #21639: Fix name of _testcapi test functions
Victor Stinner
2014-06-02
1
-2/+2
|
\
\
|
|
/
|
*
Issue #21639: Fix name of _testcapi test functions
Victor Stinner
2014-06-02
1
-2/+2
*
|
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
Serhiy Storchaka
2014-06-02
4
-29/+60
|
\
\
|
|
/
|
*
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
Serhiy Storchaka
2014-06-02
4
-29/+60
*
|
Null merge
Zachary Ware
2014-06-02
0
-0/+0
|
\
\
|
|
/
|
*
Issue #21623: open pyproject.props with an explicit encoding
Zachary Ware
2014-06-02
1
-1/+1
*
|
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
Serhiy Storchaka
2014-06-02
1
-4/+4
|
\
\
|
|
/
|
*
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
2
-3/+14
|
\
\
|
|
/
|
*
Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
Victor Stinner
2014-06-02
2
-4/+15
*
|
Initialize base types before child types
Victor Stinner
2014-06-02
1
-6/+6
*
|
Fix comment
Raymond Hettinger
2014-06-02
1
-1/+1
*
|
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily
2014-06-02
3
-6/+18
|
\
\
|
|
/
|
*
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily
2014-06-02
3
-6/+21
*
|
Minor clean-ups.
Raymond Hettinger
2014-06-02
1
-3/+5
*
|
Merged documentation update from 3.4.
Vinay Sajip
2014-06-01
1
-0/+15
|
\
\
|
|
/
|
*
Updated logging HOWTO section on optimization.
Vinay Sajip
2014-06-01
1
-0/+15
*
|
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
2
-3/+3
|
\
\
|
|
/
|
*
Explicitly wait for the child instead of letting a destructor do it.
Gregory P. Smith
2014-06-01
1
-1/+1
|
*
Fix the comment to not refer to the removed end_fd parameter.
Gregory P. Smith
2014-06-01
1
-2/+2
*
|
Don't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith
2014-06-01
3
-43/+102
|
\
\
|
|
/
|
*
Don't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith
2014-06-01
3
-43/+102
*
|
Issue #21605: Added tests for Tkinter images.
Serhiy Storchaka
2014-06-01
2
-0/+343
|
\
\
|
|
/
|
*
Issue #21605: Added tests for Tkinter images.
Serhiy Storchaka
2014-06-01
2
-0/+343
*
|
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
*
|
merge 3.4
Benjamin Peterson
2014-05-31
1
-1/+1
|
\
\
|
|
/
|
*
give the correct fixer name (closes #21604)
Benjamin Peterson
2014-05-31
1
-1/+1
[prev]
[next]