| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization. | Tim Peters | 2003-03-07 | 5 | -44/+44 |
|
|
* | whitespace normalization | Barry Warsaw | 2003-03-07 | 1 | -6/+6 |
|
|
* | This test relied on significant trailing whitespace in a string literal. | Tim Peters | 2003-03-07 | 1 | -7/+12 |
|
|
* | _write_headers(), _split_header(): All of the smarts for splitting | Barry Warsaw | 2003-03-07 | 1 | -35/+20 |
|
|
* | More internal refinements of the ascii splitting algorithm. | Barry Warsaw | 2003-03-07 | 1 | -7/+10 |
|
|
* | Test_ioctl and test_tarfile are skipped on MacOS9. | Jack Jansen | 2003-03-07 | 1 | -0/+2 |
|
|
* | Filter out macfs warning. | Jack Jansen | 2003-03-07 | 1 | -0/+2 |
|
|
* | Somebody must not have run the test before checking this in -- it had | Tim Peters | 2003-03-07 | 1 | -1/+1 |
|
|
* | test_string_headerinst_eq(): Another Jason test :) | Barry Warsaw | 2003-03-07 | 1 | -0/+14 |
|
|
* | Make tarfile raise ImportError on MacOS9. The pathname handling needs work, a... | Jack Jansen | 2003-03-07 | 1 | -0/+7 |
|
|
* | The filename fix of the previous checkin was complete bogus, the problem is e... | Jack Jansen | 2003-03-07 | 1 | -3/+3 |
|
|
* | Two fixes to make this test pass on MacOS9: | Jack Jansen | 2003-03-07 | 1 | -4/+4 |
|
|
* | Test that os.utime and os.chmod actually exist before using them. | Jack Jansen | 2003-03-07 | 1 | -4/+7 |
|
|
* | Broke down and made it work for Python 2.0 and up. (Older versions | Guido van Rossum | 2003-03-07 | 1 | -24/+25 |
|
|
* | SF patch #693753: fix for bug 639806: default for dict.pop | Raymond Hettinger | 2003-03-06 | 3 | -5/+23 |
|
|
* | Repaired a misleading comment Barry inherited from me. | Tim Peters | 2003-03-06 | 1 | -1/+1 |
|
|
* | _split_ascii(): In the clause where curlen + partlen > maxlen, if the | Barry Warsaw | 2003-03-06 | 1 | -1/+8 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules | Just van Rossum | 2003-03-05 | 1 | -4/+4 |
|
|
* | Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, | Martin v. Löwis | 2003-03-05 | 1 | -2/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | [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 |
|
|
* | [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 |
|
|
* | Fix bug | Michael W. Hudson | 2003-03-03 | 1 | -0/+31 |
|
|
* | Call AEInteractWithUser() before bringing up any of the dialogs (with the | Jack Jansen | 2003-03-03 | 1 | -1/+13 |
|
|
* | Patch #671666: Alias ANSI code page to "mbcs". | Martin v. Löwis | 2003-03-03 | 1 | -0/+16 |
|
|