summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify life for md5: include (slightly modified) md5.h and md5c.cGuido van Rossum1993-11-013-5/+414
* Restructured main loop. Etc.Guido van Rossum1993-11-011-174/+161
* Major rewrite with new read_* interfacesGuido van Rossum1993-11-011-155/+295
* Fix bug in backup inside esc sequence.Guido van Rossum1993-11-011-1/+3
* Changed redraw policy.Guido van Rossum1993-11-011-14/+24
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-014-18/+59
* Added Dates.py and Rev.pyGuido van Rossum1993-10-301-0/+2
* Initial revisionGuido van Rossum1993-10-302-0/+322
* Fix bug and use __init__Guido van Rossum1993-10-301-9/+4
* Initial revisionGuido van Rossum1993-10-285-0/+971
* * listobject.c (list_ass_slice): XDECREF instead of DECREF soGuido van Rossum1993-10-272-187/+128
* * lib3.tex (module string): added rindex().Guido van Rossum1993-10-276-42/+42
* Committing the correct graminit.c; also changed confusing comments in Grammar.Guido van Rossum1993-10-272-719/+701
* *** empty log message ***Guido van Rossum1993-10-272-5/+31
* Add coercionsGuido van Rossum1993-10-271-2/+12
* Initial revisionGuido van Rossum1993-10-271-0/+341
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-2612-708/+1641
* Add some necessary casts; use double quotes to represent strings inGuido van Rossum1993-10-261-14/+27
* Added rindex(). index() and rindex() interpret negative start indexGuido van Rossum1993-10-261-5/+41
* Work around a bug in the DEC alpha OSF/1 C preprocessor.Guido van Rossum1993-10-261-0/+3
* Changes to make range checks portable to 64-bit machines.Guido van Rossum1993-10-261-3/+21
* Changes to accept double-quoted strings on input.Guido van Rossum1993-10-262-3/+31
* Fix reference to undefined 'memsize' in calcnframes().Guido van Rossum1993-10-261-2/+2
* * filemodule.c: added writelines() -- analogous to readlines()Guido van Rossum1993-10-252-1/+44
* import.c: When something is wrong with the .pyc, properly open the .pySjoerd Mullender1993-10-252-34/+40
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-223-5/+5
* added builtin b/w compat module.Guido van Rossum1993-10-224-11/+25
* Added missing "import os" to pdb.help()Guido van Rossum1993-10-221-0/+1
* * profile.py, pdb.py: added help() functionGuido van Rossum1993-10-225-2/+93
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-2210-63/+216
* "exec" is now a statement. execfile() is obsolete.Guido van Rossum1993-10-182-0/+78
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-189-436/+585
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-183-24/+98
* intobject.c: Save references to small integers, so that they can beSjoerd Mullender1993-10-153-7/+95
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-153-104/+130
* Added widget methods {Height,Width}{,MM}OfScreen.Sjoerd Mullender1993-10-121-1/+1
* * Added support for X window interface.Sjoerd Mullender1993-10-121-0/+1
* * ref3.tex: added cross-ref to try statement for exc handler.Guido van Rossum1993-10-114-6/+34
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-1112-18/+150
* Not everyone has Guido's bin in his/her PATH...Sjoerd Mullender1993-10-112-6/+6
* Instead of single clicks, use double clicks to get the instance window.Sjoerd Mullender1993-10-012-0/+4
* WDB enhancement: Click once on a line with a class instance in theSjoerd Mullender1993-10-012-0/+48
* - VFile: moved decompression code to VideoParams (so it is alsoJack Jansen1993-09-282-14/+44
* Added ability to edit compressed movies.Jack Jansen1993-09-281-0/+3
* Sanity check for compress files.Jack Jansen1993-09-281-1/+1
* Added autoedit and cancel commands, removed debug outputJack Jansen1993-09-281-4/+9
* Don't import gl if not needed.Sjoerd Mullender1993-09-271-3/+10
* Implemented support for CDDB_PATH and CDDB_WRITE_DIR environmentSjoerd Mullender1993-09-272-20/+104
* Bug fix: check whether call succeeded *after* the call.Sjoerd Mullender1993-09-141-1/+1
* Fixed dealing with faulty COMM chunks.Sjoerd Mullender1993-08-261-3/+3