- 29 Aug, 1995 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Sjoerd Mullender authored
-
Jack Jansen authored
Internet/WWW section, for lack of a better place.
-
Sjoerd Mullender authored
getcounts() returns a list of counts of allocations and deallocations for all different object types. getobjects(n [, type ]) returns a list of recently allocated and not-yet-freed objects of the given type (all objects if no type given). Only the n most recent (all if n==0) objects are returned. getcounts is only available if compiled with -DCOUNT_ALLOCS, getobjects is only available if compiled with -DTRACE_REFS. Note that everything must be compiled with these options!
-
- 28 Aug, 1995 17 commits
-
-
Guido van Rossum authored
-
Sjoerd Mullender authored
-
cvs2svn authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 17 Aug, 1995 10 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
may be NULL (for user items, for instance).
-
Jack Jansen authored
-
Jack Jansen authored
returned by event routines)
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
this.... Hope it is correct)
-
Jack Jansen authored
dialogs). This is an incompatible change.
-
Jack Jansen authored
-
- 15 Aug, 1995 1 commit
-
-
Sjoerd Mullender authored
If code keeps a reference to self.fp or any of its methods, you don't want to close self.fp just because no explicit reference is kept to self.
-
- 14 Aug, 1995 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
MacOS.HandleEvent. Also, prints are now inside 'if DEBUG'.
-
Jack Jansen authored
- mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree.
-