summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an endcase bug: initial_indent was ignored when the text was shortGuido van Rossum2002-10-022-5/+16
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-022-0/+24
* Support UCS-4 builds.Martin v. Löwis2002-10-011-8/+36
* Add a comment to the top of the file explaining why the file is here.Fred Drake2002-10-011-0/+7
* Mention droped support for Tcl/Tk 8.0 and 8.1.Guido van Rossum2002-10-011-0/+4
* Eliminate constness warnings with Tcl 8.4.Martin v. Löwis2002-10-011-4/+13
* test__all__(): Fix the import list.Barry Warsaw2002-10-011-4/+4
* Drop support for Tk 8.0 and 8.1.Martin v. Löwis2002-10-011-137/+2
* save the verbose argument as an instance attributes. Subclasses ofSkip Montanaro2002-10-011-0/+1
* build(): Use self.builddir, not self.doc when copying the icons, soBarry Warsaw2002-10-011-1/+1
* When the HTML output dir is specified using --dir=~/foo, the tildeFred Drake2002-10-011-1/+1
* nitsBarry Warsaw2002-10-013-0/+39
* Include the --dir argument in the help text.Fred Drake2002-10-011-0/+1
* Change the default path to icons so that "mkhowto" does the "right thing" byFred Drake2002-10-013-3/+5
* Added an introduction.Barry Warsaw2002-10-011-1/+57
* Stub document for the stand-alone email package distribution.Fred Drake2002-10-011-0/+29
* Minor style nit for referring to other attributes of the same classFred Drake2002-10-011-1/+1
* Split the long email package examples into separate files and useFred Drake2002-10-015-273/+269
* Cleaned up the examples.Barry Warsaw2002-10-011-27/+22
* Proofread and spell checked, all except the Examples section (whichBarry Warsaw2002-10-019-358/+351
* Commit fix for SF 603831.Guido van Rossum2002-10-011-1/+2
* Vast update to email version 2. This could surely use proofreading.Barry Warsaw2002-10-0110-325/+1185
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-011-3/+3
* _structure(): Swap fp and level arguments.Barry Warsaw2002-10-011-2/+2
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-011-6/+15
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-012-17/+17
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+4
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* __all__: UpdatedBarry Warsaw2002-09-301-20/+22
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-0/+14
* Now that TestCase is a new-style class, change loadTestsFromModule andGuido van Rossum2002-09-301-2/+4
* __contains__(): Change the second argument to `name' for consistency.Barry Warsaw2002-09-301-58/+69
* Add Tim Rice, for SCO patches.Martin v. Löwis2002-09-301-0/+1
* Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.Martin v. Löwis2002-09-305-11/+92
* With help from Martin v. Loewis, clarification is added for theBarry Warsaw2002-09-301-29/+61
* Patch #544740: test_commands test fails under CygwinJason Tishler2002-09-301-5/+7
* fix a couple nits related to my understanding of ReST. Use ofSkip Montanaro2002-09-301-3/+3
* The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known inBarry Warsaw2002-09-302-12/+9
* fix a couple nits with my use of ReSTSkip Montanaro2002-09-301-6/+6
* Patch #596576: Always use cc to link on NetBSD. Will backport to 2.2.Martin v. Löwis2002-09-302-3/+5
* Added -b tag option to limit output to a specific branch only.Guido van Rossum2002-09-291-5/+43
* Finding a suitable interpreter to spawn needed tweaking on the MacTony Lownds2002-09-291-4/+17
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-296-100/+98
* Mac users now see correct modifiers in the Key Binding Entry window.Tony Lownds2002-09-291-29/+35
* Change key binding to avoid conflict.Tony Lownds2002-09-291-2/+2
* Make the tests pass under Python 2.1 but only by cheating. Python 2.1Barry Warsaw2002-09-281-0/+12
* Add a test for SHORTEST encoding of utf-8 headers, and also updateBarry Warsaw2002-09-281-9/+16
* Use True/False everywhere, and other code cleanups.Barry Warsaw2002-09-282-18/+30