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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
#17616: wave.open now supports the 'with' statement.
R David Murray
2013-07-31
1
-0/+2
*
Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
Christian Heimes
2013-07-30
1
-0/+4
*
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-0/+2
*
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-0/+3
|
\
|
*
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-0/+3
*
|
Merge #15415 from 3.3
Nick Coghlan
2013-07-28
1
-0/+3
|
\
\
|
|
/
|
*
Close #15415: Factor out temp dir helpers to test.support
Nick Coghlan
2013-07-28
1
-0/+3
|
*
Issue #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
2
-0/+4
*
|
Close #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
2
-0/+4
*
|
Close #13266: Add inspect.unwrap
Nick Coghlan
2013-07-28
1
-0/+3
*
|
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes
2013-07-26
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes
2013-07-26
1
-0/+3
*
|
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-0/+2
*
|
Issue #18560: Fix potential NULL pointer dereference in sum()
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18560: Fix potential NULL pointer dereference in sum()
Christian Heimes
2013-07-26
1
-0/+2
*
|
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-0/+2
*
|
Coverity: model PyLong_From*() functions
Christian Heimes
2013-07-26
1
-5/+30
*
|
merge for issue #18556
Brett Cannon
2013-07-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
Brett Cannon
2013-07-25
1
-0/+3
*
|
#17818: aifc.getparams now returns a namedtuple.
R David Murray
2013-07-25
1
-0/+2
*
|
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
1
-0/+2
*
|
#16937: merge with 3.3.
Ezio Melotti
2013-07-25
2
-1/+3
|
\
\
|
|
/
|
*
#16937: document that stdin is always buffered, even when -u is used. Patch ...
Ezio Melotti
2013-07-25
2
-1/+3
*
|
Remove duplicate entry for sdigit.
Christian Heimes
2013-07-23
1
-5/+0
*
|
Add modeling file for Coverity Scan.
Christian Heimes
2013-07-22
1
-0/+112
*
|
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner
2013-07-22
1
-0/+4
*
|
Merge
Brian Curtin
2013-07-22
1
-0/+4
|
\
\
|
*
\
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
1
-0/+4
*
|
|
Fix #18530. Remove extra stat call from posixpath.ismount
Brian Curtin
2013-07-22
1
-0/+3
|
/
/
*
|
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
1
-0/+3
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
Terry Jan Reedy
2013-07-22
1
-0/+2
*
|
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
1
-0/+2
*
|
Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...
Antoine Pitrou
2013-07-20
2
-0/+4
*
|
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
1
-0/+3
*
|
Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...
Vinay Sajip
2013-07-19
1
-0/+3
*
|
(3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension
Ronald Oussoren
2013-07-19
1
-0/+2
|
\
\
|
|
/
|
*
#18480: Add missing PyType_Ready call to _elementtree extension
Ronald Oussoren
2013-07-19
1
-0/+2
*
|
Issue #18266: test_largefile now works with unittest test discovery and
Serhiy Storchaka
2013-07-17
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18266: test_largefile now works with unittest test discovery and
Serhiy Storchaka
2013-07-17
1
-0/+3
*
|
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka
2013-07-17
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka
2013-07-17
1
-0/+3
*
|
Issue #18408: Mention changes in Misc/NEWS
Victor Stinner
2013-07-16
1
-0/+3
[next]