1996-10-09 |
Fred Drake | (lib.tex, libwww.tex): Include the sgmlib chapter... |
commit | commitdiff | tree | snapshot |
1996-10-09 |
Jack Jansen | Prepared for Tk windowing implementation |
commit | commitdiff | tree | snapshot |
1996-10-09 |
Jack Jansen | tweaked some of the positions of interface elements. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Fred Drake | (formatter.py): Simplify NullFormatter definition... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Fred Drake | (lib.tex): Added entry for formatter module. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Fred Drake | (libwww.tex): Added entry for formatter module. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Fred Drake | (libformatter.tex): Added documentation for abstract... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Fred Drake | (libhtmllib.tex): Revised documentation for HTML support. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Fred Drake | (libsgmllib.tex): Revised documentation for SGML support. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | A first stab at describing what's new in 1.4. Still... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Added 'static' target; add variable TARGET replacing... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Toss Q 3.10 on posix.listdir on NeXT. Add revived... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Toss the outdated QuickRef. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Add waitflag to down_sema(). |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Check for NULL pointer returned from localtime()/gmtime(). |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Speedup of makeresult() by keeping a filler of (-1... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Sjoerd's thread changes (including down_sema typo fix). |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Remove RCS crud... Sigh... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Removed RCS crud from official Python release version. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | The usual... Sigh... |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Removed debugging print statement |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Simple test module for strop. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Change to always call list.append with a single argument. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Changes to always call list.append with a single argument. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Guido van Rossum | Change to always call list.append with a single argument. |
commit | commitdiff | tree | snapshot |
1996-10-08 |
Jack Jansen | Create img modules for cfm68k too. |
commit | commitdiff | tree | snapshot |
1996-10-07 |
Guido van Rossum | Set the __file__ attribute of the imported module in... |
commit | commitdiff | tree | snapshot |
1996-10-07 |
Guido van Rossum | Add provisions to set the (to be documented!) instance... |
commit | commitdiff | tree | snapshot |
1996-10-07 |
Guido van Rossum | Compromise on test in find_class(): a user-defined... |
commit | commitdiff | tree | snapshot |
1996-10-06 |
Fred Drake | (Tkinter.py): Improve application basename determinati... |
commit | commitdiff | tree | snapshot |
1996-10-04 |
Guido van Rossum | Added getparamnames() to Message class -- return a... |
commit | commitdiff | tree | snapshot |
1996-10-04 |
Guido van Rossum | Don't auto-install on import. This slows down apps... |
commit | commitdiff | tree | snapshot |
1996-10-04 |
Fred Drake | (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette(). |
commit | commitdiff | tree | snapshot |
1996-10-04 |
Jack Jansen | Use mac_image (from cmif stuff) |
commit | commitdiff | tree | snapshot |
1996-10-04 |
Jack Jansen | Fixed progressbar cleanup |
commit | commitdiff | tree | snapshot |
1996-10-04 |
Guido van Rossum | Replace all uses of strncmp (in split, find, rfind... |
commit | commitdiff | tree | snapshot |
1996-10-02 |
Guido van Rossum | Don't mix stdout/stderr. |
commit | commitdiff | tree | snapshot |
1996-10-01 |
Jack Jansen | Fixed object-handler-install bug |
commit | commitdiff | tree | snapshot |
1996-10-01 |
Jack Jansen | Fixed bug in object-handler install arg handling |
commit | commitdiff | tree | snapshot |
1996-10-01 |
Jack Jansen | Fixed very nasty null-dereferencing bug in DisposeContr... |
commit | commitdiff | tree | snapshot |
1996-10-01 |
Guido van Rossum | Add main program similar to pdb. |
commit | commitdiff | tree | snapshot |
1996-09-30 |
Barry Warsaw | (py-process-filter): Make sure current-buffer is restor... |
commit | commitdiff | tree | snapshot |
1996-09-30 |
Guido van Rossum | Always open file objects in binary mode. |
commit | commitdiff | tree | snapshot |
1996-09-30 |
Guido van Rossum | Fix subtle bug detected by Jim F. |
commit | commitdiff | tree | snapshot |
1996-09-30 |
Guido van Rossum | Don't die if an ok file method (e.g. fileno) doesn... |
commit | commitdiff | tree | snapshot |
1996-09-30 |
Jack Jansen | Added DebugStr method to drop into low-level debugger |
commit | commitdiff | tree | snapshot |
1996-09-30 |
Jack Jansen | Added VCHECK compile time option that fills allocated... |
commit | commitdiff | tree | snapshot |
1996-09-27 |
Guido van Rossum | Protect '&' signs with '\' in description of PyNumber_C... |
commit | commitdiff | tree | snapshot |
1996-09-27 |
Guido van Rossum | Nits corrected by Fred |
commit | commitdiff | tree | snapshot |
1996-09-27 |
Fred Drake | (Tkinter.py): Many revisions for Tk 4.X: Added clipbo... |
commit | commitdiff | tree | snapshot |
1996-09-26 |
Fred Drake | (Canvas.py): Added definition of CanvasItem.cget(... |
commit | commitdiff | tree | snapshot |
1996-09-26 |
Jack Jansen | - Simplified inheritance structure (still not good... |
commit | commitdiff | tree | snapshot |
1996-09-26 |
Jack Jansen | Menu callbacks can be strings, in which case they will... |
commit | commitdiff | tree | snapshot |
1996-09-25 |
Guido van Rossum | 1. Correct typo in FileWrapper.close() (fix by AMK). |
commit | commitdiff | tree | snapshot |
1996-09-25 |
Jack Jansen | Fixed PM debugging |
commit | commitdiff | tree | snapshot |
1996-09-25 |
Jack Jansen | Disabled splash screen, added ShowMessage |
commit | commitdiff | tree | snapshot |
1996-09-24 |
Jack Jansen | The Window Independent Tracer (which will probably... |
commit | commitdiff | tree | snapshot |
1996-09-23 |
Jack Jansen | Changed about box to come up invisibly (so we can move... |
commit | commitdiff | tree | snapshot |
1996-09-23 |
Jack Jansen | About boxes should be at 20% of screen height, not... |
commit | commitdiff | tree | snapshot |
1996-09-23 |
Jack Jansen | Added dialog-centering code to splash() |
commit | commitdiff | tree | snapshot |
1996-09-23 |
Jack Jansen | Added support for GetDialogWindow and other accessor... |
commit | commitdiff | tree | snapshot |
1996-09-22 |
Jack Jansen | Finally *tested* effect of fg and bg yield values ... |
commit | commitdiff | tree | snapshot |
1996-09-22 |
Jack Jansen | Changed default background yield time to 1 tick |
commit | commitdiff | tree | snapshot |
1996-09-20 |
Jack Jansen | Use auto-start functionality of aetools.TalkTo and... |
commit | commitdiff | tree | snapshot |
1996-09-20 |
Jack Jansen | raise aetools.Error in stead of MacOS.Error on server... |
commit | commitdiff | tree | snapshot |
1996-09-20 |
Jack Jansen | Regenerated to use aetools.Error in stead of MacOS... |
commit | commitdiff | tree | snapshot |
1996-09-20 |
Jack Jansen | - Added optional "start" argument to TalkTo initialiali... |
commit | commitdiff | tree | snapshot |
1996-09-20 |
Jack Jansen | Convenience routines: wrappers around some of the scrip... |
commit | commitdiff | tree | snapshot |
1996-09-20 |
Jack Jansen | Added macfs.FindApplication() to find application FSSpe... |
commit | commitdiff | tree | snapshot |
1996-09-20 |
Jack Jansen | - Regenerated suites |
commit | commitdiff | tree | snapshot |
1996-09-19 |
Jack Jansen | Created Finder 7.0 AE interface and a test program... |
commit | commitdiff | tree | snapshot |
1996-09-17 |
Guido van Rossum | Revamped test case and updated doc string. |
commit | commitdiff | tree | snapshot |
1996-09-17 |
Guido van Rossum | Added line number to most compile-time error messages. |
commit | commitdiff | tree | snapshot |
1996-09-17 |
Jack Jansen | Calling Application._quit() is now preferred over raisi... |
commit | commitdiff | tree | snapshot |
1996-09-17 |
Jack Jansen | Added _quit() method similar to FrameWork in stead... |
commit | commitdiff | tree | snapshot |
1996-09-17 |
Jack Jansen | - Use a flag (self.quitting) as preferred method of... |
commit | commitdiff | tree | snapshot |
1996-09-15 |
Jack Jansen | Added macostools.touch() calls to inform the finder... |
commit | commitdiff | tree | snapshot |
1996-09-15 |
Jack Jansen | - Optionally copy file times for copy/copytree (default on) |
commit | commitdiff | tree | snapshot |
1996-09-15 |
Jack Jansen | Fixed macos.splash to actually *draw* the splash box:-) |
commit | commitdiff | tree | snapshot |
1996-09-15 |
Jack Jansen | Added [GS]etDates methods to get and set creation,... |
commit | commitdiff | tree | snapshot |
1996-09-13 |
Fred Drake | (texi2html.py): Use "if __name__ == '__main__':" test... |
commit | commitdiff | tree | snapshot |
1996-09-13 |
Guido van Rossum | Explicitly call rl_initialize(). |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Oops... Need to clear c_error before calling c_quot(). |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Properly(?) implemented remainder and divmod (Tim Hochberg) |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Show names of locals in disco (Ka-Ping Yee) |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Added editline fix |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Fred Drake | (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Note obsolescence |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rationalize MS #ifdefs |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Correct typo: return -1 for error, not 0 |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Correct typo: return -1 for error, not NULL |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Add text of argument to errors for atoi(), atol(),... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Force O_BINARY in flags if defined, for e.g. Microsoft... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Dynamically initialize ob_type field, for Windows DLL |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Added lockf() call |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Added Setup.local feature; make shared libs readonly |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rationalized MS ifdefs |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Raise exception instead of dropping imag part for conve... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | More detailed error message about exception in __del__ |
commit | commitdiff | tree | snapshot |
next |