summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Prevent the pty test from hanging by setting an alarm.Neal Norwitz2003-03-211-30/+46
* The message "*** skipping leakage tests ***" was causing the test toGuido van Rossum2003-03-211-1/+2
* forgot Cliff's snifferSkip Montanaro2003-03-201-0/+289
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-203-0/+758
* set $PYTHONHOME in the bootstrap script, for no good reason really,Just van Rossum2003-03-201-0/+1
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-201-0/+46
* Skip the ioctl test if we can't open /dev/tty. This happens onNeal Norwitz2003-03-201-0/+6
* Fix SF bug #697556, test_posix fails: getloginNeal Norwitz2003-03-181-6/+0
* _encode_chunks(): Throw out empty chunks.Barry Warsaw2003-03-171-0/+2
* test_long_lines_with_different_header(): Another test from Jason.Barry Warsaw2003-03-171-0/+16
* test_getaddresses_nasty(): A test for mimelib SF bug # 697641.Barry Warsaw2003-03-171-0/+10
* getaddrlist(): Make sure this consumes all the data, and if there isBarry Warsaw2003-03-171-2/+2
* Test for UnicodeError instead of ImportError to determine whetherMartin v. Löwis2003-03-171-1/+1
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-171-0/+4
* Capturing the exit status for the build process didn't work. UsingJack Jansen2003-03-171-6/+7
* Change the default number of repetitions to 3, both in the Timer classGuido van Rossum2003-03-151-12/+21
* If time.tzset doesn't exist, don't test it.Guido van Rossum2003-03-151-0/+3
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-141-1/+82
* Implement some recommendations from Raymond H:Guido van Rossum2003-03-141-10/+48
* Accept commas in unquoted attribute values.Fred Drake2003-03-144-2/+10
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-131-61/+0
* Move setting of ioready 'wait' earlier in call chain, toKurt B. Kaiser2003-03-122-8/+24
* Filter out the depracation warning for macfs.Jack Jansen2003-03-121-0/+2
* SF bug #699934: Obscure error messageRaymond Hettinger2003-03-121-3/+7
* test_whitespace_eater_unicode(): Make this test Python 2.1 compatible.Barry Warsaw2003-03-121-1/+4
* Python 2.1 doesn't have True and FalseBarry Warsaw2003-03-121-0/+3
* M rpc.pyKurt B. Kaiser2003-03-112-4/+4
* Allow unicode pathnames where FSRefs are expected. Fixes 696253.Jack Jansen2003-03-111-0/+5
* Add 'audio' resource.Guido van Rossum2003-03-111-1/+5
* Patch by Andrew Straw: use urllib2 so proxie access works.Jack Jansen2003-03-111-7/+3
* Adjust tests for no newline appending to MIMEText.__init__()'s _textBarry Warsaw2003-03-111-2/+0
* beta 1Barry Warsaw2003-03-111-1/+1
* Adjust tests for no newline appending to MIMEText.__init__()'s _textBarry Warsaw2003-03-111-11/+7
* __init__(): Don't add a newline to _text if it doesn't already end inBarry Warsaw2003-03-111-4/+1
* body_line_iterator(): Accept optional decode argument, pass through toBarry Warsaw2003-03-112-6/+12
* get_payload(): Teach this about various uunencodedBarry Warsaw2003-03-111-10/+21
* test_get_decoded_uu_payload(): A new test forBarry Warsaw2003-03-111-0/+11
* M PyShell.pyKurt B. Kaiser2003-03-102-1/+6
* A interruptmodule.cKurt B. Kaiser2003-03-102-1/+51
* specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points outBarry Warsaw2003-03-101-2/+2
* test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft.Barry Warsaw2003-03-101-0/+8
* _bdecode(): Remove redundant check.Barry Warsaw2003-03-101-2/+0
* 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
* 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