]> granicus.if.org Git - python/shortlog
python
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...
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-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-02 Benjamin PetersonMake super() internal errors RuntimeError instead of...
2012-09-01 Victor StinnerClose #14223: Fix window.addch(curses.ACS_HLINE)
2012-09-01 Stefan KrahIssue #15814: Document planned restrictions for memoryv...
2012-09-01 Stefan KrahAdd missing unit.
2012-09-01 Stefan KrahCompile _decimal without asserts and update benchmark...
2012-09-01 Petri Lehtinen#15802: Fix test logic in TestMaildir.test_create_tmp
2012-09-01 Petri Lehtinen#15802: Fix test logic in TestMaildir.test_create_tmp
2012-09-01 R David MurrayMerge #12776,#11839: call argparse type function only...
2012-09-01 R David Murray#12776,#11839: call argparse type function only once.
2012-08-31 Trent NelsonMerge whitespace fix from 3.2.
2012-08-31 Trent NelsonRemove trailing whitespace in order to silence warnings...
2012-08-31 Brett CannonIssue #15828: Don't try to close a file if imp.find_mod...
2012-08-31 Nick CoghlanIssue #15828: Restore support for C extension modules...
2012-08-31 Andrew SvetlovIssue #15825: fix typo in OrderedDict docs.
2012-08-31 Andrew SvetlovIssue #15825: fix typo in OrderedDict docs.
2012-08-30 Trent NelsonIssue #15819: Fix out-of-tree builds from a readonly...
2012-08-30 Trent NelsonBlock 78809:62044cd5b19b (Issue #15819) from 3.2.
2012-08-30 Trent NelsonIssue #15819: Fix out-of-tree builds from a readonly...
2012-08-30 Stefan KrahCloses #10650: Deprecate the watchexp parameter of...
2012-08-30 Stefan KrahIssue #15724: Add versionchanged tags to the memoryview...
2012-08-29 Antoine PitrouIssue #15800: fix the closing of input / output files...
2012-08-29 Antoine PitrouIssue #15800: fix the closing of input / output files...
2012-08-29 Ezio MelottiAdd missing comma.
2012-08-29 Ezio MelottiAdd missing comma.
2012-08-29 Benjamin Petersonmove entry to the correct version
2012-08-28 Victor StinnerIssue #15785: Modify window.get_wch() API of the curses...
2012-08-28 Benjamin Petersonmerge heads
2012-08-28 Benjamin Petersonmerge 3.2 (#15801)
2012-08-28 Benjamin Petersonuse the stricter PyMapping_Check (closes #15801)
2012-08-28 Richard OudkerkIssue #15784: Modify OSError.__str__() to better distin...
2012-08-28 Antoine PitrouIssue #15794: Relax a test case due to the deadlock...
2012-08-28 Matthias Klose- fix paste error (whitespace) from previous commit
2012-08-28 Matthias Klose- fix paste error (whitespace) from previous commit
2012-08-28 Matthias Klose- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods...
2012-08-28 Matthias Klose- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods...
2012-08-28 Petri Lehtinen#11964: Document a change in v3.2 to the json indent...
2012-08-28 Petri Lehtinen#11964: Document a change in v3.2 to the json indent...
2012-08-27 Antoine PitrouIssue #15781: Fix two small race conditions in import...
2012-08-27 Petri LehtinenMerge: Fix a JSON doc typo
2012-08-27 Petri LehtinenFix a JSON doc typo
2012-08-27 Ezio Melotti#15788: merge with 3.2.
2012-08-27 Ezio Melotti#15788: fix broken links in subprocess doc. Patch...
2012-08-26 Ezio MelottiFix typo.
2012-08-25 Georg BrandlMerge in changes from 3.3.0 release clone.
2012-08-25 Georg BrandlPost-release updates.
2012-08-25 Andrew SvetlovDelete Misc/NEWS record for reverted #15776.
2012-08-25 Georg BrandlAdded tag v3.3.0rc1 for changeset 8bb5c7bc46ba
2012-08-25 Georg BrandlBump to 3.3.0rc1. v3.3.0rc1
next