]> granicus.if.org Git - python/shortlog
python
1998-10-28 Fred DrakeDon't describe something as "below"; that won't make...
1998-10-28 Fred DrakeFix typo reported by Gerry Weiner <gerry@ucar.edu>.
1998-10-28 Andrew M. KuchlingAdded URL to HOWTO page, with reference to Regex HOWTO.
1998-10-28 Barry Warsaw(py-imenu-method-regexp): Fix suggested by Daniel Calve...
1998-10-28 Barry Warsaw#XEmacs 21 now supports Imenu, so I am able to test...
1998-10-27 Barry Warsaw#Some minor changes in the commentary, obstensibly...
1998-10-27 Fred DrakeSupport the use of bibtex. This is transparent to...
1998-10-27 Barry Warsaw#Fixed some typos in docstrings.
1998-10-26 Guido van Rossumroot is now a global called _root
1998-10-24 Guido van RossumIndicate that os.environ may not be a real dictionary.
1998-10-24 Guido van RossumBump the patch level to 1.5.2b2, just in case I feel...
1998-10-24 Guido van RossumBump version to 1.5.2b1
1998-10-24 Guido van RossumRaise the root window on reset().
1998-10-24 Guido van RossumSplit the goto() function in two: _goto() is the intern...
1998-10-24 Guido van RossumImprovement to the previous fix suggested by Thomas...
1998-10-24 Guido van RossumCope with destruction of the window
1998-10-24 Guido van RossumThe last two example functions in the section about...
1998-10-24 Guido van RossumTurtle graphics
1998-10-24 Guido van RossumThe TemporaryFile() function has a security leak -...
1998-10-24 Guido van RossumUse of Breakpoint class should be bdb.Breakpoint.
1998-10-22 Guido van RossumMoved compile_command() to a file of its own (codeop...
1998-10-22 Guido van RossumMoved compile_command() here from code.py, so JPython...
1998-10-22 Guido van RossumJim Fulton writes:
1998-10-22 Barry WarsawBrief update on the slightly changed API of pyColorChoo...
1998-10-22 Barry Warsaw__init__(): Removed initialcolor keyword.
1998-10-22 Barry Warsawsticky should be NSEW to fix pixel weirdness at right...
1998-10-22 Barry WarsawError message goes to stderr
1998-10-22 Barry Warsawbeep => bell
1998-10-22 Barry WarsawFixed running of standalone via command line. Also...
1998-10-22 Guido van RossumMove 'import sys' to top of module, as noted by Tim...
1998-10-22 Guido van RossumJim Fulton writes:
1998-10-22 Jack JansenAdded {Get,Set}WindowUserData methods.
1998-10-22 Barry WarsawDescribe all the new features
1998-10-22 Barry WarsawChooser.__init__(): Added `wantspec' keyword to conform...
1998-10-22 Barry WarsawMany changes to support a second mode of operation...
1998-10-21 Guido van RossumPiers Lauder writes:
1998-10-21 Guido van RossumAdd note about compiling FORMS with -Dclear=__GLclear.
1998-10-21 Guido van RossumCheck in the changed version after running the stubber...
1998-10-21 Guido van RossumUse (f1, f2) as cache key instead of f1 + ' ' + f2.
1998-10-21 Guido van RossumOn a recommendation from Sjoerd Mullender, add -Dclear...
1998-10-21 Fred DrakeUpdate the date.
1998-10-21 Fred DrakeBump the release to 1.5.2a2.
1998-10-21 Fred DrakeAdded --tools option, to package only the framework...
1998-10-21 Jack JansenRemoved debug print
1998-10-21 Fred DrakeRemove a couple of unnecessary "%" characters that...
1998-10-21 Fred DrakeRemove a bunch of unnecessary "%" characters that cause...
1998-10-21 Fred DrakeRemove an unnecessary "%" character that seems to cause...
1998-10-20 Barry WarsawSaving/Restoring state into ~/.pynche file
1998-10-20 Fred Drakeadd_link(): Fix to use $section_info instead of $toc_s...
1998-10-20 Guido van RossumDetlef Lannert lannert@lannert.rz.uni-duesseldorf.de...
1998-10-20 Guido van RossumAdding Fredrik Lundh's demo of the option menu.
1998-10-20 Guido van RossumPatch by Jim Fulton, who writes:
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...
next