]> granicus.if.org Git - python/shortlog
python
2012-12-28 Chris JerdonekIssue #15302: Switch regrtest from using getopt to...
2012-12-28 Chris JerdonekMerge from 3.3: Issue #15324: Fix regrtest --fromfile...
2012-12-28 Chris JerdonekMerge from 3.2: Issue #15324: Fix regrtest --fromfile...
2012-12-28 Chris JerdonekIssue #15324: Fix regrtest parsing of --fromfile, ...
2012-12-28 Ezio Melotti#16796: merge with 3.3.
2012-12-28 Ezio Melotti#16796: merge with 3.2.
2012-12-27 Ezio Melotti#16796: fix typo. Patch by Michael Schurter.
2012-12-27 Serhiy StorchakaIssue #16793. Replace deprecated unittest asserts with...
2012-12-27 Serhiy StorchakaIssue #16793. Replace deprecated unittest asserts with...
2012-12-27 Serhiy StorchakaIssue #16792: Mark small ints test as CPython-only.
2012-12-27 Serhiy StorchakaIssue #16792: Mark small ints test as CPython-only.
2012-12-27 Serhiy StorchakaIssue #16792: Mark small ints test as CPython-only.
2012-12-27 Ezio MelottiNull merge with 3.3.
2012-12-27 Ezio MelottiNull merge with 3.2.
2012-12-27 Brian Curtinanother merge
2012-12-27 Brian CurtinMerge
2012-12-27 Brian Curtinmerge
2012-12-27 Brian CurtinMerge 3.3
2012-12-27 Brian CurtinMerge 3.2
2012-12-27 Brian CurtinFix #16759. Convert DWORD registry values using PyLong_...
2012-12-27 Serhiy StorchakaIssue #16504: Catch SyntaxErrors raised by tokenizer...
2012-12-27 Serhiy StorchakaIssue #16504: Catch SyntaxErrors raised by tokenizer...
2012-12-27 Serhiy StorchakaIssue #16504: Catch SyntaxErrors raised by tokenizer...
2012-12-27 Serhiy StorchakaIssue #16682: Replace "Python string" to "bytes object...
2012-12-27 Serhiy StorchakaIssue #16682: Replace "Python string" to "bytes object...
2012-12-27 Serhiy StorchakaIssue #16682: Replace "Python string" to "bytes object...
2012-12-27 Brian CurtinMerge 3.3
2012-12-27 Brian CurtinMerge 3.2
2012-12-27 Brian CurtinFix #14420. Use PyLong_AsUnsignedLong to support the...
2012-12-27 Hynek Schlawack#16618: Make glob.glob match consistently across string...
2012-12-27 Hynek Schlawack#16618: Make glob.glob match consistently across string...
2012-12-27 Hynek Schlawack#16618: Make glob.glob match consistently across string...
2012-12-26 Benjamin Petersonuse more specific type
2012-12-26 Andrew Svetlovfix test for subprocess (#16644)
2012-12-26 Andrew Svetlovfix test for subprocess (#16644)
2012-12-26 Andrew Svetlovfix test for subprocess (#16644)
2012-12-26 Andrew SvetlovFix compilation error for #15422
2012-12-26 Andrew SvetlovRevert back PyCFunction_New macro. Keep PyCFunction_New...
2012-12-26 Jesus CeaMERGE: Closes #16789: :meth:`quit` links to constants...
2012-12-26 Jesus CeaMERGE: Closes #16789: :meth:`quit` links to constants...
2012-12-26 Jesus CeaCloses #16789: :meth:`quit` links to constants instead...
2012-12-26 Kristján Valur... Merge with 3.3
2012-12-26 Kristján Valur... Merge with 3.2 :
2012-12-26 Brian CurtinFix #16788. Add samestat to Lib/ntpath.py
2012-12-26 Brian CurtinAdd tests for Issue #10646.
2012-12-26 Brian CurtinAdd NEWS entry for fixing #11939
2012-12-26 Brian CurtinFix #11939. Set st_dev attribute on Windows to simplify...
2012-12-26 Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-26 Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-26 Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-26 Gregory P.... Test for issue16772 and redoes the previous fix to...
2012-12-25 Chris JerdonekNull merge.
2012-12-25 Chris JerdonekNull merge.
2012-12-25 Chris JerdonekFix Sphinx warning (missing "setting-envvars" reference).
2012-12-25 Chris JerdonekMerge from 3.3: add links and index entries for "argume...
2012-12-25 Chris JerdonekMerge from 3.2: add links and index entries for "argume...
2012-12-25 Chris JerdonekAdd additional links and index entries for "argument...
2012-12-25 Kristján Valur... Issue #14574: Ignore socket errors raised when flushing...
2012-12-25 Gregory P.... Fixes issue #16772: int() constructor second argument...
2012-12-25 Andrew Svetlovrename MathcObject to match object in doctrings for...
2012-12-25 Andrew Svetlovrename MathcObject to match object in doctrings for...
2012-12-25 Andrew Svetlovrename MathcObject to match object in doctrings for...
2012-12-25 Ezio Melotti#16760: merge with 3.3.
2012-12-25 Ezio Melotti#16760: merge with 3.2.
2012-12-25 Ezio Melotti#16760: use ref:`match-objects` instead of :class:...
2012-12-25 Andrew SvetlovReplace IOError with OSError (#16715)
2012-12-25 Ezio Melotti#16677: merge with 3.3.
2012-12-25 Ezio Melotti#16677: merge with 3.2.
2012-12-25 Ezio Melotti#16677: rename section header and fix markup.
2012-12-25 Andrew SvetlovIssue #15422: get rid of PyCFunction_New macro
2012-12-25 Andrew SvetlovAdd test coverage for os.removedirs (#16775)
2012-12-25 Andrew SvetlovAdd test coverage for os.removedirs (#16775)
2012-12-25 Andrew SvetlovAdd test coverage for os.removedirs (#16775)
2012-12-24 Senthil KumaranFix issue16713 - tel url parsing with params
2012-12-24 Senthil KumaranFix issue16713 - tel url parsing with params
2012-12-24 Senthil KumaranFix issue16713 - tel url parsing with params
2012-12-24 Andrew Svetlovfix typo (#16720)
2012-12-24 Andrew SvetlovKeep ref to ECHILD in local scope (#16650)
2012-12-24 Andrew SvetlovKeep ref to ECHILD in local scope (#16650)
2012-12-24 Andrew SvetlovKeep ref to ECHILD in local scope (#16650)
2012-12-24 Andrew Svetlovmerge heads
2012-12-24 Andrew SvetlovUse OESeeror instead of os.error (#16720)
2012-12-24 Benjamin Petersonmerge heads
2012-12-24 Benjamin Petersonimprove tracing performance when f_trace is NULL (close...
2012-12-24 Brian CurtinFix #14470. Remove mentions of w9xpopen on old versions...
2012-12-24 Andrew SvetlovIssue #16511: Use default IDLE width and height if...
2012-12-24 Andrew SvetlovIssue #16511: Use default IDLE width and height if...
2012-12-24 Andrew SvetlovIssue #16511: Use default IDLE width and height if...
2012-12-23 Chris JerdonekMerge from 3.3: link to "yield from" examples in yield...
2012-12-23 Chris JerdonekLink to "yield from" examples in yield documentation.
2012-12-23 Brian CurtinAdd NEWS item for fixing #14470.
2012-12-23 Brian CurtinFix #14470. Remove w9xpopen per PEP 11.
2012-12-23 Andrew SvetlovIssue #16443: Add docstrings to regular expression...
2012-12-23 Andrew SvetlovIssue #16443: Add docstrings to regular expression...
2012-12-23 Andrew Svetlovmerge heads
2012-12-23 Andrew SvetlovIssue #16443: Add docstrings to regular expression...
2012-12-23 Senthil Kumarannull merge.
2012-12-23 Senthil Kumaranmerge from 3.2
2012-12-23 Senthil KumaranFix Issue15701 - HTTPError info method call raises...
2012-12-23 Eric V. SmithFix a typo.
next