summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't define ENOENT when compiling with MSLJack Jansen1997-08-081-2/+0
* CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppcJack Jansen1997-08-0875-16936/+9494
* Modified for CW Pro 1 projects. Convention used: .mu files are oldJack Jansen1997-08-083-56/+70
* Generate class, property and comparison code (finally!). The resultingJack Jansen1997-08-081-41/+201
* Remove unised variableGuido van Rossum1997-08-071-1/+0
* Rather unsatisfactory temporary hack to get it to runGuido van Rossum1997-08-071-0/+10
* Got the new structure working with MSVC 4.2.Guido van Rossum1997-08-075-3283/+155
* New version of Vladimir Marangozov's AIX hacks -- simpler etc.Guido van Rossum1997-08-067-561/+30
* --with-readline is obsolete (and some editorial stuff in README)Guido van Rossum1997-08-054-327/+241
* Got rid of --with-readline, at last.Guido van Rossum1997-08-051-59/+4
* Attempt to import readline at interactive startup.Guido van Rossum1997-08-051-0/+8
* 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