]> granicus.if.org Git - python/shortlog
python
1996-08-21 Guido van RossumAdded documentation for PyObject_DelItem and PySequence...
1996-08-21 Guido van RossumSupport for old CPP
1996-08-21 Guido van RossumHacks to support being a Windows DLL
1996-08-21 Guido van RossumAdded PyObject_DelItem and PySequence_Del{Item,Slice}.
1996-08-21 Guido van RossumAdded delslice and delitem.
1996-08-21 Guido van RossumDemos for Fred's parser module
1996-08-21 Guido van RossumNT specific files supplied by Mark Hammond
1996-08-21 Guido van RossumMore efficient handling of "__doc__" lookup.
1996-08-21 Guido van RossumAdd explicit #undef _POSIX_THREADS for use on Solaris...
1996-08-21 Guido van RossumNew batch from Fred
1996-08-20 Guido van RossumAdded Vlad.
1996-08-20 Guido van RossumNew generic makefile by Jim F; drop pyimenu.el
1996-08-20 Guido van RossumMinor updates.
1996-08-20 Guido van Rossumtypo
1996-08-20 Guido van RossumAdd #define MAC_TCL for Mac.
1996-08-20 Guido van RossumGet rid of access statement
1996-08-20 Guido van RossumAttempt at Windows-NT compatibility.
1996-08-20 Guido van RossumAdd optional separator character to capwords(), for...
1996-08-20 Guido van Rossumdelattr() can raise AttributeError, not KeyError.
1996-08-20 Guido van RossumCorrect description of splitext().
1996-08-20 Guido van RossumAdded locking hacks for AIX
1996-08-20 Guido van RossumAdded print_exception() convenience function.
1996-08-20 Guido van RossumImproved tests; run twice, onece in normal mode, once...
1996-08-20 Guido van RossumBarry's 2.73
1996-08-20 Guido van RossumGet rid of debug print statements
1996-08-20 Guido van RossumDon't require <dlfcn.h> -- rely on existence of dlopen().
1996-08-20 Guido van RossumBarry's 2.72
1996-08-20 Barry Warsaw*** empty log message ***
1996-08-20 Guido van RossumWrite warning about exception in __del__ to stderr...
1996-08-20 Guido van Rossum*noconfig* -> *shared*.
1996-08-20 Guido van RossumSupport *shared* and *static* as aliases for *noconfig...
1996-08-20 Guido van RossumTest for xdrmem_create() failure.
1996-08-20 Guido van RossumInstall shared libs with executable mode -- needed...
1996-08-20 Guido van RossumMention warning for exception in __del__.
1996-08-20 Guido van RossumErase all memory of the access statement
1996-08-20 Jack JansenAdapted for cfm68k, new names and split off of qt.
1996-08-20 Jack JansenRationalized header files:
1996-08-20 Jack Jansen- Gave PPC shared libraries (and projects) .ppc in...
1996-08-20 Jack JansenAdded void before main
1996-08-20 Jack Jansen- Renamed USE_BGEN to USE_TOOLBOX
1996-08-20 Jack JansenRe-binhexed
1996-08-19 Guido van RossumChanges by Rob Hooft for GMP 2.0.2
1996-08-19 Guido van RossumDocument actual behavior of splitext().
1996-08-19 Guido van RossumDocumented class exceptions.
1996-08-19 Guido van RossumRemove mention of HAVE_CONFIG_H
1996-08-19 Guido van RossumAdded _xdr module
1996-08-19 Guido van RossumAdded imghdr,xdrlib; reformatted Makefile somewhat
1996-08-19 Guido van RossumRename __test() to _test().
1996-08-19 Guido van RossumXDR interface, evolved from Demo/rpc/xdr.py by Barry.
1996-08-19 Guido van RossumAdded note about standard library module xdrlib.py
1996-08-19 Guido van RossumAlways include config.h
1996-08-19 Guido van RossumMany little fixes:
1996-08-19 Guido van Rossumgetprogramname -> Py_GetProgramName.
1996-08-19 Guido van RossumRaise TypeError, not KeyError, on unknown keyword argument.
1996-08-19 Guido van RossumAdded *PyMarshal_WriteObjectToString() (moved the relev...
1996-08-19 Guido van RossumAdded declaration for *PyMarshal_WriteObjectToString().
1996-08-19 Guido van RossumAdd prototypes for c_sum() etc.
1996-08-19 Guido van RossumDeclare initregex() as returning void, as it should be.
1996-08-19 Guido van RossumRemove some unused variables.
1996-08-19 Guido van RossumDeclare a bunch of internal routines as returning void.
1996-08-19 Guido van RossumMade it palatable for K&R preprocessors. The spam...
1996-08-19 Guido van RossumRecognize *.sl and *.so as library (i.e. linker) arguments
1996-08-19 Guido van RossumIncorporate LDFLAGS calculated by configure (for -...
1996-08-19 Guido van RossumThe usual...
1996-08-19 Guido van RossumSeveral refinements:
1996-08-19 Guido van RossumAdd HAVE_OLD_CPP to list of known defines
1996-08-19 Guido van RossumMACHDEP and regen problem is now taken care of
1996-08-19 Guido van RossumSupport for keyword arguments (PyArg_ParseTupleAndKeywo...
1996-08-19 Guido van RossumChanges to make the file acceptable to K&R C compilers...
1996-08-19 Jack JansenFixed command-. handling
1996-08-19 Jack JansenFixed to work for ppc and cfm68k
1996-08-19 Jack JansenGuido:
1996-08-19 Jack JansenRemoved debug printf
1996-08-19 Jack JansenRemoved obsolete cfm68k ifdef (Guido)
1996-08-19 Jack JansenInclude config.h
1996-08-19 Jack JansenGuido:
1996-08-19 Jack JansenGuido: added some void's to declarations
1996-08-19 Jack JansenGuido: changed __sinit to __initialize for CFM68K.
1996-08-19 Jack JansenFixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and
1996-08-19 Jack JansenNo USE_MACSPEECH for CFM68K (the interface library...
1996-08-19 Jack JansenDummy SpinCursor() if __CFM68K__ is defined
1996-08-19 Jack JansenRemoved {Set,Get}SoundVol (old calls not supported...
1996-08-19 Jack JansenFixed viewrect/destrect calculation
1996-08-17 Guido van Rossumsite customization hook...
1996-08-16 Guido van RossumDon't test here for negative number to float power...
1996-08-16 Guido van RossumDon't die in resizestring() on filter(<func>, "").
1996-08-16 Guido van RossumTest for negative # to the nonintegral float power...
1996-08-16 Guido van Rossumregen for Next
1996-08-13 Guido van RossumChanges for Windows NT -- this time it works, with...
1996-08-12 Guido van RossumAdded routines to print, format and extract the current...
1996-08-12 Guido van RossumDisable support for access statement
1996-08-12 Guido van RossumDefine reference count admin debug functions to return...
1996-08-12 Guido van RossumAdded extern declarations for reference count admin...
1996-08-12 Barry Warsaw(py-no-outdent-re): Added return, break, raise, continu...
1996-08-09 Guido van RossumRenamed to pyerrors.h
1996-08-09 Guido van RossumSome improvements by Fred Drake.
1996-08-09 Guido van RossumSeparate .dvi and .ps targets.
1996-08-09 Guido van RossumAdded capitalize, capwords, lstrip, rstrip, and optiona...
1996-08-09 Guido van RossumAdded capwords, splitx, and optional 3rd argument to...
1996-08-09 Guido van RossumUse splitx() in capwords() (bugfix after interface...
next