| Commit message (Expand) | Author | Age | Files | Lines |
* | test_long_received_header(): Another test case for folding long | Barry Warsaw | 2003-03-06 | 1 | -0/+15 |
|
|
* | Reverted the previous change to read() and readline(). | Raymond Hettinger | 2003-03-06 | 1 | -18/+28 |
|
|
* | Add a note explaining why you shouldn't try to compute mean and | Guido van Rossum | 2003-03-06 | 1 | -0/+14 |
|
|
* | test_whitespace_eater_unicode(): Test of the last outstanding bug in | Barry Warsaw | 2003-03-06 | 1 | -0/+8 |
|
|
* | __unicode__(): When converting to a unicode string, we need to | Barry Warsaw | 2003-03-06 | 1 | -3/+20 |
|
|
* | Simpler way to write reindent(), suggested by Raymond H. | Guido van Rossum | 2003-03-06 | 1 | -1/+1 |
|
|
* | Removed superfluous \r. | Sjoerd Mullender | 2003-03-06 | 0 | -0/+0 |
|
|
* | test_rfc2047_multiline(): Test case for SF bug #640110. | Barry Warsaw | 2003-03-06 | 1 | -0/+14 |
|
|
* | decode_header(): Typo when appending an unencoded chunk to the | Barry Warsaw | 2003-03-06 | 1 | -1/+1 |
|
|
* | Describe Charset.__repr__(). | Barry Warsaw | 2003-03-06 | 1 | -0/+1 |
|
|
* | Describe the new Header.encode() argument "splitchars". | Barry Warsaw | 2003-03-06 | 1 | -2/+5 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 2 | -76/+165 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -100/+154 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -2/+2 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -3/+0 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -2/+13 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -2/+4 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -4/+9 |
|
|
* | Add notes about baseline overhead, and about different Python | Guido van Rossum | 2003-03-06 | 1 | -6/+22 |
|
|
* | Added more documentation. | Guido van Rossum | 2003-03-06 | 1 | -9/+73 |
|
|
* | Mention timeit.py. | Guido van Rossum | 2003-03-06 | 1 | -0/+3 |
|
|
* | A flexible utility to time the execution speed of a code snippet. | Guido van Rossum | 2003-03-05 | 1 | -0/+123 |
|
|
* | Two ancient and obscure bugs found and fixed by Donovan Preston (these | Jack Jansen | 2003-03-05 | 1 | -2/+2 |
|
|
* | Declare all variables at the start of their scope. | Fred Drake | 2003-03-05 | 1 | -1/+1 |
|
|
* | Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules | Just van Rossum | 2003-03-05 | 1 | -4/+4 |
|
|
* | Fix for bug #697546: don't auto-register the Python documentation | Jack Jansen | 2003-03-05 | 1 | -1/+3 |
|
|
* | An #endif was missing in Just's patch. Added. | Jack Jansen | 2003-03-05 | 1 | -0/+1 |
|
|
* | removing one Mac hack and add another: | Just van Rossum | 2003-03-05 | 1 | -26/+16 |
|
|
* | Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, | Martin v. Löwis | 2003-03-05 | 6 | -22/+67 |
|
|
* | Actually *do* override the type in AppBuilder. | Jack Jansen | 2003-03-05 | 1 | -1/+1 |
|
|
* | Moved some application-bundle specific code from the BundleBuilder class to | Jack Jansen | 2003-03-05 | 1 | -5/+9 |
|
|
* | Back in June in revision 1.98 Steve (accidentally, presumably) wiped | Michael W. Hudson | 2003-03-05 | 1 | -29/+74 |
|
|
* | I thought it was common practice to check things compiled before | Michael W. Hudson | 2003-03-05 | 1 | -5/+5 |
|
|
* | Patch #696645: Remove VMS code with uncertain authorship. | Martin v. Löwis | 2003-03-05 | 3 | -301/+60 |
|
|
* | These are no longer used. | Jack Jansen | 2003-03-05 | 2 | -54/+0 |
|
|
* | Point e-mail address at the SIG | Andrew M. Kuchling | 2003-03-04 | 2 | -2/+2 |
|
|
* | os.listdir(): Fall back to the original byte string if conversion to unicode | Just van Rossum | 2003-03-04 | 1 | -6/+8 |
|
|
* | Weaken recommendation of Friedl book; fix reference | Andrew M. Kuchling | 2003-03-04 | 1 | -4/+4 |
|
|
* | [bug #692016] update description of {m,n} modifier; you can omit the lower bound | Andrew M. Kuchling | 2003-03-04 | 1 | -3/+4 |
|
|
* | [bug #696771] Remove misleading parenthetical aside | Andrew M. Kuchling | 2003-03-04 | 1 | -2/+0 |
|
|
* | Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead | Jack Jansen | 2003-03-04 | 1 | -1/+1 |
|
|
* | Attempting to save the shell raised an error related to saving | Kurt B. Kaiser | 2003-03-04 | 1 | -2/+8 |
|
|
* | SF 693333 | Kurt B. Kaiser | 2003-03-04 | 1 | -0/+3 |
|
|
* | test_ioctl is an expected skip on Windows. | Tim Peters | 2003-03-04 | 1 | -0/+1 |
|
|
* | Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler | Neal Norwitz | 2003-03-03 | 2 | -1/+17 |
|
|
* | [Bug #693470] 'licence' as an alias for 'license' doesn't work. | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+10 |
|
|
* | SF 695861 | Kurt B. Kaiser | 2003-03-03 | 1 | -1/+11 |
|
|
* | plugged leak noted by nnorwitz: the 'et' format returns allocated memory | Just van Rossum | 2003-03-03 | 1 | -2/+4 |
|
|
* | [Bug #69389] List register command in __all__, so setup.py --help-commands wi... | Andrew M. Kuchling | 2003-03-03 | 1 | -0/+1 |
|
|
* | Improve description | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+1 |
|
|