summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix base classBarry Warsaw2003-03-101-1/+1
* Use ndiffAssertEqual in a couple of places for better error reporting.Barry Warsaw2003-03-101-3/+6
* Describe what happens when decode=True and the payload has bogusBarry Warsaw2003-03-101-3/+4
* get_payload(): If we get a low-level binascii.Error when base64Barry Warsaw2003-03-101-5/+12
* test_broken_base64_payload(): Test for crash in low-level binasciiBarry Warsaw2003-03-101-0/+8
* Patch #700839: Fix bugs in the plural handling.Martin v. Löwis2003-03-101-8/+17
* [Patch #649762] Fix for asynchat endless loopAndrew M. Kuchling2003-03-101-1/+1
* _split_ascii() [method and function]: Don't join the lines just toBarry Warsaw2003-03-101-10/+11
* Use isinstance() instead of type comparisonAndrew M. Kuchling2003-03-101-3/+2
* test_another_long_multiline_header(): Yet another formatting test.Barry Warsaw2003-03-101-0/+12
* openmixer()'s 'mode' parameter has been removed.Greg Ward2003-03-101-6/+2
* <sys/soundcard.h> seems to exist on both Linux and FreeBSD, so includeGreg Ward2003-03-101-22/+10
* Expand description of ossaudiodev.error exception.Greg Ward2003-03-101-17/+38
* Rewrite intro paragraphs and add a "See also" box for the link to theGreg Ward2003-03-101-57/+60
* Fix two unformatted lists: one is now an 'enumerate' environment, theGreg Ward2003-03-101-19/+31
* Add libossaudiodev.tex.Greg Ward2003-03-102-0/+2
* Wrap all paragraphs to 72 columns.Greg Ward2003-03-091-117/+123
* Documentation for the ossaudiodev module.Greg Ward2003-03-091-0/+289
* SF patch #691928: Use datetime in _strptimeRaymond Hettinger2003-03-092-88/+56
* Sf patch #700047: unicode object leaks refcount on resizingRaymond Hettinger2003-03-091-0/+1
* Add contributor name.Raymond Hettinger2003-03-091-0/+1
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-096-4/+222
* SF 698520: Iterator for urllib.URLOpenerRaymond Hettinger2003-03-093-1/+9
* [ 684677 ] Allow freeze to exclude implicitsJust van Rossum2003-03-081-3/+6
* Skip the test if TESTFN_ENCODING is None. Fixes #699386.Martin v. Löwis2003-03-081-19/+6
* _split_ascii(): lstrip the individual lines in the ascii split lines,Barry Warsaw2003-03-071-0/+3
* test_long_unbreakable_lines_with_continuation(): Another funky exampleBarry Warsaw2003-03-071-0/+16
* decode_rfc2231(): RFC 2231 allows leaving out both the charset andBarry Warsaw2003-03-071-5/+7
* test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving outBarry Warsaw2003-03-071-0/+11
* Don't quote the path to Python unless the path contains an embedded space.Tim Peters2003-03-071-1/+4
* Whitespace normalization.Tim Peters2003-03-075-44/+44
* 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