]> granicus.if.org Git - python/shortlog
python
2011-11-05 Benjamin Petersonnews note about range introspection
2011-11-05 Benjamin Petersonadd introspection to range objects (closes #9896)
2011-11-05 Éric AraujoTry to fix buildbot failures from #13193
2011-11-05 Charles-François... asyncore: POLLERR, POLLHUP and POLLNVAL are ignored...
2011-11-05 Petri LehtinenIssue #3067: Enhance the documentation and docstring...
2011-11-05 Petri LehtinenIssue #3067: Enhance the documentation and docstring...
2011-11-05 Petri LehtinenFix Maildir initialization so that maildir contents...
2011-11-05 Petri LehtinenFix Maildir initialization so that maildir contents...
2011-11-04 Victor StinnerOops, really fix gdb/libpython.py for not ready Unicode...
2011-11-04 Amaury Forgeot... Issue #13343: Fix a SystemError when a lambda expressio...
2011-11-04 Amaury Forgeot... Issue #13343: Fix a SystemError when a lambda expressio...
2011-11-04 Florent XiclunaFix test_urllib2 error on Windows in relation with...
2011-11-04 Petri LehtinenMerge heads
2011-11-04 Victor StinnerAvoid the Py_UNICODE type in codecs.c
2011-11-04 Victor StinnerPyCodec_XMLCharRefReplaceError(): Remove unused variable
2011-11-04 Petri LehtinenIssue #3067: Fix the error raised by locale.setlocale()
2011-11-04 Petri LehtinenIssue #3067: Fix the error raised by locale.setlocale()
2011-11-04 Victor StinnerFix gdb/libpython.py for not ready Unicode strings
2011-11-04 Victor StinnerReplace tabs by spaces
2011-11-04 Martin v. LöwisDrop Py_UNICODE based encode exceptions.
2011-11-04 Martin v. LöwisPort code page codec to Unicode API.
2011-11-04 Martin v. LöwisFix C89 incompatibility.
2011-11-04 Martin v. LöwisPort error handlers from Py_UNICODE indexing to code...
2011-11-04 Florent XiclunaMerge 3.2: issue #13140
2011-11-04 Florent XiclunaCloses #13140: Fix the daemon_threads attribute of...
2011-11-04 Victor StinnerIssue #12342: Fix compilation on Mac OS X
2011-11-04 Florent XiclunaRemove redundant imports.
2011-11-04 Florent XiclunaDrop unused import in unittest package.
2011-11-04 Ross Lagerwall(Merge 3.2) Issue #13339.
2011-11-04 Ross LagerwallIssue #13339: Fix compile error in posixmodule.c due...
2011-11-03 Victor Stinner(Merge 3.2) Issue #12342: Improve _tkinter error messag...
2011-11-03 Victor StinnerIssue #12342: Improve _tkinter error message on unencod...
2011-11-03 Victor StinnerFix a compiler warning in unicode_encode_ucs1()
2011-11-03 Victor StinnerFix PyUnicode_EncodeCharmap()
2011-11-03 Victor StinnerReplace PyUnicodeObject type by PyObject
2011-11-03 Victor StinnerCleanup decode_code_page_stateful() and encode_code_page()
2011-11-03 Florent XiclunaOversight in previous commit for test_pep277.
2011-11-03 Florent XiclunaUse PEP-3151 exceptions for test_pep277.
2011-11-03 Victor StinnerAdapt the code page encoder to the new unicode_encode_c...
2011-11-03 Victor Stinner(Merge 3.2) Issue #10570: curses.putp() is now expectin...
2011-11-03 Victor StinnerIssue #10570: curses.putp() is now expecting a byte...
2011-11-03 Éric AraujoMerge 3.2
2011-11-03 Éric AraujoBranch merge
2011-11-03 Éric AraujoBranch merge
2011-11-03 Éric AraujoActually check the contents of the file created by...
2011-11-03 Éric AraujoMerge follow-up for #11254 and other changes from 3.2
2011-11-03 Éric AraujoImprove byte-compilation in packaging to be independent...
2011-11-03 Éric AraujoAvoid relying on the default reST role in logging libra...
2011-11-03 Éric AraujoFix incorrect docstring I changed a while back.
2011-11-03 Éric AraujoMore fixes for PEP 3147 compliance in distutils (#11254)
2011-11-03 Éric AraujoAdd signatures to the docstring of functions added...
2011-11-03 Éric AraujoState explicitely that PYTHONDONTWRITEBYTECODE is equiv...
2011-11-03 Antoine PitrouIssue #13307: fix bdist_rpm test failures
2011-11-03 Antoine PitrouIssue #13307: fix bdist_rpm test failures
2011-11-02 Éric AraujoMinor code reorganization in one packaging test file
2011-11-02 Éric AraujoFix typo “seperate”
2011-11-02 Éric AraujoFix typos in recent NEWS entries
2011-11-02 Éric AraujoFix typo
2011-11-02 Victor Stinner(Merge 3.2) Issue #10570: curses.tigetstr() is now...
2011-11-02 Victor StinnerIssue #10570: curses.tigetstr() is now expecting a...
2011-11-02 Brian CurtinFix a compile error (apparently Windows only) introduce...
2011-11-02 Charles-François... test_asyncore: Actually try to received OOB data.
2011-11-02 Charles-François... Issue #13308: Fix test_httpservers failures when run...
2011-11-02 Charles-François... Issue #13308: Fix test_httpservers failures when run...
2011-11-02 Charles-François... Issue #13324: fcntlmodule: Add the F_NOCACHE flag....
2011-11-02 Ezio Melotti#13295: http.server now produces valid HTML 4.01 strict.
2011-11-02 Éric AraujoCleanups in distutils tests.
2011-11-02 Martin v. LöwisPort UCS1 and charmap codecs to new API.
2011-11-02 Martin v. LöwisIntroduce PyObject* API for raising encode errors.
2011-11-02 Florent XiclunaIssue #13312: skip the failing negative years for now.
2011-11-02 Florent XiclunaActually, there's more than one failing value. (changes...
2011-11-02 Florent XiclunaIssue #13312: skip the single failing value for now.
2011-11-01 Florent XiclunaCloses #2892: preserve iterparse events in case of...
2011-11-01 Martin v. LöwisReplace Py_UNICODE_strchr with PyUnicode_FindChar.
2011-11-01 Florent XiclunaAdditional tests for negative years.
2011-11-01 Florent XiclunaMerge 3.2: issue #2892
2011-11-01 Ezio MelottiMerge test improvements from 3.2.
2011-11-01 Ezio MelottiMake sure that the tolerant parser still parses valid...
2011-11-01 Florent XiclunaLowercase the test name, to run last.
2011-11-01 Florent XiclunaReplace temporary tests with the real test case for...
2011-11-01 Senthil Kumaran'HTTPSHandler' and not the type.
2011-11-01 Senthil KumaranAppend HTTPSHandler to __all__ when it is available.
2011-11-01 Senthil Kumaranissue13287 - Define __all__ for urllib.request and...
2011-11-01 Florent XiclunaTroubleshoot issue #13309 on Gentoo buildbot.
2011-11-01 Florent XiclunaAdd temporary tests to troubleshoot issue #13309 on...
2011-11-01 Florent XiclunaTest the year range supported by time.strftime() and...
2011-11-01 Ezio MelottiMerge test fixes from 3.2.
2011-11-01 Ezio MelottiAvoid reusing the same collector in the tests.
2011-11-01 Ezio Melotti#12008: merge with 3.2.
2011-11-01 Ezio Melotti#12008: add a test.
2011-11-01 Ezio Melotti#670664: Fix HTMLParser to correctly handle the content...
2011-11-01 Sandro Tosicorrect signature for tzinfo.dst() in examples; thanks...
2011-10-31 Ned DeilyIssue #13304: Skip test case if user site-packages...
2011-10-31 Senthil KumaranFix issue 10817 - Fix urlretrieve function to raise...
2011-10-31 Sandro Tosiuse diveintopython.net now that DIP.org returns 410...
2011-10-31 Sandro Tosiremove confusing paragraph (as part of r87523); thanks...
2011-10-31 Jesus CeaCloses #13283: removal of two unused variable in locale.py
2011-10-31 Sandro Tosidocument turtle done() function; thanks to Csaba Szepes...
2011-10-31 Ned DeilyIssue 13296: Fix IDLE to clear compile __future__ flags...
2011-10-31 Sandro Tosicaught is the right pp of catch; thanks to Don Bennett...
next