Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add restrictions in restricted mode | Guido van Rossum | 1995-01-10 | 3 | -25/+45 |
| | |||||
* | add builtins handling and restricted flag | Guido van Rossum | 1995-01-10 | 1 | -2/+14 |
| | |||||
* | fix comments for list command | Guido van Rossum | 1995-01-10 | 1 | -2/+2 |
| | |||||
* | Fix exec test so presence of __builtins__ doesn't break it | Guido van Rossum | 1995-01-10 | 1 | -0/+3 |
| | |||||
* | shallow and deep copy operations | Guido van Rossum | 1995-01-10 | 1 | -0/+240 |
| | |||||
* | shelve.py: database of persistent objects, on top of pickle.py and anydbm.py | Guido van Rossum | 1995-01-10 | 4 | -0/+681 |
| | | | | | | pickle.py: new low-level persistency module (used to be called flatten) dbmac.py: stupid dbm clone for the Mac anydbm.py: generic dbm interface (should be extended to support gdbm) | ||||
* | the usual | Guido van Rossum | 1995-01-09 | 3 | -7/+101 |
| | |||||
* | __builtins__ mods (and sys_checkinterval for ceval.c) | Guido van Rossum | 1995-01-09 | 8 | -45/+90 |
| | |||||
* | Alpha OSF/1 fix | Guido van Rossum | 1995-01-09 | 1 | -1/+4 |
| | |||||
* | initmodule3 -> initmodule3 | Guido van Rossum | 1995-01-09 | 1 | -1/+2 |
| | |||||
* | api version checking | Guido van Rossum | 1995-01-09 | 2 | -17/+32 |
| | |||||
* | remove nogus reload check | Guido van Rossum | 1995-01-09 | 1 | -5/+0 |
| | |||||
* | sys.check_interval=x -> sys.setcheckinterval(x) | Guido van Rossum | 1995-01-09 | 2 | -0/+14 |
| | |||||
* | Used new getargs interface; added {Get,Set}FileInfo. | Guido van Rossum | 1995-01-09 | 1 | -44/+77 |
| | |||||
* | 1995 copyright | Guido van Rossum | 1995-01-08 | 5 | -10/+10 |
| | |||||
* | New newmethodobject() interface takes struct methodlist pointer | Guido van Rossum | 1995-01-07 | 1 | -15/+14 |
| | | | | | instead of individual components; initmodule3() now has doc string argument as well | ||||
* | Two independent chages: | Guido van Rossum | 1995-01-07 | 1 | -27/+156 |
| | | | | | (a) support import NAME.NAME...NAME; (b) support doc strings in modules, classes and function definitions | ||||
* | Use new instancebinop interface | Guido van Rossum | 1995-01-07 | 1 | -18/+18 |
| | |||||
* | * Python/bltinmodule.c: restructured coerce(), divmod(), pow() to | Guido van Rossum | 1995-01-07 | 1 | -52/+80 |
| | | | | use new instancebinop interface | ||||
* | Grammar changed | Guido van Rossum | 1995-01-07 | 1 | -466/+480 |
| | |||||
* | NT dlls have .pyd extension instead of .dll | Guido van Rossum | 1995-01-07 | 1 | -2/+2 |
| | |||||
* | * Objects/classobject.c: added 5th (function) parameter to | Guido van Rossum | 1995-01-07 | 1 | -27/+49 |
| | | | | | instancebinop, to support things like Rational * float; added documentation strings to classes and methods | ||||
* | * Objects/methodobject.c: changed drastically, the object now | Guido van Rossum | 1995-01-07 | 1 | -27/+44 |
| | | | | | contains a pointer to the struct methodlist (which must be static); added attributes __name__, __doc__ and __self__ | ||||
* | Added __doc__ attribute (alias func_doc), initialized from first | Guido van Rossum | 1995-01-07 | 1 | -1/+16 |
| | | | | constant in code object if it is a string, else None | ||||
* | initialize __doc__ to None | Guido van Rossum | 1995-01-07 | 1 | -0/+2 |
| | |||||
* | added getattr(), supporting __doc__ and _name__ | Guido van Rossum | 1995-01-07 | 1 | -2/+33 |
| | |||||
* | attribute-less object is AttributeError, not TypeError | Guido van Rossum | 1995-01-07 | 1 | -1/+1 |
| | |||||
* | initmodule2 -> initmodule3 (with doc string) | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
| | |||||
* | totally revamped | Guido van Rossum | 1995-01-07 | 1 | -77/+112 |
| | |||||
* | do not call newmethodobject directly | Guido van Rossum | 1995-01-07 | 1 | -5/+3 |
| | |||||
* | Changed since Grammar has changed | Guido van Rossum | 1995-01-07 | 1 | -31/+32 |
| | |||||
* | add 5th arg to instancebinop | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
| | |||||
* | added func_doc | Guido van Rossum | 1995-01-07 | 1 | -0/+1 |
| | |||||
* | added ml_doc and changed newmethodlist interface | Guido van Rossum | 1995-01-07 | 1 | -4/+5 |
| | |||||
* | new tp_str and tp_doc members in type object | Guido van Rossum | 1995-01-07 | 1 | -0/+10 |
| | |||||
* | changed import to support NAME.NAME...NAME | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
| | |||||
* | New file -- creates FAQ.html. | Guido van Rossum | 1995-01-04 | 1 | -0/+193 |
| | |||||
* | Added 1995 to copyright message; added a few people to acks again... | Guido van Rossum | 1995-01-04 | 4 | -12/+20 |
| | |||||
* | Moved 1.1 and 1.1.1 news here | Guido van Rossum | 1995-01-04 | 1 | -0/+160 |
| | |||||
* | Added clarifying comment | Guido van Rossum | 1995-01-04 | 1 | -0/+2 |
| | |||||
* | sys.stderr(...) should be sys.stderr.write(), of course | Guido van Rossum | 1995-01-04 | 1 | -1/+1 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 26 | -40/+134 |
| | | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote. | ||||
* | spam -> foo (etc.) in examples | Guido van Rossum | 1995-01-04 | 2 | -60/+60 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 32 | -76/+93 |
| | | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error(). | ||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 39 | -92/+103 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 19 | -38/+38 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 19 | -47/+50 |
| | | | | | floatobject.c: fix hash(). methodobject.c: support METH_FREENAME flag bit. | ||||
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 53 | -112/+116 |
| | | | | | | object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions. | ||||
* | README: changed URL format to <URL:...>; added section on Tk. | Guido van Rossum | 1995-01-04 | 8 | -78/+252 |
| | | | | | | | Makefile.in: run config.status in "make recheck". configure.in: add test for hypot(). config.h.in, configure: since configure.in changed. rest: the usual boring stuff. | ||||
* | * Objects/mappingobject.c (mappingremove): don't call | Guido van Rossum | 1995-01-02 | 2 | -0/+6 |
| | | | | lookmapping() for empty dictionary |