]> granicus.if.org Git - python/shortlog
python
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.
2012-10-21 Ezio MelottiFix PEP name.
2012-10-21 Ezio MelottiMerge typo fix with 3.3.
2012-10-21 Ezio MelottiFix typo.
2012-10-21 Ezio MelottiMerge indentation fixes with 3.3.
2012-10-21 Ezio MelottiFix indentation (or Sphinx will think these are attribu...
2012-10-20 Antoine PitrouIssue #12805: Make bytes.join and bytearray.join faster...
2012-10-20 Ned DeilyIssue #10405: merge from 3.3
2012-10-20 Ned DeilyIssue #10405: merge from 3.2
2012-10-20 Ned DeilyIssue #10405: Document IDLE context menus in Standard...
2012-10-20 Ezio MelottiMerge punctuation fixes with 3.3.
2012-10-20 Ezio MelottiFix punctuation.
2012-10-20 Ezio MelottiMerge "seealso" change with 3.3.
2012-10-20 Ezio MelottiMove note about the implementation in the "seealso".
2012-10-20 Mark DickinsonFix concurrent.futures docstring typo: "Request Q"...
2012-10-20 Nick CoghlanMerge from 3.3
2012-10-20 Nick CoghlanFix typo in example (pointed out by a couple of people...
2012-10-20 Nick CoghlanPropagate dummy merge from 3.3
2012-10-20 Nick CoghlanDummy merge from 3.2
2012-10-20 Nick CoghlanFix compilation on Windows
2012-10-19 Ezio MelottiMerge wrong escape removal with 3.3.
2012-10-19 Ezio MelottiRemove wrong escape in code snippet.
2012-10-19 Nick CoghlanPropagate dummy merge from 3.3
2012-10-19 Nick CoghlanDummy merge from 3.2
2012-10-19 Nick CoghlanFix broken test and replace redundant generator with...
2012-10-19 Nick CoghlanPropagate dummy merge from 3.3
2012-10-19 Nick CoghlanDummy merge from 3.2
2012-10-19 Nick CoghlanIssue #6074: Actually delete the source file in the...
2012-10-19 Nick CoghlanMerge from 3.3
2012-10-19 Nick CoghlanRemove unused import
2012-10-19 Nick CoghlanMerge fix from #6074 from 3.3
2012-10-19 Nick CoghlanIssue #6074: Apply an appropriate fix for importlib...
2012-10-19 Nick CoghlanPropagate dummy merge from 3.3
2012-10-19 Nick CoghlanDummy merge from 3.2, as that approach to resolving...
2012-10-19 Nick CoghlanIssue #6074: Forward port Windows read-only source...
2012-10-19 Giampaolo Rodola'Fix issue #16270: urllib may hang when used for retriev...
2012-10-19 Giampaolo Rodola'Fix issue #16270: urllib may hang when used for retriev...
2012-10-19 Giampaolo Rodola'Fix issue #16270: urllib may hang when used for retriev...
2012-10-19 Georg BrandlMerge with 3.3
2012-10-19 Georg BrandlFix merging mistake.
2012-10-19 Ned DeilyIssue #16226: Fix IDLE Path Browser crash.
2012-10-19 Ned DeilyIssue #16226: Fix IDLE Path Browser crash.
next