]> granicus.if.org Git - python/shortlog
python
2002-06-09 Martin v. LöwisPatch #505375: Make doc strings optional.
2002-06-09 Just van Rossumescape 8-bit chars when generating .py files. fixes...
2002-06-09 Greg WardMake all of TextWrapper's options keyword args to the...
2002-06-07 Greg WardRecord copyright and author.
2002-06-07 Greg WardUse True/False instead of 1/0.
2002-06-07 Greg WardRemove islower() -- not used anymore.
2002-06-07 Greg WardConform to the bloody coding standards: "def foo()...
2002-06-07 Greg WardConvert _fix_sentence_endings() to use a regex, and...
2002-06-07 Greg WardAdd fix_sentence_endings option to control whether...
2002-06-07 Greg WardInitial revision. Currently biased towards English...
2002-06-07 Guido van RossumMove the conex_finally label up, so that the errno...
2002-06-07 Guido van RossumAdded Bernard Yue who wrote test_timeout.py and partici...
2002-06-07 Barry WarsawAdded the 7 new top level domains, and reworded the...
2002-06-07 Guido van RossumAdded -t (--threshold) option to call gc.set_threshold(N).
2002-06-07 Walter DörwaldApply diff2.txt from SF patch http://www.python.org...
2002-06-07 Guido van RossumAdd timeout mode. Clarify gnu_getopt.
2002-06-07 Guido van RossumClarify the interaction between timeout/non-blocking...
2002-06-07 Neal NorwitzFix typo
2002-06-07 Guido van RossumClarify the interaction between blocking and timeouts...
2002-06-07 Guido van RossumI decided to change the interaction between setblocking...
2002-06-07 Skip Montanarognu_getopt should be exported in __all__
2002-06-07 Guido van RossumMajor cleanup. Renamed static methods to avoid Py...
2002-06-07 Guido van RossumRepair a comment.
2002-06-07 Guido van RossumWhitespace normalization, folding long lines, uniform...
2002-06-07 Guido van RossumCorrect several blunders in the timeout code, mostly...
2002-06-06 Jeremy HyltonRemove casts to PyObject * when declaration is for...
2002-06-06 Neal NorwitzAdd version info, and fix another typo and wording...
2002-06-06 Fred DrakeFix typo spotted by Fredrik Lundh.
2002-06-06 Fred DrakeFix some markup errors and adjust wording slightly.
2002-06-06 Guido van RossumSF patch 555085 (timeout socket implementation) by...
2002-06-06 Guido van RossumMichael Gilfix of SF patch 555085 fame.
2002-06-06 Guido van RossumSF patch 555085 (timeout socket implementation) by...
2002-06-06 Guido van RossumThe insint() function is not used. Nuke it.
2002-06-06 Guido van RossumThe tp_new implementation should initialize the errorha...
2002-06-06 Neal NorwitzRemove uses of string module and stat.ST_MODE
2002-06-06 Neal NorwitzRemove another reference to stat.ST_MODE
2002-06-06 Martin v. LöwisUse isinstance for the type check, use booleans.
2002-06-06 Guido van RossumFix from SF patch 565085: copy._reduction doesn't __set...
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...
next