]> granicus.if.org Git - python/shortlog
python
1996-09-13 Fred Drake(texi2html.py): Use "if __name__ == '__main__':" test...
1996-09-13 Guido van RossumExplicitly call rl_initialize().
1996-09-12 Guido van RossumOops... Need to clear c_error before calling c_quot().
1996-09-12 Guido van RossumProperly(?) implemented remainder and divmod (Tim Hochberg)
1996-09-12 Guido van RossumShow names of locals in disco (Ka-Ping Yee)
1996-09-12 Guido van RossumAdded editline fix
1996-09-12 Fred Drake(Demo/parser/FILES, Demo/parser/Makefile, Demo/parser...
1996-09-11 Guido van RossumNote obsolescence
1996-09-11 Guido van RossumRationalize MS #ifdefs
1996-09-11 Guido van RossumCorrect typo: return -1 for error, not 0
1996-09-11 Guido van RossumCorrect typo: return -1 for error, not NULL
1996-09-11 Guido van RossumAdd text of argument to errors for atoi(), atol(),...
1996-09-11 Guido van RossumForce O_BINARY in flags if defined, for e.g. Microsoft...
1996-09-11 Guido van RossumDynamically initialize ob_type field, for Windows DLL
1996-09-11 Guido van RossumAdded lockf() call
1996-09-11 Guido van RossumAdded Setup.local feature; make shared libs readonly
1996-09-11 Guido van RossumRationalized MS ifdefs
1996-09-11 Guido van RossumRaise exception instead of dropping imag part for conve...
1996-09-11 Guido van RossumMore detailed error message about exception in __del__
1996-09-11 Guido van RossumCorrect typo in setattr: return -1 for error, not NULL
1996-09-11 Fred Drake(parsermodule.c): Fixed sloppy typo: '==' -> '='
1996-09-11 Fred Drake(libparser.tex): Revised parser module documentation...
1996-09-11 Guido van RossumMore performance and layout improvements by Fred
1996-09-11 Guido van RossumAdded long getopt docs; by Fred
1996-09-11 Guido van RossumMultiply by 1000003 instead of 3 in string hach
1996-09-11 Guido van RossumGet rid of bogus MSC_VER undef of CHECK()
1996-09-11 Guido van RossumRationalized PC compiler defines: require MS_WINDOWS...
1996-09-11 Guido van RossumLayout and cleanup by Fred
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
next