- 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 15 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.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Add version number, printed at startup in non-quited mode.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Fixed occasional inclusion of unpicklable objects (Message in errors). Changed indent of a few messages.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 29 Ock, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
any more? This was because the *parent* process in test_socket.py did an os._exit(0)! Getting rid of that now...
-
Guido van Rossum yazdı
- remove bogus initialization using uninitialized i - derive initial incr from hash - copy mp->ma_table into a local variable
-
Barry Warsaw yazdı
argument, not hardwired to a dictionary.
-
Guido van Rossum yazdı
in front of the 0x, like such: "0000x1".
-
Guido van Rossum yazdı
Reindented the whole table.
-
- 28 Ock, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
argument to the linker (required for DEC Alpha threads).
-
Guido van Rossum yazdı
The table size is now constrained to be a power of two, and we use a variable increment based on GF(2^n)-{0} (not that I have the faintest idea what that is :-) which helps avoid the expensive '%' operation. Some of the entries in the table of polynomials have been modified according to a post by Tim Peters.
-
- 27 Ock, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
- Use co->... instead of f->f_code->...; save an extra lookup of what we already have in a local variable). - Remove test for nlocals > 0 before setting fastlocals to f->f_localsplus; 0 is a rare case and the assignment is safe even then.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
called with keyword arguments -- the keyword and value were leaked. This affected for instance with a __call__() method. Bug reported and fix supplied by Jim Fulton.
-
- 24 Ock, 1997 4 kayıt (commit)
-
-
Guido van Rossum yazdı
i.e., counting opcode frequencies, or (with DXPAIRS defined) opcode pair frequencies. Define DYNAMIC_EXECUTION_PROFILE on the command line (for this file and for sysmodule.c) to enable.
-
Guido van Rossum yazdı
jump to the "Kill locals" section at the end. Add #ifdef macintosh bandaid to make sure we call sigcheck() on the Mac.
-
Guido van Rossum yazdı
in ceval.c).
-
Guido van Rossum yazdı
tb_lineno. Store it in tb_lineno for the user.
-