1. 11 Ara, 2002 2 kayıt (commit)
    • Jeremy Hylton's avatar
      Correct buggy module docstring. · 6bf45c67
      Jeremy Hylton yazdı
      Replace use of homebrew boolean with True/False.
      
      Reflow lots more long lines.
      6bf45c67
    • Jeremy Hylton's avatar
      Fix one bug and reformat lots of code. · 89f1d6c0
      Jeremy Hylton yazdı
      The bug is a reference to co_first_lineno that should be
      co_firstlineno.  The only other substantial change is to speed up
      localtrace_count() by avoiding *costly* calls to inspect module.
      It's trivial to get the filename and lineno directly from the frame.
      
      Otherwise, delete commented out debug code and reflow very long lines.
      89f1d6c0
  2. 05 Ara, 2002 4 kayıt (commit)
  3. 23 Kas, 2002 1 kayıt (commit)
  4. 22 Kas, 2002 1 kayıt (commit)
  5. 13 Kas, 2002 1 kayıt (commit)
  6. 29 Eyl, 2002 1 kayıt (commit)
  7. 11 Eyl, 2002 1 kayıt (commit)
  8. 15 Agu, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is my patch · dd32a91c
      Michael W. Hudson yazdı
      [ 587993 ] SET_LINENO killer
      
      Remove SET_LINENO.  Tracing is now supported by inspecting co_lnotab.
      
      Many sundry changes to document and adapt to this change.
      dd32a91c
  9. 09 Agu, 2002 1 kayıt (commit)
  10. 25 Tem, 2002 1 kayıt (commit)
    • Skip Montanaro's avatar
      * runctx - fix a couple typos · 3a48ed94
      Skip Montanaro yazdı
      * globaltrace_lt - handle case where inspect.getmodulename doesn't return
        anything useful
      * localtrace_trace - handle case where inspect.getframeinfo doesn't return
        any context info
      
      I think both of the last two are caused by exec'd or eval'd code
      3a48ed94
  11. 18 Haz, 2002 2 kayıt (commit)
    • Fred Drake's avatar
      Mechanically translated string method calls to string methods. · ae39ddd6
      Fred Drake yazdı
      Instead of splitting a string and looping over it to call s.split(),
      use list comprehensions for readability.
      ae39ddd6
    • Fred Drake's avatar
      SF patch #552837, submitted by Robert Pyron: · ef5864ed
      Fred Drake yazdı
      1. BUGFIX: In function makefile(), strip blanks from the nodename.
         This is necesary to match the behavior of parser.makeref() and
         parser.do_node().
      2. BUGFIX fixed KeyError in end_ifset (well, I may have just made
         it go away, rather than fix it)
      3. BUGFIX allow @menu and menu items inside @ifset or @ifclear
      4. Support added for:
            @uref        URL reference
            @image       image file reference (see note below)
            @multitable  output an HTML table
            @vtable
      5. Partial support for accents, to match MAKEINFO output
      6. I added a new command-line option, '-H basename', to specify
         HTML Help output. This will cause three files to be created
         in the current directory:
            `basename`.hhp  HTML Help Workshop project file
            `basename`.hhc  Contents file for the project
            `basename`.hhk  Index file for the project
         When fed into HTML Help Workshop, the resulting file will be
         named `basename`.chm.
      7. A new class, HTMLHelp, to accomplish item 6.
      8. Various calls to HTMLHelp functions.
      A NOTE ON IMAGES: Just as 'outputdirectory' must exist before
      running this program, all referenced images must already exist
      in outputdirectory.
      
      FLD: wrapped some long lines.
      ef5864ed
  12. 11 Haz, 2002 1 kayıt (commit)
  13. 30 Nis, 2002 1 kayıt (commit)
  14. 17 Nis, 2002 2 kayıt (commit)
  15. 28 Mar, 2002 1 kayıt (commit)
  16. 26 Mar, 2002 1 kayıt (commit)
  17. 17 Şub, 2002 1 kayıt (commit)
  18. 08 Şub, 2002 2 kayıt (commit)
  19. 06 Ara, 2001 2 kayıt (commit)
  20. 04 Ara, 2001 1 kayıt (commit)
  21. 28 Kas, 2001 1 kayıt (commit)
  22. 08 Eki, 2001 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Replace all instances of err.strerror with err. · eaa6e3c7
      Jeremy Hylton yazdı
      The strerror attribute contained only partial information about the
      exception and produced some very confusing error messages.  By passing
      err (the exception object itself) and letting it convert itself to a
      string, the error messages are better.
      eaa6e3c7
  23. 04 Eki, 2001 1 kayıt (commit)
  24. 23 Eyl, 2001 1 kayıt (commit)
  25. 22 Eyl, 2001 2 kayıt (commit)
  26. 04 Eyl, 2001 4 kayıt (commit)
  27. 02 Eyl, 2001 2 kayıt (commit)