- 12 Aug, 1994 7 commits
-
-
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 12 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 25 Jul, 1994 4 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Guido van Rossum authored
-
- 14 Jul, 1994 1 commit
-
-
Guido van Rossum authored
proper argument * Lib/{bdb,cmd,pdb}.py: Mods by Rickard Westman: No longer barfs on lambda:s (outputs "<lambda>" as the function name); "a(rgs)" in pdb now works; help messages added to pdb (lifted from pdb.doc). Also, "h pdb" calls pdb.help(). cmd.do_help() displays topics on a nicer way (I think). Also, topics for which there is a help_ method, but no do_method (like "pdb" above) are displayed in a special way. My own mod: fix break on function to also support methods.
-