- 18 Aug, 1994 1 commit
-
-
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 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
In Widget.__init__, call config only if cnf not empty.
-
Guido van Rossum authored
-
Guido van Rossum authored
Anthony Baxter's gdbm module (derived from Jack's dbm module)
-
Guido van Rossum authored
-
- 05 Aug, 1994 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
* Makefile.in (TAGS): Call etags w/o -t option
-
Guido van Rossum authored
shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method
-
Guido van Rossum authored
documented gethostname() and a few misc things
-
- 03 Aug, 1994 3 commits
-
-
Guido van Rossum authored
listtree.py: "Print" -> "List" in description
-
Guido van Rossum authored
-
Guido van Rossum authored
no need for the stdin handler, a Tk_DoOneEvent(TK_DONT_WAIT) did the trick. I've included a diff to tkintermodule.c.
-
- 01 Aug, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-