| Commit message (Expand) | Author | Age | Files | Lines |
* | Did nobody ever notice that "make test" didn't print the summary line | Guido van Rossum | 1997-01-29 | 1 | -1/+0 |
|
|
* | Small lookmapping nits: | Guido van Rossum | 1997-01-29 | 2 | -10/+12 |
|
|
* | posix_execve(): Accept any mapping protocol object for the env | Barry Warsaw | 1997-01-29 | 1 | -7/+18 |
|
|
* | Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding | Guido van Rossum | 1997-01-29 | 1 | -1/+13 |
|
|
* | Final three poly table entries corrected by Tim Peters. | Guido van Rossum | 1997-01-29 | 2 | -62/+60 |
|
|
* | Change bsddbmodule.o -> bsddbmodule.c. | Guido van Rossum | 1997-01-28 | 1 | -1/+1 |
|
|
* | Added LDLAST variable, substituted by configure script, for the final | Guido van Rossum | 1997-01-28 | 1 | -1/+2 |
|
|
* | Changed the lookup algorithm again, based on Reimer Behrends's post. | Guido van Rossum | 1997-01-28 | 2 | -228/+202 |
|
|
* | Two small changes: | Guido van Rossum | 1997-01-27 | 1 | -5/+3 |
|
|
* | new.code() has grown another foot, eh, another two arguments. | Guido van Rossum | 1997-01-27 | 1 | -1/+1 |
|
|
* | Plug a leak with calling something other than a function or method is | Guido van Rossum | 1997-01-27 | 1 | -4/+3 |
|
|
* | Patches for (two forms of) optional dynamic execution profiling -- | Guido van Rossum | 1997-01-24 | 1 | -0/+68 |
|
|
* | Change the control flow for error handling in the function prelude to | Guido van Rossum | 1997-01-24 | 1 | -23/+17 |
|
|
* | Added optional interface for dynamic execution profile (to be gathered | Guido van Rossum | 1997-01-24 | 1 | -2/+11 |
|
|
* | Get the line number from PyCode_Addr2Line instead of believing | Guido van Rossum | 1997-01-24 | 1 | -1/+4 |
|
|
* | When a recycled frame has more local+stack slots than needed, | Guido van Rossum | 1997-01-24 | 1 | -2/+4 |
|
|
* | Two more arguments to newcodeobject -- first lineno and lineno table. | Guido van Rossum | 1997-01-24 | 1 | -4/+7 |
|
|
* | New magin number (because of linenumber table). | Guido van Rossum | 1997-01-24 | 1 | -1/+1 |
|
|
* | Marshal the line number table of code objects. | Guido van Rossum | 1997-01-24 | 1 | -1/+9 |
|
|
* | Instead of emitting SET_LINENO instructions, generate a line number | Guido van Rossum | 1997-01-24 | 1 | -6/+102 |
|
|
* | Add co_firstlineno and co_lnotab, for the line number table generated | Guido van Rossum | 1997-01-24 | 1 | -1/+4 |
|
|
* | Initialize the ob_type field of PyAST_Type dynamically (in | Guido van Rossum | 1997-01-23 | 1 | -3/+7 |
|
|
* | Forget keeping track of whether a dictionary contains all interned | Guido van Rossum | 1997-01-23 | 2 | -178/+110 |
|
|
* | Various notes added: | Guido van Rossum | 1997-01-22 | 1 | -16/+32 |
|
|
* | The usual | Guido van Rossum | 1997-01-22 | 1 | -199/+228 |
|
|
* | A number of new symbols have appeared (courtesy autoconf 2.12?) | Guido van Rossum | 1997-01-22 | 1 | -0/+15 |
|
|
* | Add --with-dec-threads, for DEL Alpha, which requires -threads as the | Guido van Rossum | 1997-01-22 | 1 | -6/+19 |
|
|
* | Added PyCObject_Import. | Guido van Rossum | 1997-01-22 | 3 | -18/+44 |
|
|
* | (libparser.tex): Fix typo found by Mark Hammond. | Fred Drake | 1997-01-22 | 2 | -2/+2 |
|
|
* | Bump version to 1.5a1. | Guido van Rossum | 1997-01-22 | 1 | -1/+1 |
|
|
* | Bump install version to 1.5. | Guido van Rossum | 1997-01-22 | 2 | -2/+2 |
|
|
* | Remove GetOwner, add GetBuildInfo... | Guido van Rossum | 1997-01-22 | 1 | -1/+1 |
|
|
* | Added getbuildinfo.c to the project. | Guido van Rossum | 1997-01-22 | 1 | -0/+12 |
|
|
* | Fix splitext() to go up to the last dot, not the first. | Guido van Rossum | 1997-01-22 | 1 | -3/+8 |
|
|
* | Avoid traceback in selection_own_get() when no Tk widget owns the | Guido van Rossum | 1997-01-21 | 2 | -6/+8 |
|
|
* | Darn. Updated version number for configure.in. | Guido van Rossum | 1997-01-21 | 1 | -1/+1 |
|
|
* | Let --with-threads be an alias for --with-thread. | Guido van Rossum | 1997-01-21 | 2 | -341/+589 |
|
|
* | Kill all local variables on function return. This closes a gigantic | Guido van Rossum | 1997-01-21 | 1 | -0/+12 |
|
|
* | Don't use static buffers internally for formatstring(). | Guido van Rossum | 1997-01-21 | 1 | -25/+26 |
|
|
* | Only call sigcheck() at the ticker code if we don't have true signals. | Guido van Rossum | 1997-01-21 | 1 | -2/+6 |
|
|
* | Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). | Guido van Rossum | 1997-01-21 | 1 | -1/+3 |
|
|
* | In the Unix version, arrange for sigcheck() to be called via | Guido van Rossum | 1997-01-21 | 1 | -0/+3 |
|
|
* | Cleanup: | Guido van Rossum | 1997-01-21 | 1 | -222/+10 |
|
|
* | get build info from elsewhere | Guido van Rossum | 1997-01-20 | 1 | -9/+2 |
|
|
* | work build# into version string | Guido van Rossum | 1997-01-20 | 2 | -2/+39 |
|
|
* | Bugfix: remove ref to fast before it's defined. | Guido van Rossum | 1997-01-20 | 1 | -1/+1 |
|
|
* | Changes for frame object speedup: | Guido van Rossum | 1997-01-20 | 1 | -14/+2 |
|
|
* | Changes that appear to give another 12% speedup. | Guido van Rossum | 1997-01-20 | 1 | -87/+55 |
|
|
* | New lay-out of frame object, for fewer mallocs. | Guido van Rossum | 1997-01-20 | 1 | -9/+8 |
|
|
* | Remove unused variable. | Guido van Rossum | 1997-01-18 | 1 | -1/+0 |
|
|