- 17 Kas, 1999 6 kayıt (commit)
-
-
Guido van Rossum yazdı
files. Removed Sam's "SLB" change comments; otherwise this is the same as wcnew.py.
-
Guido van Rossum yazdı
# and removed trailing whitespace.
-
Guido van Rossum yazdı
- same trick with "import wcnew; webchecker = wcnew" as above - updated readhtml() method to handle pair representation; used new name suppression infrastructure from wcnew.py to suppress processing name anchors [And untabified --GvR]
-
Guido van Rossum yazdı
- added -t and -a arguments - added "import wcnew; webchecker = wcnew" in place of "import webchecker" (I assume that if you're happy with the changes, you'll just replace webchecker.py with wcnew.py, but if I were to do that, the diffs would be incomprehensible) - fixed buggy -v argument (I think you got out of sync with the way verbosity was handled in webchecker vs. wcgui between 1.5 and 1.5.2) - made -v actually do something by adding a call to c.setflags() (probably the same problem as above) - updated references to URLs to accommodate wcnew.py's pair representation; added appropriate calls to format_url() to handle display; added argument to ListPanel() initialization to provide access to format_url() [And untabified --GvR]
-
Guido van Rossum yazdı
- same fixes from webchecker.py - incorporated small diff between current webchecker.py and 1.5.2 - fixed bug where "extra roots" added with the -t argument were being checked as real roots, not just as possible continuations - added -a argument to suppress checking of name anchors [And untabified --GvR]
-
Guido van Rossum yazdı
- forced new done origins to set errors if they're in self.bad (fixes bug where only the first of a number of errorful references to a link is reported under some circumstances) - suppressed adding duplicates to self.todo list (cleans up printout in wcgui details)
-
- 16 Kas, 1999 7 kayıt (commit)
-
-
Guido van Rossum yazdı
problem: it does not encode/decode the urls, which is wrong.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-- otherwise shared libraries might not be rebuilt.
-
Guido van Rossum yazdı
Duzan, for AIX, to support C++ objects with static initializers, when using the genuine IBM C++ compiler (namely xlC/xlC_r). See accompanying patches to acconfig.h and importdl.c.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Duzan, for AIX, to support C++ objects with static initializers, when using the genuine IBM C++ compiler (namely xlC/xlC_r). See accompanying patches to configure.in and importdl.c.
-
Guido van Rossum yazdı
Duzan, for AIX, to support C++ objects with static initializers, when using the genuine IBM C++ compiler (namely xlC/xlC_r). See accompanying patches to configure.in and acconfig.h.
-
- 15 Kas, 1999 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Fixed up a few TeXisms and markup nits, but otherwise unchanged. Somewhat raw.
-
Guido van Rossum yazdı
-
- 12 Kas, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
list or to python-docs.
-
- 10 Kas, 1999 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 09 Kas, 1999 12 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Made var get renamed to varname (more like DocBook). Other names should probably be changed as well; still waiting for the DocBook book to arrive.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
text. Looks like \program. \citetitle: New macro, used to mark titles of cited works (like the names of the Python manuals). Accepts & discards an optional parameter that is only used by the HTML formatter. Looks like \emph.
-
Fred Drake yazdı
do_cmd_citetitle(): New function. Extracts one optional and one required parameter. If the optional one is provided, it is used a URL (or relative URL) and the text of the required parameter is turned into a hyperlink.
-
Guido van Rossum yazdı
checked in due to a patching mishap. Reported by Detlef Lannert; thanks!
-
- 08 Kas, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Kas, 1999 2 kayıt (commit)
-
-
Greg Stein yazdı
-
Greg Stein yazdı
-
- 05 Kas, 1999 3 kayıt (commit)
-
-
Guido van Rossum yazdı
simply moves the call to Tk_MainWindow() after the Tcl/Tk initialization calls. The patch is unconditional, it works with earlier and later versions as well.
-
Guido van Rossum yazdı
8.1.1). His approach doesn't work with Tcl/Tk 8.2, so I've placed it inside #if TKMAJORMINOR == 8001 and #endif. See also his patch for tkappinit.c.
-
Jack Jansen yazdı
since we have these in the current CW release (and probably already had them quite some time, but never added the defines).
-