- 94390ec use getbuiltins() everywhere, it defaults to getbuiltidict() by Guido van Rossum · 30 years ago
- 922d8ff Include rename2.h by Guido van Rossum · 30 years ago
- a3c04b0 cosmetics by Guido van Rossum · 30 years ago
- b941868 rearrange declarations somewhat by Guido van Rossum · 30 years ago
- 2056684 properly implement cmp() for class instances by Guido van Rossum · 30 years ago
- a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
- 6c1874f changes for C++ (Tim MacKenzie) by Guido van Rossum · 30 years ago
- 062cfb0 added interface to Tk_DoOneEvent (R Lindsay Todd) by Guido van Rossum · 30 years ago
- 58b6873 fix subtle refcount big in filter() -- Tim MacKenzie by Guido van Rossum · 30 years ago
- 630112e demonstrate shell in a Tk window by Guido van Rossum · 30 years ago
- b8fe9b3 menu-simple.py: fixed lay-out by Guido van Rossum · 30 years ago
- d0c0633 Improved explanation of what's here by Guido van Rossum · 30 years ago
- dfa70a9 initial checkin of www Tk examples by Guido van Rossum · 30 years ago
- ca9b323 better test for existence of hstrerror() by Guido van Rossum · 30 years ago
- a6a1e53 added bufsize parameter to fdopen and popen by Guido van Rossum · 30 years ago
- 5524a59 move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently by Guido van Rossum · 30 years ago
- 879c581 implement coercions involving instances properly by Guido van Rossum · 30 years ago
- c206c76 fix memory leak and null pointer dereference by Guido van Rossum · 30 years ago
- 946805d new module by Guido van Rossum · 30 years ago
- 9c51e41 sys.setcheckinterval(x) instead of sys.check_interval = x by Guido van Rossum · 30 years ago
- f860162 updated eval(), added execfile() by Guido van Rossum · 30 years ago
- 4ff90ad some belated updates by Guido van Rossum · 30 years ago
- 84eaa83 fix globals/locals defaults for eval/execfile by Guido van Rossum · 30 years ago
- 10393b1 add restrictions in restricted mode by Guido van Rossum · 30 years ago
- c113482 add builtins handling and restricted flag by Guido van Rossum · 30 years ago
- be9f212 fix comments for list command by Guido van Rossum · 30 years ago
- 1f97612 Fix exec test so presence of __builtins__ doesn't break it by Guido van Rossum · 30 years ago
- 409780f shallow and deep copy operations by Guido van Rossum · 30 years ago
- a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago
- 8a30adc the usual by Guido van Rossum · 30 years ago
- 6135a87 __builtins__ mods (and sys_checkinterval for ceval.c) by Guido van Rossum · 30 years ago
- 2565bff Alpha OSF/1 fix by Guido van Rossum · 30 years ago
- 37431fb initmodule3 -> initmodule3 by Guido van Rossum · 30 years ago
- 970a0a2 api version checking by Guido van Rossum · 30 years ago
- 6da5bfa remove nogus reload check by Guido van Rossum · 30 years ago
- a0d7a23 sys.check_interval=x -> sys.setcheckinterval(x) by Guido van Rossum · 30 years ago
- e791c2e Used new getargs interface; added {Get,Set}FileInfo. by Guido van Rossum · 30 years ago
- 9954699 1995 copyright by Guido van Rossum · 30 years ago
- 50620fa New newmethodobject() interface takes struct methodlist pointer by Guido van Rossum · 30 years ago
- 1f4fa50 Two independent chages: by Guido van Rossum · 30 years ago
- 0618651 Use new instancebinop interface by Guido van Rossum · 30 years ago
- 6a00cd8 * Python/bltinmodule.c: restructured coerce(), divmod(), pow() to by Guido van Rossum · 30 years ago
- a10f512 Grammar changed by Guido van Rossum · 30 years ago
- 5fb1da7 NT dlls have .pyd extension instead of .dll by Guido van Rossum · 30 years ago
- e7d444f * Objects/classobject.c: added 5th (function) parameter to by Guido van Rossum · 30 years ago
- cab650d * Objects/methodobject.c: changed drastically, the object now by Guido van Rossum · 30 years ago
- 5bd3805 Added __doc__ attribute (alias func_doc), initialized from first by Guido van Rossum · 30 years ago
- 8b14b4c initialize __doc__ to None by Guido van Rossum · 30 years ago
- 29ca26e added getattr(), supporting __doc__ and _name__ by Guido van Rossum · 30 years ago
- 016564a attribute-less object is AttributeError, not TypeError by Guido van Rossum · 30 years ago
- 5e56997 initmodule2 -> initmodule3 (with doc string) by Guido van Rossum · 30 years ago
- f9888eb totally revamped by Guido van Rossum · 30 years ago
- 9558825 do not call newmethodobject directly by Guido van Rossum · 30 years ago
- 3615aaf Changed since Grammar has changed by Guido van Rossum · 30 years ago
- 7a01389 add 5th arg to instancebinop by Guido van Rossum · 30 years ago
- 0908bac added func_doc by Guido van Rossum · 30 years ago
- 9dc8d0e added ml_doc and changed newmethodlist interface by Guido van Rossum · 30 years ago
- 6fde390 new tp_str and tp_doc members in type object by Guido van Rossum · 30 years ago
- 4a1da26 changed import to support NAME.NAME...NAME by Guido van Rossum · 30 years ago
- 03d4c26 New file -- creates FAQ.html. by Guido van Rossum · 30 years ago
- 227a0a1 Added 1995 to copyright message; added a few people to acks again... by Guido van Rossum · 30 years ago
- f456b6d Moved 1.1 and 1.1.1 news here by Guido van Rossum · 30 years ago
- e1130a4 Added clarifying comment by Guido van Rossum · 30 years ago
- 06ed202 sys.stderr(...) should be sys.stderr.write(), of course by Guido van Rossum · 30 years ago
- 31cce97 copyright.tex: Add 1995 to copyright message. by Guido van Rossum · 30 years ago
- e5f8b60 spam -> foo (etc.) in examples by Guido van Rossum · 30 years ago
- 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
- af5b83e README: changed URL format to <URL:...>; added section on Tk. by Guido van Rossum · 30 years ago
- efc8713 * Objects/mappingobject.c (mappingremove): don't call by Guido van Rossum · 30 years ago
- 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
- 437a0e6 Think 6.0 version by Guido van Rossum · 30 years ago
- d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
- 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
- 824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, by Guido van Rossum · 30 years ago
- 40b2cfb * Lib/mhlib.py: added movemessage(), copymessage(), added copy by Guido van Rossum · 30 years ago
- 76be6ed The usual changes when a release is nearing... by Guido van Rossum · 30 years ago
- a6c707c Posted as 1.18 by Guido van Rossum · 30 years ago
- a112470 Add hacks for switching protocol and path but leaving host unchanged by Guido van Rossum · 30 years ago
- eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
- 5505d56 Fixed 'propagate' method by Guido van Rossum · 30 years ago
- 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 30 years ago
- 66cb311 Lots of small things, see ChangeLog by Guido van Rossum · 30 years ago
- 31b7727 Ported the editor to X. The GL version won't work. by Sjoerd Mullender · 30 years ago
- 3ff4449 (py-compute-indentation): in `t' clause, watch for the by Barry Warsaw · 30 years ago
- 06fe7e5 Added comment symbols around word after #endif. by Sjoerd Mullender · 30 years ago
- 4359860 Let extensions start at the last period after the last slash in the name. by Sjoerd Mullender · 30 years ago
- 1cfb6b8 Can't remember the reason for the change, but it was necessary. :-) by Sjoerd Mullender · 30 years ago
- 1dfb7d7 Added libaifc.tex to list of library files. by Sjoerd Mullender · 30 years ago
- 0c63770 Ported to CodeWarrior by Jack Jansen · 30 years ago
- f93c72a New routines: by Jack Jansen · 30 years ago
- 34e7cae Unix functionality expected by python but missing from CodeWarrior by Jack Jansen · 30 years ago
- 97ce361 - Use PyErr_Mac for nicer exceptions by Jack Jansen · 30 years ago
- 0c097ea Ported to MetroWerks, which misses file-descriptor like functionality. by Jack Jansen · 30 years ago
- bac428d Enlarged version buffer (nobody expects the spanish inquisition:-) by Jack Jansen · 30 years ago
- c5b26f4 - PYTHONPATH is now \n-separated, so you can have directories with by Jack Jansen · 30 years ago
- fea7533 Added support for MetroWerks CodeWarrior compiler by Jack Jansen · 30 years ago