summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* whitespace normalizationBarry Warsaw2003-03-071-6/+6
* This test relied on significant trailing whitespace in a string literal.Tim Peters2003-03-071-7/+12
* Add a little more verbiage about the bsddb module/package change. It'sSkip Montanaro2003-03-071-1/+8
* _write_headers(), _split_header(): All of the smarts for splittingBarry Warsaw2003-03-071-35/+20
* More internal refinements of the ascii splitting algorithm.Barry Warsaw2003-03-071-7/+10
* Test_ioctl and test_tarfile are skipped on MacOS9.Jack Jansen2003-03-071-0/+2
* Removed unused variableJack Jansen2003-03-071-1/+0
* Filter out macfs warning.Jack Jansen2003-03-071-0/+2
* Somebody must not have run the test before checking this in -- it hadTim Peters2003-03-071-1/+1
* Got PythonStandalone to work again, mainly for debugging purposes (it's much ...Jack Jansen2003-03-072-6/+6
* test_string_headerinst_eq(): Another Jason test :)Barry Warsaw2003-03-071-0/+14
* - The extended type structure used for heap types (new-styleGuido van Rossum2003-03-073-50/+59
* Minor clarification about the ob_size field.Fred Drake2003-03-071-3/+3
* Make tarfile raise ImportError on MacOS9. The pathname handling needs work, a...Jack Jansen2003-03-071-0/+7
* The filename fix of the previous checkin was complete bogus, the problem is e...Jack Jansen2003-03-071-3/+3
* Two fixes to make this test pass on MacOS9:Jack Jansen2003-03-071-4/+4
* Test that os.utime and os.chmod actually exist before using them.Jack Jansen2003-03-071-4/+7
* Broke down and made it work for Python 2.0 and up. (Older versionsGuido van Rossum2003-03-071-24/+25
* fix name of db2pickleSkip Montanaro2003-03-071-1/+1
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-066-11/+51
* Repaired a misleading comment Barry inherited from me.Tim Peters2003-03-061-1/+1
* First try to use the OSATerminology module to get the terminologyJack Jansen2003-03-061-9/+36
* Build the OSATerminology module on MacOSX.Jack Jansen2003-03-061-0/+2
* Various tweaks by Jack because of the different module name, adaptationJack Jansen2003-03-061-43/+74
* Module to get OSA terminology description through the "official channels",Jack Jansen2003-03-061-0/+70
* Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implementedNeal Norwitz2003-03-062-7/+0
* _split_ascii(): In the clause where curlen + partlen > maxlen, if theBarry Warsaw2003-03-061-1/+8
* 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