| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #545300: Support marked sections. | Martin v. Löwis | 2003-03-30 | 3 | -16/+104 |
|
|
* | The socket module now always uses the _socketobject wrapper class, even on | Skip Montanaro | 2003-03-30 | 2 | -5/+33 |
|
|
* | Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation | Jack Jansen | 2003-03-29 | 1 | -0/+1132 |
|
|
* | Move Mac/Windows specific expected skips from each platform list | Neal Norwitz | 2003-03-29 | 1 | -49/+8 |
|
|
* | Patch #707701: Expect '??' in event fields. Fixes #698517. | Martin v. Löwis | 2003-03-29 | 1 | -16/+32 |
|
|
* | Regenerated with the new way to get terminology (through AppleEvents), | Jack Jansen | 2003-03-29 | 27 | -2692/+1571 |
|
|
* | On OSX the finder will return from an open() event before the application | Jack Jansen | 2003-03-28 | 1 | -0/+12 |
|
|
* | Sigh: didn't catch all lists that needed to be sorted. Regenerated again. | Jack Jansen | 2003-03-28 | 29 | -2508/+2508 |
|
|
* | make nt altsep forward slash - closes bug 709428 | Skip Montanaro | 2003-03-28 | 1 | -1/+1 |
|
|
* | Regenerated (from resource files) with sorting version of gensuitemodule. | Jack Jansen | 2003-03-28 | 29 | -3052/+3048 |
|
|
* | Minimal test suite of the generated packages in plat-mac/lib-scriptpackages. | Jack Jansen | 2003-03-28 | 1 | -0/+49 |
|
|
* | Hide private names beginning with _ (but don't hide __special__ names). | Ka-Ping Yee | 2003-03-28 | 1 | -54/+77 |
|
|
* | Make module lookup a little more robust (certain kinds of fiddling to | Ka-Ping Yee | 2003-03-28 | 1 | -2/+2 |
|
|
* | Move testing code into "if __name__ == '__main__'" so it's not run on import. | Ka-Ping Yee | 2003-03-28 | 1 | -21/+21 |
|
|
* | Adds support for the DBEnv->set_timeout() method. | Gregory P. Smith | 2003-03-27 | 1 | -1/+7 |
|
|
* | Replace criterium with criterion. Fixes #705120. | Martin v. Löwis | 2003-03-27 | 1 | -1/+1 |
|
|
* | Temporary bump of the version number. | Barry Warsaw | 2003-03-26 | 1 | -1/+1 |
|
|
* | typed_subpart_iterator(): Fix these to use non-deprecated APIs, | Barry Warsaw | 2003-03-26 | 1 | -3/+10 |
|
|
* | typed_subpart_iterator(): Fix these to use non-deprecated APIs, | Barry Warsaw | 2003-03-26 | 1 | -2/+2 |
|
|
* | Add two tests for simple error cases. | Walter Dörwald | 2003-03-26 | 1 | -0/+4 |
|
|
* | CommandTests.testgetoutput(): | Thomas Wouters | 2003-03-25 | 1 | -1/+3 |
|
|
* | Allow floating point values in ProgressBar. | Jack Jansen | 2003-03-24 | 1 | -0/+2 |
|
|
* | Regenerated with Donovan Prestons patch #702620. | Jack Jansen | 2003-03-23 | 45 | -117/+331 |
|
|
* | Correct error in last checkin noticed by Neal Norwitz. And some more. | Kurt B. Kaiser | 2003-03-22 | 1 | -4/+4 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2003-03-22 | 2 | -19/+95 |
|
|
* | Improve error message handling. | Kurt B. Kaiser | 2003-03-22 | 1 | -3/+21 |
|
|
* | use os.path.realpath() instead of os.readlink() | Just van Rossum | 2003-03-21 | 1 | -3/+1 |
|
|
* | Email version 2.5 -- I will now backport this to Python 2.2.3. | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
|
|
* | Rename variables _seq to _it and seq to it, to emphasize that this is | Guido van Rossum | 2003-03-21 | 1 | -5/+5 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -6/+6 |
|
|
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ... | Jack Jansen | 2003-03-21 | 1 | -3/+5 |
|
|
* | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 1 | -3/+3 |
|
|
* | only set $PYTHONHOME when building a standalone app. | Just van Rossum | 2003-03-21 | 1 | -1/+3 |
|
|
* | Patch #681927 from Robin Dunn: add option to add shared libraries or | Just van Rossum | 2003-03-21 | 1 | -1/+15 |
|
|
* | Prevent the pty test from hanging by setting an alarm. | Neal Norwitz | 2003-03-21 | 1 | -30/+46 |
|
|
* | The message "*** skipping leakage tests ***" was causing the test to | Guido van Rossum | 2003-03-21 | 1 | -1/+2 |
|
|
* | forgot Cliff's sniffer | Skip Montanaro | 2003-03-20 | 1 | -0/+289 |
|
|
* | new CSV file processing module - see PEP 305 | Skip Montanaro | 2003-03-20 | 3 | -0/+758 |
|
|
* | set $PYTHONHOME in the bootstrap script, for no good reason really, | Just van Rossum | 2003-03-20 | 1 | -0/+1 |
|
|
* | SF bug 705836: struct.pack of floats in non-native endian order | Tim Peters | 2003-03-20 | 1 | -0/+46 |
|
|
* | Skip the ioctl test if we can't open /dev/tty. This happens on | Neal Norwitz | 2003-03-20 | 1 | -0/+6 |
|
|
* | Fix SF bug #697556, test_posix fails: getlogin | Neal Norwitz | 2003-03-18 | 1 | -6/+0 |
|
|
* | _encode_chunks(): Throw out empty chunks. | Barry Warsaw | 2003-03-17 | 1 | -0/+2 |
|
|
* | test_long_lines_with_different_header(): Another test from Jason. | Barry Warsaw | 2003-03-17 | 1 | -0/+16 |
|
|
* | test_getaddresses_nasty(): A test for mimelib SF bug # 697641. | Barry Warsaw | 2003-03-17 | 1 | -0/+10 |
|
|
* | getaddrlist(): Make sure this consumes all the data, and if there is | Barry Warsaw | 2003-03-17 | 1 | -2/+2 |
|
|
* | Test for UnicodeError instead of ImportError to determine whether | Martin v. Löwis | 2003-03-17 | 1 | -1/+1 |
|
|
* | binascii_a2b_base64: Properly return an empty string if the input was all | Thomas Wouters | 2003-03-17 | 1 | -0/+4 |
|
|
* | Capturing the exit status for the build process didn't work. Using | Jack Jansen | 2003-03-17 | 1 | -6/+7 |
|
|
* | Change the default number of repetitions to 3, both in the Timer class | Guido van Rossum | 2003-03-15 | 1 | -12/+21 |
|
|