]> granicus.if.org Git - python/shortlog
python
1998-11-16 Guido van RossumMake tuples less hungry -- an extra item was allocated...
1998-11-16 Guido van RossumClarify portability and main program.
1998-11-16 Guido van RossumAdded intro for 0.1 release and append Grail notes.
1998-11-16 Fred DrakeUpdate the example in "Calling Python Functions from...
1998-11-16 Fred DrakeDocument the user and password parameters to the NNTP...
1998-11-02 Barry WarsawAdded a None button to turn off all input sources.
1998-11-02 Fred DrakeClarify the default buffering for open(). (Comment...
1998-11-02 Fred DrakeFix Barry's markup.
1998-11-02 Guido van RossumWarn that AddModule doesn't import the module.
1998-11-02 Guido van RossumMetrowerks PRO4 finally fixes the hypot snafu. (Jack...
1998-11-02 Fred DrakeMoved zmod and poly descriptions to the Obsolete section.
1998-11-02 Guido van RossumDeclaring zmod and poly obsolete. They have problems.
1998-11-01 Jack JansenProject files converted for CW Pro 4. And the daylight...
1998-11-01 Barry WarsawIf the module SUNAUDIODEV was generated on an older...
1998-11-01 Barry WarsawMainWindow.__init__(): Move the import of Tkinter to...
1998-11-01 Barry WarsawAdded a version number, --version, and updated the...
1998-11-01 Barry WarsawRewrite, simplification of command line option parsing...
1998-10-31 Barry WarsawDocument the new features of this module
1998-10-31 Barry Warsawaudio(7I) suggests that applications do the following...
1998-10-31 Barry Warsawsome rewriting, must do command line args
1998-10-30 Barry WarsawInput stuff
1998-10-30 Barry WarsawAdded command line options
1998-10-30 Barry WarsawInitial revision
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.
next