]> granicus.if.org Git - python/shortlog
python
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.
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
next