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 |
1996-09-11 |
Guido van Rossum | Correct typo in setattr: return -1 for error, not NULL |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Fred Drake | (parsermodule.c): Fixed sloppy typo: '==' -> '=' |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Fred Drake | (libparser.tex): Revised parser module documentation... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | More performance and layout improvements by Fred |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Added long getopt docs; by Fred |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Multiply by 1000003 instead of 3 in string hach |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Get rid of bogus MSC_VER undef of CHECK() |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rationalized PC compiler defines: require MS_WINDOWS... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Layout and cleanup by Fred |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Another batch... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rewrite sections on GUI and DOS/Windows, various other... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Implement lower by calling lower, not lift. |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Bug fixes in index&icursor suggested by Nils Fischbeck. |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Don't dump core on complex % or divmod -- raise a TypeE... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Improvement suggested by Sjoerd: use $(MAKE) |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Reformatted with 4 spaces indent. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | 20% speedup by Fred |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Zapped obsolete opcode LOAD_GLOBALS. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Use 574PATH, not $(PATH) -- it's a shell variable |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Shortened some lines |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Added Makefile.pre.in, my generic makefile |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Update based on Python 1.4b3. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Rewritten by Ka-Ping Yee. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Added linux2 specific code :-( |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Fix bogus len() call |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Correct sys.path[0] when used stand-alone |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Fix type in loop stripping '__.' from name |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | close module file after loading |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Added bastion and (dummy) rexec docs |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Fixed coerce docs |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | One fix by sjoerd and one suggested by him. Bumped... |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Changes to setpythonpath(): |
commit | commitdiff | tree | snapshot |
next |