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
*
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
*
|
Closes #15676: mmap: add empty file check prior to offset check
Jesus Cea
2012-09-09
3
-0/+17
|
\
\
|
|
/
|
*
Closes #15676: mmap: add empty file check prior to offset check
Jesus Cea
2012-09-09
3
-0/+17
*
|
merge
Alexander Belopolsky
2012-09-09
1
-0/+7
|
\
\
|
|
/
|
*
Issue #15881: Added NEWS entry and proper credit.
Alexander Belopolsky
2012-09-09
2
-1/+3
|
*
Issue #15881: Fixed 3.2 backport.
Alexander Belopolsky
2012-09-09
1
-0/+2
|
*
Fixed whitespace
Alexander Belopolsky
2012-09-09
1
-1/+1
|
*
Issue #15881: Fixed atexit hook in multiprocessing.
Alexander Belopolsky
2012-09-09
2
-16/+39
*
|
Fixed whitespace
Alexander Belopolsky
2012-09-09
1
-1/+1
*
|
Issue #15881: Fixed atexit hook in multiprocessing.
Alexander Belopolsky
2012-09-09
2
-9/+33
*
|
Merge in changes from 3.3.0rc2 release clone.
Georg Brandl
2012-09-09
7
-17/+36
|
\
\
|
*
|
Post-release updates for 3.3.0rc2.
Georg Brandl
2012-09-09
2
-1/+13
|
*
|
Added tag v3.3.0rc2 for changeset 88a0792e8ba3
Georg Brandl
2012-09-09
1
-0/+1
|
*
|
Issue #15814: Update whatsnew to the current state of hashing memoryviews.
v3.3.0rc2
Stefan Krah
2012-09-08
1
-3/+2
|
*
|
Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions
Nick Coghlan
2012-09-03
1
-0/+8
|
*
|
Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.
Stefan Krah
2012-09-02
1
-6/+8
|
*
|
Bump to 3.3.0rc2.
Georg Brandl
2012-09-09
6
-7/+7
|
*
|
Fix NEWS entry location.
Georg Brandl
2012-09-09
1
-3/+6
|
*
|
Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
Ned Deily
2012-09-09
3
-3/+25
|
*
|
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
7
-9/+140
|
*
|
Changelog entry for 8c2e87aeb707.
Georg Brandl
2012-09-08
1
-0/+3
|
*
|
Fix bug with argparse.Parser.parse_args(*args)
Zbigniew Jędrzejewski-Szmek
2012-09-02
2
-1/+22
|
*
|
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
Stefan Krah
2012-08-30
3
-0/+12
|
*
|
Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.
Stefan Krah
2012-09-01
1
-15/+7
[next]