summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Changes to accept double-quoted strings on input.Guido van Rossum1993-10-261-2/+4
* * filemodule.c: added writelines() -- analogous to readlines()Guido van Rossum1993-10-251-1/+2
* import.c: When something is wrong with the .pyc, properly open the .pySjoerd Mullender1993-10-251-26/+31
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-222-2/+2
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-221-7/+5
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-184-408/+538
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-181-6/+8
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-151-98/+112
* Added widget methods {Height,Width}{,MM}OfScreen.Sjoerd Mullender1993-10-121-1/+1
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-0/+8
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-059-20/+13
* * pythonmain.c: -k option, usage message, more environment flags.Guido van Rossum1993-06-243-8/+57
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-174-28/+27
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-252-21/+33
* * Lots of small changes related to access.Guido van Rossum1993-05-211-8/+49
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-205-59/+82
* Several changes in one:Guido van Rossum1993-05-196-649/+745
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-122-25/+1
* (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)Guido van Rossum1993-04-151-5/+14
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-2/+1
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-014-4/+130
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-303-35/+114
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-304-63/+221
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-2913-44/+118
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-164-39/+32
* bltinmodule.c: added round(x, [n]); coerce() of two class instancesGuido van Rossum1993-02-121-1/+30
* * stdwinmodule.c: various new commands: setwin{pos,size},Guido van Rossum1993-02-081-8/+18
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-051-8/+6
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-265-17/+53
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-95/+256
* ushdr_t was not defined so fill in its size instead of using sizeof.Sjoerd Mullender1993-01-131-2/+3
* Added error checking.Sjoerd Mullender1993-01-131-21/+82
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-091-1/+1
* Various changes.Sjoerd Mullender1993-01-062-6/+15
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-041-3/+6
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+4
* * classobject.c: in instance_lenth, test result of call_objectGuido van Rossum1992-11-262-0/+4
* * config.c: Added audioop to lists.Guido van Rossum1992-11-261-1/+32
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-183-4/+77
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-255-68/+72
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-121-91/+40
* Added C++ support in thread.h; don't use signals if not strictlySjoerd Mullender1992-09-111-5/+16
* Give code objects a more useful representation.Guido van Rossum1992-09-031-1/+18
* Add some debugging features if DEBUG definedGuido van Rossum1992-09-031-0/+10
* Add sys.exitfunc feature. Make askync non-static.Guido van Rossum1992-09-031-1/+20
* Add $PYTHONSTARTUP feature.Guido van Rossum1992-09-031-0/+10
* Add an optional interface to turn malloc debugging on and off.Guido van Rossum1992-09-031-0/+21
* newest versionSjoerd Mullender1992-09-021-91/+0
* adapted SV module to the new svideo library.Sjoerd Mullender1992-09-021-0/+91
* suppress unnecessary error message if too many arguments are passedGuido van Rossum1992-08-271-2/+5