1998-10-22 |
Barry Warsaw | Chooser.__init__(): Added `wantspec' keyword to conform... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Many changes to support a second mode of operation... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Piers Lauder writes: |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Add note about compiling FORMS with -Dclear=__GLclear. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Check in the changed version after running the stubber... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Use (f1, f2) as cache key instead of f1 + ' ' + f2. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | On a recommendation from Sjoerd Mullender, add -Dclear... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Update the date. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Bump the release to 1.5.2a2. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Added --tools option, to package only the framework... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Jack Jansen | Removed debug print |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Remove a couple of unnecessary "%" characters that... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Remove a bunch of unnecessary "%" characters that cause... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Remove an unnecessary "%" character that seems to cause... |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Barry Warsaw | Saving/Restoring state into ~/.pynche file |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Fred Drake | add_link(): Fix to use $section_info instead of $toc_s... |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Guido van Rossum | Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de... |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Guido van Rossum | Adding Fredrik Lundh's demo of the option menu. |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Guido van Rossum | Patch by Jim Fulton, who writes: |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | Reflect new name of index style file. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | Renamed myindex.ist to something more reasonable. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | No longer needed since we have nice, contributed naviga... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | If building HTML and the icons should be served from... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Rename 'locals' argument to top-level interact() functi... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | ArabictoRoman(): Removed, since it wasn't used anywhere. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | A Py_DECREF(f) is missing in PyFrame_New for the error... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Add a missing DECREF in an error exit. Submitted by... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Typo: JIFF -> JFIF. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Fixed a problem where xmllib didn't handle the tag |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Speed up the search a bit -- don't drag a mark around... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Change our special entries from <console#N> to <pyshell#N>. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Use and pass through the 'force' flag to set_dict(... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Raise priority of 'sel' tag so its foreground (on Windo... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Disable "Open stack viewer" and "help" commands. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Add optional 'force' argument (default 0) to load_dict(). |
commit | commitdiff | tree | snapshot |
1998-10-17 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.5.2a2 |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Guido van Rossum | Time for 1.5.2a2. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Guido van Rossum | All the news that's fit to print. In other words,... |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Barry Warsaw | The driver script on Unix is `pynche'; for Windows... |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Do nothing when loading the same dict as before. |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Details for debugger interface. |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Restructured and more consistent. Save checkboxes... |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Get rid of conflicting ^X binding. Use ^W. |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Debugger can now show local and global variables. |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | PyMapping_SetItemString() returns int, not an object. |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Fred Drake | In build_html(), strip off leading "./" from filename... |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Oops |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Better debugger support (show stack etc). |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Follow renames in StackViewer module |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Rename classes to StackViewer (the widget) and StackBro... |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Add close() method |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Clarify 'Open Module' dialog text |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Restructured into a browser and a widget. |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Guido van Rossum | Generalized the scrolled list which is the base for... |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Jack Jansen | For submenus remember the parent and parent index,... |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Guido van Rossum | Cosmetic change |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Jack Jansen | Set kAECanInteract and kAECanSwitchLayer flags for... |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Guido van Rossum | Clarify that close() of a stream opened by popen()... |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Guido van Rossum | Don't show function name if there is none |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Jack Jansen | The help dialog id numbers never got changed when the... |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Barry Warsaw | Updated __main__ unit test |
commit | commitdiff | tree | snapshot |
1998-10-15 |
Guido van Rossum | When run as a script, don't pass a fake __main__ dictio... |
commit | commitdiff | tree | snapshot |
1998-10-14 |
Guido van Rossum | When errno is zero, avoid calling strerror() and use... |
commit | commitdiff | tree | snapshot |
1998-10-14 |
Guido van Rossum | Fix so that after a fork() -- on Unix only -- the templ... |
commit | commitdiff | tree | snapshot |
1998-10-14 |
Guido van Rossum | Doc strings by Chris Petrilli. |
commit | commitdiff | tree | snapshot |
1998-10-14 |
Guido van Rossum | No need to issue a fatal error if the PyDict_SetItemStr... |
commit | commitdiff | tree | snapshot |
1998-10-14 |
Guido van Rossum | Polish the Debugger GUI a bit. |
commit | commitdiff | tree | snapshot |
1998-10-14 |
Guido van Rossum | ACK! There was still an unescaped newline in a docstring. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Ad primitive debugger interface (so far it will step... |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Misc |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Perhaps a controversial change: when reporting a callba... |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Whoops -- referenced self.top before it was set. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Barry Warsaw | Added {xview,yview}_{moveto,scroll} to the Canvas class. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Added history and completion commands. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Updated |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Add class browser functionality. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Add a close() method and bind to WM_DELETE_WINDOW protocol |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Clear the linecache before printing a traceback |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Added class browser binding. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Much improved, much left to do. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Ever-so-slight improvementL the patterns to recognize... |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Moved search and match around so that search is documen... |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Make the return key do what I mean more often. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Make the return key do what I mean more often. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Doc strings by Chris Petrilli. |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Updated listbox methods to Tk 8.0. (Moved some around... |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Adding the beginnings of a Class browser. Incomplete... |
commit | commitdiff | tree | snapshot |
1998-10-13 |
Guido van Rossum | Add new command, "Open module". You select or type... |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Subsume functionality from Popup menu in Debug menu. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Get rid of PopUp menu. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Generalize menu creation. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Add Debug and Help menu items. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Added a menu bar to every window. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Add menu configuration to the event configuration. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Pass a root to the help window. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Jack Jansen | Replaced fprintf(stderr,...) with PySys_WriteStderr... |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | When no master widget is specified, use options['parent... |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Only reference Tkinter._default_root when needed. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Replace fprintf(stderr, ...) with PySys_WriteStderr... |
commit | commitdiff | tree | snapshot |
next |