Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add setdefscrollbars call | Guido van Rossum | 1994-10-08 | 1 | -0/+1 |
| | |||||
* | new version by Tim | Guido van Rossum | 1994-10-08 | 2 | -0/+496 |
| | |||||
* | totally redone for new overloading scheme | Guido van Rossum | 1994-10-08 | 1 | -60/+263 |
| | |||||
* | add warning about ultrix cc | Guido van Rossum | 1994-10-07 | 1 | -0/+5 |
| | |||||
* | Vgeneric -- used in frozen version | Guido van Rossum | 1994-10-07 | 1 | -0/+2 |
| | |||||
* | print gl variables | Guido van Rossum | 1994-10-07 | 1 | -0/+20 |
| | |||||
* | test cache | Guido van Rossum | 1994-10-07 | 2 | -0/+83 |
| | |||||
* | init -> __init__ | Guido van Rossum | 1994-10-07 | 2 | -3/+3 |
| | |||||
* | micro changes | Guido van Rossum | 1994-10-07 | 8 | -11/+10 |
| | |||||
* | moved my examples to subdir guido | Guido van Rossum | 1994-10-07 | 1 | -2/+1 |
| | |||||
* | Matt's examples | Guido van Rossum | 1994-10-07 | 33 | -0/+1876 |
| | |||||
* | Added Matt's examples | Guido van Rossum | 1994-10-07 | 1 | -0/+3 |
| | |||||
* | Moved older news to HISTORY file | Guido van Rossum | 1994-10-06 | 2 | -655/+659 |
| | |||||
* | Oops! version numbers again! | Guido van Rossum | 1994-10-06 | 4 | -4/+4 |
| | |||||
* | Oops -- version number! | Guido van Rossum | 1994-10-06 | 1 | -1/+1 |
| | |||||
* | Change status of fixed bugs | Guido van Rossum | 1994-10-06 | 1 | -5/+6 |
| | |||||
* | Hopefully the last edits for 1.1 | Guido van Rossum | 1994-10-06 | 3 | -38/+219 |
| | |||||
* | Add pointer to GPL-free MP library | Guido van Rossum | 1994-10-06 | 1 | -1/+6 |
| | |||||
* | For release 1.1 | Guido van Rossum | 1994-10-06 | 3 | -55/+329 |
| | |||||
* | Only require autoconf 1.8 | Guido van Rossum | 1994-10-06 | 1 | -1/+1 |
| | |||||
* | Micro portability changes | Guido van Rossum | 1994-10-06 | 2 | -1/+4 |
| | |||||
* | changed script interpreter | Barry Warsaw | 1994-10-06 | 1 | -1/+1 |
| | |||||
* | Removed this module (will be distributed with Jack's package) | Guido van Rossum | 1994-10-06 | 1 | -5/+0 |
| | |||||
* | Add simpler __getattr__ example and document __call__ | Guido van Rossum | 1994-10-06 | 2 | -4/+78 |
| | |||||
* | Added missing \end{datadesc}. | Sjoerd Mullender | 1994-10-06 | 2 | -0/+2 |
| | |||||
* | Removed description of class.init() method. | Guido van Rossum | 1994-10-06 | 2 | -44/+194 |
| | | | | Added news about new operator overloading and __getattr__ etc. | ||||
* | Moved author and date to boilerplate.tex. | Guido van Rossum | 1994-10-06 | 14 | -90/+132 |
| | | | | | | | Added copyright.tex to all files. Added descr of check_interval to libsys.tex. Corrected lotsa typos in tut.tex (thanks to George M. Sipe). Corrected mktuple (should be newtupleobject) example in ext.tex. | ||||
* | Lots of things added. README written (mostly). | Guido van Rossum | 1994-10-05 | 4 | -36/+352 |
| | |||||
* | Import posixpath for freeze script | Guido van Rossum | 1994-10-05 | 1 | -0/+1 |
| | |||||
* | Fix getpythonpath() fix; never #include frozen.c. | Guido van Rossum | 1994-10-05 | 1 | -4/+3 |
| | |||||
* | Save static pointer to malloc'ed buffer | Guido van Rossum | 1994-10-05 | 1 | -8/+8 |
| | |||||
* | Plug memory leak for code objects | Guido van Rossum | 1994-10-05 | 1 | -0/+1 |
| | |||||
* | Get rid of freeze (now its own directory). | Guido van Rossum | 1994-10-03 | 6 | -25/+345 |
| | | | | Added some new demos. Fixed a few others. | ||||
* | Don't search for *.so modules since we can't handle them! | Guido van Rossum | 1994-10-03 | 1 | -2/+1 |
| | |||||
* | Add check for unknown modules | Guido van Rossum | 1994-10-03 | 1 | -1/+7 |
| | |||||
* | Totally new "freeze" program. | Guido van Rossum | 1994-10-03 | 6 | -560/+561 |
| | |||||
* | Jack's last version (now I'm supposed to get it working :-) | Guido van Rossum | 1994-10-03 | 1 | -0/+576 |
| | |||||
* | Ignore empty markers. | Sjoerd Mullender | 1994-10-03 | 1 | -1/+5 |
| | |||||
* | Add files by Jack | Guido van Rossum | 1994-10-02 | 5 | -0/+2040 |
| | |||||
* | Make it work under MPW too. | Guido van Rossum | 1994-10-01 | 1 | -3/+2 |
| | |||||
* | Added documentation on the aifc module. | Sjoerd Mullender | 1994-09-29 | 4 | -0/+362 |
| | |||||
* | Fix bug in formatting of new questions | Guido van Rossum | 1994-09-29 | 1 | -1/+3 |
| | |||||
* | Got rid of history (was beginning to get silly). | Guido van Rossum | 1994-09-29 | 1 | -100/+10 |
| | | | | Removed a few diagram breaks since Kees' program is now cleverer | ||||
* | Cosmetic changes | Guido van Rossum | 1994-09-29 | 1 | -14/+17 |
| | |||||
* | config.c: add MacOS module | Guido van Rossum | 1994-09-29 | 2 | -38/+52 |
| | | | | macosmodule.c: lots of updates (though playing sound can still hang :-( ) | ||||
* | * Modules/xxmodule.c: integrated with xxobject.c by Jack | Guido van Rossum | 1994-09-29 | 3 | -13/+169 |
| | | | | * Modules/(posix,socket}module.c: more NT changes | ||||
* | * Python/ceval.c, Include/ceval.h: promote MakePendingCalls to | Guido van Rossum | 1994-09-29 | 2 | -10/+48 |
| | | | | | | | | | | global: Py_MakePendingCalls. Also guard against recursive calls * Include/classobject.h, Objects/classobject.c, Python/{ceval.c,bltinmodule.c}: entirely redone operator overloading. The rules for class instances are now much more relaxed than for other built-in types (whose coerce must still return two objects of the same type) | ||||
* | * Python/{modsupport.c,getargs.c,Makefile.in}, | Guido van Rossum | 1994-09-29 | 3 | -341/+588 |
| | | | | | | | Include/modsupport.h: moved getargs() to its own file and re-implemented it entirely to support optional arguments, multiple arguments without surrounding parentheses (when called as newgetargs()), and better error messages | ||||
* | * Python/errors.c (err_clear): clear interpreter stack trace | Guido van Rossum | 1994-09-29 | 1 | -1/+5 |
| | |||||
* | * Python/pythonrun.c: add string "Python" to fatal error message | Guido van Rossum | 1994-09-29 | 1 | -1/+1 |
| |