Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed | Guido van Rossum | 1997-05-02 | 1 | -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 Rossum | 1997-05-02 | 2 | -121/+116 |
| | | | | | allobjects.h disappears -- old-style extensions must include Python.h and rename2.h. | ||||
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 18 | -3088/+3155 |
| | |||||
* | Add detach call so threads are GC'ed. | Guido van Rossum | 1997-04-30 | 1 | -0/+2 |
| | |||||
* | Add PYTHONHOME to the usage message. | Guido van Rossum | 1997-04-30 | 1 | -0/+2 |
| | |||||
* | One copy is enough; we already had resource.c. | Guido van Rossum | 1997-04-30 | 1 | -240/+0 |
| | |||||
* | Some updates (AMK at work, added resource.c). | Guido van Rossum | 1997-04-30 | 2 | -22/+8 |
| | |||||
* | Add zlib | Guido van Rossum | 1997-04-30 | 5 | -1/+17 |
| | |||||
* | Updated web ref and version#. Folded some long lines. | Guido van Rossum | 1997-04-30 | 2 | -36/+20 |
| | |||||
* | Avoid some potential (though unlikely) sprintf buffer overflows. | Guido van Rossum | 1997-04-30 | 1 | -3/+6 |
| | |||||
* | Avoid sprintf buffer overflow if more than 9999 arguments. | Guido van Rossum | 1997-04-30 | 1 | -1/+1 |
| | |||||
* | zlib by AMK | Guido van Rossum | 1997-04-30 | 2 | -0/+214 |
| | |||||
* | 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. | ||||
* | The usual. | Guido van Rossum | 1997-04-29 | 1 | -4/+4 |
| | |||||
* | Get rid of the "-n32" options for SGI IRIX 6.x. Instead, substitute | Guido van Rossum | 1997-04-29 | 1 | -3/+3 |
| | | | | | the value at configure time of the SGI_ABI environment variable. See abi(5). | ||||
* | The usual. | Guido van Rossum | 1997-04-29 | 1 | -132/+135 |
| | |||||
* | Added test for pthread.h. | Guido van Rossum | 1997-04-29 | 1 | -4/+7 |
| | |||||
* | Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even | Guido van Rossum | 1997-04-29 | 1 | -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 Rossum | 1997-04-29 | 4 | -29/+4 |
| | |||||
* | Another directory quickly renamed. | Guido van Rossum | 1997-04-29 | 18 | -205/+218 |
| | |||||
* | One more inittab. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
| | |||||
* | Oops, forgot one: inittab. | Guido van Rossum | 1997-04-29 | 1 | -2/+2 |
| | |||||
* | Renamed inittab. | Guido van Rossum | 1997-04-29 | 2 | -2/+2 |
| | |||||
* | Oops, forgot one: inittab. | Guido van Rossum | 1997-04-29 | 1 | -7/+7 |
| | |||||
* | Added inittab. | Guido van Rossum | 1997-04-29 | 1 | -0/+1 |
| | |||||
* | Quickly renamed the remaining files -- this directory is done. | Guido van Rossum | 1997-04-29 | 10 | -1748/+1834 |
| | |||||
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 2 | -200/+204 |
| | |||||
* | Remove err_input from rename list -- it is a static inside errors.c. | Guido van Rossum | 1997-04-29 | 1 | -1/+0 |
| | |||||
* | Quickly renamed. Also removed the long comment explaining why this is | Guido van Rossum | 1997-04-29 | 1 | -90/+56 |
| | | | | better than the old error API. | ||||
* | Remove renaming instructions for ANY -- this is not renamed in | Guido van Rossum | 1997-04-29 | 1 | -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 Rossum | 1997-04-29 | 1 | -799/+798 |
| | |||||
* | Track updates in rename2.h. | Guido van Rossum | 1997-04-29 | 1 | -14/+2 |
| | |||||
* | Added new name for inittab! | Guido van Rossum | 1997-04-29 | 1 | -0/+1 |
| | |||||
* | Remove macros that are only used for cgensupport.[ch]. | Guido van Rossum | 1997-04-29 | 1 | -14/+2 |
| | | | | Fixed typo in PyArg_VaParse (not PyArgs_*). | ||||
* | Moved cgensupport.h to Modules (awaiting oblivion). | Guido van Rossum | 1997-04-29 | 1 | -94/+0 |
| | |||||
* | Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | instead "posix.error" or "nt.error". | ||||
* | Adapt Mac specific code to new universal headers (I think -- this is | Guido van Rossum | 1997-04-29 | 1 | -3/+3 |
| | | | | Jack's code). | ||||
* | Hm. What was previously checked in was the edited *output* of the old | Guido van Rossum | 1997-04-29 | 1 | -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 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 |
| | | | | Addeed Andrew Kuchling's zlib module. | ||||
* | 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 |
| | | | | about the file's obsolescence. | ||||
* | 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 |
| | | | | Added symlinks option to copytree. |