1996-05-28 |
Guido van Rossum | capitalize H3 headers; add 'cgi.' prefix to example... |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | added * and + operators |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | see new configure.in |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | Some more header files and symbols. |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | Added HAVE_ symbols for mkfifo, sigaction, sigrelse... |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | config files for DOS and Windows (all versions, all... |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | Added some comments to the top. |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | Changed NT -> MSC or WATCOM |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | grand renaming; added copyright to some files |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | Plug memory leak (variable names in code objects were... |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | Added Py_GetPath (getpythonpath) |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | minor fix to mime header regex --Sjoerd |
commit | commitdiff | tree | snapshot |
1996-05-28 |
Guido van Rossum | Auto-install on first import. |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | Use ../install-sh to install files. |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | Made all c_* symbols static. |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | rename more symbols |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | rename exported symbols with _Py_ prefix |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | rename exported symbols with _Py_ prefix |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | make soundex_hash static |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | Removed some done "to do" items. |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | rename printrefs, getobjects to _Py_ prefix |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | make some things static |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | Only define PyOS_ReadlineInit if WITH_READLINE defined. |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | rename parser internal symbols with _Py_ prefix |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | don't use NDEBUG |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | X11 install.sh script |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | Removed most of the README text since it is all about... |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Guido van Rossum | Fix typos (need to use tag_bind, not bind). |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Added mkfifo, ftruncate. Windows/PC changes. |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Be more careful about default args. |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Use struct _inittab def from import.h |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Added flock(). |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Microsoft C changes |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Subtle Windows changes |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Use sigaction if possible |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Windows/PC changes |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Added __doc__ strings. Added get_soundex(). |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Watcom changes. |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | removed verbose decl; added win3.1 dynamic linking. |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | moved verbose decl to pydebug.h; added dos_8x3 feature |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Added copyright. |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | removed sime redundant header includes and decls. |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | Removed some redundant header includes. |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | new debugger symbol names |
commit | commitdiff | tree | snapshot |
1996-05-23 |
Guido van Rossum | TRACE_REFS -> Py_TRACE_REFS |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Added PySys_SetPath. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Don't declare Py_FatalError. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Define DL_IMPORT if necessary. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Added __WATCOMC__ as DOS compiler. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Added decl for PyImport_Init. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Added PyFile_decls for PyFile_WriteObject, PyFile_SoftS... |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Debug related variable/function definitions go here. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Non-trivial DL_IMPORT must now be defined in config.h. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Use new names for debug macros. Don't include pythonrun.h. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | TRACE_REFS -> Py_TRACE_REFS. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Added some visual enhancements of debugging ifdefs. |
commit | commitdiff | tree | snapshot |
1996-05-22 |
Guido van Rossum | Removed TRACE_REFS and REF_DEBUG b/w compat hacks ... |
commit | commitdiff | tree | snapshot |
1996-05-21 |
Guido van Rossum | Plug memory leak in the previous fix :-( |
commit | commitdiff | tree | snapshot |
1996-05-21 |
Guido van Rossum | Fix obscure bug in string%mapping where the mapping... |
commit | commitdiff | tree | snapshot |
1996-05-21 |
Guido van Rossum | more changes copied from Grail |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Modified for 1.3.3 distribution |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Added splash method (to quickly display splash screen... |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Added waste |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Fixed callback handling on 68K machines. |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | re-binhexed for 1.3.3 distribution |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Added waste and _tkinter modules |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Recreated tkpython.rsrc, upped version number |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Added USE_WASTE define |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Fixed up for 1.3.3 distribution, removed various old... |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Export OptResObj_{New,Convert} |
commit | commitdiff | tree | snapshot |
1996-05-20 |
Jack Jansen | Changed for 1.3.3 distribution |
commit | commitdiff | tree | snapshot |
1996-05-16 |
Guido van Rossum | Remember source filename as <module>.__file__. |
commit | commitdiff | tree | snapshot |
1996-05-16 |
Guido van Rossum | Made Place.info == Pack.info |
commit | commitdiff | tree | snapshot |
1996-05-16 |
Guido van Rossum | Yet another mini fix to pack/grid info. |
commit | commitdiff | tree | snapshot |
1996-05-16 |
Guido van Rossum | Patch from the net for 4.1 file handler changes. |
commit | commitdiff | tree | snapshot |
1996-05-16 |
Guido van Rossum | Add __sinit() call according to Jack. |
commit | commitdiff | tree | snapshot |
1996-05-16 |
Guido van Rossum | Some more changes from the net... Typos, 4.0/4.1 issue... |
commit | commitdiff | tree | snapshot |
1996-05-16 |
Guido van Rossum | Resync with Grail's Tkinter.py. |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Guido van Rossum | Set the base for atoi() and atol() to 0, since we're... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Guido van Rossum | Added __name__ attribute to class instance method objects. |
commit | commitdiff | tree | snapshot |
1996-05-08 |
Jack Jansen | Added _id attribute to GrafPort objects (real id of... |
commit | commitdiff | tree | snapshot |
1996-05-07 |
Jack Jansen | Fixed reference to cr/lf problems |
commit | commitdiff | tree | snapshot |
1996-05-07 |
Jack Jansen | A version of swed that can import html files. Also... |
commit | commitdiff | tree | snapshot |
1996-05-07 |
Jack Jansen | Added call to initialize standard (i.e. implemented... |
commit | commitdiff | tree | snapshot |
1996-05-07 |
Jack Jansen | Added support for callbacks (for embedded objects) |
commit | commitdiff | tree | snapshot |
1996-05-02 |
Guido van Rossum | Removed some spurios biindex calls. |
commit | commitdiff | tree | snapshot |
1996-05-02 |
Guido van Rossum | Added warning about behavior of open mode 'a' (or ... |
commit | commitdiff | tree | snapshot |
1996-04-26 |
Guido van Rossum | Removed broken tst.py |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Jack Jansen | Added MenuItem methods setstyle(), seticon(), setmark() |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Jack Jansen | Extension to wed that handles styles, fonts and sizes |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Jack Jansen | Made style and soup handles optional |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | An interface to the WASTE textedit replacement library. |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | Keep .exp files in cvs tree |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | Copy .exp files to mwerks project directory too. |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | An example of waste |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | - Confine window moves to screen boundaries |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | Minimal waste test program, modified from ttedit. |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | Added documentation on FrameWork, TextEdit and Waste |
commit | commitdiff | tree | snapshot |
1996-04-19 |
Jack Jansen | Use FrameWork.windowbounds(), fixed idle routine |
commit | commitdiff | tree | snapshot |
next |