]> granicus.if.org Git - python/shortlog
python
1998-10-19 Fred DrakeReflect new name of index style file.
1998-10-19 Fred DrakeRenamed myindex.ist to something more reasonable.
1998-10-19 Fred DrakeNo longer needed since we have nice, contributed naviga...
1998-10-19 Fred DrakeIf building HTML and the icons should be served from...
1998-10-19 Guido van RossumRename 'locals' argument to top-level interact() functi...
1998-10-19 Fred DrakeArabictoRoman(): Removed, since it wasn't used anywhere.
1998-10-19 Guido van RossumA Py_DECREF(f) is missing in PyFrame_New for the error...
1998-10-19 Guido van RossumAdd a missing DECREF in an error exit. Submitted by...
1998-10-19 Guido van RossumTypo: JIFF -> JFIF.
1998-10-19 Guido van RossumFixed a problem where xmllib didn't handle the tag
1998-10-19 Guido van RossumSpeed up the search a bit -- don't drag a mark around...
1998-10-19 Guido van RossumChange our special entries from <console#N> to <pyshell#N>.
1998-10-19 Guido van RossumUse and pass through the 'force' flag to set_dict(...
1998-10-19 Guido van RossumRaise priority of 'sel' tag so its foreground (on Windo...
1998-10-19 Guido van RossumDisable "Open stack viewer" and "help" commands.
1998-10-19 Guido van RossumAdd optional 'force' argument (default 0) to load_dict().
1998-10-17 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5.2a2
1998-10-17 Guido van RossumTime for 1.5.2a2.
1998-10-17 Guido van RossumAll the news that's fit to print. In other words,...
1998-10-17 Guido van RossumThe usual
1998-10-16 Barry WarsawThe driver script on Unix is `pynche'; for Windows...
1998-10-16 Guido van RossumDo nothing when loading the same dict as before.
1998-10-16 Guido van RossumDetails for debugger interface.
1998-10-16 Guido van RossumRestructured and more consistent. Save checkboxes...
1998-10-16 Guido van RossumGet rid of conflicting ^X binding. Use ^W.
1998-10-16 Guido van RossumDebugger can now show local and global variables.
1998-10-16 Guido van RossumPyMapping_SetItemString() returns int, not an object.
1998-10-16 Fred DrakeIn build_html(), strip off leading "./" from filename...
1998-10-16 Guido van RossumOops
1998-10-16 Guido van RossumBetter debugger support (show stack etc).
1998-10-16 Guido van RossumFollow renames in StackViewer module
1998-10-16 Guido van RossumRename classes to StackViewer (the widget) and StackBro...
1998-10-16 Guido van RossumAdd close() method
1998-10-16 Guido van RossumClarify 'Open Module' dialog text
1998-10-16 Guido van RossumRestructured into a browser and a widget.
1998-10-15 Guido van RossumGeneralized the scrolled list which is the base for...
1998-10-15 Jack JansenFor submenus remember the parent and parent index,...
1998-10-15 Guido van RossumCosmetic change
1998-10-15 Jack JansenSet kAECanInteract and kAECanSwitchLayer flags for...
1998-10-15 Guido van RossumClarify that close() of a stream opened by popen()...
1998-10-15 Guido van RossumDon't show function name if there is none
1998-10-15 Jack JansenThe help dialog id numbers never got changed when the...
1998-10-15 Barry WarsawUpdated __main__ unit test
1998-10-15 Guido van RossumWhen run as a script, don't pass a fake __main__ dictio...
1998-10-14 Guido van RossumWhen errno is zero, avoid calling strerror() and use...
1998-10-14 Guido van RossumFix so that after a fork() -- on Unix only -- the templ...
1998-10-14 Guido van RossumDoc strings by Chris Petrilli.
1998-10-14 Guido van RossumNo need to issue a fatal error if the PyDict_SetItemStr...
1998-10-14 Guido van RossumPolish the Debugger GUI a bit.
1998-10-14 Guido van RossumACK! There was still an unescaped newline in a docstring.
1998-10-13 Guido van RossumAd primitive debugger interface (so far it will step...
1998-10-13 Guido van RossumMisc
1998-10-13 Guido van RossumPerhaps a controversial change: when reporting a callba...
1998-10-13 Guido van RossumWhoops -- referenced self.top before it was set.
1998-10-13 Barry WarsawAdded {xview,yview}_{moveto,scroll} to the Canvas class.
1998-10-13 Guido van RossumAdded history and completion commands.
1998-10-13 Guido van RossumUpdated
1998-10-13 Guido van RossumAdd class browser functionality.
1998-10-13 Guido van RossumAdd a close() method and bind to WM_DELETE_WINDOW protocol
1998-10-13 Guido van RossumClear the linecache before printing a traceback
1998-10-13 Guido van RossumAdded class browser binding.
1998-10-13 Guido van RossumMuch improved, much left to do.
1998-10-13 Guido van RossumEver-so-slight improvementL the patterns to recognize...
1998-10-13 Guido van RossumMoved search and match around so that search is documen...
1998-10-13 Guido van RossumMake the return key do what I mean more often.
1998-10-13 Guido van RossumMake the return key do what I mean more often.
1998-10-13 Guido van RossumDoc strings by Chris Petrilli.
1998-10-13 Guido van RossumUpdated listbox methods to Tk 8.0. (Moved some around...
1998-10-13 Guido van RossumAdding the beginnings of a Class browser. Incomplete...
1998-10-13 Guido van RossumAdd new command, "Open module". You select or type...
1998-10-12 Guido van RossumSubsume functionality from Popup menu in Debug menu.
1998-10-12 Guido van RossumGet rid of PopUp menu.
1998-10-12 Guido van RossumGeneralize menu creation.
1998-10-12 Guido van RossumAdd Debug and Help menu items.
1998-10-12 Guido van RossumAdded a menu bar to every window.
1998-10-12 Guido van RossumAdd menu configuration to the event configuration.
1998-10-12 Guido van RossumPass a root to the help window.
1998-10-12 Jack JansenReplaced fprintf(stderr,...) with PySys_WriteStderr...
1998-10-12 Guido van RossumWhen no master widget is specified, use options['parent...
1998-10-12 Guido van RossumOnly reference Tkinter._default_root when needed.
1998-10-12 Guido van RossumReplace fprintf(stderr, ...) with PySys_WriteStderr...
1998-10-12 Guido van RossumPatches for mywrite() by Marc Lemburg: save/restore...
1998-10-12 Guido van RossumLooks like I didn't test this interactively. The Event...
1998-10-12 Guido van RossumAdd parent argument to 'to to line number' dialog box.
1998-10-12 Guido van RossumEnhancements by Sjoerd Mullender: support for
1998-10-12 Guido van RossumAdd support for dotted module names to readmodule().
1998-10-12 Guido van RossumMake mimetypes.guess_type understand data URLs. (Sjoer...
1998-10-10 Guido van RossumAdd a label at the top showing (very basic) help for...
1998-10-10 Guido van RossumAdd Unix main script and test program.
1998-10-10 Guido van RossumInitial checking of Tk-based Python IDE.
1998-10-09 Guido van RossumPatch by Jonathan Giddy (with some cleanup by me) to...
1998-10-09 Barry WarsawDocument the new list.extend() method. Interesting...
1998-10-09 Barry Warsawlistextend(): New method which implements L.extend...
1998-10-09 Guido van RossumNew version that is much more compact and easier to...
1998-10-09 Guido van RossumRemove unreachable code. (Sjoerd)
1998-10-09 Guido van RossumUse constants defined in cl module. (Sjoerd)
1998-10-09 Guido van RossumRemoved unnecessary import of cl and CL. (Sjoerd)
1998-10-09 Guido van RossumShit -- forgot to set the installer's title to the...
1998-10-09 Guido van RossumChange _tkinter.c compile options.
1998-10-09 Guido van RossumAdd bufferobject.c.
next