]> granicus.if.org Git - python/shortlog
python
2002-06-06 Guido van RossumFix from SF patch 565085: copy._reduction doesn't __set...
2002-06-06 Walter DörwaldApply diff.txt from SF patch http://www.python.org...
2002-06-06 Raymond HettingerClose SF bug 563740. complex() now finds __complex__...
2002-06-06 Neal NorwitzPyrangeiter_Type && range_iter should be static
2002-06-06 Jeremy HyltonChange warning to debug level; it's a very minor issue.
2002-06-06 Michael W.... Stop testing for sigprocmask. This is a stop gap measu...
2002-06-06 Martin v. LöwisPatch 473512: add GNU style scanning as gnu_getopt.
2002-06-06 Martin v. LöwisPatch #551911: Escape . properly.
2002-06-06 Walter DörwaldReplace obsolete stat module constants with
2002-06-06 Guido van RossumCRLF -> LF
2002-06-05 Raymond HettingerSkip Montanaro's patch, SF 559833, exposing xrange...
2002-06-05 Piers Lauderopen method changed to use arguments and set instance...
2002-06-05 Raymond HettingerSF 564601 adding rangeiterobject to make xrange() itera...
2002-06-05 Guido van RossumSF bug 558179.
2002-06-05 Just van Rossumfixed refcount leak in CreateNewWindow() and CreateWind...
2002-06-05 Thomas HellerBetter isinstance error message.
2002-06-04 Jeremy HyltonMove warning about directory not on sys.path to debug...
2002-06-04 Jeremy HyltonTest changes before checking them in.
2002-06-04 Jeremy HyltonTrack extra arg to option_table to all uses of it
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.
next