summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_long_received_header(): Another test case for folding longBarry Warsaw2003-03-061-0/+15
* Reverted the previous change to read() and readline().Raymond Hettinger2003-03-061-18/+28
* Add a note explaining why you shouldn't try to compute mean andGuido van Rossum2003-03-061-0/+14
* test_whitespace_eater_unicode(): Test of the last outstanding bug inBarry Warsaw2003-03-061-0/+8
* __unicode__(): When converting to a unicode string, we need toBarry Warsaw2003-03-061-3/+20
* Simpler way to write reindent(), suggested by Raymond H.Guido van Rossum2003-03-061-1/+1
* Removed superfluous \r.Sjoerd Mullender2003-03-060-0/+0
* test_rfc2047_multiline(): Test case for SF bug #640110.Barry Warsaw2003-03-061-0/+14
* decode_header(): Typo when appending an unencoded chunk to theBarry Warsaw2003-03-061-1/+1
* Describe Charset.__repr__().Barry Warsaw2003-03-061-0/+1
* Describe the new Header.encode() argument "splitchars".Barry Warsaw2003-03-061-2/+5
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-062-76/+165
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-100/+154
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+2
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-3/+0
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+13
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+4
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-4/+9
* Add notes about baseline overhead, and about different PythonGuido van Rossum2003-03-061-6/+22
* Added more documentation.Guido van Rossum2003-03-061-9/+73
* Mention timeit.py.Guido van Rossum2003-03-061-0/+3
* A flexible utility to time the execution speed of a code snippet.Guido van Rossum2003-03-051-0/+123
* Two ancient and obscure bugs found and fixed by Donovan Preston (theseJack Jansen2003-03-051-2/+2
* Declare all variables at the start of their scope.Fred Drake2003-03-051-1/+1
* Patch #698082 from Thomas Heller: Modulefinder didn't exclude modulesJust van Rossum2003-03-051-4/+4
* Fix for bug #697546: don't auto-register the Python documentationJack Jansen2003-03-051-1/+3
* An #endif was missing in Just's patch. Added.Jack Jansen2003-03-051-0/+1
* removing one Mac hack and add another:Just van Rossum2003-03-051-26/+16
* Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,Martin v. Löwis2003-03-056-22/+67
* Actually *do* override the type in AppBuilder.Jack Jansen2003-03-051-1/+1
* Moved some application-bundle specific code from the BundleBuilder class toJack Jansen2003-03-051-5/+9
* Back in June in revision 1.98 Steve (accidentally, presumably) wipedMichael W. Hudson2003-03-051-29/+74
* I thought it was common practice to check things compiled beforeMichael W. Hudson2003-03-051-5/+5
* Patch #696645: Remove VMS code with uncertain authorship.Martin v. Löwis2003-03-053-301/+60
* These are no longer used.Jack Jansen2003-03-052-54/+0
* Point e-mail address at the SIGAndrew M. Kuchling2003-03-042-2/+2
* os.listdir(): Fall back to the original byte string if conversion to unicodeJust van Rossum2003-03-041-6/+8
* Weaken recommendation of Friedl book; fix referenceAndrew M. Kuchling2003-03-041-4/+4
* [bug #692016] update description of {m,n} modifier; you can omit the lower boundAndrew M. Kuchling2003-03-041-3/+4
* [bug #696771] Remove misleading parenthetical asideAndrew M. Kuchling2003-03-041-2/+0
* Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in steadJack Jansen2003-03-041-1/+1
* Attempting to save the shell raised an error related to savingKurt B. Kaiser2003-03-041-2/+8
* SF 693333Kurt B. Kaiser2003-03-041-0/+3
* test_ioctl is an expected skip on Windows.Tim Peters2003-03-041-0/+1
* Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandlerNeal Norwitz2003-03-032-1/+17
* [Bug #693470] 'licence' as an alias for 'license' doesn't work.Andrew M. Kuchling2003-03-031-1/+10
* SF 695861Kurt B. Kaiser2003-03-031-1/+11
* plugged leak noted by nnorwitz: the 'et' format returns allocated memoryJust van Rossum2003-03-031-2/+4
* [Bug #69389] List register command in __all__, so setup.py --help-commands wi...Andrew M. Kuchling2003-03-031-0/+1
* Improve descriptionAndrew M. Kuchling2003-03-031-1/+1