summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Various names in CodeFragments.h have changedJack Jansen1997-05-071-4/+17
* - Changed the m# format for PyArg_ParseTuple back to s#Jack Jansen1997-05-075-7/+7
* c2pstr has moved to a different include fileJack Jansen1997-05-071-3/+1
* c2pstring has moved to a different include fileJack Jansen1997-05-071-3/+0
* Updated for building with MSL librariesJack Jansen1997-05-071-41/+50
* Updated for (optional) use of MSL librariesJack Jansen1997-05-074-1/+22
* Updated to use MSL librariesJack Jansen1997-05-0735-13881/+13759
* Avoid the fancy handler for error 401 (request authentication).Guido van Rossum1997-05-071-4/+7
* Updated vc40.mak for Roger. Includes CRLF!Guido van Rossum1997-05-061-4179/+4690
* New dir() function --Guido van Rossum1997-05-061-22/+48
* - Use cfmfile to (finally) implement building fat PythonsJack Jansen1997-05-062-62/+137
* Module to merge 'cfrg' resources (to create fat ppc/cfm68k programsJack Jansen1997-05-061-0/+235
* Use spaces exclusively.Guido van Rossum1997-05-061-5/+5
* Added cStringIO and cPickle to the supported modules.Guido van Rossum1997-05-061-0/+4
* Added HAVE_ macros for getpeername, getpid, setvbuf.Guido van Rossum1997-05-061-2/+5
* Keep MS compiler happy: use (int)strlen() when comparing; make sureGuido van Rossum1997-05-061-2/+8
* Fix by Mark Hammond to enable truncate() on Windows.Guido van Rossum1997-05-061-0/+6
* Used operators from abstract.h where possible (arithmetic operators,Guido van Rossum1997-05-061-420/+30
* Use Python.h, not allobjects.h.Guido van Rossum1997-05-051-4/+2
* CloseHandle should be RegCloseKey.Guido van Rossum1997-05-051-1/+2
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-055-27/+232
* Removed misc outdated stuff for 1.5Guido van Rossum1997-05-051-24/+1
* Fix old typo PyArgs_VaParse -> PyArg_VaParse.Guido van Rossum1997-05-051-2/+2
* Fix old typo PyArgs_VaParse -> PyArg_VaParse.Guido van Rossum1997-05-051-1/+1
* Include Python.h, not allobjects.h (which no longer exists).Guido van Rossum1997-05-051-1/+1
* Massive changes for separate thread state management.Guido van Rossum1997-05-0515-261/+864
* Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.Guido van Rossum1997-05-051-2/+3
* Add -lgl and -lm for imgfile. Better way to configure zlib.Guido van Rossum1997-05-051-7/+3
* Remove sys_* defines that are internal only and about to disappearGuido van Rossum1997-05-051-3/+0
* Remove 2 out of 3 __FreeBSD__ tests.Guido van Rossum1997-05-051-2/+2
* Misc.__init__(): Removed method, replaced with class attribute (whichFred Drake1997-05-032-8/+2
* Finally deleted this obsolete crud.Guido van Rossum1997-05-021-79/+0
* Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removedGuido van Rossum1997-05-021-6/+3
* Moved allobjects.h to Python.h (without rename2.h).Guido van Rossum1997-05-022-121/+116
* 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
* 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 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