]> granicus.if.org Git - python/shortlog
python
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...
1996-08-01 Jack JansenCW9
1996-08-01 Jack JansenRemoved debug output
1996-08-01 Jack JansenRemoved unused var
1996-08-01 Jack JansenNumVersion stuff has changed
1996-08-01 Jack Jansen- Minimum stacksize is now 8K for PPC, 4K for 68K
1996-08-01 Guido van RossumNew .pyc magic numnber, too.
1996-08-01 Guido van RossumUse Tcl/Tk 7.5/4.1 by default.
1996-08-01 Guido van RossumPut definition of _REENTRANT in config.h
1996-08-01 Guido van RossumAllow compilation by K&R C compiler.
1996-07-31 Guido van RossumThe usual
1996-07-31 Guido van RossumChanges for AIX; also remove all references to _REENTRANT.
1996-07-31 Guido van RossumChanges for AIX sharedlibs.
1996-07-31 Guido van RossumChanges for AIX shared libs
1996-07-31 Barry Warsaw#comment update
1996-07-31 Barry Warsaw#comment update
1996-07-31 Barry Warsaw#updated to do list
1996-07-31 Guido van RossumDon't trip over empty string in sys.path.
1996-07-31 Barry Warsaw(py-parse-state): stop searching backwards when we...
1996-07-31 Barry Warsaw(py-statement-closes-block-p, py-compute-indentation...
1996-07-31 Guido van Rossumgetprogramname --> Py_GetProgramName
1996-07-31 Guido van RossumIf NO_DYNAMIC_LINK is defined, load_dynamic_module...
1996-07-31 Guido van RossumAdded _REENTRANT definition
1996-07-31 Guido van RossumDESTLIB and MACHDESTLIB are now derived from variables...
next