]> granicus.if.org Git - python/shortlog
python
2013-01-08 Serhiy StorchakaIssue #11461: Fix the incremental UTF-16 decoder. Origi...
2013-01-08 Serhiy StorchakaFix out of bound read in UTF-32 decoder on "narrow...
2013-01-08 Charles-François... Issue #16836: Enable IPv6 support even if IPv6 is disab...
2013-01-08 Vinay SajipIssue #16884: Updated docs to use 'note' directives...
2013-01-08 Serhiy StorchakaIssue #15845: Fix comparison between bytes and string.
2013-01-07 Vinay SajipIssue #16884: updated logging documentation to include...
2013-01-06 R David Murray#16877: Add mention that shell-style path expansions...
2013-01-05 Ezio Melotti#16862: remove outdated statements about Stackless.
2013-01-05 Ezio MelottiCleanup a few minor things.
2013-01-05 Ezio MelottiFix example by making the exception inherit from Exception.
2013-01-04 Ezio Melotti#13094: add Programming FAQ entry about the behavior...
2013-01-04 Benjamin Petersonmerge heads
2013-01-04 Benjamin Petersondrop email (closes #16857)
2013-01-03 Victor StinnerIssue #16367: Fix FileIO.readall() on Windows for files...
2013-01-03 Giampaolo Rodola'issue 10527: fix missing import
2013-01-03 Victor StinnerIssue #16218, #16414, #16444: Backport FS_NONASCII...
2013-01-03 Victor StinnerIssue #16455: On FreeBSD and Solaris, if the locale...
2013-01-02 Nadeem VawdaIssue #16828: Fix error incorrectly raised by bz2.compr...
2013-01-02 Ezio Melotti#16747: fix link to file objects in the glossary.
2013-01-02 Eli BenderskyFix method name in documentation (__setstate__ -->...
2013-01-02 Serhiy StorchakaFix incorrect grammar in Misc/NEWS.
2013-01-02 Serhiy StorchakaMerge heads
2013-01-01 Łukasz LangaMisc/NEWS updated to tell about #16820
2013-01-01 Łukasz Langaconfigparser: preserve section order when using `__seti...
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 Serhiy StorchakaIssue #16819: IDLE method completion now correctly...
2013-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2013-01-01 Richard OudkerkIssue #9586: Redefine SEM_FAILED on MacOSX to keep...
2012-12-31 Giampaolo Rodola'Fix issue 10527: make multiprocessing use poll() instea...
2012-12-31 Łukasz Langaadded Wolfgang Scherer to acknowledgements
2012-12-31 Łukasz LangaFixes `parser.clean()` reported in issue #16820.
2012-12-31 Łukasz LangaFixes issue #15803: incorrect `ConfigParser.items(...
2012-12-30 Serhiy StorchakaIssue #16645: Fix hardlink extracting test for tarfile.
2012-12-29 Andrew SvetlovFix docstring in curses (#16782)
2012-12-29 Serhiy StorchakaIssue #16485: Fix file descriptor not being closed...
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() or long()...
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-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 #16792: Mark small ints test as CPython-only.
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 CurtinMerge
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 #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 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-26 Andrew Svetlovfix test for subprocess (#16644)
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 Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
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-26 Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-25 Chris JerdonekFix Sphinx warning (missing "setting-envvars" reference).
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 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: use ref:`match-objects` instead of :class:...
2012-12-25 Ezio Melotti#16760: use ref:`match-objects` instead of :class:...
2012-12-25 Ezio Melotti#16677: rename section header and fix markup.
2012-12-25 Ezio Melotti#16677: rename section header and fix markup.
2012-12-25 Kristján Valur... issue #879399
2012-12-25 Ezio Melotti#16666: document default values for socket.getaddrinfo...
2012-12-25 Ezio Melotti#16765: remove unused import.
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 Andrew SvetlovKeep ref to ECHILD in local scope (#16650)
2012-12-24 Andrew SvetlovKeep ref to ECHILD in local scope (#16650)
2012-12-24 Mark DickinsonIssue #13863: fix incorrect .pyc timestamps on Windows...
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 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 KumaranFix Issue15701 - HTTPError info method call raises...
2012-12-23 Senthil KumaranFix Issue15701 - HTTPError info method call raises...
2012-12-23 Andrew SvetlovIssue #16045: add more unit tests for built-in int()
2012-12-22 Georg BrandlAdd missing label.
2012-12-22 Georg BrandlFix indentation.
2012-12-21 Kristjan Valur... Merge with 3.1 : Don't DECREF the ctypes error_object...
2012-12-21 Kristjan Valur... ctypes: DECREF error_object _after_ re-acquiring GIL
2012-12-21 Kristjan Valur... Don't DECREF the ctypes error_object without the GIL...
next