summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removedGuido van Rossum1997-05-021-6/+3
| | | | | pystate.h (to be restored later when that code is debugged), removed accessobject.h.
* Moved allobjects.h to Python.h (without rename2.h).Guido van Rossum1997-05-022-121/+116
| | | | | allobjects.h disappears -- old-style extensions must include Python.h and rename2.h.
* Quickly renamed the last directory.Guido van Rossum1997-05-0218-3088/+3155
|
* Add detach call so threads are GC'ed.Guido van Rossum1997-04-301-0/+2
|
* Add PYTHONHOME to the usage message.Guido van Rossum1997-04-301-0/+2
|
* One copy is enough; we already had resource.c.Guido van Rossum1997-04-301-240/+0
|
* Some updates (AMK at work, added resource.c).Guido van Rossum1997-04-302-22/+8
|
* Add zlibGuido van Rossum1997-04-305-1/+17
|
* Updated web ref and version#. Folded some long lines.Guido van Rossum1997-04-302-36/+20
|
* Avoid some potential (though unlikely) sprintf buffer overflows.Guido van Rossum1997-04-301-3/+6
|
* Avoid sprintf buffer overflow if more than 9999 arguments.Guido van Rossum1997-04-301-1/+1
|
* zlib by AMKGuido van Rossum1997-04-302-0/+214
|
* Adding Jeremy Hylton's gzip module.Guido van Rossum1997-04-301-0/+264
| | | | | This requires Andrew Kuchling's zlib extension module. It still needs some doc strings.
* The usual.Guido van Rossum1997-04-291-4/+4
|
* Get rid of the "-n32" options for SGI IRIX 6.x. Instead, substituteGuido van Rossum1997-04-291-3/+3
| | | | | the value at configure time of the SGI_ABI environment variable. See abi(5).
* The usual.Guido van Rossum1997-04-291-132/+135
|
* Added test for pthread.h.Guido van Rossum1997-04-291-4/+7
|
* Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined evenGuido van Rossum1997-04-291-0/+6
| | | | | when the pthread package is not installed. configure knows better, so #undef _POSIX_THREADS when pthread.h does not exist.
* Keep gcc -Wall happy.Guido van Rossum1997-04-294-29/+4
|
* Another directory quickly renamed.Guido van Rossum1997-04-2918-205/+218
|
* One more inittab.Guido van Rossum1997-04-291-1/+1
|
* Oops, forgot one: inittab.Guido van Rossum1997-04-291-2/+2
|
* Renamed inittab.Guido van Rossum1997-04-292-2/+2
|
* 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
| | | | better than the old error API.
* Remove renaming instructions for ANY -- this is not renamed inGuido van Rossum1997-04-291-1/+0
| | | | | mymalloc.h. (Since it's a macro, I don't care much. It is used internally only; others can use void *.)
* 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
| | | | Fixed typo in PyArg_VaParse (not PyArgs_*).
* 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
| | | | instead "posix.error" or "nt.error".
* Adapt Mac specific code to new universal headers (I think -- this isGuido van Rossum1997-04-291-3/+3
| | | | Jack's code).
* Hm. What was previously checked in was the edited *output* of the oldGuido van Rossum1997-04-291-704/+693
| | | | | | | cgen.py. Now that cgen.py and cstubs have been quickly renamed, check in the actual output. This has some "old-style" names left in (getilongarg etc.) but these are now take care of by macros in cgensupport.h (which is now specific to glmodule.c).
* 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
| | | | Addeed Andrew Kuchling's zlib module.
* 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
| | | | about the file's obsolescence.
* Quickly renamed.Guido van Rossum1997-04-291-100/+101
|
* Transformed comments to doc strings.Guido van Rossum1997-04-291-34/+45
| | | | Added symlinks option to copytree.