]> granicus.if.org Git - python/shortlog
python
2013-01-15 Vinay SajipIssue #9501: Improved shutdown handling to deal with...
2013-01-15 Serhiy StorchakaIssue #15861: tkinter now correctly works with lists...
2013-01-15 Serhiy StorchakaMerge heads
2013-01-15 Richard OudkerkIssue #10527: Remove dead code
2013-01-15 Serhiy StorchakaIssue #14850: Now a chamap decoder treates U+FFFE as...
2013-01-15 Richard OudkerkIssue #10527: Use poll() instead of select() for multip...
2013-01-14 Serhiy StorchakaIssue #9720: zipfile now writes correct local headers...
2013-01-13 Serhiy StorchakaDescribe the default_namespace parameter of ElemetTree...
2013-01-13 Eli BenderskyIssue #16922: fixed findtext() to return empty Unicode...
2013-01-13 Charles-François... test_asyncore: wait explicitly for a thread termination...
2013-01-12 Serhiy StorchakaIssue #16829: IDLE printing no longer fails if there...
2013-01-12 Charles-François... Issue #16762: Fix some test_subprocess failures on...
2013-01-12 Ezio Melotti#16940: fix indentation in example.
2013-01-12 Chris JerdonekIssue #16933 (2.7 forward-port): Improve choices exampl...
2013-01-11 Serhiy StorchakaIssue #15539: Fix a backup file creation in pindent...
2013-01-11 Ezio MelottiAdd a note about checking refleaks to patchcheck.
2013-01-11 Serhiy StorchakaMerge heads
2013-01-11 Serhiy StorchakaIssue #15539: Fix a number of bugs in Tools/scripts...
2013-01-11 Sandro Tosigrammatical fix; thanks to Alex Rudnick from docs@
2013-01-11 Ezio Melotti#16154: fix some doctests in Doc/library. Patch by...
2013-01-11 Chris JerdonekIssue #16874 (forward-port from 2.7): fix some document...
2013-01-11 Ezio Melotti#13899: \A, \Z, and \B now correctly match the A, Z...
2013-01-11 Ezio MelottiEnable a broken test and fix it.
2013-01-11 R David Murray#13934: document sqlite version strings, use correct...
2013-01-10 R David Murray#15545: fix sqlite3.iterdump regression on unsortable...
2013-01-09 Serhiy StorchakaIssue #16491: IDLE now prints chained exception tracebacks.
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...
next