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
...
|
*
#15130: remove repeat of abstract paragraph from socket howto body.
R David Murray
2013-07-25
1
-6/+0
*
|
#18503: small cleanups in test_email.
R David Murray
2013-07-25
1
-2/+2
|
\
\
|
|
/
|
*
#18503: small cleanups in test_email.
R David Murray
2013-07-25
1
-2/+2
*
|
Closes #18491: Added script-wrapper functionality to launcher source (but not...
Vinay Sajip
2013-07-25
1
-34/+138
*
|
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
2
-2/+2
|
\
\
|
|
/
|
*
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
2
-2/+2
*
|
#14853: merge with 3.3.
Ezio Melotti
2013-07-25
1
-10/+0
|
\
\
|
|
/
|
*
#14853: remove test that was making too many assumptions about stdin. Patch ...
Ezio Melotti
2013-07-25
1
-10/+0
*
|
#16937: merge with 3.3.
Ezio Melotti
2013-07-25
4
-4/+7
|
\
\
|
|
/
|
*
#16937: document that stdin is always buffered, even when -u is used. Patch ...
Ezio Melotti
2013-07-25
4
-4/+7
*
|
Fix potential NULL pointer dereferencing in ast module
Christian Heimes
2013-07-24
1
-1/+1
|
\
\
|
|
/
|
*
Fix potential NULL pointer dereferencing in ast module
Christian Heimes
2013-07-24
1
-1/+1
*
|
Closes #18541: merged update from 3.3.
Vinay Sajip
2013-07-24
1
-57/+19
|
\
\
|
|
/
|
*
Issue #18541: simplified LoggerAdapter example.
Vinay Sajip
2013-07-24
1
-57/+19
*
|
merge 3.3
Benjamin Peterson
2013-07-23
1
-1/+2
|
\
\
|
|
/
|
*
return NULL here
Benjamin Peterson
2013-07-23
1
-1/+2
*
|
Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)
Brian Curtin
2013-07-23
1
-0/+1
*
|
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: Fix initstdio(), handle PySys_SetObject() failure
Victor Stinner
2013-07-22
1
-2/+8
*
|
Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() error
Victor Stinner
2013-07-22
1
-1/+3
*
|
Issue #18520: Fix PyFunction_NewWithQualName() error handling
Victor Stinner
2013-07-22
1
-10/+9
*
|
Reindent PyFunction_NewWithQualName()
Victor Stinner
2013-07-22
1
-49/+49
*
|
Issue #18520: initsite() is a little bit more verbose when import site fails
Victor Stinner
2013-07-22
1
-0/+1
*
|
Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errors
Victor Stinner
2013-07-22
1
-17/+21
*
|
Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called
Victor Stinner
2013-07-22
1
-0/+6
*
|
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner
2013-07-22
17
-54/+117
*
|
Merge
Brian Curtin
2013-07-22
2
-843/+565
|
\
\
|
*
\
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
2
-843/+565
|
|
\
\
|
|
|
/
|
|
*
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
2
-849/+566
*
|
|
Fix #18530. Remove extra stat call from posixpath.ismount
Brian Curtin
2013-07-22
2
-8/+17
|
/
/
*
|
Some compilers complain about 'control reaches end of non-void function'
Christian Heimes
2013-07-22
1
-0/+1
|
\
\
|
|
/
|
*
Some compilers complain about 'control reaches end of non-void function'
Christian Heimes
2013-07-22
1
-0/+1
*
|
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
3
-7/+19
|
\
\
|
|
/
|
*
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
3
-7/+19
*
|
merge
Christian Heimes
2013-07-22
0
-0/+0
|
\
\
|
|
/
|
*
merge
Christian Heimes
2013-07-22
2
-5/+8
|
|
\
*
|
\
Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens wh...
Christian Heimes
2013-07-22
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens wh...
Christian Heimes
2013-07-22
1
-1/+4
*
|
|
Issue #18488: Fix _pysqlite_final_callback()
Victor Stinner
2013-07-22
1
-4/+4
*
|
|
Merge with 3.3
Terry Jan Reedy
2013-07-22
2
-5/+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
Terry Jan Reedy
2013-07-22
2
-5/+8
|
|
/
*
|
Now all error paths of _freeze_importlib use 'goto error' and the error label...
Christian Heimes
2013-07-21
1
-19/+18
|
\
\
|
|
/
|
*
Now all error paths of _freeze_importlib use 'goto error' and the error label...
Christian Heimes
2013-07-21
1
-19/+18
*
|
merge 3.3
Benjamin Peterson
2013-07-21
1
-1/+1
|
\
\
|
|
/
|
*
fix spacing
Benjamin Peterson
2013-07-21
1
-1/+1
*
|
merge 3.3
Benjamin Peterson
2013-07-21
1
-2/+2
|
\
\
|
|
/
|
*
let's not return NULL from functions that should return ints
Benjamin Peterson
2013-07-21
1
-2/+2
*
|
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
2
-1/+3
|
\
\
|
|
/
|
*
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
2
-1/+3
[prev]
[next]