3346 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Guido van Rossum 3b716046a0 Committing the correct graminit.c; also changed confusing comments in Grammar. 33 years ago
Guido van Rossum 12d12c5faf * compile.[ch]: support for lambda() 33 years ago
Guido van Rossum 8054fad890 Changes to accept double-quoted strings on input. 33 years ago
Guido van Rossum 5a2a683e72 * filemodule.c: added writelines() -- analogous to readlines() 33 years ago
Sjoerd Mullender 52c1f51554 import.c: When something is wrong with the .pyc, properly open the .py 33 years ago
Guido van Rossum 89b3325dc4 * import.c (MAGIC): Changed magic word to avoid confusion about exec 33 years ago
Sjoerd Mullender 3bb8a05947 Several optimizations and speed improvements. 33 years ago
Guido van Rossum db3165e655 * bltinmodule.c: removed exec() built-in function. 33 years ago
Guido van Rossum cacd9579d4 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is 33 years ago
Guido van Rossum 21d335ed9e Makefile, import.c: Lance's alternative module search (allow .pyc file 33 years ago
Sjoerd Mullender cbaddb52ae Added widget methods {Height,Width}{,MM}OfScreen. 33 years ago
Sjoerd Mullender a9c3c22c33 * Extended X interface: pixmap objects, colormap objects visual objects, 33 years ago
Guido van Rossum f1dc566328 * Makefile: added all: and default: targets. 33 years ago
Guido van Rossum 9e90a672b4 * pythonmain.c: -k option, usage message, more environment flags. 33 years ago
Guido van Rossum 234f942aef * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 33 years ago
Guido van Rossum eb6b33a837 * classobject.c: in instance_getattr, don't make a method out of a 33 years ago
Guido van Rossum b3f7258f14 * Lots of small changes related to access. 33 years ago
Guido van Rossum 81daa32c15 Access checks now work, at least for instance data (not for methods 33 years ago
Guido van Rossum 25831652fd Several changes in one: 33 years ago
Guido van Rossum 6ac258d381 * pythonrun.c: Print exception type+arg *after* stack trace instead of 33 years ago
Guido van Rossum acbe8da4f8 (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) 33 years ago
Guido van Rossum 9575a44575 * Microscopic corrections to make things compile on the Cray APP. 33 years ago
Guido van Rossum f56e3db1dd Support for frozen scripts; added -i option. 33 years ago
Guido van Rossum 5b7221849e * Fixed some subtleties with fastlocals. You can no longer access 33 years ago
Guido van Rossum 8b17d6bd89 Changes to speed up local variables enormously, by avoiding dictionary 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum e537240c25 * Changed many files to use mkvalue() instead of newtupleobject(). 33 years ago
Guido van Rossum 9e51f9bec8 bltinmodule.c: added round(x, [n]); coerce() of two class instances 34 years ago
Guido van Rossum bf80e5407f * stdwinmodule.c: various new commands: setwin{pos,size}, 34 years ago
Guido van Rossum 6f5afc9a73 * ceval.c: ifdef out the last argument passing compat hack. 34 years ago
Guido van Rossum 34679b7661 * Added Fixcprt.py: script to fix copyright message. 34 years ago
Guido van Rossum 0b0db8e3a0 Added separate main program for the Mac: macmain.c 34 years ago
Sjoerd Mullender 76ab5feb45 ushdr_t was not defined so fill in its size instead of using sizeof. 34 years ago
Sjoerd Mullender e89341250d Added error checking. 34 years ago
Guido van Rossum 775f4dacbc * Makefile: use cp -r to install the library 34 years ago
Sjoerd Mullender ed59d205a9 Various changes. 34 years ago
Guido van Rossum a2b7f40513 * Configure.py: use #!/usr/local/bin/python 34 years ago
Guido van Rossum 5f59d6018e * mymalloc.h: always allocate one extra byte, since some malloc's 34 years ago
Guido van Rossum d014ea6b5e * classobject.c: in instance_lenth, test result of call_object 34 years ago
Guido van Rossum c89705d697 * config.c: Added audioop to lists. 34 years ago
Guido van Rossum a9e7dc1081 * bltinmodule.c: added built-in function cmp(a, b) 34 years ago
Guido van Rossum 3165fe6a56 Modified most (but not yet all) I/O to always go through sys.stdout or 34 years ago
Guido van Rossum 1899c2e055 Made builtins int(), long(), float(), oct() and hex() more generic. 34 years ago
Sjoerd Mullender d10d8291f1 Added C++ support in thread.h; don't use signals if not strictly 34 years ago
Guido van Rossum 2dff991f6b Give code objects a more useful representation. 34 years ago
Guido van Rossum 99bec95482 Add some debugging features if DEBUG defined 34 years ago
Guido van Rossum 59bff399a0 Add sys.exitfunc feature. Make askync non-static. 34 years ago
Guido van Rossum da8cd8638f Add $PYTHONSTARTUP feature. 34 years ago
Guido van Rossum 14b4adbd33 Add an optional interface to turn malloc debugging on and off. 34 years ago
Sjoerd Mullender 2179945eec newest version 34 years ago