]> granicus.if.org Git - python/shortlog
python
1996-05-28 Guido van Rossumcapitalize H3 headers; add 'cgi.' prefix to example...
1996-05-28 Guido van Rossumadded * and + operators
1996-05-28 Guido van Rossumsee new configure.in
1996-05-28 Guido van RossumSome more header files and symbols.
1996-05-28 Guido van RossumAdded HAVE_ symbols for mkfifo, sigaction, sigrelse...
1996-05-28 Guido van Rossumconfig files for DOS and Windows (all versions, all...
1996-05-28 Guido van RossumAdded some comments to the top.
1996-05-28 Guido van RossumChanged NT -> MSC or WATCOM
1996-05-28 Guido van Rossumgrand renaming; added copyright to some files
1996-05-28 Guido van RossumPlug memory leak (variable names in code objects were...
1996-05-28 Guido van RossumAdded Py_GetPath (getpythonpath)
1996-05-28 Guido van Rossumminor fix to mime header regex --Sjoerd
1996-05-28 Guido van RossumAuto-install on first import.
1996-05-24 Guido van RossumUse ../install-sh to install files.
1996-05-24 Guido van RossumMade all c_* symbols static.
1996-05-24 Guido van Rossumrename more symbols
1996-05-24 Guido van Rossumrename exported symbols with _Py_ prefix
1996-05-24 Guido van Rossumrename exported symbols with _Py_ prefix
1996-05-24 Guido van Rossummake soundex_hash static
1996-05-24 Guido van RossumRemoved some done "to do" items.
1996-05-24 Guido van Rossumrename printrefs, getobjects to _Py_ prefix
1996-05-24 Guido van Rossummake some things static
1996-05-24 Guido van RossumOnly define PyOS_ReadlineInit if WITH_READLINE defined.
1996-05-24 Guido van Rossumrename parser internal symbols with _Py_ prefix
1996-05-24 Guido van Rossumdon't use NDEBUG
1996-05-24 Guido van RossumX11 install.sh script
1996-05-24 Guido van RossumRemoved most of the README text since it is all about...
1996-05-24 Guido van RossumFix typos (need to use tag_bind, not bind).
1996-05-23 Guido van RossumAdded mkfifo, ftruncate. Windows/PC changes.
1996-05-23 Guido van RossumBe more careful about default args.
1996-05-23 Guido van RossumUse struct _inittab def from import.h
1996-05-23 Guido van RossumAdded flock().
1996-05-23 Guido van RossumMicrosoft C changes
1996-05-23 Guido van RossumSubtle Windows changes
1996-05-23 Guido van RossumUse sigaction if possible
1996-05-23 Guido van RossumWindows/PC changes
1996-05-23 Guido van RossumAdded __doc__ strings. Added get_soundex().
1996-05-23 Guido van RossumWatcom changes.
1996-05-23 Guido van Rossumremoved verbose decl; added win3.1 dynamic linking.
1996-05-23 Guido van Rossummoved verbose decl to pydebug.h; added dos_8x3 feature
1996-05-23 Guido van RossumAdded copyright.
1996-05-23 Guido van Rossumremoved sime redundant header includes and decls.
1996-05-23 Guido van RossumRemoved some redundant header includes.
1996-05-23 Guido van Rossumnew debugger symbol names
1996-05-23 Guido van RossumTRACE_REFS -> Py_TRACE_REFS
1996-05-22 Guido van RossumAdded PySys_SetPath.
1996-05-22 Guido van RossumDon't declare Py_FatalError.
1996-05-22 Guido van RossumDefine DL_IMPORT if necessary.
1996-05-22 Guido van RossumAdded __WATCOMC__ as DOS compiler.
1996-05-22 Guido van RossumAdded decl for PyImport_Init.
1996-05-22 Guido van RossumUsed new names for PyBuiltin_GetDict, PyBuiltin_GetModule.
1996-05-22 Guido van RossumAdded PyFile_decls for PyFile_WriteObject, PyFile_SoftS...
1996-05-22 Guido van RossumDebug related variable/function definitions go here.
1996-05-22 Guido van RossumNon-trivial DL_IMPORT must now be defined in config.h.
1996-05-22 Guido van RossumUse new names for debug macros. Don't include pythonrun.h.
1996-05-22 Guido van RossumTRACE_REFS -> Py_TRACE_REFS.
1996-05-22 Guido van RossumAdded some visual enhancements of debugging ifdefs.
1996-05-22 Guido van RossumRemoved TRACE_REFS and REF_DEBUG b/w compat hacks ...
1996-05-21 Guido van RossumPlug memory leak in the previous fix :-(
1996-05-21 Guido van RossumFix obscure bug in string%mapping where the mapping...
1996-05-21 Guido van Rossummore changes copied from Grail
1996-05-20 Jack JansenModified for 1.3.3 distribution
1996-05-20 Jack JansenAdded splash method (to quickly display splash screen...
1996-05-20 Jack JansenAdded waste
1996-05-20 Jack JansenFixed callback handling on 68K machines.
1996-05-20 Jack Jansenre-binhexed for 1.3.3 distribution
1996-05-20 Jack JansenAdded waste and _tkinter modules
1996-05-20 Jack JansenRecreated tkpython.rsrc, upped version number
1996-05-20 Jack JansenAdded USE_WASTE define
1996-05-20 Jack JansenFixed up for 1.3.3 distribution, removed various old...
1996-05-20 Jack JansenExport OptResObj_{New,Convert}
1996-05-20 Jack JansenChanged for 1.3.3 distribution
1996-05-16 Guido van RossumRemember source filename as <module>.__file__.
1996-05-16 Guido van RossumMade Place.info == Pack.info
1996-05-16 Guido van RossumYet another mini fix to pack/grid info.
1996-05-16 Guido van RossumPatch from the net for 4.1 file handler changes.
1996-05-16 Guido van RossumAdd __sinit() call according to Jack.
1996-05-16 Guido van RossumSome more changes from the net... Typos, 4.0/4.1 issue...
1996-05-16 Guido van RossumResync with Grail's Tkinter.py.
1996-05-15 Guido van RossumSet the base for atoi() and atol() to 0, since we're...
1996-05-14 Guido van RossumAdded __name__ attribute to class instance method objects.
1996-05-08 Jack JansenAdded _id attribute to GrafPort objects (real id of...
1996-05-07 Jack JansenFixed reference to cr/lf problems
1996-05-07 Jack JansenA version of swed that can import html files. Also...
1996-05-07 Jack JansenAdded call to initialize standard (i.e. implemented...
1996-05-07 Jack JansenAdded support for callbacks (for embedded objects)
1996-05-02 Guido van RossumRemoved some spurios biindex calls.
1996-05-02 Guido van RossumAdded warning about behavior of open mode 'a' (or ...
1996-04-26 Guido van RossumRemoved broken tst.py
1996-04-23 Jack JansenAdded MenuItem methods setstyle(), seticon(), setmark()
1996-04-23 Jack JansenExtension to wed that handles styles, fonts and sizes
1996-04-23 Jack JansenMade style and soup handles optional
1996-04-19 Jack JansenAn interface to the WASTE textedit replacement library.
1996-04-19 Jack JansenKeep .exp files in cvs tree
1996-04-19 Jack JansenCopy .exp files to mwerks project directory too.
1996-04-19 Jack JansenAn example of waste
1996-04-19 Jack Jansen- Confine window moves to screen boundaries
1996-04-19 Jack JansenMinimal waste test program, modified from ttedit.
1996-04-19 Jack JansenAdded documentation on FrameWork, TextEdit and Waste
1996-04-19 Jack JansenUse FrameWork.windowbounds(), fixed idle routine
next