]> granicus.if.org Git - python/shortlog
python
2002-06-04 Jeremy HyltonReplace bogus bare variables with attribute access.
2002-06-04 Jeremy HyltonDefine DEBUG as early as possible to avoid import problems.
2002-06-04 Jeremy HyltonAdd missing import of log.
2002-06-04 Jeremy HyltonUse module-level import of DEBUG instead of many functi...
2002-06-04 Jeremy HyltonRemove unused imports
2002-06-04 Jeremy HyltonMake None return explicit
2002-06-04 Jeremy Hyltonimport base64 at the top to avoid two different imports...
2002-06-04 Jeremy Hyltonensure_filename() only takes one argument.
2002-06-04 Jeremy HyltonReindent lines to improve readability
2002-06-04 Jeremy HyltonRemove (commented out) options that have moved into...
2002-06-04 Jeremy Hyltonget_script() implicitly returned None and also had...
2002-06-04 Jeremy Hyltonglobal _option_order is not used
2002-06-04 Jeremy HyltonFix bug in recent change to logging code.
2002-06-04 Jeremy HyltonFix unused local variables caught by pychecker.
2002-06-04 Jeremy HyltonSet repeat metadata for an option based on repeat local...
2002-06-04 Jeremy HyltonRemove unused imports caught by pychecker
2002-06-04 Jeremy HyltonMake setup.py less chatty by default.
2002-06-04 Jeremy HyltonA simple log mechanism styled after the proposed std...
2002-06-04 Guido van RossumAddress SF bug 519621: slots weren't traversed by GC.
2002-06-04 Jeremy HyltonThe comment said:
2002-06-04 Raymond HettingerInverted test for small speedup
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:
next