]> granicus.if.org Git - python/shortlog
python
1998-11-24 Fred DrakeScript to convert things like <C/> and <Cpp/> to &C...
1998-11-24 Fred DrakeRationalize a word-space markup to not break in the...
1998-11-23 Fred DrakeThe & character is also escaped using \.
1998-11-23 Fred DrakeAdd some additional cleanup transformations.
1998-11-23 Guido van RossumFix cosmetic bug in delattr docstring discovered by...
1998-11-23 Guido van RossumWhoops! One the "redundant" initializations removed...
1998-11-23 Fred DrakeFix comment regex so we don't screw up structured comme...
1998-11-23 Guido van RossumRewrote the section on sys.exit(), documenting other...
1998-11-23 Fred DrakeScript to squirrel around with the DOM tree of document...
1998-11-23 Fred DrakeMoved into tools/sgmlconv/.
1998-11-23 Fred DrakeMoving to sgmlconv/ subdir.
1998-11-23 Fred DrakeFix up the extraction of optional parameters a little.
1998-11-23 Guido van RossumDoc strings by Chris Petrilli.
1998-11-23 Fred DrakeSome cleanup.
1998-11-23 Fred DrakeFix some minor problems.
1998-11-20 Barry Warsaw(py-execute-region): Hack around the different behavior...
1998-11-18 Fred DrakeFirst cut at a script to generate SGML/XML from an...
1998-11-18 Fred DrakeFirst cut at a script to generate ESIS events from...
1998-11-18 Guido van RossumBomb on deleting a temporary breakpoint: there's no...
1998-11-18 Barry WarsawA little more tweakage
1998-11-18 Barry WarsawA little more tweakage
1998-11-18 Barry WarsawA bit of tweakage of the --help and --version options
1998-11-18 Barry Warsaw(ChipViewer): Make frame sticky NSEW to fix geometry...
1998-11-18 Barry Warsawtweak version number
1998-11-18 Barry WarsawUpdate
1998-11-18 Barry WarsawUpdating
1998-11-17 Fred DrakeEliminate remaining \verb/.../ constructs; there's...
1998-11-17 Barry Warsaw(py-execute-region): Patch by Hunter Kelly so that...
1998-11-17 Guido van RossumRemove some redundant initializations -- patch by Vladi...
1998-11-17 Guido van RossumAccept a non-list sequence for the long options (reques...
1998-11-17 Guido van RossumRajGopal Srinivasan noted that the latest code doesn...
1998-11-16 Guido van RossumRemove dead code discovered by Vladimir Marangozov.
1998-11-16 Guido van RossumFix typo in doc for handle(): client_request should...
1998-11-16 Guido van RossumFix typo in docstring: client_request should be client_...
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...
next