]> granicus.if.org Git - python/shortlog
python
1996-10-04 Fred Drake(Tkinter.py): Fixed dumb typo in Misc.tk_setPalette().
1996-10-04 Jack JansenUse mac_image (from cmif stuff)
1996-10-04 Jack JansenFixed progressbar cleanup
1996-10-04 Guido van RossumReplace all uses of strncmp (in split, find, rfind...
1996-10-02 Guido van RossumDon't mix stdout/stderr.
1996-10-01 Jack JansenFixed object-handler-install bug
1996-10-01 Jack JansenFixed bug in object-handler install arg handling
1996-10-01 Jack JansenFixed very nasty null-dereferencing bug in DisposeContr...
1996-10-01 Guido van RossumAdd main program similar to pdb.
1996-09-30 Barry Warsaw(py-process-filter): Make sure current-buffer is restor...
1996-09-30 Guido van RossumAlways open file objects in binary mode.
1996-09-30 Guido van RossumFix subtle bug detected by Jim F.
1996-09-30 Guido van RossumDon't die if an ok file method (e.g. fileno) doesn...
1996-09-30 Jack JansenAdded DebugStr method to drop into low-level debugger
1996-09-30 Jack JansenAdded VCHECK compile time option that fills allocated...
1996-09-27 Guido van RossumProtect '&' signs with '\' in description of PyNumber_C...
1996-09-27 Guido van RossumNits corrected by Fred
1996-09-27 Fred Drake(Tkinter.py): Many revisions for Tk 4.X: Added clipbo...
1996-09-26 Fred Drake(Canvas.py): Added definition of CanvasItem.cget(...
1996-09-26 Jack Jansen- Simplified inheritance structure (still not good...
1996-09-26 Jack JansenMenu callbacks can be strings, in which case they will...
1996-09-25 Guido van Rossum1. Correct typo in FileWrapper.close() (fix by AMK).
1996-09-25 Jack JansenFixed PM debugging
1996-09-25 Jack JansenDisabled splash screen, added ShowMessage
1996-09-24 Jack JansenThe Window Independent Tracer (which will probably...
1996-09-23 Jack JansenChanged about box to come up invisibly (so we can move...
1996-09-23 Jack JansenAbout boxes should be at 20% of screen height, not...
1996-09-23 Jack JansenAdded dialog-centering code to splash()
1996-09-23 Jack JansenAdded support for GetDialogWindow and other accessor...
1996-09-22 Jack JansenFinally *tested* effect of fg and bg yield values ...
1996-09-22 Jack JansenChanged default background yield time to 1 tick
1996-09-20 Jack JansenUse auto-start functionality of aetools.TalkTo and...
1996-09-20 Jack Jansenraise aetools.Error in stead of MacOS.Error on server...
1996-09-20 Jack JansenRegenerated to use aetools.Error in stead of MacOS...
1996-09-20 Jack Jansen- Added optional "start" argument to TalkTo initialiali...
1996-09-20 Jack JansenConvenience routines: wrappers around some of the scrip...
1996-09-20 Jack JansenAdded macfs.FindApplication() to find application FSSpe...
1996-09-20 Jack Jansen- Regenerated suites
1996-09-19 Jack JansenCreated Finder 7.0 AE interface and a test program...
1996-09-17 Guido van RossumRevamped test case and updated doc string.
1996-09-17 Guido van RossumAdded line number to most compile-time error messages.
1996-09-17 Jack JansenCalling Application._quit() is now preferred over raisi...
1996-09-17 Jack JansenAdded _quit() method similar to FrameWork in stead...
1996-09-17 Jack Jansen- Use a flag (self.quitting) as preferred method of...
1996-09-15 Jack JansenAdded macostools.touch() calls to inform the finder...
1996-09-15 Jack Jansen- Optionally copy file times for copy/copytree (default on)
1996-09-15 Jack JansenFixed macos.splash to actually *draw* the splash box:-)
1996-09-15 Jack JansenAdded [GS]etDates methods to get and set creation,...
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():
next