1998-10-24 |
Guido van Rossum | Cope with destruction of the window |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | The last two example functions in the section about... |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Turtle graphics |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | The TemporaryFile() function has a security leak -... |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Use of Breakpoint class should be bdb.Breakpoint. |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Moved compile_command() to a file of its own (codeop... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Moved compile_command() here from code.py, so JPython... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Jim Fulton writes: |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Brief update on the slightly changed API of pyColorChoo... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | __init__(): Removed initialcolor keyword. |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | sticky should be NSEW to fix pixel weirdness at right... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Error message goes to stderr |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | beep => bell |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Fixed running of standalone via command line. Also... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Move 'import sys' to top of module, as noted by Tim... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Jim Fulton writes: |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Jack Jansen | Added {Get,Set}WindowUserData methods. |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Describe all the new features |
commit | commitdiff | tree | snapshot |
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 |
next |