| Commit message (Expand) | Author | Age | Files | Lines |
* | Added PySys_SetPath. | Guido van Rossum | 1996-05-22 | 1 | -0/+1 |
|
|
* | Don't declare Py_FatalError. | Guido van Rossum | 1996-05-22 | 1 | -1/+2 |
|
|
* | Define DL_IMPORT if necessary. | Guido van Rossum | 1996-05-22 | 1 | -1/+6 |
|
|
* | Added __WATCOMC__ as DOS compiler. | Guido van Rossum | 1996-05-22 | 1 | -1/+1 |
|
|
* | Added decl for PyImport_Init. | Guido van Rossum | 1996-05-22 | 1 | -2/+6 |
|
|
* | Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule. | Guido van Rossum | 1996-05-22 | 1 | -2/+3 |
|
|
* | Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, | Guido van Rossum | 1996-05-22 | 1 | -0/+3 |
|
|
* | Debug related variable/function definitions go here. | Guido van Rossum | 1996-05-22 | 1 | -0/+40 |
|
|
* | Non-trivial DL_IMPORT must now be defined in config.h. | Guido van Rossum | 1996-05-22 | 1 | -17/+16 |
|
|
* | Use new names for debug macros. Don't include pythonrun.h. | Guido van Rossum | 1996-05-22 | 1 | -6/+5 |
|
|
* | TRACE_REFS -> Py_TRACE_REFS. | Guido van Rossum | 1996-05-22 | 1 | -1/+5 |
|
|
* | Added some visual enhancements of debugging ifdefs. | Guido van Rossum | 1996-05-22 | 1 | -5/+11 |
|
|
* | Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work. | Guido van Rossum | 1996-05-22 | 1 | -8/+2 |
|
|
* | Plug memory leak in the previous fix :-( | Guido van Rossum | 1996-05-21 | 1 | -1/+0 |
|
|
* | Fix obscure bug in string%mapping where the mapping creates its items | Guido van Rossum | 1996-05-21 | 1 | -21/+12 |
|
|
* | more changes copied from Grail | Guido van Rossum | 1996-05-21 | 2 | -60/+98 |
|
|
* | Modified for 1.3.3 distribution | Jack Jansen | 1996-05-20 | 1 | -17/+10 |
|
|
* | Added splash method (to quickly display splash screen without first | Jack Jansen | 1996-05-20 | 1 | -0/+20 |
|
|
* | Added waste | Jack Jansen | 1996-05-20 | 1 | -0/+6 |
|
|
* | Fixed callback handling on 68K machines. | Jack Jansen | 1996-05-20 | 2 | -16/+22 |
|
|
* | re-binhexed for 1.3.3 distribution | Jack Jansen | 1996-05-20 | 6 | -237/+239 |
|
|
* | Added waste and _tkinter modules | Jack Jansen | 1996-05-20 | 1 | -0/+2 |
|
|
* | Recreated tkpython.rsrc, upped version number | Jack Jansen | 1996-05-20 | 4 | -3486/+3567 |
|
|
* | Added USE_WASTE define | Jack Jansen | 1996-05-20 | 1 | -0/+1 |
|
|
* | Fixed up for 1.3.3 distribution, removed various old (and nuused) | Jack Jansen | 1996-05-20 | 19 | -8984/+5114 |
|
|
* | Export OptResObj_{New,Convert} | Jack Jansen | 1996-05-20 | 1 | -0/+2 |
|
|
* | Changed for 1.3.3 distribution | Jack Jansen | 1996-05-20 | 2 | -17/+144 |
|
|
* | Remember source filename as <module>.__file__. | Guido van Rossum | 1996-05-16 | 1 | -0/+3 |
|
|
* | Made Place.info == Pack.info | Guido van Rossum | 1996-05-16 | 2 | -2/+20 |
|
|
* | Yet another mini fix to pack/grid info. | Guido van Rossum | 1996-05-16 | 2 | -4/+4 |
|
|
* | Patch from the net for 4.1 file handler changes. | Guido van Rossum | 1996-05-16 | 1 | -1/+19 |
|
|
* | Add __sinit() call according to Jack. | Guido van Rossum | 1996-05-16 | 1 | -0/+1 |
|
|
* | Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke(). | Guido van Rossum | 1996-05-16 | 2 | -10/+50 |
|
|
* | Resync with Grail's Tkinter.py. | Guido van Rossum | 1996-05-16 | 2 | -390/+680 |
|
|
* | Set the base for atoi() and atol() to 0, since we're reading Python | Guido van Rossum | 1996-05-15 | 1 | -3/+3 |
|
|
* | Added __name__ attribute to class instance method objects. | Guido van Rossum | 1996-05-14 | 1 | -7/+15 |
|
|
* | Added _id attribute to GrafPort objects (real id of grafport, numeric) | Jack Jansen | 1996-05-08 | 2 | -3/+6 |
|
|
* | Fixed reference to cr/lf problems | Jack Jansen | 1996-05-07 | 1 | -2/+2 |
|
|
* | A version of swed that can import html files. Also demonstrates | Jack Jansen | 1996-05-07 | 1 | -0/+826 |
|
|
* | Added call to initialize standard (i.e. implemented in C) embedded | Jack Jansen | 1996-05-07 | 1 | -0/+1 |
|
|
* | Added support for callbacks (for embedded objects) | Jack Jansen | 1996-05-07 | 3 | -4/+453 |
|
|
* | Removed some spurios biindex calls. | Guido van Rossum | 1996-05-02 | 2 | -8/+22 |
|
|
* | Added warning about behavior of open mode 'a' (or 'a+'). | Guido van Rossum | 1996-05-02 | 2 | -2/+8 |
|
|
* | Removed broken tst.py | Guido van Rossum | 1996-04-26 | 1 | -80/+0 |
|
|
* | Added MenuItem methods setstyle(), seticon(), setmark() | Jack Jansen | 1996-04-23 | 1 | -0/+12 |
|
|
* | Extension to wed that handles styles, fonts and sizes | Jack Jansen | 1996-04-23 | 1 | -0/+627 |
|
|
* | Made style and soup handles optional | Jack Jansen | 1996-04-23 | 3 | -17/+27 |
|
|
* | An interface to the WASTE textedit replacement library. | Jack Jansen | 1996-04-19 | 2 | -209/+565 |
|
|
* | Keep .exp files in cvs tree | Jack Jansen | 1996-04-19 | 9 | -0/+38 |
|
|
* | Copy .exp files to mwerks project directory too. | Jack Jansen | 1996-04-19 | 1 | -6/+27 |
|
|