summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-021-0/+20
* test__all__(): Fix the import list.Barry Warsaw2002-10-011-4/+4
* save the verbose argument as an instance attributes. Subclasses ofSkip Montanaro2002-10-011-0/+1
* Commit fix for SF 603831.Guido van Rossum2002-10-011-1/+2
* 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
* Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.Martin v. Löwis2002-09-301-1/+58
* 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
* The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known inBarry Warsaw2002-09-302-12/+9
* 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
* Code cleanup and add docstrings.Barry Warsaw2002-09-281-2/+17
* Use True/False everywhere, and other code cleanups.Barry Warsaw2002-09-281-7/+11
* Use True/False everywhere.Barry Warsaw2002-09-281-5/+12
* is_multipart(): Use isinstance() instead of type equality.Barry Warsaw2002-09-281-1/+1
* Docstring and code cleanups, e.g. use True/False everywhere.Barry Warsaw2002-09-281-58/+62
* __init__(): Minor code cleanup.Barry Warsaw2002-09-281-1/+1
* Add a pychecker suppression.Barry Warsaw2002-09-281-0/+4
* Use True/False everywhere.Barry Warsaw2002-09-281-20/+19
* Added a feature suggested by Martin v Loewis, where a new headerBarry Warsaw2002-09-281-37/+55
* Allow internal whitespace in keys.Fred Drake2002-09-272-3/+10
* items(): New method, provided by Gustavo Niemeyer in SF bug #545096.Fred Drake2002-09-271-0/+33
* Added regression test for SF bug #561822: has_option() case sensitive.Fred Drake2002-09-271-0/+5
* has_option(): Use the option name transform consistently.Fred Drake2002-09-271-53/+49
* Revert Rev 1.6Kurt B. Kaiser2002-09-271-9/+0
* Fix Bug 612886 copy/paste menu items failKurt B. Kaiser2002-09-263-1/+26
* try executing 'less' in a parenthesized subshell - prevents systems likeSkip Montanaro2002-09-261-1/+1
* Oops, must convert hyphens to underscores in keys of aliases dict.Guido van Rossum2002-09-261-1/+1
* test_unicode_error(): Comment this test out, since we still haveBarry Warsaw2002-09-261-8/+8
* Fixing some RFC 2231 related issues as reported in the SpambayesBarry Warsaw2002-09-263-0/+66
* Fixing some RFC 2231 related issues as reported in the SpambayesBarry Warsaw2002-09-261-9/+39
* Disable big charsets in UCS-4 builds. Works around #599377.Martin v. Löwis2002-09-261-0/+3
* Again, I did check in too many changes. Sorry.Thomas Heller2002-09-261-1/+1
* __version__: Bump to 2.4Barry Warsaw2002-09-251-9/+16