]> granicus.if.org Git - python/shortlog
python
2002-06-04 Michael W.... Fiddle wording.
2002-06-04 Neal NorwitzFix SF bug #557436, TclError is a str should be an...
2002-06-04 Fred DrakeFix up Guido's markup.
2002-06-04 Fred DrakeWhen using a Python that has not been installed to...
2002-06-04 Walter DörwaldAdd constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UT...
2002-06-04 Jason TishlerPatch #555929: Cygwin AH_BOTTOM cleanup patch (***...
2002-06-04 Guido van RossumTest repair now that module.__init__ requires a name...
2002-06-04 Guido van RossumRepair the test (adding a docstring to the module type...
2002-06-04 Guido van RossumAdd a docstring to the module type.
2002-06-04 Guido van RossumSurprising fix for SF bug 563060: module can be used...
2002-06-04 Guido van RossumSurprising fix for SF bug 563060: module can be used...
2002-06-04 Raymond HettingerReplace .keys() with .iteritems(). Second review and...
2002-06-03 Guido van RossumAddress the residual issue with the fix for SF 551412 in
2002-06-03 Guido van RossumThe warning filter was ineffective when this module...
2002-06-03 Guido van RossumAddressed SF bug 421973 (finally).
2002-06-03 Jeremy HyltonFix HTTPError __init__ for cases where fp is None.
2002-06-03 Walter DörwaldRemove uses of the string and types modules:
2002-06-03 Walter DörwaldFix a regression from the 1.68->1.69 checkin:
2002-06-02 Tim Petersregrtest has a new
2002-06-02 Barry Warsaw_parsebody(): Fix for the new message/rfc822 tree struc...
2002-06-02 Barry WarsawGenerator.__call__() => Generator.flatten()
2002-06-02 Barry Warsawheader_encode(), encode(): Use _floordiv() from the...
2002-06-02 Barry WarsawUse absolute import paths for intrapackage imports.
2002-06-02 Barry WarsawUse absolute import paths for intrapackage imports.
2002-06-02 Barry WarsawUse absolute import paths for intrapackage imports.
2002-06-02 Barry Warsawflatten(): Renamed from __call__() which is (silently...
2002-06-02 Barry Warsaw_intdiv2() -> _floordiv(), merge of uncommitted changes.
2002-06-02 Raymond HettingerReplaced .keys() with dictionary iterators
2002-06-02 Neal NorwitzGet email test to pass. Barry, hope this is what you...
2002-06-02 Michael W.... Make test_mhlib run again.
2002-06-02 Martin v. LöwisPatch #552060: Add SSLFakeSocket.sendall. Also committe...
2002-06-02 Raymond HettingerReplaced boolean tests with is None.
2002-06-02 Raymond HettingerReplace boolean test with is None.
2002-06-01 Martin v. LöwisUse somewhat longer C++ program to detect whether linki...
2002-06-01 Raymond HettingerReplaced obsolete stat module constants with equivalent...
2002-06-01 Raymond HettingerReplace boolean test with is None.
2002-06-01 Raymond HettingerSF 563203. Replaced 'has_key()' with 'in'.
2002-06-01 Raymond HettingerSF 563203. Replaced 'has_key()' with 'in'.
2002-06-01 Barry WarsawBump to version 2.0.5, and also use absolute import...
2002-06-01 Barry WarsawThese two classes provide bases for more specific conte...
2002-06-01 Barry WarsawThe _compat modules now export _floordiv() instead...
2002-06-01 Barry WarsawSlightly better docstring
2002-06-01 Tim PetersA bogus assert in the new listiter code prevented start...
2002-06-01 Barry Warsaw_is_unicode(): Use UnicodeType instead of the unicode...
2002-06-01 Raymond HettingerReplaced boolean test with is None
2002-06-01 Raymond HettingerReplace boolean test with is None
2002-06-01 Raymond HettingerReplaced boolean test with 'is None'
2002-06-01 Raymond HettingerUse is None rather than general boolean
2002-05-31 Raymond HettingerUse is None rather than general boolean
2002-05-31 Raymond HettingerUse is None rather than general boolean
2002-05-31 Neal NorwitzRemove unused static function
2002-05-31 Raymond HettingerSF 560736. Optimize list iteration by filling the...
2002-05-31 Guido van RossumSF bug 533625 (Armin Rigo). rexec: potential security...
2002-05-31 Guido van RossumExplain that tp_basicsize must provide alignment for...
2002-05-31 Neal NorwitzUse string methods, remove import string
2002-05-31 Neal NorwitzUse more string methods, remove import string
2002-05-31 Neal NorwitzFix typo
2002-05-31 Guido van RossumImplement the intention of SF patch 472523 (but coded...
2002-05-31 Neal NorwitzChange name from string to basestring
2002-05-31 Fred DrakeUpdate links and information on PyQt/PyKDE.
2002-05-31 Raymond HettingerReplace '== None' with 'is None'
2002-05-31 Guido van RossumAdd definition of Py_IgnoreEnvironmentFlag (needed...
2002-05-31 Neal NorwitzFix printing plural (s or "").
2002-05-31 Neal NorwitzRemove import of re, it is not used
2002-05-31 Neal NorwitzUse string methods where possible, and remove import...
2002-05-31 Jeremy HyltonFix SF bug [ 561825 ] Confusing error for "del f()"
2002-05-31 Neal NorwitzPy_IgnoreEnvironmentFlag should be extern, since it...
2002-05-30 Andrew M. KuchlingRemove unneeded import
2002-05-30 Guido van Rossumimp_load_module(): correct and comment the sense of...
2002-05-30 Jeremy HyltonCover a few corners in the 'U' mode integration to...
2002-05-30 Jeremy HyltonVerify that the imp can find and load .py files.
2002-05-30 Fred DrakeTypo fixes.
2002-05-30 Michael W.... Add the pymemcompat.h header as discussed on python...
2002-05-30 Guido van RossumHolger Krekel.
2002-05-30 Guido van RossumSF #558432: Prevent Annoying ' ' from readline (Holker...
2002-05-30 Neal NorwitzRemove comment about inheritance, look one line up
2002-05-30 Raymond HettingerMove statement out of comment block
2002-05-29 Guido van RossumUse floor division where appropriate.
2002-05-29 Fred DrakeMinor cleanup:
2002-05-29 Andrew M. KuchlingAdd OS/2 text
2002-05-29 Neil SchemenauerThe logreader object did not always refill the input...
2002-05-29 Andrew M. KuchlingVarious minor rewrites
2002-05-29 Andrew M. KuchlingMore additions
2002-05-29 Raymond HettingerPatch 560023 adding docstrings. 2.2 Candidate (after...
2002-05-29 Neal NorwitzAs discussed on python-dev, add a mechanism to indicate...
2002-05-29 Guido van RossumIssue an explicit error when we can't find an appropria...
2002-05-29 Marc-André... Fix a possible segfault. Found be Neal Norvitz.
2002-05-29 Marc-André... Fix for bug [ 561796 ] string.find causes lazy error
2002-05-29 Michael W.... This is patch
2002-05-29 Neal NorwitzWhitespace normalization
2002-05-28 Guido van RossumImporting Charset should not fail when Unicode is disab...
2002-05-28 Guido van RossumAccept u"..." literals even when Unicode is disabled...
2002-05-28 Jack JansenFile modes in filedescr entries are also passed to...
2002-05-28 Christian TismerThis is a Python 2.1 and 2.2 bugfix candidate:
2002-05-27 Steven M. GavaGeiger Ho's patch for better subclassing
2002-05-27 Andrew M. KuchlingRearrange paragraph
2002-05-27 Michael W.... This is patch
2002-05-27 Michael W.... Silly typo.
2002-05-27 Guido van RossumUse self.__class__ to instantiate a TreeNode item recur...
2002-05-26 Chui TeyGvR's rpc patch
next