summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved to ../Modules.Guido van Rossum1997-04-291-384/+0
* Change the exception objects to have the string value "os.error"Guido van Rossum1997-04-291-2/+2
* Adapt Mac specific code to new universal headers (I think -- this isGuido van Rossum1997-04-291-3/+3
* Hm. What was previously checked in was the edited *output* of the oldGuido van Rossum1997-04-291-704/+693
* Moved here from ../Python and quickly renamed.Guido van Rossum1997-04-291-128/+128
* Removed cgensupport.[co] (to ../Modules).Guido van Rossum1997-04-291-2/+1
* Added cgensupport.o.Guido van Rossum1997-04-291-0/+3
* Added cgensupport.c to Setup line for gl module.Guido van Rossum1997-04-291-1/+8
* Added Jeremy's resource module.Guido van Rossum1997-04-291-0/+240
* Quickly renamed.Guido van Rossum1997-04-292-250/+247
* Added Andrew Kuchling's zlib module.Guido van Rossum1997-04-291-0/+670
* Moved rename2's macros relevant to this module here and added commentGuido van Rossum1997-04-292-0/+30
* Quickly renamed.Guido van Rossum1997-04-291-100/+101
* Transformed comments to doc strings.Guido van Rossum1997-04-291-34/+45
* Reindented at 4 spaces.Guido van Rossum1997-04-291-49/+49
* Add feature to copy(), copy2(): dst may be a directory.Guido van Rossum1997-04-291-22/+27
* Improvements to copyfile(): open the files in binary mode, and closeGuido van Rossum1997-04-291-6/+16
* Note that passing a filename to uu.{en,de}code() is deprecated.Guido van Rossum1997-04-272-18/+16
* Added fnmatch, base64 and quopri, received from Andrew Kuchling.Guido van Rossum1997-04-2713-1/+250
* Restore two features of the original 1.4 pickle:Guido van Rossum1997-04-251-5/+6
* Alas, I have to restore 'marshal', since it is needed by the newGuido van Rossum1997-04-251-2/+1
* Now that the string-sig has settled on r"obin" strings, restrict theGuido van Rossum1997-04-251-3/+7
* Expand one level of symbolic link in sys.argv[0] before inserting itsGuido van Rossum1997-04-251-8/+41
* Unroll the for loop used for building python, so the first threeGuido van Rossum1997-04-231-9/+19
* Change inspired by Tommy Burnette to add an interface to get stderr, too.Guido van Rossum1997-04-211-4/+19
* Fix a couple of glitches identified by Greg Stein.Fred Drake1997-04-181-4/+3
* _safe_repr(): Make the context parameter required; ok since it's only forFred Drake1997-04-161-10/+9
* Muchly changed and improved pprint.py:Fred Drake1997-04-161-110/+167
* spliturl() should not throw away everything past first newlineGuido van Rossum1997-04-161-2/+4
* Removed pprint.py.Fred Drake1997-04-162-137/+0
* Reindented with 4 spaces.Guido van Rossum1997-04-161-816/+813
* Rewrite parsesequence() to emulate MH without invoking pick.Guido van Rossum1997-04-161-38/+132
* Checking in a copy of Fred Drake's data structure pretty-printerGuido van Rossum1997-04-161-0/+143
* OK, ready to make 'assert' a keyword (instead of '__assert__').Guido van Rossum1997-04-162-2/+2
* Use uuencoded test images.Guido van Rossum1997-04-164-9/+1579
* Soft failure for Win32 and Mac platforms. Less output unless verbose.Guido van Rossum1997-04-161-3/+12
* Soft failure for Win32 platform.Guido van Rossum1997-04-161-0/+4
* No need to define assert, it's built in.Guido van Rossum1997-04-161-2/+2
* Always use spaces for indentation.Fred Drake1997-04-151-17/+16
* Patch by Craig McPheeters to clean up the back-references to widgetsGuido van Rossum1997-04-142-4/+46
* Remove Digital Creations copyright (Jim sez it's okay).Guido van Rossum1997-04-111-53/+0
* Catch and report ValueError raised by strftime.Guido van Rossum1997-04-111-4/+16
* OK, I lied. On Windows, _IOLBF seems to be the same as fullGuido van Rossum1997-04-111-4/+8
* Change in when and how stdin and stdout are set to line-buffering.Guido van Rossum1997-04-111-3/+5
* Keep Microsoft VC happy.Guido van Rossum1997-04-115-29/+31
* Keep gcc -Wall and Microsoft VC happy.Guido van Rossum1997-04-116-28/+31
* Removed two unused static function: string_addsep() andBarry Warsaw1997-04-111-98/+61
* My own patch: support writable 'softspace' attribute.Guido van Rossum1997-04-111-2/+23
* (Jack:) On the Mac, don't automatically enable dynamic loading.Guido van Rossum1997-04-111-8/+0
* (Jack:) Don't define TRUE and FALSE if already defined.Guido van Rossum1997-04-111-1/+4