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
...
*
|
Updates NEWS for issue #15895
Christian Heimes
2012-09-11
1
-2/+2
*
|
Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__.
R David Murray
2012-09-11
1
-13/+13
|
\
\
|
|
/
|
*
#14617: clarify discussion of interrelationship of __eq__ and __hash__.
R David Murray
2012-09-11
1
-13/+13
*
|
merge heads
Benjamin Peterson
2012-09-11
1
-5/+1
|
\
\
|
*
\
Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR...
Christian Heimes
2012-09-11
1
-5/+1
|
|
\
\
|
|
|
/
|
|
*
Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR...
Christian Heimes
2012-09-11
1
-5/+1
*
|
|
remove useless and defined initialization (closes #15921)
Benjamin Peterson
2012-09-11
1
-1/+1
|
/
/
*
|
Issue #15895: my analysis was slightly off. The FILE pointer is only leaked w...
Christian Heimes
2012-09-11
2
-9/+8
*
|
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filenam...
Christian Heimes
2012-09-11
2
-1/+8
*
|
Spelling past tense -> present tense
Christian Heimes
2012-09-11
1
-1/+1
*
|
Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap()
Christian Heimes
2012-09-11
2
-6/+7
*
|
merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris ...
Senthil Kumaran
2012-09-11
1
-14/+13
|
\
\
|
|
/
|
*
Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.
Senthil Kumaran
2012-09-11
1
-14/+13
*
|
#15886: remove redundant phrase
R David Murray
2012-09-11
1
-3/+2
*
|
MERGE: Closes #15793: Stack corruption in ssl.RAND_egd()
Jesus Cea
2012-09-11
3
-7/+6
|
\
\
|
|
/
|
*
Closes #15793: Stack corruption in ssl.RAND_egd()
Jesus Cea
2012-09-11
3
-7/+6
*
|
MERGE: #15676: mmap: add empty file check prior to offset check <- Previous p...
Jesus Cea
2012-09-10
1
-0/+1
|
\
\
|
|
/
|
*
#15676: mmap: add empty file check prior to offset check <- Previous patch wa...
Jesus Cea
2012-09-10
1
-0/+1
*
|
#15676: mmap: add empty file check prior to offset check <- Previous patch wa...
Jesus Cea
2012-09-10
2
-5/+10
|
\
\
|
|
/
|
*
#15676: mmap: add empty file check prior to offset check <- Previous patch wa...
Jesus Cea
2012-09-10
2
-5/+10
*
|
MERGE: #15676: Proper attribution in Misc/ACKS
Jesus Cea
2012-09-10
1
-0/+1
|
\
\
|
|
/
|
*
#15676: Proper attribution in Misc/ACKS
Jesus Cea
2012-09-10
1
-0/+1
*
|
Issue #15882: Change _decimal to accept any coefficient tuple when
Stefan Krah
2012-09-10
3
-7/+21
*
|
Fixed reference leak in error branch of _bufferedreader_read_all(). The varia...
Christian Heimes
2012-09-10
1
-1/+3
*
|
Fixed memory leak in error branch of object_repr which may leak a reference t...
Christian Heimes
2012-09-10
1
-1/+3
|
\
\
|
|
/
|
*
Fixed memory leak in error branch of object_repr which may leak a reference t...
Christian Heimes
2012-09-10
1
-1/+3
*
|
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin...
Christian Heimes
2012-09-10
1
-0/+1
|
\
\
|
|
/
|
*
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin...
Christian Heimes
2012-09-10
1
-0/+1
*
|
Merge #14649: clarify DocTestSuite error when there are no docstrings.
R David Murray
2012-09-10
6
-6/+84
|
\
\
|
|
/
|
*
#14649: clarify DocTestSuite error when there are no docstrings.
R David Murray
2012-09-10
6
-6/+84
*
|
Null merge for ddb406904be1 backport.
R David Murray
2012-09-10
0
-0/+0
|
\
\
|
|
/
|
*
backport from the trunk, to fix test_tools with srcdir != builddir
doko@ubuntu.com
2012-09-10
1
-2/+2
*
|
Added test for 85cb90f79cbf and see how the code handles all flags at once
Christian Heimes
2012-09-10
1
-0/+5
*
|
Merge
Richard Oudkerk
2012-09-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #15901: Change example to use byte string instead of string
Richard Oudkerk
2012-09-10
1
-1/+1
*
|
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
Christian Heimes
2012-09-10
1
-0/+1
|
\
\
|
|
/
|
*
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
Christian Heimes
2012-09-10
1
-0/+1
*
|
Fixed memory leak in error branch of formatfloat(). CID 719687
Christian Heimes
2012-09-10
1
-1/+3
*
|
Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enl...
Christian Heimes
2012-09-10
1
-1/+1
*
|
Closed reference leak of variable 'k' in function ste_new which wasn't decref...
Christian Heimes
2012-09-10
1
-1/+2
|
\
\
|
|
/
|
*
Closed reference leak of variable 'k' in function ste_new which wasn't decref...
Christian Heimes
2012-09-10
1
-1/+2
*
|
Fixed possible reference leak to mod when type_name() returns NULL
Christian Heimes
2012-09-10
1
-1/+3
|
\
\
|
|
/
|
*
Fixed possible reference leak to mod when type_name() returns NULL
Christian Heimes
2012-09-10
1
-1/+3
*
|
PyTuple_Pack() was missing va_end() in its error branch which lead to a resou...
Christian Heimes
2012-09-10
1
-1/+3
|
\
\
|
|
/
|
*
PyTuple_Pack() was missing va_end() in its error branch which lead to a resou...
Christian Heimes
2012-09-10
1
-1/+3
*
|
Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails
Christian Heimes
2012-09-10
1
-1/+3
*
|
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE(...
Christian Heimes
2012-09-10
1
-1/+2
|
\
\
|
|
/
|
*
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE(...
Christian Heimes
2012-09-10
1
-1/+2
*
|
Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffe...
Christian Heimes
2012-09-10
1
-2/+6
*
|
Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed...
Christian Heimes
2012-09-09
1
-1/+2
[prev]
[next]