| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved to ../Modules. | Guido van Rossum | 1997-04-29 | 1 | -384/+0 |
|
|
* | Change the exception objects to have the string value "os.error" | Guido van Rossum | 1997-04-29 | 1 | -2/+2 |
|
|
* | Adapt Mac specific code to new universal headers (I think -- this is | Guido van Rossum | 1997-04-29 | 1 | -3/+3 |
|
|
* | Hm. What was previously checked in was the edited *output* of the old | Guido van Rossum | 1997-04-29 | 1 | -704/+693 |
|
|
* | Moved here from ../Python and quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -128/+128 |
|
|
* | Removed cgensupport.[co] (to ../Modules). | Guido van Rossum | 1997-04-29 | 1 | -2/+1 |
|
|
* | Added cgensupport.o. | Guido van Rossum | 1997-04-29 | 1 | -0/+3 |
|
|
* | Added cgensupport.c to Setup line for gl module. | Guido van Rossum | 1997-04-29 | 1 | -1/+8 |
|
|
* | Added Jeremy's resource module. | Guido van Rossum | 1997-04-29 | 1 | -0/+240 |
|
|
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 2 | -250/+247 |
|
|
* | Added Andrew Kuchling's zlib module. | Guido van Rossum | 1997-04-29 | 1 | -0/+670 |
|
|
* | Moved rename2's macros relevant to this module here and added comment | Guido van Rossum | 1997-04-29 | 2 | -0/+30 |
|
|
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -100/+101 |
|
|
* | Transformed comments to doc strings. | Guido van Rossum | 1997-04-29 | 1 | -34/+45 |
|
|
* | 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 |
|
|
* | Improvements to copyfile(): open the files in binary mode, and close | Guido van Rossum | 1997-04-29 | 1 | -6/+16 |
|
|
* | Note that passing a filename to uu.{en,de}code() is deprecated. | Guido van Rossum | 1997-04-27 | 2 | -18/+16 |
|
|
* | Added fnmatch, base64 and quopri, received from Andrew Kuchling. | Guido van Rossum | 1997-04-27 | 13 | -1/+250 |
|
|
* | Restore two features of the original 1.4 pickle: | Guido van Rossum | 1997-04-25 | 1 | -5/+6 |
|
|
* | Alas, I have to restore 'marshal', since it is needed by the new | Guido van Rossum | 1997-04-25 | 1 | -2/+1 |
|
|
* | Now that the string-sig has settled on r"obin" strings, restrict the | Guido van Rossum | 1997-04-25 | 1 | -3/+7 |
|
|
* | Expand one level of symbolic link in sys.argv[0] before inserting its | Guido van Rossum | 1997-04-25 | 1 | -8/+41 |
|
|
* | Unroll the for loop used for building python, so the first three | Guido van Rossum | 1997-04-23 | 1 | -9/+19 |
|
|
* | 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 |
|
|
* | Muchly changed and improved pprint.py: | Fred Drake | 1997-04-16 | 1 | -110/+167 |
|
|
* | spliturl() should not throw away everything past first newline | Guido van Rossum | 1997-04-16 | 1 | -2/+4 |
|
|
* | Removed pprint.py. | Fred Drake | 1997-04-16 | 2 | -137/+0 |
|
|
* | 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 |
|
|
* | Checking in a copy of Fred Drake's data structure pretty-printer | Guido van Rossum | 1997-04-16 | 1 | -0/+143 |
|
|
* | OK, ready to make 'assert' a keyword (instead of '__assert__'). | Guido van Rossum | 1997-04-16 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | Always use spaces for indentation. | Fred Drake | 1997-04-15 | 1 | -17/+16 |
|
|
* | Patch by Craig McPheeters to clean up the back-references to widgets | Guido van Rossum | 1997-04-14 | 2 | -4/+46 |
|
|
* | Remove Digital Creations copyright (Jim sez it's okay). | Guido van Rossum | 1997-04-11 | 1 | -53/+0 |
|
|
* | Catch and report ValueError raised by strftime. | Guido van Rossum | 1997-04-11 | 1 | -4/+16 |
|
|
* | OK, I lied. On Windows, _IOLBF seems to be the same as full | Guido van Rossum | 1997-04-11 | 1 | -4/+8 |
|
|
* | Change in when and how stdin and stdout are set to line-buffering. | Guido van Rossum | 1997-04-11 | 1 | -3/+5 |
|
|
* | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 5 | -29/+31 |
|
|
* | Keep gcc -Wall and Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 6 | -28/+31 |
|
|
* | Removed two unused static function: string_addsep() and | Barry Warsaw | 1997-04-11 | 1 | -98/+61 |
|
|
* | My own patch: support writable 'softspace' attribute. | Guido van Rossum | 1997-04-11 | 1 | -2/+23 |
|
|
* | (Jack:) On the Mac, don't automatically enable dynamic loading. | Guido van Rossum | 1997-04-11 | 1 | -8/+0 |
|
|
* | (Jack:) Don't define TRUE and FALSE if already defined. | Guido van Rossum | 1997-04-11 | 1 | -1/+4 |
|
|