]> granicus.if.org Git - python/shortlog
python
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...
2012-09-05 Antoine PitrouIssue #15841: The readable(), writable() and seekable...
2012-09-03 Alexander BelopolskyIssue #15855: updated related manual entries.
2012-09-03 Alexander BelopolskyIssue #15855: added docstrings for memoryview methods...
2012-09-03 Alexander BelopolskyIssue #15855: added docstrings for memoryview methods...
2012-09-03 Alexander BelopolskyIssue #15855: added docstrings for memoryview methods...
2012-09-03 R David Murray#15557,#15447,#15509: webbrowser test suite added.
2012-09-03 R David Murray#15447: Use subprocess.DEVNULL in webbrowser, instead...
2012-09-03 R David MurrayMerge #15509: If %action substitution produces a null...
2012-09-03 R David Murray#15509: If %action substitution produces a null string...
2012-09-03 Nick CoghlanIssue #15814: Add NEWS entry regarding intended memoryv...
2012-09-03 Nick CoghlanIssue #15814: Add NEWS entry regarding intended memoryv...
2012-09-02 Benjamin Petersonmerge 3.2
2012-09-02 Benjamin Petersonput * in the normal place
2012-09-02 Benjamin Petersonget rid of ast_error_finish by passing the compiling...
2012-09-02 Benjamin Petersonmerge 3.2
2012-09-02 Benjamin Petersonmove variable decl to the top of the function
2012-09-02 Benjamin Petersonmerge heads
2012-09-02 Benjamin Petersonmerge 3.2 (#15846)
2012-09-02 Benjamin Petersonprevert ast errors from being normalized before ast_err...
2012-09-02 Antoine PitrouFix C++-style comment (xlc compilation failure)
2012-09-02 Stefan KrahIssue #15814: Documentation: disallow hashing of multi...
2012-09-09 Georg BrandlBump to 3.3.0rc2.
next