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 |
1998-10-12 |
Guido van Rossum | Patches for mywrite() by Marc Lemburg: save/restore... |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Looks like I didn't test this interactively. The Event... |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Add parent argument to 'to to line number' dialog box. |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Enhancements by Sjoerd Mullender: support for |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Add support for dotted module names to readmodule(). |
commit | commitdiff | tree | snapshot |
1998-10-12 |
Guido van Rossum | Make mimetypes.guess_type understand data URLs. (Sjoer... |
commit | commitdiff | tree | snapshot |
1998-10-10 |
Guido van Rossum | Add a label at the top showing (very basic) help for... |
commit | commitdiff | tree | snapshot |
1998-10-10 |
Guido van Rossum | Add Unix main script and test program. |
commit | commitdiff | tree | snapshot |
1998-10-10 |
Guido van Rossum | Initial checking of Tk-based Python IDE. |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | Patch by Jonathan Giddy (with some cleanup by me) to... |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Barry Warsaw | Document the new list.extend() method. Interesting... |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Barry Warsaw | listextend(): New method which implements L.extend... |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | New version that is much more compact and easier to... |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | Remove unreachable code. (Sjoerd) |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | Use constants defined in cl module. (Sjoerd) |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | Removed unnecessary import of cl and CL. (Sjoerd) |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | Shit -- forgot to set the installer's title to the... |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | Change _tkinter.c compile options. |
commit | commitdiff | tree | snapshot |
1998-10-09 |
Guido van Rossum | Add bufferobject.c. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | Fix multi-arg list.append() calls. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | There's no need to declare Tk_GetNumMainWindows() ... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | Use the t# format where appropriate. Greg Stein. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | Implement new format character 't#'. This is like... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | Greg Stein: Implement the new bf_getcharbuffer function... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | Changes by Greg Stein (code) and GvR (design). |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | For 1.5.2a2. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | Some kind of source control krept in. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | Whatever |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | The previous checkin contained an experiment of Greg... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Guido van Rossum | On Win32, use |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Changes to deal with the sigcheck+intrcheck vs. signalm... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Fred Drake | Make the dependencies really work for the HTML version. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Add test for BSDI -- by Nigel Head and otto@mail.olympu... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Added a whole bunch of descriptions. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Use the imp module to get the magic word. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Changes to support other object types besides strings |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Fred Drake | Change the default split level to not split on marked... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Fred Drake | If --debug was used, don't delete the temporary .perl... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | BSDI specific patches, inspired by Nigel Head and otto... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Make gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Make gcc -Wall happy: |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Make gcc -Wall happy: |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Make gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Support PYTHONOPTIMIZE variable; by Marc Lemburg. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Documented PYTHONOPTIMIZE; by Marc Lemburg. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Guido van Rossum | Make the version variable static (it has no business... |
commit | commitdiff | tree | snapshot |
next |