]> granicus.if.org Git - python/shortlog
python
2013-01-02 Serhiy StorchakaMerge heads
2013-01-02 Serhiy StorchakaMerge heads
2013-01-02 Serhiy StorchakaMerge heads
2013-01-02 Łukasz LangaNull-merged Misc/NEWS change
2013-01-01 Łukasz LangaMisc/NEWS updated to tell about #16820
2013-01-01 Łukasz LangaMisc/NEWS updated to tell about #14590 and #16820
2013-01-01 Łukasz LangaNull-merged 3.2 section order preservation fix when...
2013-01-01 Łukasz Langaconfigparser: preserve section order when using `__seti...
2013-01-01 Victor StinnerIssue #9644: Add a test on os.statvfs() for the PEP 383
2013-01-01 Serhiy StorchakaIssue #16541: tk_setPalette() now works with keyword...
2013-01-01 Victor StinnerIssue #9644: Fix the encoding used by os.statvfs()...
2013-01-01 Serhiy StorchakaIssue #16541: tk_setPalette() now works with keyword...
2013-01-01 Łukasz Langaconfigparser: preserve section order when using `__seti...
2013-01-01 Serhiy StorchakaIssue #16819: IDLE method completion now correctly...
2013-01-01 Serhiy StorchakaIssue #16819: IDLE method completion now correctly...
2013-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2013-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2013-01-01 Richard OudkerkIssue #9586: Merge
2013-01-01 Richard OudkerkIssue #9586: Redefine SEM_FAILED on MacOSX to keep...
2013-01-01 Eli BenderskyMake indentation consistent
2013-01-01 Benjamin Petersonupdate another year
2013-01-01 Benjamin Petersonbring Python into 2013
2012-12-31 Eli BenderskyMake indentation consistent and remove dead commented...
2012-12-31 Giampaolo Rodola'Fix issue 10527: make multiprocessing use poll() instea...
2012-12-31 Giampaolo Rodola'Fix issue 10527: make multiprocessing use poll() instea...
2012-12-31 Łukasz LangaFixes `__setitem__` on parser['DEFAULT'] reported in...
2012-12-31 Serhiy StorchakaIssue #16824: Fix a failure guard in the never reached...
2012-12-31 Łukasz LangaMerged `parser.clean()` fix (issue #16820) from 3.2.
2012-12-31 Łukasz Langaadded Wolfgang Scherer to acknowledgements
2012-12-31 Łukasz LangaFixes `parser.clean()` reported in issue #16820.
2012-12-31 Łukasz LangaMerged fix for #15803 from 3.2
2012-12-31 Łukasz LangaFixes issue #15803: incorrect `ConfigParser.items(...
2012-12-30 Antoine PitrouFix the advertised size of PyCFunctionObjects in sys...
2012-12-30 Serhiy StorchakaIssue #16645: Fix hardlink extracting test for tarfile.
2012-12-30 Serhiy StorchakaIssue #16645: Fix hardlink extracting test for tarfile.
2012-12-30 Eli BenderskySkip a test correctly for the C-version. The decorator...
2012-12-30 Eli BenderskyFor Issue #16076: make sure that pickling of Element...
2012-12-29 Serhiy StorchakaIssue #16688: Fix backreferences did make case-insensit...
2012-12-29 Andrew SvetlovFix docstring in curses (#16782)
2012-12-29 Andrew SvetlovFix docstring in curses (#16782)
2012-12-29 Serhiy StorchakaIssue #16485: Fix file descriptor not being closed...
2012-12-29 Serhiy StorchakaIssue #16485: Fix file descriptor not being closed...
2012-12-29 Serhiy StorchakaIssue #16165: Fix sched.scheduler.run() method was...
2012-12-29 Serhiy StorchakaIssue #16641: Fix default values of sched.scheduler...
2012-12-29 Serhiy StorchakaIssue #16642: Document kwargs field in sched.Event...
2012-12-28 Antoine PitrouForward port new test for SSLSocket.connect_ex()
2012-12-28 Antoine PitrouForward port new test for SSLSocket.connect_ex()
2012-12-28 Antoine PitrouBackport Python 3.2 fix for issue #12065, and add anoth...
2012-12-28 Serhiy StorchakaMerge heads
2012-12-28 Raymond HettingerMake the from_iterable() recipe more usable.
2012-12-28 Serhiy StorchakaIssue #16761: Raise TypeError when int() called with...
2012-12-28 Serhiy StorchakaIssue #16761: Raise TypeError when int() called with...
2012-12-28 Serhiy StorchakaIssue #16761: Raise TypeError when int() or long()...
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 Chris JerdonekIssue #15324: Fix regrtest parsing of --fromfile and...
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 Ezio Melotti#16796: fix typo. Patch by Michael Schurter.
2012-12-27 Serhiy StorchakaIssue #16792: Use assertIs() to test identity.
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 Ezio MelottiNull merge with 3.2.
2012-12-27 Serhiy StorchakaIssue #16792: Mark small ints test as CPython-only.
2012-12-27 Chris JerdonekIssue #16790: add some of the recent issue #16045 int...
2012-12-27 Brian CurtinFix #16759. Convert DWORD registry values using unsigne...
2012-12-27 Brian Curtinanother merge
2012-12-27 Brian CurtinMerge
2012-12-27 Brian CurtinMerge 3.2
2012-12-27 Brian CurtinFix #16759. Convert DWORD registry values using PyLong_...
2012-12-27 Serhiy StorchakaNull merge.
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 Brian CurtinFix #14420. Check for PyLong as well as PyInt when...
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: Add more glob regression tests
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 Andrew Svetlovfix test for subprocess (#16644)
2012-12-26 Andrew Svetlovfix test for subprocess (#16644)
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 Jesus CeaCloses #16789: :meth:`quit` links to constants instead...
2012-12-26 Kristján Valur... Merge with 3.2 :
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-25 Chris JerdonekNull merge.
2012-12-25 Chris JerdonekFix Sphinx warning (missing "setting-envvars" reference).
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 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 Kristján Valur... Issue #14574: Ignore socket errors raised when flushing...
next