]> granicus.if.org Git - python/shortlog
python
2002-10-01 Fred DrakeAdd a comment to the top of the file explaining why...
2002-10-01 Guido van RossumMention droped support for Tcl/Tk 8.0 and 8.1.
2002-10-01 Martin v. LöwisEliminate constness warnings with Tcl 8.4.
2002-10-01 Barry Warsawtest__all__(): Fix the import list.
2002-10-01 Martin v. LöwisDrop support for Tk 8.0 and 8.1.
2002-10-01 Skip Montanarosave the verbose argument as an instance attributes...
2002-10-01 Barry Warsawbuild(): Use self.builddir, not self.doc when copying...
2002-10-01 Fred DrakeWhen the HTML output dir is specified using --dir=...
2002-10-01 Barry Warsawnits
2002-10-01 Fred DrakeInclude the --dir argument in the help text.
2002-10-01 Fred DrakeChange the default path to icons so that "mkhowto"...
2002-10-01 Barry WarsawAdded an introduction.
2002-10-01 Fred DrakeStub document for the stand-alone email package distrib...
2002-10-01 Fred DrakeMinor style nit for referring to other attributes of...
2002-10-01 Fred DrakeSplit the long email package examples into separate...
2002-10-01 Barry WarsawCleaned up the examples.
2002-10-01 Barry WarsawProofread and spell checked, all except the Examples...
2002-10-01 Guido van RossumCommit fix for SF 603831.
2002-10-01 Barry WarsawVast update to email version 2. This could surely...
2002-10-01 Barry WarsawDocstring consistency with the updated .tex files.
2002-10-01 Barry Warsaw_structure(): Swap fp and level arguments.
2002-10-01 Barry WarsawDocstring consistency with the updated .tex files.
2002-10-01 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry Warsaw__all__: Updated
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Guido van RossumNow that TestCase is a new-style class, change loadTest...
2002-09-30 Barry Warsaw__contains__(): Change the second argument to `name...
2002-09-30 Martin v. LöwisAdd Tim Rice, for SCO patches.
2002-09-30 Martin v. LöwisPatch #615069: Fix build problems on SCO Open Server...
2002-09-30 Barry WarsawWith help from Martin v. Loewis, clarification is added...
2002-09-30 Jason TishlerPatch #544740: test_commands test fails under Cygwin
2002-09-30 Skip Montanarofix a couple nits related to my understanding of ReST...
2002-09-30 Barry WarsawThe ansi_x3.4_1968 encoding is an alias for ascii,...
2002-09-30 Skip Montanarofix a couple nits with my use of ReST
2002-09-30 Martin v. LöwisPatch #596576: Always use cc to link on NetBSD. Will...
2002-09-29 Guido van RossumAdded -b tag option to limit output to a specific branc...
2002-09-29 Tony LowndsFinding a suitable interpreter to spawn needed tweaking...
2002-09-29 Guido van RossumWhitespace normalization (get rid of tabs).
2002-09-29 Tony LowndsMac users now see correct modifiers in the Key Binding...
2002-09-29 Tony LowndsChange key binding to avoid conflict.
2002-09-28 Barry WarsawMake the tests pass under Python 2.1 but only by cheati...
2002-09-28 Barry WarsawAdd a test for SHORTEST encoding of utf-8 headers,...
2002-09-28 Barry WarsawUse True/False everywhere, and other code cleanups.
2002-09-28 Barry WarsawCode cleanup and add docstrings.
2002-09-28 Barry WarsawUse True/False everywhere, and other code cleanups.
2002-09-28 Barry WarsawUse True/False everywhere.
2002-09-28 Barry Warsawis_multipart(): Use isinstance() instead of type equality.
2002-09-28 Barry WarsawDocstring and code cleanups, e.g. use True/False everyw...
2002-09-28 Barry Warsaw__init__(): Minor code cleanup.
2002-09-28 Barry WarsawAdd a pychecker suppression.
2002-09-28 Barry Warsaw(py-pychecker-run): Fix calculation of last command...
2002-09-28 Barry WarsawUse True/False everywhere.
2002-09-28 Barry WarsawAdded a feature suggested by Martin v Loewis, where...
2002-09-27 Fred DrakeAllow internal whitespace in keys.
2002-09-27 Fred Drakeitems(): New method, provided by Gustavo Niemeyer...
2002-09-27 Fred DrakeAdded regression test for SF bug #561822: has_option...
2002-09-27 Fred Drakehas_option(): Use the option name transform consistently.
2002-09-27 Kurt B. KaiserRevert Rev 1.6
2002-09-26 Kurt B. KaiserFix Bug 612886 copy/paste menu items fail
2002-09-26 Skip Montanarotry executing 'less' in a parenthesized subshell -...
2002-09-26 Guido van RossumOops, must convert hyphens to underscores in keys of...
2002-09-26 Barry Warsawtest_unicode_error(): Comment this test out, since...
2002-09-26 Barry WarsawFixing some RFC 2231 related issues as reported in...
2002-09-26 Barry WarsawFixing some RFC 2231 related issues as reported in...
2002-09-26 Guido van RossumPatch for the DEC Alpha under Linux, by Lee Busby.
2002-09-26 Martin v. LöwisDisable big charsets in UCS-4 builds. Works around...
2002-09-26 Martin v. LöwisAdd encoding name in LookupError. Fixes #615013. Will...
2002-09-26 Thomas HellerAgain, I did check in too many changes. Sorry.
2002-09-25 Fred DrakeAdd deprecation notices to the documentation to reflect...
2002-09-25 Barry Warsaw__version__: Bump to 2.4
2002-09-25 Fred DrakeUpdate some comments about what version of the document...
2002-09-25 Neal NorwitzBack out previous change.
2002-09-25 Neal NorwitzFix SF # 614587, configure.in patch from Tim Rice
2002-09-25 Tim PetersSF bug 613233: test_threadedtempfile hangs
2002-09-25 Neal NorwitzFix SF # 591713, Fix "file:" URL to have right no....
2002-09-25 Fred DrakeFinish & commit some docs for markup that's been in...
2002-09-25 Guido van RossumAdd yet another alias for ASCII found in the field...
2002-09-25 Fred DrakeAdd regression test for a bug found in the version...
2002-09-25 Guido van RossumDisable building of the fpectl module -- it's dangerous...
2002-09-25 Guido van RossumDisable building of the fpectl module -- it's dangerous...
2002-09-25 Fred DrakeOk, read the source this time: PyErr_SetObject() does...
2002-09-24 Fred DrakeAnother try at clarifying what goes into and comes...
2002-09-24 Fred DrakeAnother try at clarifying what goes into and comes...
2002-09-24 Thomas HellerOn Windows, select() does not accept empty lists.
2002-09-24 Thomas HellerI did fix too much - including winsock.h is sufficient.
2002-09-24 Thomas HellerOn Windows, call WSAGetLastError() to retrieve the...
2002-09-24 Fred DrakeClarify documentation for PyErr_SetObject() to describe...
2002-09-24 Fred DrakeBe more careful with the type of the xmlhandlersetter...
2002-09-24 Fred DrakeRemove spurious period.
2002-09-24 Fred DrakeClarify that len() of a Unicode string returns the...
2002-09-24 Marc-André... Add cast to avoid compiler warning.
2002-09-23 Barry WarsawBrett's fixes for various bugs and coding issues. ...
2002-09-23 Greg WardTweak description of PortableUnixMailbox: "From " lines...
2002-09-23 Guido van RossumAttila Babo (turtle.py).
2002-09-23 Guido van RossumAdd the bulk of SF patch 595111 by Attila Babo.
2002-09-23 Guido van RossumWarn about binutils 2.13 on Solaris.
next