]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1996-07-30  Guido van RossumAdded operator.c. Moved errno.c.
1996-07-30  Guido van RossumRefinements to installation, now uses $(VERSION) etc.
1996-07-30  Guido van RossumChanges for slice and ellipses
1996-07-30  Guido van RossumChanges needed by NeXT (the only platform that seems...
1996-07-30  Guido van RossumAdded sliceobject.c
1996-07-30  Guido van RossumSpeedup suggested by Sjoerd
1996-07-30  Guido van RossumChanges for stride in slices (x[a:b:c]) and ellipses...
1996-07-30  Guido van RossumSlice and ellipses interface
1996-07-30  Guido van RossumTurn on CACHE_HASH, for 2% speedier dict lookups
1996-07-30  Guido van RossumAdded BUILD_SLICE opcode.
1996-07-30  Guido van RossumTwo bumps for the price of one (PYTHON_API_VERSION)
1996-07-30  Guido van RossumChanges due to slice and ellipses grammar changes
1996-07-30  Guido van RossumAdded sliceobject.h.
1996-07-30  Guido van RossumSh script to recreage generic machdep subdirectory
1996-07-30  Guido van Rossumupdated again
1996-07-30  Guido van RossumTwo independent changes:
1996-07-30  Guido van RossumFunction to guess which db package created a database.
1996-07-30  Guido van RossumNew, improved parseaddr() by Sjoerd.
1996-07-30  Guido van RossumChanges to make it work on FreeBSD 2.x.
1996-07-30  Guido van RossumTwo changes suggested by Andrew Kuchling:
1996-07-30  Guido van RossumAdded optional second arg to what(), giving the data...
1996-07-30  Guido van RossumAdded BUILD_SLICE opcode.
1996-07-30  Guido van RossumObsolete
1996-07-29  Barry Warsaw(python-mode): Added menu support, requires easymenu.
1996-07-26  Jack JansenAllow only one selection (this tests settability of...
1996-07-26  Jack JansenRegenerated
1996-07-26  Jack JansenAdded access to selFlags and listFlags members (both...
1996-07-26  Jack JansenMods by Just:
1996-07-25  Barry Warsaw(py-forward-into-nomenclature): small fix to not infini...
1996-07-24  Barry Warsaw#comment update, re: py-mode-syntax-table
1996-07-24  Barry Warsaw(py-forward-into-nomenclature, py-backward-into-nomencl...
1996-07-24  Guido van Rossumputenv
1996-07-24  Guido van RossumAdded putenv to AC_CHECK_FUNCS list.
1996-07-24  Guido van RossumAppend version number to library install directory.
1996-07-24  Guido van RossumAdded version number to destination.
1996-07-24  Guido van RossumAs a side effect of calling PySys_SetArgv (setpythonarg...
1996-07-24  Guido van RossumAdded hook to os.environ to call putenv(), if it exists.
1996-07-24  Guido van RossumAdded Sam Rushing's errno module
1996-07-24  Guido van RossumConverted to new style names by Skip Montanaro
1996-07-24  Guido van RossumDifferent lines for bsddb module.
1996-07-23  Guido van RossumAdded simple-minded (i.e. leaking :-) putenv() interfac...
1996-07-23  Guido van RossumUpdated pointers to Andrew Kuchlings fine software.
1996-07-23  Guido van RossumAdded 3rd optional argument to translate(), a string...
1996-07-23  Fred Drake(rmt.py): Updated to "modern" python coding convention...
1996-07-23  Guido van RossumRemove all CRLF -> LF translation for file uploads...
1996-07-23  Barry Warsaw(py-shift-region-left): When checking for left edged...
1996-07-23  Guido van RossumRenamed all occurrences of posix to os.
1996-07-23  Guido van RossumChanges by Jim Fulton: pass environ around as arg;
1996-07-23  Guido van RossumAdded splitext()
1996-07-22  Guido van RossumNew versions generated on a Linux 2.x system by AMK
1996-07-22  Guido van RossumOptimizations and one intentional loophole by Jim Fulton.
1996-07-22  Guido van RossumThis is needed for users of Linux 2.x
1996-07-22  Guido van RossumGot rid of ChangeLog -- too bad, but I can't keep it...
1996-07-22  Guido van RossumUse NEWOBJ() macro instead of calling newobject() directly.
1996-07-22  Jack JansenAdded SetFolder method which sets Standard File initial...
1996-07-22  Jack JansenAdded PyOS_CheckStack() function which returns -1 when...
1996-07-22  Jack JansenAdded USE_STACKCHECK define
1996-07-22  Guido van RossumFuck. For PC support, this must be in the distribution.
1996-07-21  Guido van RossumRestore the capability to pass a class (usually Pack...
1996-07-21  Guido van RossumUse gcc, not gcc-elf on Linux
1996-07-21  Guido van RossumAdditions to the cast of thousands
1996-07-21  Guido van RossumMore changes by Sjoerd & Jack
1996-07-21  Guido van RossumAddition by Jack to test for missing type support
1996-07-21  Guido van RossumAdded extra notes for AIX and SCO.
1996-07-21  Guido van RossumUse INSTALL_PROGRAM for makesetup
1996-07-21  Guido van RossumAdded Jim Fulton's "asharedmodule" target
1996-07-21  Guido van RossumUse INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT
1996-07-21  Guido van RossumNew submission by Fred Drake.
1996-07-21  Guido van RossumNew style names for getprogramname and getargcargv
1996-07-21  Guido van RossumRewritten keys() and has_key() to avoid memory leaks.
1996-07-21  Guido van Rossumcomplex -> Py_complex
1996-07-21  Guido van RossumHacks for MS_COREDLL
1996-07-21  Guido van RossumOnly __dict__ and __class__ are read-only instance...
1996-07-21  Guido van Rossumnew .pyc magic number (** operator)
1996-07-21  Guido van Rossumadded 1996
1996-07-21  Guido van RossumPy_complex; and WITHOUT_COMPLEX added to getargs.c
1996-07-21  Guido van Rossumrenamed complex -> Py_complex
1996-07-21  Guido van RossumHacks for MS_COREDLL
1996-07-21  Guido van Rossumadded new names for getprogramname, getargcargv
1996-07-21  Guido van RossumAdded prototype + doc for PySequence_Length()
1996-07-21  Guido van Rossumadded parser module to overview
1996-07-21  Guido van Rossumadded plock
1996-07-21  Guido van RossumMinute changes by Fred Drake
1996-07-21  Guido van Rossumchanges by Jack to Mac docs
1996-07-21  Guido van RossumDon't use tktools, dummy! Reworded test message slightly.
1996-07-21  Guido van Rossumfix canvas bind commands
1996-07-21  Guido van RossumAdded option to refilemessages() to keep sequences
1996-07-21  Guido van RossumChanges for new parser module (Fred Drake)
1996-07-21  Guido van RossumNew opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION...
1996-07-21  Guido van Rossumadd mac compatibility
1996-07-18  Jack Jansen- Added a file dialog example
1996-07-10  Jack JansenOld names changed to Py_GetCopyright, etc.
1996-07-10  Jack Janseninittab is a "struct _inittab".
1996-07-10  Jack JansenGiven a module/pathname file created by findmodulefiles...
1996-07-08  Barry Warsawadded a thing on the to-do list
1996-07-05  Barry Warsaw(python-font-lock-keywords): added class and def
1996-07-03  Barry Warsaw(py-mode-syntax-table): revert underscore to word class...
1996-07-03  Barry Warsaw(py-delete-char): Obey numeric argument.
1996-07-03  Barry Warsaw(py-shift-region-left, py-shift-region-right, py-indent...
1996-07-01  cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.4b1
next