Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated to use MSL libraries | Jack Jansen | 1997-05-07 | 35 | -13881/+13759 |
| | |||||
* | Avoid the fancy handler for error 401 (request authentication). | Guido van Rossum | 1997-05-07 | 1 | -4/+7 |
| | |||||
* | Updated vc40.mak for Roger. Includes CRLF! | Guido van Rossum | 1997-05-06 | 1 | -4179/+4690 |
| | |||||
* | New dir() function -- | Guido van Rossum | 1997-05-06 | 1 | -22/+48 |
| | | | | | | - uses abstract interface where possible - uses __members__ and __methods__ - returns [] when an object has no info available | ||||
* | - Use cfmfile to (finally) implement building fat Pythons | Jack Jansen | 1997-05-06 | 2 | -62/+137 |
| | | | | - Turned the 10 or so yes/no questions into a single dialog | ||||
* | Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs | Jack Jansen | 1997-05-06 | 1 | -0/+235 |
| | | | | and shared libraries). | ||||
* | Use spaces exclusively. | Guido van Rossum | 1997-05-06 | 1 | -5/+5 |
| | |||||
* | Added cStringIO and cPickle to the supported modules. | Guido van Rossum | 1997-05-06 | 1 | -0/+4 |
| | |||||
* | Added HAVE_ macros for getpeername, getpid, setvbuf. | Guido van Rossum | 1997-05-06 | 1 | -2/+5 |
| | |||||
* | Keep MS compiler happy: use (int)strlen() when comparing; make sure | Guido van Rossum | 1997-05-06 | 1 | -2/+8 |
| | | | | not to use kill(). | ||||
* | Fix by Mark Hammond to enable truncate() on Windows. | Guido van Rossum | 1997-05-06 | 1 | -0/+6 |
| | |||||
* | Used operators from abstract.h where possible (arithmetic operators, | Guido van Rossum | 1997-05-06 | 1 | -420/+30 |
| | | | | | | get/set/del item). This removes a pile of duplication. There's no abstract operator for 'not' but I removed the function call for it anyway -- it's a little faster in-line. | ||||
* | Use Python.h, not allobjects.h. | Guido van Rossum | 1997-05-05 | 1 | -4/+2 |
| | | | | Don't call initall() (Experimental incompatible change!!!!!!) | ||||
* | CloseHandle should be RegCloseKey. | Guido van Rossum | 1997-05-05 | 1 | -1/+2 |
| | | | | Add extern decl for Py_GetProgramName(). | ||||
* | Checkin of Jack's buffer mods. | Guido van Rossum | 1997-05-05 | 5 | -27/+232 |
| | | | | Not really checked, but didn't fail any tests either... | ||||
* | Removed misc outdated stuff for 1.5 | Guido van Rossum | 1997-05-05 | 1 | -24/+1 |
| | |||||
* | Fix old typo PyArgs_VaParse -> PyArg_VaParse. | Guido van Rossum | 1997-05-05 | 1 | -2/+2 |
| | | | | (Redoing the checking without merging in Jack's buffer mods.) | ||||
* | Fix old typo PyArgs_VaParse -> PyArg_VaParse. | Guido van Rossum | 1997-05-05 | 1 | -1/+1 |
| | |||||
* | Include Python.h, not allobjects.h (which no longer exists). | Guido van Rossum | 1997-05-05 | 1 | -1/+1 |
| | |||||
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 15 | -261/+864 |
| | | | | | All per-thread globals are moved into a struct which is manipulated separately. | ||||
* | Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. | Guido van Rossum | 1997-05-05 | 1 | -2/+3 |
| | |||||
* | Add -lgl and -lm for imgfile. Better way to configure zlib. | Guido van Rossum | 1997-05-05 | 1 | -7/+3 |
| | |||||
* | Remove sys_* defines that are internal only and about to disappear | Guido van Rossum | 1997-05-05 | 1 | -3/+0 |
| | |||||
* | Remove 2 out of 3 __FreeBSD__ tests. | Guido van Rossum | 1997-05-05 | 1 | -2/+2 |
| | | | | | These are no longer needed as of FreeBSD 2.0.5, according to Thomas Gellekum <tg@ihf.rwth-aachen.de>. | ||||
* | Misc.__init__(): Removed method, replaced with class attribute (which | Fred Drake | 1997-05-03 | 2 | -8/+2 |
| | | | | | | was all that the method set anyway). Removed calls to the constructor. This reduces the number of Python function calls per widget construction by one, for every widget construction. | ||||
* | Finally deleted this obsolete crud. | Guido van Rossum | 1997-05-02 | 1 | -79/+0 |
| | |||||
* | 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 |
| |