]> granicus.if.org Git - python/shortlog
python
2002-10-31 Walter DörwaldAdd docstrings to register, lookup, register_error
2002-10-31 Andrew M. KuchlingMake the Distribution() constructor forgiving of unknow...
2002-10-30 Fred DrakeAdd a couple of comments about the use of \normalsize and
2002-10-30 Fred DrakeStill more magical <link> elements.
2002-10-30 Fred DrakeHackish way to generate an up-<link> for the title...
2002-10-30 Fred DrakeMore <link> support for generated pages.
2002-10-30 Fred DrakeTwo more <link> elements.
2002-10-30 Fred DrakeAdd some relevant <link> elements.
2002-10-30 Andrew M. KuchlingUse personal e-mail address
2002-10-30 Fred DrakeMinor rearranging.
2002-10-30 Fred DrakeAdd notes to the asctime() and ctime() descriptions...
2002-10-30 Fred DrakeSprinkle with --favicon options.
2002-10-30 Fred DrakeAdded support for --favicon.
2002-10-30 Fred DrakeAdded support for --favicon.
2002-10-30 Fred DrakeAdd support for using a "favicon".
2002-10-30 Fred DrakeMake use of the new "favicon" image.
2002-10-30 Fred DrakeAdded "favicon" image.
2002-10-30 Raymond HettingerAdded missing class to __all__.
2002-10-30 Raymond HettingerAdded __all__.
2002-10-30 Raymond HettingerAdded missing names to __all__.
2002-10-30 Raymond HettingerAdded new move() function to __all__.
2002-10-30 Tim PetersSF bug 630824: pydoc Helper keywords missing 'yield'
2002-10-30 Raymond HettingerPatrick K. O'Brien notices that kwlist was missing...
2002-10-29 Jack JansenForward port of 1.12.14.3 (which has an incorrect log...
2002-10-29 Guido van RossumAdded test for this fix to classobject.c:
2002-10-29 Guido van RossumSince properties are supported here, is possible that
2002-10-29 Martin v. LöwisPatch #629426: Eliminate more autoconf warnings. Use...
2002-10-28 Fred DrakeChapter titles that get split over multiple lines in...
2002-10-28 Fred DrakeMinor simplification.
2002-10-28 Fred DrakeRemove unnecessary output file.
2002-10-28 Fred DrakeAdd a test of interaction between &amp; and extra repla...
2002-10-28 Fred DrakeReally do replacement of &amp; last to avoid bad intera...
2002-10-28 Fred DrakeAvoid calling __dict_replace() if we don't need to...
2002-10-28 Guido van RossumOops, committed this in the wrong place.
2002-10-28 Guido van RossumSpreadsheet demo that I used in the advanced talk at...
2002-10-27 Guido van RossumBeginnings of a spreadsheet I used as an example on...
2002-10-27 Skip MontanaroChange PyOS_Readline declaration to match the recent...
2002-10-26 Martin v. LöwisPatch #627105: Document that SYSTEM_PAGE_SIZE really...
2002-10-26 Martin v. LöwisPatch #613256: Add nescape method to xml.sax.saxutils.
2002-10-26 Martin v. LöwisAdd Daniel Stutzbach, for #512981.
2002-10-26 Martin v. LöwisDocument patch #512981.
2002-10-26 Martin v. LöwisPatch #512981: Update readline input stream on sys...
2002-10-26 Martin v. LöwisPatch #623771: Properly use autoconf 2.5x macros.
2002-10-26 Martin v. LöwisRemove duplicate definitions of _XOPEN_SOURCE_EXTENDED.
2002-10-26 Martin v. LöwisPatch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX...
2002-10-26 Raymond HettingerClarify packages in tutorial. Closes SF bug #616211.
2002-10-25 Fred DrakeImplement a safer and more predictable interpolation...
2002-10-25 Fred DrakeAdd tests for both raw and non-raw versions of the...
2002-10-25 Fred DrakeAccording to the docs, __name__ is not exposed via...
2002-10-25 Fred DrakeUpdate to reflect the refactoring into the RawConfigPar...
2002-10-25 Jack JansenUnder Jaguar it seems that 'errn' return value keyword...
2002-10-25 Fred DrakeRemove useless output file.
2002-10-25 Fred DrakeConvert to PyUnit.
2002-10-25 Fred DrakeAdded (very) minimal tests of the RawConfigParser class.
2002-10-25 Fred DrakeRe-factor: Use a RawConfigParser base class and make...
2002-10-25 Fred Drake- The "-" format flag overrides the "0" flag, not the...
2002-10-24 Fred DrakeCorrect the description of PyErr_Restore().
2002-10-24 Just van Rossum'Replace all' in the find dialog didn't properly update...
2002-10-24 Fred DrakeRelocate an index entry so named anchors are not genera...
2002-10-24 Fred DrakeUpdate an example to use the DOM implementation object...
2002-10-24 Fred DrakeClean up some really minor Perl warnings.
2002-10-23 Fred DrakePoint to the PyXML package as an extended version of...
2002-10-23 Marc-André... Fix for bug #626172: crash using unicode latin1 single...
2002-10-23 Kurt B. KaiserImplement Restoring Breakpoints in Subprocess Debugger
2002-10-22 Fred DrakeMoved description of _urlopener adjacent to the related...
2002-10-22 Fred DrakeDescribe __path__ along with the rest of the package...
2002-10-22 Fred DrakeModify example to use string methods instead of the...
2002-10-22 Fred DrakeClarified the error cases and Unicode handling of PyStr...
2002-10-22 Greg WardAdd comment about inability to handle Unicode strings...
2002-10-22 Fredrik Lundhterminology
2002-10-22 Fredrik Lundhadd support for basic authentication, based on patch...
2002-10-22 Fred DrakeClarify what versions of Windows are supported, and...
2002-10-22 Raymond HettingerPatches #626105:
2002-10-21 Barry Warsaw(py-parse-state-re): Remove the "if" from the regular...
2002-10-21 Barry WarsawFILETYPES: Newer XFree86 rgb.txt files use the key...
2002-10-21 Barry WarsawSome fixes based on feedback from Hans Petter Langtangen.
2002-10-21 Barry WarsawFix a typo, update (only one) style improvement, whitespace
2002-10-21 Barry Warsawtest_body_encoding(): a new test for Charset.body_encod...
2002-10-21 Barry Warsawtest_body_encoding(): a new test
2002-10-21 Barry Warsawbody_encode(): Fixed typo reported by Chris Lawrence...
2002-10-21 Raymond HettingerExplicitly use floor division
2002-10-21 Raymond HettingerEliminate unused instance variable
2002-10-20 Just van Rossumcd to users home dir if no current dir has been set...
2002-10-19 Jack JansenMade MacOS.Error a class style exception (at last!).
2002-10-19 Jack JansenAdded a paragraph to explain that SchedParams(0, 0...
2002-10-19 Fredrik Lundhfixed the mail address in the documentation, too...
2002-10-19 Fredrik Lundhpoint people to the Python bug tracker, rather than...
2002-10-18 Guido van RossumRemove reference to deleted 'www' directory.
2002-10-18 Guido van RossumNote lack of speedup. Remove Irix reference. Remove...
2002-10-18 Fred DrakeFix markup for tilde in URL.
2002-10-18 Martin v. LöwisVerify that lower-higher case delta are 16-bit.
2002-10-18 Fred DrakeFix reference to the Fetchmail FAQ:
2002-10-18 Martin v. LöwisMake lower/upper/title work for non-BMP characters.
2002-10-18 Fred DrakeFix markup for tilde in URL.
2002-10-18 Neal NorwitzFix SF # 624982, Potential AV in slot_sq_item, by Greg...
2002-10-18 Martin v. LöwisUpdate to Unicode 3.2 database.
2002-10-18 Guido van RossumUpdate docs. Remove old classes.doc.
2002-10-18 Guido van RossumAdd description of the cgi directory.
2002-10-18 Guido van RossumAdd description of what's here.
2002-10-18 Fred DrakeAdded cross-references to related material on exceptions.
next