]> granicus.if.org Git - python/shortlog
python
2012-10-04 Victor Stinnerlong_to_decimal_string_internal() doesn't need to write...
2012-10-04 Victor Stinnerunicode_result_wchar(): move the assert() to the "...
2012-10-04 Victor StinnerSplit the huge PyUnicode_Format() function (+540 lines...
2012-10-03 Victor StinnerPyUnicode_Format(): disable overallocation when we...
2012-10-03 Victor StinnerUnicode: resize_compact() and resize_inplace() fills...
2012-10-03 Nick CoghlanMerge #12947 workaround from 3.3
2012-10-03 Nick CoghlanIssue #12947: Better workaround for the problem with...
2012-10-03 Nick CoghlanMerge doctest note from 3.3
2012-10-03 Nick CoghlanIssue #12947: Add a note to doctest until the example...
2012-10-03 Jesus CeaNULL merge
2012-10-03 Jesus CeaNULL merge
2012-10-03 Jesus CeaCloses #15897: zipimport.c doesn't check return value...
2012-10-03 Jesus CeaMERGE: Fix Misc/ACKS alphabetic order
2012-10-03 Jesus CeaMERGE: Closes #15897: zipimport.c doesn't check return...
2012-10-03 Jesus CeaMERGE: Fix Misc/ACKS alphabetic order
2012-10-03 Jesus CeaMERGE: Closes #15897: zipimport.c doesn't check return...
2012-10-03 Jesus CeaFix Misc/ACKS alphabetic order
2012-10-03 Jesus CeaCloses #15897: zipimport.c doesn't check return value...
2012-10-02 Alexander BelopolskyIssue #9650: List commonly used format codes in time...
2012-10-02 R David MurrayMore whatsnew updates.
2012-10-02 R David MurrayMore whatsnew updates.
2012-10-02 Ezio MelottiRemove unnecessary [].
2012-10-02 Nick CoghlanReword the next version placeholder now that the change...
2012-10-02 Andrew SvetlovNull merge
2012-10-02 Andrew SvetlovMerge: Close open bracket, thanks to Josh Helzer from...
2012-10-02 Andrew SvetlovMerge: Close open bracket, thanks to Josh Helzer from...
2012-10-02 Andrew SvetlovClose open bracket, thanks to Josh Helzer from docs@
2012-10-02 Vinay SajipUpdated docstring for logging.config.listen().
2012-10-02 Vinay SajipIssue #15452: Added verify option for logging configura...
2012-10-02 R David MurrayMerge: Add multiprocessing.Process.sentinel to whatsnew...
2012-10-02 R David MurrayAdd multiprocessing.Process.sentinel to whatsnew, menti...
2012-10-02 Victor StinnerIssue #15609: Fix refleak introduced by my last optimiz...
2012-10-02 Georg Brandlmerge with 3.3.
2012-10-02 Georg BrandlIn this case it is not useful to hide "threading".
2012-10-02 Ezio Melotti#15979: merge with 3.3.
2012-10-02 Ezio Melotti#15979: merge with 3.2.
2012-10-02 Ezio Melotti#15979: improve timeit documentation.
2012-10-02 R David MurrayMerge: Add threading.get_ident to whatsnew.
2012-10-02 R David MurrayAdd threading.get_ident to whatsnew.
2012-10-02 R David MurrayMerge #11109: clean up docs, add whatsnew entry, and...
2012-10-02 R David Murray#11109: clean up docs, add whatsnew entry, and fix...
2012-10-01 Victor StinnerClose #15766: Catch exceptions while raising the Import...
2012-10-01 Ezio MelottiMerge changelog filtering fixes/improvements with 3.3.
2012-10-01 Ezio MelottiFix/improve the changelog filtering.
2012-10-01 Victor StinnerIssue #15609: Optimize str%args for integer argument
2012-10-01 Philip Jenveymore yield from
2012-10-01 Antoine PitrouMerge
2012-10-01 Antoine PitrouMerge
2012-10-01 Antoine PitrouSanitize and modernize some of the _elementtree code...
2012-10-01 Antoine PitrouSanitize and modernize some of the _elementtree code...
2012-10-01 Stefan KrahMerge 3.3.
2012-10-01 Stefan KrahIssue #15599: Increase the switch interval. Several...
2012-10-01 Nadeem VawdaMerge: #16304: Optimizations for BZ2File, and minor...
2012-10-01 Nadeem VawdaIssue #16304: Further optimize BZ2File.readlines?().
2012-10-01 Nadeem VawdaFix error handling in new fast path of BZ2File.readline().
2012-10-01 Nadeem VawdaIssue #16304: Another performance optimization for...
2012-10-01 Philip Jenveyutilize yield from
2012-10-01 Philip Jenveyutilize subprocess.DEVNULL
2012-10-01 Georg Brandlmerge with 3.3
2012-10-01 Georg BrandlFix template syntax.
2012-10-01 Georg BrandlUse backticks in 3.4 NEWS.
2012-10-01 Georg Brandlmerge with 3.3
2012-10-01 Georg BrandlThe default reST role `foo` can now be used in NEWS...
2012-10-01 Georg BrandlFix page name.
2012-10-01 Georg Brandlmerge with 3.3.
2012-10-01 Georg BrandlSeveral improvements to the HTML NEWS version:
2012-10-01 Georg BrandlMove 3.1, 3.2 and 3.3 NEWS items to HISTORY.
2012-10-01 Georg Brandlnull-merge with 3.3
2012-10-01 Georg Brandlmerge with 3.3
2012-10-01 Georg BrandlMove 3.1 and 3.2 NEWS items to HISTORY.
2012-10-01 Tim GoldenIssue16097 Fix small typo in comment (patch by Wael...
2012-10-01 Tim GoldenIssue16097 Fix small typo in comment (patch by Wael...
2012-10-01 Brian CurtinCorrecting my name since people keep bringing it up
2012-10-01 Ezio MelottiMerge suspicious ignore file updates with 3.3.
2012-10-01 Ezio MelottiUpdate suspicious ignore file.
2012-10-01 R David MurrayMerge: More additions to whatsnew.
2012-10-01 R David MurrayMore additions to whatsnew.
2012-10-01 R David MurrayMerge: Fix sqlite3 class markup.
2012-10-01 R David MurrayMerge: Fix sqlite3 class markup.
2012-10-01 R David MurrayFix sqlite3 class markup.
2012-10-01 R David MurrayMerge: More whatsnew adds, especially the os module.
2012-10-01 R David MurrayMore whatsnew adds, especially the os module.
2012-09-30 Nadeem VawdaMerge: #16304: Further performance improvements for...
2012-09-30 Nadeem VawdaIssue #16304: Further performance improvements for...
2012-09-30 R David MurrayMerge: Add some missing stuff to whatsnew.
2012-09-30 R David MurrayAdd some missing stuff to whatsnew.
2012-09-30 Ezio Melotti#15923: merge with 3.3.
2012-09-30 Ezio Melotti#15923: merge with 3.2.
2012-09-30 Ezio Melotti#15923: fix a mistake in asdl_c.py that resulted in...
2012-09-30 Stefan KrahNull merge.
2012-09-30 Stefan KrahBackport 5cfe8af7abb2.
2012-09-30 Stefan KrahSuppress unknown pragma warning (STDC FENV_ACCESS).
2012-09-30 Gregory P.... doc typo fixes
2012-09-30 Chris JerdonekIssue #15533: Merge update from 3.2.
2012-09-30 Chris JerdonekIssue #15533: Skip test_cwd_with_relative_*() tests...
2012-09-30 Georg BrandlUse newer version of Pygments that handles "yield from".
2012-09-30 Stefan KrahSupport gcc's -ansi flag: use "__asm__" instead of...
2012-09-30 Stefan KrahRevert 29506c7db353 (build output should be accurate).
2012-09-30 Christian Heimesmerge
2012-09-30 Christian HeimesChange libmpdec to use ANSI code in strict ansi mode...
next