1. 29 Aug, 1995 2 commits
    • Jack Jansen's avatar
      Documented binascii, binhex and uu modules. Put them in the · 783d8729
      Jack Jansen authored
      Internet/WWW section, for lack of a better place.
      783d8729
    • Sjoerd Mullender's avatar
      Implemented two new functions in sys: · ec647dd9
      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!
      ec647dd9
  2. 28 Aug, 1995 17 commits
  3. 17 Aug, 1995 10 commits
  4. 15 Aug, 1995 1 commit
  5. 14 Aug, 1995 10 commits