summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DECREF pi and e after inserting in symbol table.Guido van Rossum1990-11-181-2/+4
|
* Add extra DECREF.Guido van Rossum1990-11-181-0/+1
|
* Compile class definitions.Guido van Rossum1990-11-181-27/+176
| | | | | | Document and fix code generation for try statements. Use two bytes for all arguments. Avoid duplicate entries in lists of constants and names.
* Free parse tree after compiling.Guido van Rossum1990-11-181-169/+171
| | | | | | Added support for class definitions. Reorganized main interpreter loop to fetch op and arg once at the head. Use two bytes for arguments (see ceval.c).
* Fixed resizestring() to work if reference tracing is turned on.Guido van Rossum1990-11-181-6/+13
| | | | | The realloc() call would move the list head without fixing the pointers to in the the chain of allocated objects...
* Moved configuration-dependent initializations (etc.) to config_*.cGuido van Rossum1990-11-181-154/+9
|
* Initial revisionGuido van Rossum1990-11-183-0/+3175
|
* Add UNREF macro if not tracing refs (see UNREF function in object.c).Guido van Rossum1990-11-181-0/+1
|
* Increment line number for continuation lines.Guido van Rossum1990-11-091-0/+1
|
* Reformulated err_badarg error message.Guido van Rossum1990-11-091-1/+1
|
* Turn close commands into WE_CLOSE events.Guido van Rossum1990-11-061-13/+7
| | | | Remove (broken) compatibility hacks from cutbuffer interface.
* Initial revisionGuido van Rossum1990-11-0510-0/+812
|
* *** empty log message ***Guido van Rossum1990-11-0510-424/+430
|
* Be more careful with negative reference counts.Guido van Rossum1990-11-021-3/+3
|
* Added provision for THINK C which doesn't have sys_nerrors or sys_errlist.Guido van Rossum1990-11-021-1/+6
|
* Moved prototyes for fmod and pow, and don't use them for THINK C.Guido van Rossum1990-11-021-2/+5
|
* Added prototype for strerror.Guido van Rossum1990-11-021-0/+2
|
* Removed redundant prototype for err_nomem().Guido van Rossum1990-11-021-2/+4
| | | | Added check for negative refcnt in DELREF.
* Added new event types and selection types.Guido van Rossum1990-10-312-0/+20
|
* Added S_IMODE() to strip the file type (S_IFMT) from a mode.Guido van Rossum1990-10-311-0/+2
|
* Initial revisionGuido van Rossum1990-10-314-0/+226
|
* Changed resizing functionality.Guido van Rossum1990-10-312-4/+6
|
* removed resizing functionality.Guido van Rossum1990-10-312-28/+12
|
* Separated out resizing functionality.Guido van Rossum1990-10-312-14/+10
|
* Added w.setwincursor(), selection, and new cut buffer interface.Guido van Rossum1990-10-301-5/+103
|
* Change set/getcutbuffer to use the new stdwin interface.Guido van Rossum1990-10-301-4/+8
| | | | This makes it possible to cut/paste strings wuth embedded null bytes.
* Added prototype to declaration of strerror().Guido van Rossum1990-10-301-1/+1
|
* Added prototype for sortlist().Guido van Rossum1990-10-301-0/+1
|
* Added external interface to sort a list.Guido van Rossum1990-10-301-0/+15
|
* Added some prototypes.Guido van Rossum1990-10-301-2/+2
|
* Added getdictkeys() prototype.Guido van Rossum1990-10-301-0/+1
|
* removed dir statement. Function arguments may now be tests.Guido van Rossum1990-10-262-517/+492
|
* Added getmodulename() public interface.Guido van Rossum1990-10-262-0/+12
|
* Take out duplication of code in initmodule().Guido van Rossum1990-10-261-11/+2
|
* Added prototype for reload_module.Guido van Rossum1990-10-261-3/+1
|
* Added reload() functionality.Guido van Rossum1990-10-261-21/+66
|
* Fix zero division checks: return if it occurs!Guido van Rossum1990-10-261-3/+3
|
* Reads of zero should be legal!Guido van Rossum1990-10-261-1/+6
|
* Added intobject.h and tupleobject.h includes.Guido van Rossum1990-10-261-0/+2
|
* Removed reference to minmax.Guido van Rossum1990-10-262-2/+0
|
* Re3moved reference to minmax.Guido van Rossum1990-10-262-2/+0
|
* Fix bug in rect.intersect(): empty rects beyond the first wereGuido van Rossum1990-10-262-16/+18
| | | | ignored instead of making the outcome empty...
* Initial revisionGuido van Rossum1990-10-254-0/+172
|
* Generalized.Guido van Rossum1990-10-252-60/+268
|
* Generalizations.Guido van Rossum1990-10-252-198/+188
|
* Mad readfile() read the file in one fell swoop.Guido van Rossum1990-10-241-1/+11
|
* Changed use of stat.Guido van Rossum1990-10-241-3/+3
|
* Initial revisionGuido van Rossum1990-10-244-0/+942
|
* New errors.Guido van Rossum1990-10-217-126/+137
|
* Changed strdup prototype to use const.Guido van Rossum1990-10-211-1/+1
|