| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 10 | -10/+14 |
|
|
| * | * selectmodule.c (select_select): timeout argument may be None with same | Guido van Rossum | 1993-11-01 | 1 | -6/+12 |
|
|
| * | * fileobject.c (softspace): fix bug if called with NULL file. | Guido van Rossum | 1993-11-01 | 1 | -1/+1 |
|
|
| * | Hacks for NEXTSTEP. | Guido van Rossum | 1993-11-01 | 1 | -0/+5 |
|
|
| * | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 3 | -121/+42 |
|
|
| * | Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. | Guido van Rossum | 1993-11-01 | 1 | -0/+15 |
|
|
| * | Simplify life for md5: include (slightly modified) md5.h and md5c.c | Guido van Rossum | 1993-11-01 | 3 | -5/+414 |
|
|
| * | Restructured main loop. Etc. | Guido van Rossum | 1993-11-01 | 1 | -174/+161 |
|
|
| * | Major rewrite with new read_* interfaces | Guido van Rossum | 1993-11-01 | 1 | -155/+295 |
|
|
| * | Fix bug in backup inside esc sequence. | Guido van Rossum | 1993-11-01 | 1 | -1/+3 |
|
|
| * | Changed redraw policy. | Guido van Rossum | 1993-11-01 | 1 | -14/+24 |
|
|
| * | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 4 | -18/+59 |
|
|
| * | Added Dates.py and Rev.py | Guido van Rossum | 1993-10-30 | 1 | -0/+2 |
|
|
| * | Initial revision | Guido van Rossum | 1993-10-30 | 2 | -0/+322 |
|
|
| * | Fix bug and use __init__ | Guido van Rossum | 1993-10-30 | 1 | -9/+4 |
|
|
| * | Initial revision | Guido van Rossum | 1993-10-28 | 5 | -0/+971 |
|
|
| * | * listobject.c (list_ass_slice): XDECREF instead of DECREF so | Guido van Rossum | 1993-10-27 | 2 | -187/+128 |
|
|
| * | * lib3.tex (module string): added rindex(). | Guido van Rossum | 1993-10-27 | 6 | -42/+42 |
|
|
| * | Committing the correct graminit.c; also changed confusing comments in Grammar. | Guido van Rossum | 1993-10-27 | 2 | -719/+701 |
|
|
| * | *** empty log message *** | Guido van Rossum | 1993-10-27 | 2 | -5/+31 |
|
|
| * | Add coercions | Guido van Rossum | 1993-10-27 | 1 | -2/+12 |
|
|
| * | Initial revision | Guido van Rossum | 1993-10-27 | 1 | -0/+341 |
|
|
| * | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 12 | -708/+1641 |
|
|
| * | Add some necessary casts; use double quotes to represent strings in | Guido van Rossum | 1993-10-26 | 1 | -14/+27 |
|
|
| * | Added rindex(). index() and rindex() interpret negative start index | Guido van Rossum | 1993-10-26 | 1 | -5/+41 |
|
|
| * | Work around a bug in the DEC alpha OSF/1 C preprocessor. | Guido van Rossum | 1993-10-26 | 1 | -0/+3 |
|
|
| * | Changes to make range checks portable to 64-bit machines. | Guido van Rossum | 1993-10-26 | 1 | -3/+21 |
|
|
| * | Changes to accept double-quoted strings on input. | Guido van Rossum | 1993-10-26 | 2 | -3/+31 |
|
|
| * | Fix reference to undefined 'memsize' in calcnframes(). | Guido van Rossum | 1993-10-26 | 1 | -2/+2 |
|
|
| * | * filemodule.c: added writelines() -- analogous to readlines() | Guido van Rossum | 1993-10-25 | 2 | -1/+44 |
|
|
| * | import.c: When something is wrong with the .pyc, properly open the .py | Sjoerd Mullender | 1993-10-25 | 2 | -34/+40 |
|
|
| * | * import.c (MAGIC): Changed magic word to avoid confusion about exec | Guido van Rossum | 1993-10-22 | 3 | -5/+5 |
|
|
| * | added builtin b/w compat module. | Guido van Rossum | 1993-10-22 | 4 | -11/+25 |
|
|
| * | Added missing "import os" to pdb.help() | Guido van Rossum | 1993-10-22 | 1 | -0/+1 |
|
|
| * | * profile.py, pdb.py: added help() function | Guido van Rossum | 1993-10-22 | 5 | -2/+93 |
|
|
| * | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 10 | -63/+216 |
|
|
| * | "exec" is now a statement. execfile() is obsolete. | Guido van Rossum | 1993-10-18 | 2 | -0/+78 |
|
|
| * | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 9 | -436/+585 |
|
|
| * | * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is | Guido van Rossum | 1993-10-18 | 3 | -24/+98 |
|
|
| * | intobject.c: Save references to small integers, so that they can be | Sjoerd Mullender | 1993-10-15 | 3 | -7/+95 |
|
|
| * | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 3 | -104/+130 |
|
|
| * | Added widget methods {Height,Width}{,MM}OfScreen. | Sjoerd Mullender | 1993-10-12 | 1 | -1/+1 |
|
|
| * | * Added support for X window interface. | Sjoerd Mullender | 1993-10-12 | 1 | -0/+1 |
|
|
| * | * ref3.tex: added cross-ref to try statement for exc handler. | Guido van Rossum | 1993-10-11 | 4 | -6/+34 |
|
|
| * | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 12 | -18/+150 |
|
|
| * | Not everyone has Guido's bin in his/her PATH... | Sjoerd Mullender | 1993-10-11 | 2 | -6/+6 |
|
|
| * | Instead of single clicks, use double clicks to get the instance window. | Sjoerd Mullender | 1993-10-01 | 2 | -0/+4 |
|
|
| * | WDB enhancement: Click once on a line with a class instance in the | Sjoerd Mullender | 1993-10-01 | 2 | -0/+48 |
|
|
| * | - VFile: moved decompression code to VideoParams (so it is also | Jack Jansen | 1993-09-28 | 2 | -14/+44 |
|
|
| * | Added ability to edit compressed movies. | Jack Jansen | 1993-09-28 | 1 | -0/+3 |
|
|