]> granicus.if.org Git - python/shortlog
python
2012-09-12 Christian HeimesFix out of bounds read in long_new() for empty bytes...
2012-09-12 Christian HeimesFix out of bounds read in long_new() for empty bytes...
2012-09-12 Barry Warsaw- Issue #15906: Fix a regression in argparse caused...
2012-09-12 Barry Warsaw- Issue #15906: Fix a regression in argparse caused...
2012-09-11 Christian HeimesUpdates NEWS for issue #15895
2012-09-11 R David MurrayMerge #14617: clarify discussion of interrelationship...
2012-09-11 R David Murray#14617: clarify discussion of interrelationship of...
2012-09-11 Benjamin Petersonmerge heads
2012-09-11 Benjamin Petersonremove useless and defined initialization (closes ...
2012-09-11 Christian HeimesFix null pointer dereferencing in structmember.c PyMemb...
2012-09-11 Christian HeimesFix null pointer dereferencing in structmember.c PyMemb...
2012-09-11 Christian HeimesIssue #15895: my analysis was slightly off. The FILE...
2012-09-11 Christian HeimesIssue #15895: Fix FILE pointer leak in PyRun_SimpleFile...
2012-09-11 Christian HeimesSpelling past tense -> present tense
2012-09-11 Christian HeimesIssue #15900: Fixed reference leak in PyUnicode_Transla...
2012-09-11 Senthil Kumaranmerge. Fix issue #15899: Make the unicode.rst doctests...
2012-09-11 Senthil KumaranFix issue #15899: Make the unicode.rst doctests pass...
2012-09-11 R David Murray#15886: remove redundant phrase
2012-09-11 Jesus CeaMERGE: Closes #15793: Stack corruption in ssl.RAND_egd()
2012-09-11 Jesus CeaCloses #15793: Stack corruption in ssl.RAND_egd()
2012-09-10 Jesus CeaMERGE: #15676: mmap: add empty file check prior to...
2012-09-10 Jesus Cea#15676: mmap: add empty file check prior to offset...
2012-09-10 Jesus Cea#15676: mmap: add empty file check prior to offset...
2012-09-10 Jesus Cea#15676: mmap: add empty file check prior to offset...
2012-09-10 Jesus CeaMERGE: #15676: Proper attribution in Misc/ACKS
2012-09-10 Jesus Cea#15676: Proper attribution in Misc/ACKS
2012-09-10 Stefan KrahIssue #15882: Change _decimal to accept any coefficient...
2012-09-10 Christian HeimesFixed reference leak in error branch of _bufferedreader...
2012-09-10 Christian HeimesFixed memory leak in error branch of object_repr which...
2012-09-10 Christian HeimesFixed memory leak in error branch of object_repr which...
2012-09-10 Christian HeimesFixed memory leak in error branch of parsestrplus....
2012-09-10 Christian HeimesFixed memory leak in error branch of parsestrplus....
2012-09-10 R David MurrayMerge #14649: clarify DocTestSuite error when there...
2012-09-10 R David Murray#14649: clarify DocTestSuite error when there are no...
2012-09-10 R David MurrayNull merge for ddb406904be1 backport.
2012-09-10 Christian HeimesAdded test for 85cb90f79cbf and see how the code handle...
2012-09-10 doko@ubuntu.combackport from the trunk, to fix test_tools with srcdir...
2012-09-10 Richard OudkerkMerge
2012-09-10 Richard OudkerkIssue #15901: Change example to use byte string instead...
2012-09-10 Christian HeimesAdded missing va_end in error branch of PyArg_UnpackTup...
2012-09-10 Christian HeimesAdded missing va_end in error branch of PyArg_UnpackTup...
2012-09-10 Christian HeimesFixed memory leak in error branch of formatfloat()...
2012-09-10 Christian HeimesFixed out-of-bounce write to rawmode buffer. The fixed...
2012-09-10 Christian HeimesClosed reference leak of variable 'k' in function ste_n...
2012-09-10 Christian HeimesClosed reference leak of variable 'k' in function ste_n...
2012-09-10 Christian HeimesFixed possible reference leak to mod when type_name...
2012-09-10 Christian HeimesFixed possible reference leak to mod when type_name...
2012-09-10 Christian HeimesPyTuple_Pack() was missing va_end() in its error branch...
2012-09-10 Christian HeimesPyTuple_Pack() was missing va_end() in its error branch...
2012-09-10 Christian HeimesFixed resource leak to scratch when _PyUnicodeWriter_Pr...
2012-09-10 Christian HeimesPy_TYPE() has already dereferenced self before the...
2012-09-10 Christian HeimesPy_TYPE() has already dereferenced self before the...
2012-09-10 Christian HeimesFixed two memory leaks in make_filename() in zipimport...
2012-09-09 Christian HeimesMake sure that *really* no more than sizeof(ifr.ifr_nam...
2012-09-09 Jesus CeaCloses #15676: mmap: add empty file check prior to...
2012-09-09 Alexander Belopolskymerge
2012-09-09 Jesus CeaCloses #15676: mmap: add empty file check prior to...
2012-09-09 Alexander BelopolskyIssue #15881: Added NEWS entry and proper credit.
2012-09-09 Alexander BelopolskyIssue #15881: Fixed 3.2 backport.
2012-09-09 Alexander BelopolskyFixed whitespace
2012-09-09 Alexander BelopolskyFixed whitespace
2012-09-09 Alexander BelopolskyIssue #15881: Fixed atexit hook in multiprocessing.
2012-09-09 Alexander BelopolskyIssue #15881: Fixed atexit hook in multiprocessing.
2012-09-09 Georg BrandlMerge in changes from 3.3.0rc2 release clone.
2012-09-09 Georg BrandlPost-release updates for 3.3.0rc2.
2012-09-09 Georg BrandlAdded tag v3.3.0rc2 for changeset 88a0792e8ba3
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-09 Ned Deilynull merge
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-08 R David MurrayMerge #5088: document behavior of optparse defaults...
2012-09-08 R David Murray#5088: document behavior of optparse defaults with...
2012-09-08 R David MurrayMerge Ezio's 'merge heads'.
2012-09-08 Ezio MelottiMerge heads.
2012-09-08 Ezio Melotti#15865: merge with 3.2.
2012-09-08 Ezio Melotti#15865: add "*" in the signature to document keyword...
2012-09-08 R David MurrayMerge #15510: clarify textwrap's handling of whitespace...
2012-09-08 R David Murray#15510: clarify textwrap's handling of whitespace,...
2012-09-08 R David Murraymerge #15847: allow args to be a tuple in parse_args
2012-09-08 R David Murray#15847: allow args to be a tuple in parse_args
2012-09-08 Stefan KrahIssue #15814: Update whatsnew to the current state... v3.3.0rc2
2012-09-08 Stefan KrahIssue #15814: Update whatsnew to the current state...
2012-09-08 Stefan KrahMerge 3.2.
2012-09-08 Stefan KrahIssue #15868: Fix refleak in bytesio.c (Coverity #715365).
2012-09-07 Antoine PitrouIssue #15340: Fix importing the random module when...
2012-09-07 Antoine PitrouIssue #15340: Fix importing the random module when...
2012-09-07 Ross LagerwallIssue #15876: Fix a refleak in the curses module
2012-09-07 Christian HeimesFix for fcc629208842
2012-09-07 Christian HeimesFix for fcc629208842
2012-09-06 Christian HeimesIssue #15591 and Issue #11715: silence output of setup...
2012-09-06 Christian HeimesIssue #15591 and Issue #11715: silence output of setup...
2012-09-06 Christian HeimesIssue #15591 and Issue #11715: silence output of setup...
2012-09-06 Ross LagerwallFix a typo in the curses docs
2012-09-06 Christian HeimesIssue #15591: run ctypes' configure in quiet mode when...
2012-09-06 Christian HeimesIssue #15591: run ctypes' configure in quiet mode when...
2012-09-06 Stefan KrahAfter the jump in line 1051 unicode_tmp is NULL. Found...
2012-09-06 Stefan Krah_testbuffer.c: In all current use cases of cmp_structur...
2012-09-06 Eric Snowadd whatsnew entry for PEP 421
2012-09-05 Antoine PitrouIssue #13992: The trashcan mechanism is now thread...
2012-09-05 Antoine PitrouIssue #13992: The trashcan mechanism is now thread...
2012-09-05 Antoine PitrouIssue #15841: The readable(), writable() and seekable...
next