Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo (== for =) in assignment | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | |||||
* | fix bug in try-finally with class exceptions; declare different func ↵ | Guido van Rossum | 1995-02-17 | 1 | -6/+7 |
| | | | | pointers for different uses | ||||
* | Added hooks to support importing pyc code from a resource on the mac. | Jack Jansen | 1995-02-15 | 2 | -8/+47 |
| | |||||
* | call __import__() with 4 args instead of 1 | Guido van Rossum | 1995-02-14 | 2 | -2/+56 |
| | |||||
* | Added code to import dynamic modules using mac CFM. | Jack Jansen | 1995-02-13 | 1 | -2/+41 |
| | |||||
* | mac changes: | Jack Jansen | 1995-02-13 | 1 | -0/+8 |
| | | | | | | - Assume files of types 'PYC ' and 'APPL' are compiled python code - For mwerks, show status line when program has terminated while keeping window open. | ||||
* | use Py_CHARMASK | Guido van Rossum | 1995-02-10 | 3 | -6/+15 |
| | |||||
* | test for float to the float power here | Guido van Rossum | 1995-02-10 | 1 | -0/+5 |
| | |||||
* | DECREF result of run_string | Guido van Rossum | 1995-02-07 | 1 | -2/+3 |
| | |||||
* | init_frozen non-static, frozenmain.c not in Makefile any more | Guido van Rossum | 1995-02-07 | 2 | -2/+4 |
| | |||||
* | print class name for exceptions that are classes | Guido van Rossum | 1995-02-07 | 1 | -2/+14 |
| | |||||
* | Under CodeWarrior, make the window go away on exit(0) | Jack Jansen | 1995-02-02 | 1 | -0/+11 |
| | |||||
* | remove unused variable | Guido van Rossum | 1995-01-30 | 1 | -1/+0 |
| | |||||
* | fix glaring bug in get_magic | Guido van Rossum | 1995-01-30 | 1 | -2/+2 |
| | |||||
* | Think C mod to suppress pausing at normal exit | Guido van Rossum | 1995-01-30 | 1 | -0/+8 |
| | |||||
* | removed frozenmain.o from objects added to library | Guido van Rossum | 1995-01-26 | 1 | -2/+1 |
| | |||||
* | don't dictclear deleted modules in doneimport | Guido van Rossum | 1995-01-26 | 1 | -17/+22 |
| | |||||
* | allow classes as exceptions | Guido van Rossum | 1995-01-26 | 1 | -4/+26 |
| | |||||
* | make call_pyc_file static | Guido van Rossum | 1995-01-26 | 1 | -1/+4 |
| | |||||
* | added missing case to get_docstring | Guido van Rossum | 1995-01-26 | 1 | -2/+10 |
| | |||||
* | moved callable() to object.c | Guido van Rossum | 1995-01-26 | 1 | -29/+0 |
| | |||||
* | don't overwrite error already set (e.g. from O&) | Guido van Rossum | 1995-01-21 | 1 | -1/+3 |
| | |||||
* | removed getopt.o from OBJS | Guido van Rossum | 1995-01-20 | 1 | -1/+1 |
| | |||||
* | fix mem leak (localmap in optimize) | Guido van Rossum | 1995-01-20 | 1 | -0/+1 |
| | |||||
* | support "O&" taking an object constructor a void* | Guido van Rossum | 1995-01-20 | 1 | -2/+10 |
| | |||||
* | add missing INCREF in RAISE_EXCEPTION | Guido van Rossum | 1995-01-20 | 1 | -1/+2 |
| | |||||
* | don't use function prototypes | Guido van Rossum | 1995-01-20 | 1 | -1/+4 |
| | |||||
* | added changes for NetBSD dynamic linking; removed shared linking for NeXT | Guido van Rossum | 1995-01-20 | 1 | -3/+16 |
| | |||||
* | fix import related leaks | Guido van Rossum | 1995-01-20 | 2 | -17/+23 |
| | |||||
* | Undef strerror on the mac before redefining it | Jack Jansen | 1995-01-19 | 1 | -0/+1 |
| | |||||
* | added getopt.c to object, permanently | Guido van Rossum | 1995-01-17 | 1 | -1/+2 |
| | |||||
* | include rename2.h | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
| | |||||
* | rename method arg because of typedef conflict | Guido van Rossum | 1995-01-17 | 1 | -4/+4 |
| | |||||
* | fix Alpha bug in (x)range; different __builtins__ initialization | Guido van Rossum | 1995-01-17 | 1 | -8/+14 |
| | |||||
* | nt thread support | Guido van Rossum | 1995-01-17 | 2 | -0/+249 |
| | |||||
* | different init for __builtins__ | Guido van Rossum | 1995-01-17 | 1 | -2/+2 |
| | |||||
* | added $& to $(LIB) target for Sequent | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | |||||
* | use getbuiltins() everywhere, it defaults to getbuiltidict() | Guido van Rossum | 1995-01-12 | 3 | -3/+4 |
| | |||||
* | Include rename2.h | Guido van Rossum | 1995-01-12 | 1 | -0/+1 |
| | |||||
* | fix subtle refcount big in filter() -- Tim MacKenzie | Guido van Rossum | 1995-01-10 | 1 | -3/+6 |
| | |||||
* | move coerce() from bltinmodule.c to object.c and implement builtin_coerce() ↵ | Guido van Rossum | 1995-01-10 | 1 | -50/+7 |
| | | | | differently | ||||
* | fix globals/locals defaults for eval/execfile | Guido van Rossum | 1995-01-10 | 1 | -10/+10 |
| | |||||
* | __builtins__ mods (and sys_checkinterval for ceval.c) | Guido van Rossum | 1995-01-09 | 4 | -40/+82 |
| | |||||
* | Alpha OSF/1 fix | Guido van Rossum | 1995-01-09 | 1 | -1/+4 |
| | |||||
* | api version checking | Guido van Rossum | 1995-01-09 | 1 | -14/+16 |
| | |||||
* | 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 | 1 | -0/+13 |
| | |||||
* | 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 |
| |