]> granicus.if.org Git - python/shortlog
python
2012-10-27 Ezio Melotti#8040: merge with 3.3.
2012-10-27 Ezio Melotti#8040: merge with 3.2.
2012-10-27 Ezio Melotti#8040: enable the versionswitcher for the autobuild...
2012-10-27 Ezio Melotti#8040: merge with 3.3.
2012-10-27 Ezio Melotti#8040: merge with 3.2.
2012-10-27 Ezio Melotti#8040: add a version switcher to the documentation...
2012-10-27 R David Murraymerge #12890: don't emit <p> tags in text mode when...
2012-10-27 R David Murraymerge #12890: don't emit <p> tags in text mode when...
2012-10-27 R David Murray#12890: don't emit <p> tags in text mode when logdir...
2012-10-27 Senthil Kumaranmerge from 3.3
2012-10-27 Senthil Kumaranmerge from 3.2
2012-10-27 Senthil KumaranAutomated merge with file:///home/vagrant/3.3
2012-10-27 Senthil KumaranInclude mention of jenkins as an example framework...
2012-10-27 R David Murraymerge #15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 R David Murraymerge #15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 R David Murray#15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 Hynek SchlawackMerge 3.3
2012-10-27 Hynek Schlawack#16307: Fix multiprocessing.Pool.map_async not calling...
2012-10-27 Senthil Kumaranmerge 3.3 and 3.2 changes related to 10836
2012-10-27 Senthil KumaranIssue #16250: Fix URLError invocation with proper args
2012-10-27 Senthil KumaranIssue #16250: Fix URLError invocation with proper args.
2012-10-27 Philip Jenveymerge with 3.3
2012-10-27 Philip Jenveymerge with 3.2
2012-10-27 Philip Jenveybounds check for bad data (thanks amaury)
2012-10-26 Andrew SvetlovMerge issue #16243: add example for inspect.formatargspec
2012-10-26 Andrew SvetlovIssue #16243: add example for inspect.formatargspec
2012-10-26 Petri LehtinenMerge 3.3
2012-10-26 Petri LehtinenAdd Modules/_freeze_importlib to .gitignore
2012-10-26 Ezio MelottiMerge heads.
2012-10-26 Ezio Melotti#16317: merge with 3.3.
2012-10-26 Ezio Melotti#16317: mention lzma in the tutorial. Patch by Serhiy...
2012-10-26 Giampaolo Rodola'remove obsolete hasattr() check for socket.sendall
2012-10-26 Ezio Melotti#16206: merge with 3.3.
2012-10-26 Ezio Melotti#16206: merge with 3.2.
2012-10-26 Ezio Melotti#16206: Improve examples about dict construction.
2012-10-26 Chris JerdonekMerge from 3.3: fix formatting of syntax description...
2012-10-26 Chris JerdonekMerge from 3.2: fix formatting of syntax description...
2012-10-26 Chris JerdonekFix formatting of syntax description of function defini...
2012-10-25 Mark DickinsonIssue #16305: Merge fix from 3.3.
2012-10-25 Mark DickinsonIssue #16305: Merge fix from 3.2.
2012-10-25 Mark DickinsonFix math.factorial KeyboardInterrupt segfault. Thanks...
2012-10-25 Andrew SvetlovUpdate NEWS for issue #16241
2012-10-25 Andrew SvetlovUpdate NEWS for issue #16241
2012-10-24 Ezio Melotti#16210: merge with 3.3.
2012-10-24 Ezio Melotti#16210: merge with 3.2.
2012-10-24 Ezio Melotti#16210: combine the two type() docs. Patch by Pete...
2012-10-24 Benjamin Petersonmake _PyParser_TokenNames const
2012-10-23 Vinay SajipMerged fix of whitespace typo in Misc/NEWS from 3.3.
2012-10-23 Vinay SajipFixed whitespace typo in Misc/NEWS.
2012-10-23 Vinay SajipCloses #16116: Merged fix from 3.3.
2012-10-23 Vinay SajipIssue #16116: Now uses corrected include and library...
2012-10-23 Ezio MelottiAdd Misc/NEWS entry for dd8b969d7459/#16245.
2012-10-23 Senthil KumaranFix the windows buildbot permission error - close the...
2012-10-23 Senthil KumaranFix issue16300: addressing the buildbot failures on...
2012-10-23 Ezio Melotti#16245: merge with 3.3.
2012-10-23 Ezio Melotti#16245: Fix the value of a few entities in html.entitie...
2012-10-23 Ezio Melotti#16245: add a script to generate the html.entities...
2012-10-23 Petri LehtinenReplace tabs with spaces in posixmodule.c
2012-10-23 Petri LehtinenReplace tabs with spaces in posixmodule.c
2012-10-23 Andrew SvetlovIssue #16241: document -X faulthandler command line...
2012-10-23 Andrew SvetlovIssue #16241: document -X faulthandler command line...
2012-10-23 Ezio MelottiMerge html.entities.html5 reordering with 3.3.
2012-10-23 Ezio MelottiReorder html.entities.html5 entities to make updates...
2012-10-23 Senthil KumaranAutomated merge with ssh://hg.python.org/cpython
2012-10-23 Senthil Kumaranskip the file localhost test on windows. Fix it on...
2012-10-23 Victor StinnerReplace usage of the deprecated Py_UNICODE_COPY() with...
2012-10-23 Victor StinnerOptimize _PyUnicode_HasNULChars(): use findchar() inste...
2012-10-23 Victor StinnerInline raise_translate_exception(): it is only used...
2012-10-23 Victor StinnerOptimize PyUnicode_RichCompare() for Py_EQ and Py_NE...
2012-10-23 Senthil KumaranFix the ResourceWarning in test_urllib.py due changes...
2012-10-22 Ned DeilyIssue #15853: merge 3.3 -> default
2012-10-22 Ned DeilyIssue #15853: merge 3.2 -> 3.3
2012-10-22 Ned DeilyIssue #15853: Prevent IDLE crash on OS X when opening...
2012-10-22 Senthil KumaranIssue #16301: Fix the localhost verification in urllib...
2012-10-22 Christian HeimesAdd _sha3.pyd to list of extension modules for MSI
2012-10-22 Kristjan Valur... Merge with 3.3: Issue #16295: Link "select" with ws2_32...
2012-10-22 Kristjan Valur... Issue #16295: Link "select" with ws2_32.lib, the winsoc...
2012-10-22 Jesus CeaMERGE: Closes #16294: 8 space indent in tutorial
2012-10-22 Jesus CeaMERGE: Closes #16294: 8 space indent in tutorial
2012-10-22 Jesus CeaCloses #16294: 8 space indent in tutorial
2012-10-22 Senthil KumaranIssue #16250: Fix the invocations of URLError which...
2012-10-21 Matthias Klose- Issue #16262: fix out-of-src-tree builds, if mercuria...
2012-10-21 Matthias Klose- Issue #16262: fix out-of-src-tree builds, if mercuria...
2012-10-21 Matthias Klose- Issue #16262: fix out-of-src-tree builds, if mercuria...
2012-10-21 Senthil KumaranIssue #10836: Fix exception raised when file not found...
2012-10-21 Christian Heimesbackout ce9c9cbd1b11, Build the _sha3 module with VS...
2012-10-21 Christian HeimesAdd VS 9 project file for _sha3 module
2012-10-21 Nadeem VawdaMerge #14398: Fix size truncation and overflow bugs...
2012-10-21 Nadeem VawdaMerge #14398: Fix size truncation and overflow bugs...
2012-10-21 Nadeem VawdaIssue #14398: Fix size truncation and overflow bugs...
2012-10-21 Nadeem VawdaIssue #12692: Fix resource leak in urllib.request.
2012-10-21 Antoine PitrouBuild the _sha3 module with VS 2008.
2012-10-21 Antoine PitrouTry to fix issue #16264 (test_logging failure on some...
2012-10-21 Nadeem VawdaIssue #16034 follow-up: Apply optimizations to the...
2012-10-21 Antoine PitrouIssue #12034: Fix bogus caching of result in check_GetF...
2012-10-21 Antoine PitrouIssue #16220: wsgiref now always calls close() on an...
2012-10-21 Antoine PitrouIssue #16220: wsgiref now always calls close() on an...
2012-10-21 Antoine PitrouFix whacky spacking in test_wsgiref
2012-10-21 Antoine PitrouIssue #16220: wsgiref now always calls close() on an...
2012-10-21 Ezio MelottiMerge PEP name fix with 3.3.
next