]> granicus.if.org Git - python/shortlog
python
1996-10-09 Fred Drake(lib.tex, libwww.tex): Include the sgmlib chapter...
1996-10-09 Jack JansenPrepared for Tk windowing implementation
1996-10-09 Jack Jansentweaked some of the positions of interface elements.
1996-10-08 Fred Drake(formatter.py): Simplify NullFormatter definition...
1996-10-08 Fred Drake(lib.tex): Added entry for formatter module.
1996-10-08 Fred Drake(libwww.tex): Added entry for formatter module.
1996-10-08 Fred Drake(libformatter.tex): Added documentation for abstract...
1996-10-08 Fred Drake(libhtmllib.tex): Revised documentation for HTML support.
1996-10-08 Fred Drake(libsgmllib.tex): Revised documentation for SGML support.
1996-10-08 Guido van RossumA first stab at describing what's new in 1.4. Still...
1996-10-08 Guido van RossumNils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee
1996-10-08 Guido van RossumAdded 'static' target; add variable TARGET replacing...
1996-10-08 Guido van RossumToss Q 3.10 on posix.listdir on NeXT. Add revived...
1996-10-08 Guido van RossumToss the outdated QuickRef.
1996-10-08 Guido van RossumAdd waitflag to down_sema().
1996-10-08 Guido van RossumCheck for NULL pointer returned from localtime()/gmtime().
1996-10-08 Guido van RossumSpeedup of makeresult() by keeping a filler of (-1...
1996-10-08 Guido van RossumSjoerd's thread changes (including down_sema typo fix).
1996-10-08 Guido van RossumRemove RCS crud... Sigh...
1996-10-08 Guido van RossumRemoved RCS crud from official Python release version.
1996-10-08 Guido van RossumThe usual... Sigh...
1996-10-08 Guido van RossumRemoved debugging print statement
1996-10-08 Guido van RossumSimple test module for strop.
1996-10-08 Guido van RossumChange to always call list.append with a single argument.
1996-10-08 Guido van RossumChanges to always call list.append with a single argument.
1996-10-08 Guido van RossumChange to always call list.append with a single argument.
1996-10-08 Jack JansenCreate img modules for cfm68k too.
1996-10-07 Guido van RossumSet the __file__ attribute of the imported module in...
1996-10-07 Guido van RossumAdd provisions to set the (to be documented!) instance...
1996-10-07 Guido van RossumCompromise on test in find_class(): a user-defined...
1996-10-06 Fred Drake(Tkinter.py): Improve application basename determinati...
1996-10-04 Guido van RossumAdded getparamnames() to Message class -- return a...
1996-10-04 Guido van RossumDon't auto-install on import. This slows down apps...
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__
next