- 15 Jul, 1997 11 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
groups that have no value and groups that are out of bounds.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Fixed some problem with uninitialized syntax tables. Jeffrey.
-
- 14 Jul, 1997 1 commit
-
-
Guido van Rossum authored
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 Jul, 1997 4 commits
-
-
Guido van Rossum authored
ones near the front.
-
Guido van Rossum authored
ones near the front. Also added a missing "return -1" to PyFile_WriteString.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 11 Jul, 1997 18 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
This makes it thread-safe again.
-
Guido van Rossum authored
but it makes the regression test not complain about test_re.
-
Guido van Rossum authored
-
Guido van Rossum authored
Added -I$(DBPORT) for bsddb compilation line.
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
to decode/encode the standard transfer encodings.
-
Guido van Rossum authored
-
Guido van Rossum authored
(Lie about the syntax (and the syntax for "list") because latex2html doesn't seem to handle doubly nested [] pairs.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Changed some '==' to 'in' (Tim Peters).
-
Guido van Rossum authored
-
- 10 Jul, 1997 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
realloc(p, 0) returns NULL. See changes to configure script to be checked in later.
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
Emacs 20, and bind TAB key to self-insert-command in *Python* process.
-