]> granicus.if.org Git - python/shortlog
python
2011-11-07 Brian CurtinFix 13327. Remove explicit None arguments from futimes...
2011-11-07 Brian CurtinAdjust None handling to be a bit more clean. Thanks...
2011-11-07 Vinay SajipCloses #13361: Merge fix from 3.2.
2011-11-07 Vinay SajipCloses #13361: Raise correct exception type.
2011-11-07 Vinay SajipMerged fix for #13361 from 3.2.
2011-11-07 Vinay SajipCloses #13661: Check added for type of logger name.
2011-11-07 Philip Jenveyquote the type name for improved readability
2011-11-06 Brian CurtinOops. Update a placeholder comment with the issue number.
2011-11-06 Brian CurtinFix #13327. Remove the need for an explicit None as...
2011-11-06 Petri LehtinenRevert "Accept None as start and stop parameters for...
2011-11-06 Petri LehtinenRevert "Accept None as start and stop parameters for...
2011-11-06 Amaury Forgeot... Issue #13350: Replace most usages of PyUnicode_Format...
2011-11-06 Petri Lehtinencurses.tparm() is expecting a byte string, not curses...
2011-11-06 Petri Lehtinencurses.tparm() is expecting a byte string, not curses...
2011-11-06 Ned DeilyIssue #13300: Fix IDLE Restart Shell command failure...
2011-11-06 Antoine PitrouSkip early if stdin and stdout are not ttys
2011-11-06 Antoine PitrouSkip early if stdin and stdout are not ttys
2011-11-06 Antoine PitrouNull merge
2011-11-06 Antoine PitrouBackport robustness fix for test_builtin
2011-11-06 Antoine PitrouTry to make the tty input() tests more robust
2011-11-05 Antoine PitrouIssue #13342: input() used to ignore sys.stdin's and...
2011-11-05 Antoine PitrouIssue #13342: input() used to ignore sys.stdin's and...
2011-11-05 Petri LehtinenAccept None as start and stop parameters for list.index...
2011-11-05 Petri LehtinenAccept None as start and stop parameters for list.index...
2011-11-05 Raymond HettingerFix whitespace
2011-11-05 Raymond HettingerMerge
2011-11-05 Raymond HettingerImprove Counter.__repr__() to not fail with unorderable...
2011-11-05 Petri LehtinenUpdate .gitignore
2011-11-05 Petri LehtinenMerge 3.2
2011-11-05 Petri LehtinenUpdate .gitignore
2011-11-05 Petri LehtinenMerge heads
2011-11-05 Petri LehtinenRemove __pycache__ directories correctly on OpenBSD
2011-11-05 Benjamin Petersonnews note about range introspection
2011-11-05 Benjamin Petersonadd introspection to range objects (closes #9896)
2011-11-05 Petri LehtinenRemove __pycache__ directories correctly on OpenBSD
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.
next