summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot one: inittab.Guido van Rossum1997-04-291-7/+7
* Added inittab.Guido van Rossum1997-04-291-0/+1
* Quickly renamed the remaining files -- this directory is done.Guido van Rossum1997-04-2910-1748/+1834
* Quickly renamed.Guido van Rossum1997-04-292-200/+204
* Remove err_input from rename list -- it is a static inside errors.c.Guido van Rossum1997-04-291-1/+0
* Quickly renamed. Also removed the long comment explaining why this isGuido van Rossum1997-04-291-90/+56
* Remove renaming instructions for ANY -- this is not renamed inGuido van Rossum1997-04-291-1/+0
* Quickly renamed.Guido van Rossum1997-04-291-799/+798
* Track updates in rename2.h.Guido van Rossum1997-04-291-14/+2
* Added new name for inittab!Guido van Rossum1997-04-291-0/+1
* Remove macros that are only used for cgensupport.[ch].Guido van Rossum1997-04-291-14/+2
* Moved cgensupport.h to Modules (awaiting oblivion).Guido van Rossum1997-04-291-94/+0
* Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.Guido van Rossum1997-04-291-1/+1
* 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