]> granicus.if.org Git - python/shortlog
python
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...
1996-08-08 Guido van RossumTypo: PySequence_Lenth -> PySequence_Length.
1996-08-08 Guido van RossumFor method=POST, append a query string from the environ...
1996-08-08 Guido van RossumAdd optional third parameter to split() and splitfields...
1996-08-08 Guido van RossumChanged split() to be compatible with changes to string...
1996-08-08 Guido van RossumSlight update of doc string -- suggest default args...
1996-08-08 Guido van RossumRestore 1.3 behavior of gettempdir(): if tempdir is...
1996-08-08 Guido van RossumDon't use 'false'; use '0'.
1996-08-08 Guido van Rossumstupid typo in latest fix ('Name' should be 'name')
1996-08-08 Guido van RossumNeed to import * from types
1996-08-08 Guido van RossumAdded test for math module
1996-08-08 Guido van RossumUse fcntl.h instead of sys/fcntl.h; use h2py.py from...
1996-08-08 Guido van RossumNew AIX specific subdirs
1996-08-07 Jack JansenChanged to use 8-byte doubles. Also re-enabled optimiza...
1996-08-07 Jack JansenMoved build.html to building.html
1996-08-06 Jack JansenChanged instructions for new releases of cwgusi, waste...
1996-08-06 Jack JansenNew releases of CWGUSI, Waste and Tcl/Tk.
1996-08-06 Jack JansenUpdated for new tcl/tk release
1996-08-06 Jack JansenGUSI mkdir() lost its dummy second arg
1996-08-06 Jack JansenNew waste release
1996-08-06 Jack JansenUpgraded to Waste 1.2f
1996-08-06 Barry Warsaw#updated commentary
1996-08-06 Barry Warsaw(py-menu): Create default value
1996-08-05 Barry Warsaw(py-forward-into-nomenclature): Slightly better regex...
1996-08-05 Jack Jansenrebinhexed
1996-08-05 Jack JansenBuild instructions for source distribution that were...
1996-08-02 Barry Warsaw(py-electric-colon): Use (py-next-statement -1) instead of
1996-08-02 Jack JansenRemoved references to mactcp, macdnr and stdwin modules
1996-08-02 Jack Jansen1.4b2 projects
1996-08-02 Jack JansenUpped version number, rebinhexed everything
1996-08-02 Jack JansenGuido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix...
1996-08-02 Jack JansenRegenerated
1996-08-02 Jack JansenRegenerated from CW9 includes (only QuickDraw really...
1996-08-02 Jack JansenPyMac_BuildNumVersion added
1996-08-01 Barry Warsaw#updated comments
1996-08-01 Barry Warsaw(python-mode): automatically install imenu stuff.
1996-08-01 Barry Warsaw(imenu-example--python-show-method-args-p,
1996-08-01 Barry Warsaw(py-keep-region-active): Zap duplicate defun.
1996-08-01 Guido van RossumFinal text for beta2 release. Hopefully no pre-1.4...
1996-08-01 Guido van RossumNew project files, with sliceobject.c added.
1996-08-01 Barry Warsaw(py-delete-char): Check for py-honor-comment-indentation.
1996-08-01 Barry Warsaw(py-mode): comment-start is now "# " so indent-for...
next