Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for boundary case (Jack) | Guido van Rossum | 1997-05-21 | 1 | -1/+4 |
| | |||||
* | Add test for presence of socket_type. | Guido van Rossum | 1997-05-21 | 1 | -0/+1 |
| | |||||
* | Fix ratecv test (Sjoerd). | Guido van Rossum | 1997-05-21 | 1 | -5/+6 |
| | |||||
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
| | | | | (Correct version -- the previous checkin was a keyboard slip.) | ||||
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -4/+4 |
| | |||||
* | Added some minimal comments and tweaked lay-out a bit. | Guido van Rossum | 1997-05-20 | 1 | -3/+7 |
| | |||||
* | Handling of pathnames pointing to files on toplevel folder of disk was | Guido van Rossum | 1997-05-20 | 1 | -1/+6 |
| | | | | incorrect (Jack) | ||||
* | Changes to make these tests work on the Mac. | Guido van Rossum | 1997-05-16 | 3 | -4/+4 |
| | |||||
* | Increase the child's sleep time to 5 for slow machines. | Guido van Rossum | 1997-05-16 | 1 | -1/+1 |
| | |||||
* | Catch nis.error and raise TestFailed instead. This catches the | Barry Warsaw | 1997-05-15 | 1 | -2/+7 |
| | | | | | | problem where Python is configured with the nismodule but NIS isn't installed, or the map names don't correspond to those hardcoded in nismodule.c (which is bogus in and of itself). | ||||
* | Added BabylMailbox class by Fred Lundh (untested). | Guido van Rossum | 1997-05-15 | 1 | -0/+20 |
| | |||||
* | Fix typo in error reporting. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Fix hex tests for 64-bit machines. | Guido van Rossum | 1997-05-14 | 1 | -1/+3 |
| | |||||
* | Suppress fork part of socket test when we can't fork. | Guido van Rossum | 1997-05-14 | 1 | -27/+29 |
| | |||||
* | Fix sys.platform test -- on Win, it is 'win32', not 'win'. | Guido van Rossum | 1997-05-14 | 1 | -2/+2 |
| | |||||
* | More rational implementation of get_qualified_path() -- search along | Guido van Rossum | 1997-05-14 | 1 | -12/+5 |
| | | | | sys.path instead of assuming __file__ works. | ||||
* | Untested changes by Skip Montanaro to have an optional limit on the | Guido van Rossum | 1997-05-13 | 1 | -0/+23 |
| | | | | size of uploads to POST (new version of these patches). | ||||
* | Regenerated on newer Solaris version | Guido van Rossum | 1997-05-13 | 8 | -8/+2512 |
| | |||||
* | Finally found a wat to set a file nonblocking that works on Irix, | Guido van Rossum | 1997-05-12 | 1 | -2/+2 |
| | | | | Solaris and Linux: use os.O_NONBLOCK. | ||||
* | Modernized for 1.5 | Guido van Rossum | 1997-05-09 | 1 | -5/+8 |
| | |||||
* | Regenerated on a newer Linux version. | Guido van Rossum | 1997-05-09 | 2 | -14/+268 |
| | |||||
* | Fix the NDELAY test; avoid outputting binary garbage. | Guido van Rossum | 1997-05-09 | 1 | -3/+3 |
| | |||||
* | Print less in test_socket. | Guido van Rossum | 1997-05-09 | 2 | -21/+6 |
| | |||||
* | Add root.tkraise() to the _test() program so the window doesn't hide | Guido van Rossum | 1997-05-09 | 2 | -0/+2 |
| | | | | behind the shell window on NT. | ||||
* | The usual. | Guido van Rossum | 1997-05-08 | 20 | -172/+564 |
| | |||||
* | Improve getting the mailbox from the environment. | Guido van Rossum | 1997-05-08 | 1 | -5/+5 |
| | |||||
* | Set correct RFC number. | Guido van Rossum | 1997-05-08 | 1 | -1/+1 |
| | |||||
* | Set correct RFC number. Open input in binary. | Guido van Rossum | 1997-05-08 | 1 | -2/+2 |
| | |||||
* | Misc.__init__(): Removed method, replaced with class attribute (which | Fred Drake | 1997-05-03 | 2 | -8/+2 |
| | | | | | | was all that the method set anyway). Removed calls to the constructor. This reduces the number of Python function calls per widget construction by one, for every widget construction. | ||||
* | Adding Jeremy Hylton's gzip module. | Guido van Rossum | 1997-04-30 | 1 | -0/+264 |
| | | | | | This requires Andrew Kuchling's zlib extension module. It still needs some doc strings. | ||||
* | Transformed comments to doc strings. | Guido van Rossum | 1997-04-29 | 1 | -34/+45 |
| | | | | Added symlinks option to copytree. | ||||
* | Reindented at 4 spaces. | Guido van Rossum | 1997-04-29 | 1 | -49/+49 |
| | |||||
* | Add feature to copy(), copy2(): dst may be a directory. | Guido van Rossum | 1997-04-29 | 1 | -22/+27 |
| | | | | | Remove unneeded check for '.' / '..' from copytree(). Add some comments. | ||||
* | Improvements to copyfile(): open the files in binary mode, and close | Guido van Rossum | 1997-04-29 | 1 | -6/+16 |
| | | | | them in a finally clause. | ||||
* | Restore two features of the original 1.4 pickle: | Guido van Rossum | 1997-04-25 | 1 | -5/+6 |
| | | | | | | - which_module() search __main__ last; - load_inst() no longer checks that the classname really refers to a class. | ||||
* | Alas, I have to restore 'marshal', since it is needed by the new | Guido van Rossum | 1997-04-25 | 1 | -2/+1 |
| | | | | | cPickle-compatible pickle, and pickle must be importable in restricted mode. I guess I'll have to make marshal safe. | ||||
* | Change inspired by Tommy Burnette to add an interface to get stderr, too. | Guido van Rossum | 1997-04-21 | 1 | -4/+19 |
| | |||||
* | Fix a couple of glitches identified by Greg Stein. | Fred Drake | 1997-04-18 | 1 | -4/+3 |
| | |||||
* | _safe_repr(): Make the context parameter required; ok since it's only for | Fred Drake | 1997-04-16 | 1 | -10/+9 |
| | | | | | internal use. Make sure the maxlevels and level parameters get passed to recursive invocations. | ||||
* | Muchly changed and improved pprint.py: | Fred Drake | 1997-04-16 | 1 | -110/+167 |
| | | | | | | | - handles recursive data structures - formatting based on a PrettyPrinter object - allows a maximum nesting depth to be specified - provides safe repr()-like function which does not pretty-print | ||||
* | spliturl() should not throw away everything past first newline | Guido van Rossum | 1997-04-16 | 1 | -2/+4 |
| | |||||
* | Reindented with 4 spaces. | Guido van Rossum | 1997-04-16 | 1 | -816/+813 |
| | |||||
* | Rewrite parsesequence() to emulate MH without invoking pick. | Guido van Rossum | 1997-04-16 | 1 | -38/+132 |
| | | | | Test it extensively by using pick. | ||||
* | Checking in a copy of Fred Drake's data structure pretty-printer | Guido van Rossum | 1997-04-16 | 1 | -0/+143 |
| | | | | | | | | | | (with some slight formatting changes). Feature requests: - Make it a class (everything should be a class); - support recursive data structures (like pp.py on the ftp contrib site). | ||||
* | Use uuencoded test images. | Guido van Rossum | 1997-04-16 | 4 | -9/+1579 |
| | |||||
* | Soft failure for Win32 and Mac platforms. Less output unless verbose. | Guido van Rossum | 1997-04-16 | 1 | -3/+12 |
| | |||||
* | Soft failure for Win32 platform. | Guido van Rossum | 1997-04-16 | 1 | -0/+4 |
| | |||||
* | No need to define assert, it's built in. | Guido van Rossum | 1997-04-16 | 1 | -2/+2 |
| | |||||
* | Patch by Craig McPheeters to clean up the back-references to widgets | Guido van Rossum | 1997-04-14 | 2 | -4/+46 |
| | | | | contained in commands created by those same widgets. | ||||
* | Remove Digital Creations copyright (Jim sez it's okay). | Guido van Rossum | 1997-04-11 | 1 | -53/+0 |
| |