1. 19 Mar, 1999 4 commits
  2. 18 Mar, 1999 8 commits
  3. 17 Mar, 1999 8 commits
  4. 16 Mar, 1999 8 commits
  5. 15 Mar, 1999 7 commits
  6. 13 Mar, 1999 1 commit
  7. 12 Mar, 1999 4 commits
    • Guido van Rossum's avatar
      Patch by Michael Scharf. He writes: · d5138cab
      Guido van Rossum authored
          The module cmd requires for each do_xxx command a help_xxx
          function. I think this is a little old fashioned.
      
          Here is a patch: use the docstring as help if no help_xxx
          function can be found.
      
      [I'm tempted to rip out all the help_* functions from pdb, but I'll
      resist it.  Any takers?  --Guido]
      d5138cab
    • Guido van Rossum's avatar
      Bug submitted by Wayne Knowles, who writes: · 7039f508
      Guido van Rossum authored
         Under Windows, python freeze.py -o hello hello.py
         creates all the correct files in the hello subdirectory, but the
         Makefile has the directory prefix in it for frozen_extensions.c
         nmake fails because it tries to locate hello/frozen_extensions.c
      
      (His fix adds a call to os.path.basename() in the appropriate place.)
      7039f508
    • Fred Drake's avatar
      Fixed tons of small markup problems. · bf5a6d2e
      Fred Drake authored
      bf5a6d2e
    • Guido van Rossum's avatar
      Vladimir has restructured his code somewhat so that the blocks are now · 3fce8839
      Guido van Rossum authored
      represented by an explicit structure.  (There are still too many casts
      in the code, but that may be unavoidable.)
      
      Also added code so that with -vv it is very chatty about what it does.
      3fce8839