- 20 Aug, 1994 1 commit
-
-
Guido van Rossum authored
-
- 19 Aug, 1994 11 commits
-
-
Guido van Rossum authored
Makefile.in: remove lib*.a before creating new one.
-
Guido van Rossum authored
-
Guido van Rossum authored
Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 18 Aug, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(NT changes for posixmodule.c re-invented by Guido.)
-
- 17 Aug, 1994 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
removed references to {ato{f,i,l},index}_error
-
Guido van Rossum authored
index/rindex is a wrapper that raises index_error (which is now always ValueError)
-
Guido van Rossum authored
index/rindex (raising and catching an exception is much more expensive than returning and testing -1)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
info about windows stdwin, more about gnu getopt, correct typo
-
- 16 Aug, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
arguments (adding __delattr__ was deemed too much overhead)
-
- 12 Aug, 1994 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
more trouble than it's worth at CWI and most other people seem to install Python in the default (/usr/local) anway. Changed comment describing --prefix in Makefile.in
-
Guido van Rossum authored
regex.match() result, and wrong logic in getfirstmatchingheader() when the same header occurs twice consecutively
-
Guido van Rossum authored
-
Guido van Rossum authored
describe tuple() * Doc/libposixfile.tex: use tableiii instead of tableii, so partparse will work again (I know, chicken!) * Doc/libthread.tex: Added get_ident(); updated text on module availability * Doc/myformat.perl: Added sub do_cmd_Cpp
-
Guido van Rossum authored
-
Guido van Rossum authored
and __setattr__ support to override getattr(x, name) and setattr(x, name, value) for class instances. This uses a special hack whereby the class is supposed to be static: the __getattr__ and __setattr__ methods are looked up only once and saved in the instance structure for speed
-
Guido van Rossum authored
-
Guido van Rossum authored
mailing list / newsgroup.
-
- 09 Aug, 1994 2 commits
-
-
Guido van Rossum authored
and objects that hav a fileno() method; fix bug in FileHandler (should call XDECREF instead of DECREF)
-
Guido van Rossum authored
Python/bltinmodule.c: mods by Andrew Kuchling to implement pow(x,y,z) == pow(x,y)%z, but without incurring overflow
-
- 08 Aug, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
In Widget.__init__, call config only if cnf not empty.
-
Guido van Rossum authored
-