summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* (py-pychecker-run): Fix calculation of last command to include theBarry Warsaw2002-09-281-3/+8
* 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-272-0/+40
* 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
* Patch for the DEC Alpha under Linux, by Lee Busby.Guido van Rossum2002-09-261-0/+8
* Disable big charsets in UCS-4 builds. Works around #599377.Martin v. Löwis2002-09-261-0/+3
* Add encoding name in LookupError. Fixes #615013. Will backport to 2.2.Martin v. Löwis2002-09-261-2/+2
* Again, I did check in too many changes. Sorry.Thomas Heller2002-09-261-1/+1
* Add deprecation notices to the documentation to reflect recent additions toFred Drake2002-09-254-1/+19
* __version__: Bump to 2.4Barry Warsaw2002-09-251-9/+16
* Update some comments about what version of the documentation toolsFred Drake2002-09-251-4/+3
* Back out previous change.Neal Norwitz2002-09-252-3/+3
* Fix SF # 614587, configure.in patch from Tim RiceNeal Norwitz2002-09-252-3/+3
* SF bug 613233: test_threadedtempfile hangsTim Peters2002-09-251-6/+4
* Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce AthertonNeal Norwitz2002-09-252-1/+6
* Finish & commit some docs for markup that's been in use for a while.Fred Drake2002-09-251-2/+29
* Add yet another alias for ASCII found in the field. Will backport toGuido van Rossum2002-09-251-0/+1
* Add regression test for a bug found in the version of the markupbaseFred Drake2002-09-251-0/+6
* Disable building of the fpectl module -- it's dangerous or uselessGuido van Rossum2002-09-251-3/+6
* Disable building of the fpectl module -- it's dangerous or uselessGuido van Rossum2002-09-251-14/+15
* Ok, read the source this time: PyErr_SetObject() does not steal a reference.Fred Drake2002-09-251-1/+1
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-241-12/+20
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-242-31/+46
* On Windows, select() does not accept empty lists.Thomas Heller2002-09-241-5/+9
* I did fix too much - including winsock.h is sufficient.Thomas Heller2002-09-241-1/+1
* On Windows, call WSAGetLastError() to retrieve the error number.Thomas Heller2002-09-241-1/+7
* Clarify documentation for PyErr_SetObject() to describe the referenceFred Drake2002-09-241-1/+1