- 15 Tem, 1997 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
groups that have no value and groups that are out of bounds.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Fixed some problem with uninitialized syntax tables. Jeffrey.
-
- 14 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
default urlparse cache size to 20 instead of 2000. The main use of the cache seems to be to gain some speed in Grail, which is calling urljoin with the same base for each anchor. 2000 is a bit too big for Jeremy, who doesn't need the cache at all. 20 should keep at least 95% of the Grail speedup while wasting an insignificant amount of memory in Jeremy's application.
-
- 13 Tem, 1997 4 kayıt (commit)
-
-
Guido van Rossum yazdı
ones near the front.
-
Guido van Rossum yazdı
ones near the front. Also added a missing "return -1" to PyFile_WriteString.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 18 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
This makes it thread-safe again.
-
Guido van Rossum yazdı
but it makes the regression test not complain about test_re.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Added -I$(DBPORT) for bsddb compilation line.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Not sure why this is generated, but this fixes a problem with a particular file that was received with the following final line: F-WE<-*A5]AY]%7>8'&!!(_Y<F*55_"*%46"<OFG=>_5(F/\'``!@
-
Guido van Rossum yazdı
to decode/encode the standard transfer encodings.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Lie about the syntax (and the syntax for "list") because latex2html doesn't seem to handle doubly nested [] pairs.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Changed some '==' to 'in' (Tim Peters).
-
Guido van Rossum yazdı
-
- 10 Tem, 1997 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
realloc(p, 0) returns NULL. See changes to configure script to be checked in later.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
replaces its own entry in sys.module, reference count errors ensue; even if there is no reference count problem, it would be preferable for the import to yield the new thing in sys.modules anyway (if only because that's what later imports will yield). This opens the road to an official hack to implement a __getattr__ like feature for modules: stick an instance in sys.modules[__name__].
-
Barry Warsaw yazdı
Emacs 20, and bind TAB key to self-insert-command in *Python* process.
-
Guido van Rossum yazdı
know Python integers are at least 32 bits long; and avoid zeros in initial seed value.
-
Guido van Rossum yazdı
-