]> granicus.if.org Git - python/shortlog
python
1996-09-11 Guido van RossumAnother batch...
1996-09-11 Guido van RossumRewrite sections on GUI and DOS/Windows, various other...
1996-09-11 Guido van RossumImplement lower by calling lower, not lift.
1996-09-11 Guido van RossumBug fixes in index&icursor suggested by Nils Fischbeck.
1996-09-11 Guido van RossumDon't dump core on complex % or divmod -- raise a TypeE...
1996-09-11 Guido van RossumImprovement suggested by Sjoerd: use $(MAKE)
1996-09-10 Guido van RossumReformatted with 4 spaces indent.
1996-09-10 Guido van Rossum20% speedup by Fred
1996-09-10 Guido van RossumZapped obsolete opcode LOAD_GLOBALS.
1996-09-10 Guido van RossumUse 574PATH, not $(PATH) -- it's a shell variable
1996-09-10 Guido van Rossumthe usual
1996-09-10 Guido van RossumShortened some lines
1996-09-10 Guido van RossumAdded Makefile.pre.in, my generic makefile
1996-09-10 Guido van RossumUpdate based on Python 1.4b3.
1996-09-10 Guido van RossumRewritten by Ka-Ping Yee.
1996-09-10 Guido van RossumAdded linux2 specific code :-(
1996-09-10 Guido van RossumFix bogus len() call
1996-09-10 Guido van RossumCorrect sys.path[0] when used stand-alone
1996-09-10 Guido van RossumFix type in loop stripping '__.' from name
1996-09-10 Guido van Rossumclose module file after loading
1996-09-10 Guido van RossumAdded bastion and (dummy) rexec docs
1996-09-10 Guido van RossumFixed coerce docs
1996-09-10 Guido van RossumOne fix by sjoerd and one suggested by him. Bumped...
1996-09-10 Guido van RossumChanges to setpythonpath():
1996-09-10 Guido van Rossumsimpler version of the previous fix
1996-09-10 Guido van Rossumcompatibility changes suggested by Jack,
1996-09-09 Guido van RossumChanges for NeXT by Lele
1996-09-09 Guido van RossumFixed nextstep buglet; check for libreadline w/o libterm*
1996-09-09 Guido van RossumRewritten by Lars Wizenius to add long options
1996-09-09 Guido van RossumRemoved some obsolete questions and references to versi...
1996-09-09 Jack JansenPy_GetProgramName turns out not to be obsolete (used...
1996-09-09 Jack JansenPPC companion to Python68KSmall.
1996-09-09 Jack JansenIt turns out that Py_GetProgramName is used after all...
1996-09-09 Jack JansenFixed to use appletbundle in stead of bundle resource...
1996-09-09 Jack JansenCode to add shlib resource fork was not enabled, also...
1996-09-09 Jack JansenDocumented preliminary CGI applet.
1996-09-09 Jack JansenAdded ref to cgi.html
1996-09-09 Jack JansenExample CGI applet
1996-09-09 Jack Jansen(preliminary) framework for scriptable applications
1996-09-09 Jack JansenTurned off debugging output
1996-09-07 Jack JansenAdded note about modified gusi
1996-09-07 Jack Jansen- Put all options in a struct
1996-09-07 Jack JansenGot rid of toollibs, moved some libraries around
1996-09-07 Jack JansenRemoved faulty gusi resource
1996-09-07 Jack JansenAdded handling for new options, fixed applet option...
1996-09-07 Guido van RossumStupid bug: complex(x,y) would yield x+xj
1996-09-07 Guido van RossumUse #ifdef MS_WIN32 instead of _MSC_VER > 850.
1996-09-07 Guido van RossumSleep() turns out to be win32 specific.
1996-09-06 Guido van RossumPS: use -O2, not -O3
1996-09-06 Jack JansenAllow editing selected bits of the GUSI preferences...
1996-09-06 Jack JansenRemoved duplicate gusi pref from bundle
1996-09-06 Jack Jansen- Rationalized override preferences support, by remembering
1996-09-06 Jack Jansenmacglue: added PyMac_AppRefNum
1996-09-06 Guido van RossumRemoved -- we now have python_nt.def
1996-09-06 Guido van RossumMove Watcom to the end. Added description of all Win32...
1996-09-06 Guido van RossumAdd W95 to header
1996-09-06 Guido van RossumA directory with a working example of how to build...
1996-09-06 Guido van RossumChange to allow keyword args for Group,
1996-09-06 Guido van RossumNew email and zip code for Guido
1996-09-06 Guido van RossumNEXT shared libs instructions
1996-09-06 Guido van RossumFixed Entry.select_from() to acually call the "select...
1996-09-06 Guido van RossumPyMapping_DelItem[String] are actually macros.
1996-09-06 Guido van RossumCorrectly document PyNumber_Coerce.
1996-09-06 Guido van RossumSome changes for better Windows portability.
1996-09-06 Jack JansenPython about box implemented. Slightly convoluted,...
1996-09-05 Guido van RossumAdded logging support.
1996-09-05 Guido van RossumFixed embarrassing logic bug in read_lines_to_outerboun...
1996-09-05 Guido van RossumAdded Menu.insert*() methods [Fred]
1996-09-05 Guido van RossumAdd initial values to variables to avoid crash in __del__
1996-09-05 Guido van RossumAdded PyMarshal functions
1996-09-05 Guido van RossumTaken the plunge -- changed to Unix linefeed convention
1996-09-05 Guido van RossumInclude file for users of Mark's build procedure
1996-09-05 Jack JansenCompletely redone. mkestrres now parses errno.h and...
1996-09-05 Jack JansenRegenerated, now also includes errno values plus explan...
1996-09-05 Jack JansenCheck that our override pythonpath is actually coming...
1996-09-05 Jack JansenRemoved unused vars
1996-09-05 Jack JansenSymbolic names for all error codes from Errors.h and...
1996-09-05 Jack JansenAdded a note that redirecting stdin/stdout does not...
1996-09-05 Guido van RossumDifferent unpack instructions for vclibs41.zip
1996-09-05 Guido van RossumNew project files from Jim A.
1996-09-04 Guido van RossumGet rid of nobody_uid() and import pwd -- not used...
1996-09-04 Guido van Rossum*** empty log message ***
1996-09-04 Jack Jansen- Fixed PyMac_DoYield:
1996-09-04 Barry Warsaw(python-font-lock-keywords): with Python 1.4 `access...
1996-09-04 Barry WarsawI have been increasingly annoyed about the fact that
1996-09-04 Barry Warsaw#stylistics
1996-09-04 Barry Warsaw(python-mode): typos
1996-09-04 Barry Warsaw(python-mode): font-lock-defaults must be make-local...
1996-09-03 Guido van RossumAdded elaborate trouble shooting guide.
1996-09-03 Guido van RossumAdded uninstall option
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.
next