summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move GNU readline interface to ../Modules/readline.c.Guido van Rossum1997-08-051-78/+3
* New mechanism for GNU readline interface, via moduleGuido van Rossum1997-08-053-9/+135
* Add test for function comparisonsGuido van Rossum1997-08-052-0/+36
* Fix bug in comparing function objects detected by Sjoerd:Guido van Rossum1997-08-051-3/+9
* Get READABLE c.s. from _tkinter instead of conditional definition.Guido van Rossum1997-08-052-24/+12
* Add a cast to the call to _Py_Dealloc in the expanded version ofGuido van Rossum1997-08-051-2/+2
* Add pointer to new BSDDB module.Guido van Rossum1997-08-051-0/+3
* purported linux portability patch (Oliver Andrich)Guido van Rossum1997-08-051-0/+4
* Py_Cleanup() is now Py_Finalize().Guido van Rossum1997-08-051-1/+1
* Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini()Guido van Rossum1997-08-051-36/+43
* New rules for deleting modules. Rather than having an elaborateGuido van Rossum1997-08-051-1/+29
* Renamed a local label that was accidentally grandly renamed toGuido van Rossum1997-08-051-3/+3
* Added _Fini() routines to free up some memoryGuido van Rossum1997-08-053-1/+47
* Change the Fini function to only remove otherwise unreferenced stringsGuido van Rossum1997-08-051-6/+16
* Added separate free list for cfunction (builtin method) objects, for aGuido van Rossum1997-08-051-7/+30
* Provide a dummy empty directory as f_builtins instead of failing, whenGuido van Rossum1997-08-051-7/+22
* Added separate free list for instance method objects, for a fewGuido van Rossum1997-08-051-4/+28
* Added _Py_ResetReferences(), if tracing references.Guido van Rossum1997-08-051-3/+84
* Added Py_Malloc and friends as well as PyMem_Malloc and friends.Guido van Rossum1997-08-051-2/+19
* Plug memory leak (DECREF doc string properly after inserting in dict).Guido van Rossum1997-08-041-0/+1
* The reload(sys) test no longer works due to changes in the importGuido van Rossum1997-08-021-4/+4
* Oops, one more checkin. Use the new tstate/interp interface.Guido van Rossum1997-08-021-1/+2
* The last of the mass checkins for separate (sub)interpreters.Guido van Rossum1997-08-027-218/+542
* Removed fatal errors from Py_Initmodule4() (and thus fromGuido van Rossum1997-08-021-12/+12
* Added finalization routines.Guido van Rossum1997-08-022-1/+44
* Add finialization routines; fixed some memory leaks related to this.Guido van Rossum1997-08-021-4/+35
* Free the malloc'ed buffer that holds the command once we're done with it.Guido van Rossum1997-08-021-2/+3
* Avoid function calls to access the current thread state and builtinsGuido van Rossum1997-08-021-4/+2
* Added internal routine PyString_Fini() which deletes all internedGuido van Rossum1997-08-021-0/+18
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-027-98/+27
* Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg.Guido van Rossum1997-08-021-1/+1
* Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg.Guido van Rossum1997-08-021-1/+1
* Add a simple way to enable purify; now you can set the Make variableGuido van Rossum1997-08-021-1/+1
* Print ps (process status) for us when starting a new thread.Guido van Rossum1997-08-021-9/+40
* Functionality enhancement: allow other threads to use Tk commandsGuido van Rossum1997-08-021-243/+211
* Compatibility with Tcl/Tk 8.0b*.Guido van Rossum1997-08-011-14/+28
* Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}.Guido van Rossum1997-07-311-0/+25
* Extend the "Don Beaudry hack" with "Guido's corollary" -- if the baseGuido van Rossum1997-07-311-10/+27
* Added mimify docs (Sjoerd).Guido van Rossum1997-07-307-1/+159
* Mention decode_base64 in example.Guido van Rossum1997-07-301-1/+1
* l2h target: l2htut was listed twice and l2hapi was skipped. Fixed.Fred Drake1997-07-301-1/+1
* Final set of CW11 projects, before switch to CW Pro 1.Jack Jansen1997-07-2835-9518/+9931
* Finally plug the memory leak caused by syntax error (includingGuido van Rossum1997-07-271-1/+4
* Plugged a leak. (The same as the one plugged in compile.c -- forgotGuido van Rossum1997-07-261-0/+1
* Moved the special compile of getbuildno.o to ../Makefile.in.Guido van Rossum1997-07-251-8/+1
* Build getbuildno.o here, to adequately update it every time a newGuido van Rossum1997-07-251-1/+15
* Use Py_NewInterpreter() and friends. Remove saving/restoring of std files.Guido van Rossum1997-07-251-22/+16
* Plug a leak in code_dealloc() (and reordered the deallocs to match theGuido van Rossum1997-07-251-3/+2
* Tweaks by Lars Wirzenius to parse some more forms of illegal dates:Guido van Rossum1997-07-251-2/+5
* Added createmessage() -- Lars Wirzenius.Guido van Rossum1997-07-251-0/+26