- 14 Şub, 1997 16 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Run the loop up to and including 8k.
-
Guido van Rossum yazdı
by the frameobject dealloc when it is time for the locals to go. When there's still a traceback object referencing this stack frame, we don't want the local variables to disappear yet. (Hmm... Shouldn't they be copied to the f_locals dictionary?)
-
Guido van Rossum yazdı
and if there's a pointer to an interned version of the string, use its hash and store its hash in this object, rather than recomputing it.
-
Guido van Rossum yazdı
from ceval.c). Wrapped a long line.
-
Guido van Rossum yazdı
Removed select_adjust -- Tk no longer supports this.
-
Guido van Rossum yazdı
add(): better handling of overflow (substitute maxval instead of throwing away higher order bits). ratecv(): some bugfixes, Sjoerd says.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 12 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
by all true Tkinter widgets. (Not that I *like* this module -- it stinks, but until I have something better, I can't nuke it.)
-
- 11 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
I'll clean that up later. Also corrected a mistake introduced by the previous reformatting: an 'else' belonging to a 'for' was accidentally reindented to belong to the 'if' inside the 'for'. Note that the module uses inconsistent indentation -- most code is indented with 8 spaces, but some of the reformatted code uses 4 spaces. I'll fix this later in the promised cleanup pass.
-
- 10 Şub, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Add reference to DLD 3.3 at http://www-swiss.ai.mit.edu/~jaffer/DLD.html.
-
- 03 Şub, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
in a cacheline.
-
- 02 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Links are now either in 'todo' or 'done', and ext links are hadled more like local links except that no further links are gathered (and sometimes they aren't checked, e.g. for mailto and news URLs). The -x option reverses its meaning: it disables checking of ext links (they are moved to 'done' without checking). A new 'errors' table collects pages with bad links as we go -- redundant, but useful for the GUI version which needs to report this as we go. Some new methods, including reset(). New checkpoint format. Adapted the GUI to the changes in the Checker class. Added Quit and "Start over" buttons, and a checkbox to disable checking external links. The details window now also shows bad links emanating from the selected page. Miscellaneous small chages.
-
- 01 Şub, 1997 3 kayıt (commit)
-
-
Jack Jansen yazdı
returned addresses on 16-byte cacheline boundary.
-
Guido van Rossum yazdı
If the users selects an item in 'To check', start checking there.
-
Guido van Rossum yazdı
-
- 31 Ock, 1997 7 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Increase MAXPAGE to 150K. Add back printing of __doc__ for usage message.
-
Jack Jansen yazdı
(and the &*^$%@ resource files got binhexed again, sigh)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
- Faster HTML parser derivede from SGMLparser (Fred Gansevles). - All manipulations of todo, done, ext, bad are done via methods, so a derived class can override. Also moved the 'done' marking to dopage(), so run() is much simpler. - Added a method status() which returns a string containing the summary counts; added a "total" count. - Drop the guessing of the file type before opening the document -- we still need to check those links for validity! - Added a subroutine to close a connection which first slurps up the remaining data when it's an ftp URL -- apparently closing an ftp connection without reading till the end makes it hang. - Added -n option to skip running (only useful with -R). - The Checker object now has an instance variable which is set to 1 when it is changed. This is not pickled.
-
- 30 Ock, 1997 8 kayıt (commit)
-
-
Barry Warsaw yazdı
py-comment-region instead of comment-region.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
parse-partial-sexp in some Emacsen. (py-goto-beyond-final-line): use py-parse-partial-sexp-works-p.
-
Guido van Rossum yazdı
guarded by 'if self.tempcache', to reduce the likelihood of this causing an exception when invoked during __del__...
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
When -x is combined with -q, still do the checking, but don't print the error in this phase -- they are reported by report_errors().
-
Guido van Rossum yazdı
in the 'bad' dictionary (sanitize them so they are picklable; the sanitation code is now a subroutine); don't check mailto: URLs; omit colon in Error message.
-