]> granicus.if.org Git - python/shortlog
python
1996-09-03 Barry Warsaw(py-dump-help-string): Use documentation-property to...
1996-09-03 Barry Warsaw(python-mode): font-lock-defaults necessary for Emacs...
1996-09-03 Barry Warsaw#py-shell gets an autoload cookie
1996-09-03 Guido van RossumInitial release (+ 1 bugfix in setup.py)
1996-08-30 Guido van RossumThe usual
1996-08-30 Guido van RossumMore thorough test for working <stdarg.h>.
1996-08-30 Guido van RossumTypo (missing _) in _xdr line.
1996-08-30 Guido van Rossum#include <netconfig.h> seems not needed and is harmful...
1996-08-30 Guido van RossumThe usual
1996-08-30 Guido van RossumAdded checks for strdup and changed checks for hypot.
1996-08-29 Guido van RossumSubtle hack so the eps printed is not dependent on...
1996-08-29 Guido van RossumMove backup definition for hypot() to Python/hypot.c.
1996-08-29 Guido van RossumChange comments/#ifdef structure for declaration for...
1996-08-29 Guido van Rossum*** empty log message ***
1996-08-29 Guido van RossumNeeded more includes...
1996-08-29 Guido van Rossum*** empty log message ***
1996-08-28 Guido van RossumNew version submitted by Jim Fulton.
1996-08-28 Guido van RossumFix $PATH and add $PYTHONPATH used to run regen.
1996-08-28 Guido van RossumFix paths to match python1.4 installation.
1996-08-28 Guido van RossumFix paths to match python1.4 installation.
1996-08-28 Jack JansenMerged Guido's mkaliases and Jack's MkPluginAliases
1996-08-28 Jack JansenCompletely revamped: it now uses separate instruction...
1996-08-28 Jack JansenRemoved RunLibScript from build
1996-08-28 Jack JansenRemoved silly dialog
1996-08-28 Jack JansenProjects for 1.4b3 distribution: debugging off, optimiz...
1996-08-28 Jack Jansen"Small" 68K interpreter, without waste, img and tkinter
1996-08-28 Jack JansenVersion upped
1996-08-28 Jack JansenAdded setwatchcursor() and setarrowcursor() functions
1996-08-28 Jack JansenUpdated for 1.4b3
1996-08-28 Jack JansenAdded note that these instruction are for a full source...
1996-08-26 Guido van RossumNo double underscores for globals please
1996-08-26 Guido van RossumAdded /base:0x1e100000 to link options for python14...
1996-08-26 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.4b3
1996-08-26 Guido van RossumAnother batch of updates...
1996-08-26 Guido van RossumRemove the entry for private variables (it's supposed...
1996-08-26 Guido van RossumSome final changes. I'll give up on nicely reformattin...
1996-08-26 Guido van RossumBump exposed __version__ to 1.4.
1996-08-26 Guido van RossumReformatted some stuff. Put FEATURE FREEZE in all...
1996-08-26 Guido van RossumDon't die when getuid() or getpid() aren't defined.
1996-08-26 Guido van RossumDon't do truncation to 8+3 format -- this is used on...
1996-08-26 Guido van RossumAdded Mime writer module (formerly in Grail)
1996-08-26 Guido van Rossumtypo (cotinue -> continue)
1996-08-26 Guido van RossumThree sets of changes from Grail:
1996-08-26 Guido van RossumSlightly faster (un)quoting.
1996-08-26 Guido van RossumUse correct separator for capwords(s, sep).
1996-08-26 Guido van RossumEmacs font-lock de-bogo-kludgificocity
1996-08-26 Guido van Rossumtypo (#indef -> #undef)
1996-08-26 Guido van RossumUse getstringsize where available instead of strlen.
1996-08-26 Guido van RossumAdded NumVersion definition.
1996-08-26 Guido van RossumInsert filename in IOError message.
1996-08-26 Guido van RossumCall __initialize(), not __sinit() on Mac dynamic loadi...
1996-08-26 Guido van RossumOK, now it uses sys.[exec_]prefix and supports
1996-08-26 Guido van RossumGet rid of it totally
1996-08-26 Guido van RossumAdded warning that this is unsupported
1996-08-26 Guido van RossumChanges for 1.4 install targets
1996-08-26 Guido van RossumUpdated for 1.4beta3
1996-08-26 Guido van RossumAdded all changes in beta1 and beta3.
1996-08-26 Guido van RossumFinal set of changes by Fred before 1.4beta3
1996-08-24 Guido van RossumAfterthough: leave both leading underscores in,
1996-08-24 Guido van RossumOops need to mangle global statement separately
1996-08-24 Guido van RossumName mangling, what the heck!
1996-08-23 Guido van RossumNewly tweaked
1996-08-23 Guido van RossumUse MS_DLL_ID and similar changes
1996-08-23 Guido van RossumUse MS_DLL_ID as sys.winver
1996-08-23 Jack JansenFixed names of vairous plugins to build, added a couple...
1996-08-23 Jack Jansen- MWRuntimeStatic{arch} are static versions of MW share...
1996-08-23 Guido van RossumAdded dllbase_nt.txt and python_nt.rc;
1996-08-23 Jack JansenTurn on USE_TK and MAC_TCL by default
1996-08-23 Guido van RossumNew version/date
1996-08-23 Jack JansenAlways call __initialize(), also on PPC
1996-08-23 Jack Jansen- Added cfm68k instructions
1996-08-23 Guido van RossumVersion number; started chapter on what's new in 1.4
1996-08-23 Guido van RossumChanges to dependencies (Fred)
1996-08-22 Guido van RossumNiceties by Fred
1996-08-22 Guido van RossumChanges for Canvas by Fred
1996-08-22 Guido van RossumBe a bit more careful with printing a warning for a...
1996-08-22 Guido van RossumBump patchlevel (a bit early, but what the heck...)
1996-08-22 Guido van RossumAllow whitespace before '#' in preprocessor directives.
1996-08-22 Guido van RossumPYTHONWIN -> MS_COREDLL
1996-08-22 Guido van RossumAdd PYTHON_API_STRING, which is PYTHON_API_VERSION...
1996-08-22 Guido van RossumAdded NumPy projects
1996-08-22 Guido van Rossumimghdr.what(): check for not h'. This lets
1996-08-22 Guido van RossumAdded thread module (it was already in the project!)
1996-08-22 Guido van RossumDescription of the new build procedure for Win NT/95.
1996-08-22 Guido van RossumMore changes for NT, Guido style
1996-08-21 Guido van RossumGet rid of unused local variable.
1996-08-21 Guido van RossumAdded a small test program.
1996-08-21 Guido van RossumAdd needed #include <ctype.h>
1996-08-21 Guido van RossumRemoved environment, objc, sybase modules
1996-08-21 Guido van RossumGet rid of some obsolete modules:
1996-08-21 Guido van RossumPatches to make it compile with K&R C
1996-08-21 Guido van RossumAvoid complaint about inconsistent hypot() linkage...
1996-08-21 Guido van RossumRemove dependency of $(srcdir)/Lib/$(MACHDEP) on python...
1996-08-21 Guido van Rossumupdate -- Undo is now entry 1
1996-08-21 Guido van Rossumunicast pendant for broadcast.py
1996-08-21 Guido van RossumRaise ValueError on empty string passed into atoi(...
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}.
next