Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed dir statement. Function arguments may now be tests. | Guido van Rossum | 1990-10-26 | 2 | -517/+492 |
| | |||||
* | Added getmodulename() public interface. | Guido van Rossum | 1990-10-26 | 2 | -0/+12 |
| | |||||
* | Take out duplication of code in initmodule(). | Guido van Rossum | 1990-10-26 | 1 | -11/+2 |
| | |||||
* | Added prototype for reload_module. | Guido van Rossum | 1990-10-26 | 1 | -3/+1 |
| | |||||
* | Added reload() functionality. | Guido van Rossum | 1990-10-26 | 1 | -21/+66 |
| | |||||
* | Fix zero division checks: return if it occurs! | Guido van Rossum | 1990-10-26 | 1 | -3/+3 |
| | |||||
* | Reads of zero should be legal! | Guido van Rossum | 1990-10-26 | 1 | -1/+6 |
| | |||||
* | Added intobject.h and tupleobject.h includes. | Guido van Rossum | 1990-10-26 | 1 | -0/+2 |
| | |||||
* | Removed reference to minmax. | Guido van Rossum | 1990-10-26 | 2 | -2/+0 |
| | |||||
* | Re3moved reference to minmax. | Guido van Rossum | 1990-10-26 | 2 | -2/+0 |
| | |||||
* | Fix bug in rect.intersect(): empty rects beyond the first were | Guido van Rossum | 1990-10-26 | 2 | -16/+18 |
| | | | | ignored instead of making the outcome empty... | ||||
* | Initial revision | Guido van Rossum | 1990-10-25 | 4 | -0/+172 |
| | |||||
* | Generalized. | Guido van Rossum | 1990-10-25 | 2 | -60/+268 |
| | |||||
* | Generalizations. | Guido van Rossum | 1990-10-25 | 2 | -198/+188 |
| | |||||
* | Mad readfile() read the file in one fell swoop. | Guido van Rossum | 1990-10-24 | 1 | -1/+11 |
| | |||||
* | Changed use of stat. | Guido van Rossum | 1990-10-24 | 1 | -3/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-24 | 4 | -0/+942 |
| | |||||
* | New errors. | Guido van Rossum | 1990-10-21 | 7 | -126/+137 |
| | |||||
* | Changed strdup prototype to use const. | Guido van Rossum | 1990-10-21 | 1 | -1/+1 |
| | |||||
* | Added __dict to module getattr. | Guido van Rossum | 1990-10-21 | 1 | -6/+21 |
| | | | | New errors. | ||||
* | CHanged errors somewhat. | Guido van Rossum | 1990-10-21 | 1 | -3/+3 |
| | |||||
* | Added err_badcall() and planned new errors. | Guido van Rossum | 1990-10-21 | 2 | -0/+18 |
| | |||||
* | Added err_badcall(). | Guido van Rossum | 1990-10-21 | 1 | -0/+6 |
| | |||||
* | Use 'stat' module instead of hardcoding information from <sys/stat.h>. | Guido van Rossum | 1990-10-21 | 4 | -36/+17 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-21 | 1 | -0/+55 |
| | |||||
* | Set 'parent' field of new created subwindows so wdiff can implement | Guido van Rossum | 1990-10-21 | 2 | -2/+4 |
| | | | | 'close subwindows' command. | ||||
* | Make readfile read the file in one fell swoop. | Guido van Rossum | 1990-10-21 | 1 | -8/+2 |
| | |||||
* | Made posix_error back static as it should be. | Guido van Rossum | 1990-10-21 | 1 | -1/+1 |
| | |||||
* | Call asa_done() in goaway(). | Guido van Rossum | 1990-10-14 | 1 | -0/+7 |
| | |||||
* | Change posix_error() to call err_errno(). | Guido van Rossum | 1990-10-14 | 1 | -10/+2 |
| | |||||
* | New error handling in getattr(). | Guido van Rossum | 1990-10-14 | 2 | -5/+5 |
| | |||||
* | Removed declarations of err_badargs [sic] and err_nomem. | Guido van Rossum | 1990-10-14 | 1 | -2/+0 |
| | |||||
* | Move err_badarg() and err_nomme() to errors.c. | Guido van Rossum | 1990-10-14 | 1 | -16/+0 |
| | |||||
* | New error handling. | Guido van Rossum | 1990-10-14 | 1 | -36/+37 |
| | |||||
* | Made exception objects extern. | Guido van Rossum | 1990-10-14 | 2 | -14/+28 |
| | | | | Added convenience functions. | ||||
* | Adde dconvenience functions. | Guido van Rossum | 1990-10-14 | 1 | -0/+31 |
| | |||||
* | Remove dict2 interface -- it's now static. | Guido van Rossum | 1990-10-14 | 1 | -6/+0 |
| | |||||
* | (Some) new error handling. | Guido van Rossum | 1990-10-14 | 1 | -1/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 78 | -0/+13589 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 47 | -0/+5492 |
| | |||||
* | New names etc. | Guido van Rossum | 1990-10-07 | 1 | -6/+8 |
| | |||||
* | Added support for postscript output (*.ps). | Guido van Rossum | 1990-10-07 | 1 | -2/+11 |
| | |||||
* | Renamed intro and modules to tut and mod; added tbl to pipeline. | Guido van Rossum | 1990-09-18 | 1 | -7/+9 |
| | |||||
* | Warning about incompleteness. | Guido van Rossum | 1990-09-10 | 0 | -0/+0 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-08-09 | 2 | -0/+54 |