- 19 Agu, 1994 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 18 Agu, 1994 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(NT changes for posixmodule.c re-invented by Guido.)
-
- 17 Agu, 1994 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
removed references to {ato{f,i,l},index}_error
-
Guido van Rossum yazdı
index/rindex is a wrapper that raises index_error (which is now always ValueError)
-
Guido van Rossum yazdı
index/rindex (raising and catching an exception is much more expensive than returning and testing -1)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
info about windows stdwin, more about gnu getopt, correct typo
-
- 16 Agu, 1994 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
arguments (adding __delattr__ was deemed too much overhead)
-
- 12 Agu, 1994 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
regex.match() result, and wrong logic in getfirstmatchingheader() when the same header occurs twice consecutively
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
mailing list / newsgroup.
-
- 09 Agu, 1994 2 kayıt (commit)
-
-
Guido van Rossum yazdı
and objects that hav a fileno() method; fix bug in FileHandler (should call XDECREF instead of DECREF)
-
Guido van Rossum yazdı
Python/bltinmodule.c: mods by Andrew Kuchling to implement pow(x,y,z) == pow(x,y)%z, but without incurring overflow
-
- 08 Agu, 1994 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
In Widget.__init__, call config only if cnf not empty.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Anthony Baxter's gdbm module (derived from Jack's dbm module)
-
Guido van Rossum yazdı
-
- 05 Agu, 1994 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* Makefile.in (TAGS): Call etags w/o -t option
-