]> granicus.if.org Git - python/shortlog
python
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...
1996-08-09 Guido van RossumSuggest using default values for __init__ arguments...
1996-08-09 Guido van RossumGet rid of parrot dropping (spurious 'E')
1996-08-09 Guido van RossumAdded doco for abstract interface
1996-08-09 Guido van RossumAdded footnote about lamda bodies being the same as...
1996-08-09 Guido van RossumAdd warning about exceptions in __del__ being ignored.
1996-08-09 Guido van RossumInsert "./" in front of pathname when it contains no...
1996-08-09 Guido van RossumOptimizations by Sjoerd:
1996-08-09 Guido van RossumSupport for tp_getattro, tp_setattro (Sjoerd)
1996-08-09 Guido van RossumUse pre-created string objects for most common exceptions
1996-08-09 Guido van RossumCorrect wrong calculation of pow(0.0, 0.0, negative_number)
1996-08-09 Guido van RossumAdded tp_getattro, tp_setattro (Sjoerd)
1996-08-09 Guido van RossumNew AIX-NOTES
1996-08-09 Guido van RossumNew AIX-NOTES
1996-08-08 Guido van RossumThis is the third time I check in this change :-(
1996-08-08 Guido van RossumInclude "mymath.h" instead of manually declaring math...
1996-08-08 Guido van RossumAdded lstrip() and rstrip().
1996-08-08 Guido van RossumNeed config.h (for Win etc.)
1996-08-08 Guido van RossumAdded hack to get it to compile on AIX.
1996-08-08 Guido van RossumRearrange include headers (needed on some platforms).
1996-08-08 Guido van RossumHack for Mac (where fabs is not usable as a function...
1996-08-08 Guido van RossumAdd optional casts to free() calls. (Jack)
1996-08-08 Guido van RossumRationalized instructions for _tkinter.c
1996-08-08 Guido van RossumAlso remove *.sl (AIX shared libs) in make clean.
1996-08-08 Guido van RossumRemoved
1996-08-08 Guido van RossumLatest AIX changes from Vlad
1996-08-08 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.4b2
1996-08-08 Guido van RossumRe-install aix files (what happened?)
1996-08-08 Guido van Rossumremoved old file
1996-08-08 Guido van RossumChanges necessary for AIX.
1996-08-08 Guido van RossumAdded casts from unsigned char to char when calling...
1996-08-08 Guido van RossumRemoved unused var; added error check for ``lambda...
1996-08-08 Guido van RossumInclude mymath.h instead of declaring prototypes for...
1996-08-08 Guido van RossumCorrectly use Py_PROTO, not obsolete PROTO.
1996-08-08 Guido van RossumRenamed errors. -> pyerrors.h (for Mac, where Errors...
next