summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #545300: Support marked sections.Martin v. Löwis2003-03-303-16/+104
* The socket module now always uses the _socketobject wrapper class, even onSkip Montanaro2003-03-302-5/+33
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-0/+1132
* Move Mac/Windows specific expected skips from each platform listNeal Norwitz2003-03-291-49/+8
* Patch #707701: Expect '??' in event fields. Fixes #698517.Martin v. Löwis2003-03-291-16/+32
* Regenerated with the new way to get terminology (through AppleEvents),Jack Jansen2003-03-2927-2692/+1571
* On OSX the finder will return from an open() event before the applicationJack Jansen2003-03-281-0/+12
* Sigh: didn't catch all lists that needed to be sorted. Regenerated again.Jack Jansen2003-03-2829-2508/+2508
* make nt altsep forward slash - closes bug 709428Skip Montanaro2003-03-281-1/+1
* Regenerated (from resource files) with sorting version of gensuitemodule.Jack Jansen2003-03-2829-3052/+3048
* Minimal test suite of the generated packages in plat-mac/lib-scriptpackages.Jack Jansen2003-03-281-0/+49
* Hide private names beginning with _ (but don't hide __special__ names).Ka-Ping Yee2003-03-281-54/+77
* Make module lookup a little more robust (certain kinds of fiddling toKa-Ping Yee2003-03-281-2/+2
* Move testing code into "if __name__ == '__main__'" so it's not run on import.Ka-Ping Yee2003-03-281-21/+21
* Adds support for the DBEnv->set_timeout() method.Gregory P. Smith2003-03-271-1/+7
* Replace criterium with criterion. Fixes #705120.Martin v. Löwis2003-03-271-1/+1
* Temporary bump of the version number.Barry Warsaw2003-03-261-1/+1
* typed_subpart_iterator(): Fix these to use non-deprecated APIs,Barry Warsaw2003-03-261-3/+10
* typed_subpart_iterator(): Fix these to use non-deprecated APIs,Barry Warsaw2003-03-261-2/+2
* Add two tests for simple error cases.Walter Dörwald2003-03-261-0/+4
* CommandTests.testgetoutput():Thomas Wouters2003-03-251-1/+3
* Allow floating point values in ProgressBar.Jack Jansen2003-03-241-0/+2
* Regenerated with Donovan Prestons patch #702620.Jack Jansen2003-03-2345-117/+331
* Correct error in last checkin noticed by Neal Norwitz. And some more.Kurt B. Kaiser2003-03-221-4/+4
* M PyShell.pyKurt B. Kaiser2003-03-222-19/+95
* Improve error message handling.Kurt B. Kaiser2003-03-221-3/+21
* use os.path.realpath() instead of os.readlink()Just van Rossum2003-03-211-3/+1
* Email version 2.5 -- I will now backport this to Python 2.2.3.Barry Warsaw2003-03-211-1/+1
* Rename variables _seq to _it and seq to it, to emphasize that this isGuido van Rossum2003-03-211-5/+5
* Getting rid of macfs.Jack Jansen2003-03-211-6/+6
* Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ...Jack Jansen2003-03-211-3/+5
* Patch 702620 by Donovan Preston: Fix AE inheritance.Jack Jansen2003-03-211-3/+3
* only set $PYTHONHOME when building a standalone app.Just van Rossum2003-03-211-1/+3
* Patch #681927 from Robin Dunn: add option to add shared libraries orJust van Rossum2003-03-211-1/+15
* 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