| Commit message (Expand) | Author | Age | Files | Lines |
* | Final set of CW11 projects, before switch to CW Pro 1. | Jack Jansen | 1997-07-28 | 35 | -9518/+9931 |
|
|
* | Finally plug the memory leak caused by syntax error (including | Guido van Rossum | 1997-07-27 | 1 | -1/+4 |
|
|
* | Plugged a leak. (The same as the one plugged in compile.c -- forgot | Guido van Rossum | 1997-07-26 | 1 | -0/+1 |
|
|
* | Moved the special compile of getbuildno.o to ../Makefile.in. | Guido van Rossum | 1997-07-25 | 1 | -8/+1 |
|
|
* | Build getbuildno.o here, to adequately update it every time a new | Guido van Rossum | 1997-07-25 | 1 | -1/+15 |
|
|
* | Use Py_NewInterpreter() and friends. Remove saving/restoring of std files. | Guido van Rossum | 1997-07-25 | 1 | -22/+16 |
|
|
* | Plug a leak in code_dealloc() (and reordered the deallocs to match the | Guido van Rossum | 1997-07-25 | 1 | -3/+2 |
|
|
* | Tweaks by Lars Wirzenius to parse some more forms of illegal dates: | Guido van Rossum | 1997-07-25 | 1 | -2/+5 |
|
|
* | Added createmessage() -- Lars Wirzenius. | Guido van Rossum | 1997-07-25 | 1 | -0/+26 |
|
|
* | Patch by Lars Wirzenius to allow f.readline(length). | Guido van Rossum | 1997-07-25 | 1 | -1/+4 |
|
|
* | Bump up the version number. The date still needs to be set (Guido will | Fred Drake | 1997-07-25 | 2 | -2/+2 |
|
|
* | A couple of grammatical nits. | Fred Drake | 1997-07-24 | 2 | -130/+164 |
|
|
* | Regenerated; __assert__ becomes assert. | Guido van Rossum | 1997-07-23 | 1 | -1/+1 |
|
|
* | Removed some variables that are used to exchange data between import.c and | Guido van Rossum | 1997-07-21 | 3 | -14/+6 |
|
|
* | Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm not | Guido van Rossum | 1997-07-19 | 1 | -1/+1 |
|
|
* | New test for generic Makefile.pre.in | Guido van Rossum | 1997-07-19 | 4 | -0/+52 |
|
|
* | Added description of the extend subdirectory. | Guido van Rossum | 1997-07-19 | 1 | -0/+4 |
|
|
* | For use with Misc/Makefile.pre.in, the libainstall target must install | Guido van Rossum | 1997-07-19 | 1 | -0/+1 |
|
|
* | Adapted to the new build system. | Guido van Rossum | 1997-07-19 | 1 | -23/+10 |
|
|
* | Change libainstall again: need to install fewer files for "freeze"; | Guido van Rossum | 1997-07-19 | 1 | -4/+1 |
|
|
* | frozenmain.c is now also in the library, | Guido van Rossum | 1997-07-19 | 2 | -6/+2 |
|
|
* | Updated for new style build/install; much simpler! | Guido van Rossum | 1997-07-19 | 2 | -11/+14 |
|
|
* | Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode! | Guido van Rossum | 1997-07-19 | 1 | -7/+7 |
|
|
* | Some improvements, e.g. -L/depot/... is not needed. | Guido van Rossum | 1997-07-19 | 1 | -8/+5 |
|
|
* | Added leading comment and security check. | Guido van Rossum | 1997-07-19 | 1 | -5/+28 |
|
|
* | Reformulate security check using getsockname(). | Guido van Rossum | 1997-07-19 | 1 | -3/+4 |
|
|
* | Change security policy -- only accept requests from current host. | Guido van Rossum | 1997-07-19 | 1 | -21/+9 |
|
|
* | Removed old signature. | Guido van Rossum | 1997-07-19 | 1 | -4/+0 |
|
|
* | Updated description for embed; added pysvr. | Guido van Rossum | 1997-07-19 | 1 | -1/+5 |
|
|
* | New example of threaded embedding | Guido van Rossum | 1997-07-19 | 4 | -0/+505 |
|
|
* | Updated the Makefile to work with the new build strategy. | Guido van Rossum | 1997-07-19 | 1 | -19/+18 |
|
|
* | Remove -s option and $PYTHONSUPPRESS environment variable. | Guido van Rossum | 1997-07-19 | 1 | -11/+0 |
|
|
* | Emptied (in expectation of a laundry list of what's new in 1.5). | Guido van Rossum | 1997-07-19 | 1 | -766/+0 |
|
|
* | Added note about libpython1.5.a. | Guido van Rossum | 1997-07-19 | 1 | -0/+3 |
|
|
* | Some new names. | Guido van Rossum | 1997-07-19 | 1 | -0/+5 |
|
|
* | Add the option to pass an open file object to GzipFile. This obviates | Guido van Rossum | 1997-07-19 | 1 | -55/+44 |
|
|
* | Document new 'quote' flag to cgi.escape(). | Guido van Rossum | 1997-07-19 | 2 | -6/+10 |
|
|
* | Add optional 'quote' flag argument to escape(); if true, translate '"' | Guido van Rossum | 1997-07-19 | 1 | -1/+3 |
|
|
* | New dialog routines (Fred Lundh) | Guido van Rossum | 1997-07-19 | 8 | -0/+722 |
|
|
* | Use dictionary's update() method in _cnfmerge(). | Guido van Rossum | 1997-07-19 | 2 | -4/+12 |
|
|
* | Removed Py_SuppressPrintingFlag flag; added new | Guido van Rossum | 1997-07-19 | 1 | -1/+3 |
|
|
* | Removed remaining support for Tk versions below 4.0. | Guido van Rossum | 1997-07-19 | 1 | -28/+7 |
|
|
* | Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef | Guido van Rossum | 1997-07-19 | 1 | -21/+23 |
|
|
* | Adapted to new build procedure (hopefully correct -- can't test it!). | Guido van Rossum | 1997-07-19 | 1 | -5/+5 |
|
|
* | Removed a bunch of extern declarations of functions that are now | Guido van Rossum | 1997-07-19 | 2 | -13/+0 |
|
|
* | Added declarations for Py_{Set,Get}ProgramName() and a bunch of other | Guido van Rossum | 1997-07-19 | 1 | -0/+17 |
|
|
* | Added decl for PyInt_GetMax(). | Guido van Rossum | 1997-07-19 | 1 | -0/+1 |
|
|
* | Make it return a _const_ char*. | Guido van Rossum | 1997-07-19 | 3 | -5/+2 |
|
|
* | New build procedure. | Guido van Rossum | 1997-07-19 | 4 | -58/+66 |
|
|
* | New build procedure, using a single library libpython$(VERSION) at | Guido van Rossum | 1997-07-19 | 1 | -13/+21 |
|
|