| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't define ENOENT when compiling with MSL | Jack Jansen | 1997-08-08 | 1 | -2/+0 |
|
|
* | CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppc | Jack Jansen | 1997-08-08 | 75 | -16936/+9494 |
|
|
* | Modified for CW Pro 1 projects. Convention used: .mu files are old | Jack Jansen | 1997-08-08 | 3 | -56/+70 |
|
|
* | Generate class, property and comparison code (finally!). The resulting | Jack Jansen | 1997-08-08 | 1 | -41/+201 |
|
|
* | Remove unised variable | Guido van Rossum | 1997-08-07 | 1 | -1/+0 |
|
|
* | Rather unsatisfactory temporary hack to get it to run | Guido van Rossum | 1997-08-07 | 1 | -0/+10 |
|
|
* | Got the new structure working with MSVC 4.2. | Guido van Rossum | 1997-08-07 | 5 | -3283/+155 |
|
|
* | New version of Vladimir Marangozov's AIX hacks -- simpler etc. | Guido van Rossum | 1997-08-06 | 7 | -561/+30 |
|
|
* | --with-readline is obsolete (and some editorial stuff in README) | Guido van Rossum | 1997-08-05 | 4 | -327/+241 |
|
|
* | Got rid of --with-readline, at last. | Guido van Rossum | 1997-08-05 | 1 | -59/+4 |
|
|
* | Attempt to import readline at interactive startup. | Guido van Rossum | 1997-08-05 | 1 | -0/+8 |
|
|
* | Move GNU readline interface to ../Modules/readline.c. | Guido van Rossum | 1997-08-05 | 1 | -78/+3 |
|
|
* | New mechanism for GNU readline interface, via module | Guido van Rossum | 1997-08-05 | 3 | -9/+135 |
|
|
* | Add test for function comparisons | Guido van Rossum | 1997-08-05 | 2 | -0/+36 |
|
|
* | Fix bug in comparing function objects detected by Sjoerd: | Guido van Rossum | 1997-08-05 | 1 | -3/+9 |
|
|
* | Get READABLE c.s. from _tkinter instead of conditional definition. | Guido van Rossum | 1997-08-05 | 2 | -24/+12 |
|
|
* | Add a cast to the call to _Py_Dealloc in the expanded version of | Guido van Rossum | 1997-08-05 | 1 | -2/+2 |
|
|
* | Add pointer to new BSDDB module. | Guido van Rossum | 1997-08-05 | 1 | -0/+3 |
|
|
* | purported linux portability patch (Oliver Andrich) | Guido van Rossum | 1997-08-05 | 1 | -0/+4 |
|
|
* | Py_Cleanup() is now Py_Finalize(). | Guido van Rossum | 1997-08-05 | 1 | -1/+1 |
|
|
* | Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini() | Guido van Rossum | 1997-08-05 | 1 | -36/+43 |
|
|
* | New rules for deleting modules. Rather than having an elaborate | Guido van Rossum | 1997-08-05 | 1 | -1/+29 |
|
|
* | Renamed a local label that was accidentally grandly renamed to | Guido van Rossum | 1997-08-05 | 1 | -3/+3 |
|
|
* | Added _Fini() routines to free up some memory | Guido van Rossum | 1997-08-05 | 3 | -1/+47 |
|
|
* | Change the Fini function to only remove otherwise unreferenced strings | Guido van Rossum | 1997-08-05 | 1 | -6/+16 |
|
|
* | Added separate free list for cfunction (builtin method) objects, for a | Guido van Rossum | 1997-08-05 | 1 | -7/+30 |
|
|
* | Provide a dummy empty directory as f_builtins instead of failing, when | Guido van Rossum | 1997-08-05 | 1 | -7/+22 |
|
|
* | Added separate free list for instance method objects, for a few | Guido van Rossum | 1997-08-05 | 1 | -4/+28 |
|
|
* | Added _Py_ResetReferences(), if tracing references. | Guido van Rossum | 1997-08-05 | 1 | -3/+84 |
|
|
* | Added Py_Malloc and friends as well as PyMem_Malloc and friends. | Guido van Rossum | 1997-08-05 | 1 | -2/+19 |
|
|
* | Plug memory leak (DECREF doc string properly after inserting in dict). | Guido van Rossum | 1997-08-04 | 1 | -0/+1 |
|
|
* | The reload(sys) test no longer works due to changes in the import | Guido van Rossum | 1997-08-02 | 1 | -4/+4 |
|
|
* | Oops, one more checkin. Use the new tstate/interp interface. | Guido van Rossum | 1997-08-02 | 1 | -1/+2 |
|
|
* | The last of the mass checkins for separate (sub)interpreters. | Guido van Rossum | 1997-08-02 | 7 | -218/+542 |
|
|
* | Removed fatal errors from Py_Initmodule4() (and thus from | Guido van Rossum | 1997-08-02 | 1 | -12/+12 |
|
|
* | Added finalization routines. | Guido van Rossum | 1997-08-02 | 2 | -1/+44 |
|
|
* | Add finialization routines; fixed some memory leaks related to this. | Guido van Rossum | 1997-08-02 | 1 | -4/+35 |
|
|
* | Free the malloc'ed buffer that holds the command once we're done with it. | Guido van Rossum | 1997-08-02 | 1 | -2/+3 |
|
|
* | Avoid function calls to access the current thread state and builtins | Guido van Rossum | 1997-08-02 | 1 | -4/+2 |
|
|
* | Added internal routine PyString_Fini() which deletes all interned | Guido van Rossum | 1997-08-02 | 1 | -0/+18 |
|
|
* | Mass checkin (more to follow for other directories). | Guido van Rossum | 1997-08-02 | 7 | -98/+27 |
|
|
* | Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg. | Guido van Rossum | 1997-08-02 | 1 | -1/+1 |
|
|
* | Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. | Guido van Rossum | 1997-08-02 | 1 | -1/+1 |
|
|
* | Add a simple way to enable purify; now you can set the Make variable | Guido van Rossum | 1997-08-02 | 1 | -1/+1 |
|
|
* | Print ps (process status) for us when starting a new thread. | Guido van Rossum | 1997-08-02 | 1 | -9/+40 |
|
|
* | Functionality enhancement: allow other threads to use Tk commands | Guido van Rossum | 1997-08-02 | 1 | -243/+211 |
|
|
* | Compatibility with Tcl/Tk 8.0b*. | Guido van Rossum | 1997-08-01 | 1 | -14/+28 |
|
|
* | Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. | Guido van Rossum | 1997-07-31 | 1 | -0/+25 |
|
|
* | Extend the "Don Beaudry hack" with "Guido's corollary" -- if the base | Guido van Rossum | 1997-07-31 | 1 | -10/+27 |
|
|
* | Added mimify docs (Sjoerd). | Guido van Rossum | 1997-07-30 | 7 | -1/+159 |
|
|