- 03 Sep, 1992 14 commits
-
-
Guido van Rossum authored
project :-). Change object administration: objects are removed from the list of known objects as soon as their form is destroyed.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
calls the repr function. When the refcount is bad, don't print the object at all (chances of crashes). Changes to checking and printing of references: the consistency check is somewhat faster; don't print strings referenced once (most occur in function's name lists).
-
Guido van Rossum authored
(fetch the filename as a string so I can see it with dbx, and set f_lineno); call abort() when detecting an "undetected" error.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(no bit vector)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Also use locks and Queues for communication with other threads.
-
Sjoerd Mullender authored
-
- 02 Sep, 1992 3 commits
-
-
Guido van Rossum authored
Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
update thread package.
-
- 01 Sep, 1992 1 commit
-
-
Guido van Rossum authored
receives a REDRAW event
-
- 31 Aug, 1992 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
added an output() function to move the I/O out of the algorithm
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 Aug, 1992 1 commit
-
-
Guido van Rossum authored
-
- 25 Aug, 1992 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...).
-
- 24 Aug, 1992 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
- 21 Aug, 1992 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Added optional read-ahead thread. Changed mouse interface.
-
- 20 Aug, 1992 8 commits
-
-
Guido van Rossum authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Cleverer skipping of frames.
-
Guido van Rossum authored
saves the cache. Added getinfo() to VoutFile. Fixed writing of 'grey' file header. Added quiet parameter. Adapted to new syntax.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 19 Aug, 1992 1 commit
-
-
Guido van Rossum authored
-