]> granicus.if.org Git - python/shortlog
python
1996-10-13 Guido van RossumAdded item about bug in Slackware96 libdl.
1996-10-12 Guido van RossumDon't close an already closed socket.
1996-10-11 Guido van RossumAdded embryonic description of fcntl.lockf(). Added...
1996-10-11 Fred Drake(texi2html.py): Added CLASS=Navigation attribute to...
1996-10-11 Fred Drake(libtypes.tex): Correct reversal of two words in descr...
1996-10-11 Guido van RossumEllipses -> Ellipsis rename (the dictionary really...
1996-10-11 Guido van RossumAdded Slice and Ellipses types.
1996-10-11 Guido van RossumTypos detected by Sjoerd
1996-10-11 Guido van RossumGot rid of almost totally obsolete Demo/www subdir.
1996-10-11 Jack Jansen'documented' resource-number useage of EditPythonPrefs
1996-10-11 Jack JansenMoved resources to 510/511: the numbers above 512 gave...
1996-10-10 Fred Drake(partparse.py): Small fix to do_datadesc(): in some...
1996-10-10 Guido van RossumAdd a dependency on clobber to the boot target. Now...
1996-10-10 Guido van RossumFix some cases where self.openedurl wasn't set.
1996-10-10 Guido van RossumDon't add names that start with _
1996-10-09 Fred Drake(Makefile): Push texi2html.py options into a make...
1996-10-09 Fred Drake(texi2html.py): Tightened the generated HTML slightly...
1996-10-09 Fred Drake(Makefile): Add libformatter.tex to the library docume...
1996-10-09 Fred Drake(libhtmllib.tex, libsgmllib.tex, libformatter.tex):
1996-10-09 Fred Drake(partparse.py): Rationalize some behavior around unexp...
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:-)
next