]> granicus.if.org Git - python/shortlog
python
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.
1998-10-08 Guido van RossumFix multi-arg list.append() calls.
1998-10-08 Guido van RossumThere's no need to declare Tk_GetNumMainWindows() ...
1998-10-08 Guido van RossumUse the t# format where appropriate. Greg Stein.
1998-10-08 Guido van RossumImplement new format character 't#'. This is like...
1998-10-08 Guido van RossumGreg Stein: Implement the new bf_getcharbuffer function...
1998-10-08 Guido van RossumChanges by Greg Stein (code) and GvR (design).
1998-10-08 Guido van RossumFor 1.5.2a2.
1998-10-08 Guido van RossumSome kind of source control krept in.
1998-10-08 Guido van RossumWhatever
1998-10-08 Guido van RossumThe previous checkin contained an experiment of Greg...
1998-10-08 Guido van RossumOn Win32, use
1998-10-07 Guido van RossumChanges to deal with the sigcheck+intrcheck vs. signalm...
1998-10-07 Fred DrakeMake the dependencies really work for the HTML version.
1998-10-07 Guido van RossumAdd test for BSDI -- by Nigel Head and otto@mail.olympu...
1998-10-07 Guido van RossumAdded a whole bunch of descriptions.
1998-10-07 Guido van RossumUse the imp module to get the magic word.
1998-10-07 Guido van RossumChanges to support other object types besides strings
1998-10-07 Fred DrakeChange the default split level to not split on marked...
1998-10-07 Fred DrakeIf --debug was used, don't delete the temporary .perl...
1998-10-07 Guido van RossumBSDI specific patches, inspired by Nigel Head and otto...
1998-10-07 Guido van RossumMake gcc -Wall happy.
1998-10-07 Guido van RossumMake gcc -Wall happy:
1998-10-07 Guido van RossumMake gcc -Wall happy:
1998-10-07 Guido van RossumMake gcc -Wall happy.
1998-10-07 Guido van RossumSupport PYTHONOPTIMIZE variable; by Marc Lemburg.
1998-10-07 Guido van RossumDocumented PYTHONOPTIMIZE; by Marc Lemburg.
1998-10-07 Guido van RossumMake the version variable static (it has no business...
next