| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make tuples less hungry -- an extra item was allocated but never used. | Guido van Rossum | 1998-11-16 | 1 | -1/+1 |
|
|
* | Clarify portability and main program. | Guido van Rossum | 1998-11-16 | 1 | -2/+8 |
|
|
* | Added intro for 0.1 release and append Grail notes. | Guido van Rossum | 1998-11-16 | 1 | -0/+37 |
|
|
* | Update the example in "Calling Python Functions from C" to use | Fred Drake | 1998-11-16 | 1 | -61/+80 |
|
|
* | Document the user and password parameters to the NNTP constructor. | Fred Drake | 1998-11-16 | 1 | -2/+6 |
|
|
* | Added a None button to turn off all input sources. | Barry Warsaw | 1998-11-02 | 1 | -4/+22 |
|
|
* | Clarify the default buffering for open(). (Comment from Andrew Dalke | Fred Drake | 1998-11-02 | 1 | -1/+1 |
|
|
* | Fix Barry's markup. | Fred Drake | 1998-11-02 | 1 | -1/+1 |
|
|
* | Warn that AddModule doesn't import the module. | Guido van Rossum | 1998-11-02 | 1 | -1/+6 |
|
|
* | Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen) | Guido van Rossum | 1998-11-02 | 1 | -1/+1 |
|
|
* | Moved zmod and poly descriptions to the Obsolete section. | Fred Drake | 1998-11-02 | 1 | -11/+11 |
|
|
* | Declaring zmod and poly obsolete. They have problems. | Guido van Rossum | 1998-11-02 | 2 | -0/+0 |
|
|
* | Project files converted for CW Pro 4. And the daylight savings time switch se... | Jack Jansen | 1998-11-01 | 52 | -1/+1 |
|
|
* | If the module SUNAUDIODEV was generated on an older version of | Barry Warsaw | 1998-11-01 | 1 | -16/+25 |
|
|
* | MainWindow.__init__(): Move the import of Tkinter to here so that | Barry Warsaw | 1998-11-01 | 1 | -1/+1 |
|
|
* | Added a version number, --version, and updated the docstring. | Barry Warsaw | 1998-11-01 | 1 | -5/+13 |
|
|
* | Rewrite, simplification of command line option parsing. Many GUI | Barry Warsaw | 1998-11-01 | 1 | -124/+50 |
|
|
* | Document the new features of this module | Barry Warsaw | 1998-10-31 | 1 | -5/+26 |
|
|
* | audio(7I) suggests that applications do the following to get the | Barry Warsaw | 1998-10-31 | 1 | -7/+42 |
|
|
* | some rewriting, must do command line args | Barry Warsaw | 1998-10-31 | 1 | -40/+91 |
|
|
* | Input stuff | Barry Warsaw | 1998-10-30 | 1 | -15/+91 |
|
|
* | Added command line options | Barry Warsaw | 1998-10-30 | 1 | -1/+273 |
|
|
* | Initial revision | Barry Warsaw | 1998-10-30 | 1 | -0/+1 |
|
|
* | Don't describe something as "below"; that won't make sense for the | Fred Drake | 1998-10-28 | 1 | -5/+5 |
|
|
* | Fix typo reported by Gerry Weiner <gerry@ucar.edu>. | Fred Drake | 1998-10-28 | 1 | -2/+1 |
|
|
* | Added URL to HOWTO page, with reference to Regex HOWTO. | Andrew M. Kuchling | 1998-10-28 | 1 | -6/+6 |
|
|
* | (py-imenu-method-regexp): Fix suggested by Daniel Calvelo to | Barry Warsaw | 1998-10-28 | 1 | -2/+6 |
|
|
* | #XEmacs 21 now supports Imenu, so I am able to test (and fix) some | Barry Warsaw | 1998-10-28 | 1 | -92/+73 |
|
|
* | #Some minor changes in the commentary, obstensibly to test the new | Barry Warsaw | 1998-10-27 | 1 | -8/+9 |
|
|
* | Support the use of bibtex. This is transparent to the user. | Fred Drake | 1998-10-27 | 1 | -1/+12 |
|
|
* | #Fixed some typos in docstrings. | Barry Warsaw | 1998-10-27 | 1 | -6/+6 |
|
|
* | root is now a global called _root | Guido van Rossum | 1998-10-26 | 1 | -1/+1 |
|
|
* | Indicate that os.environ may not be a real dictionary. | Guido van Rossum | 1998-10-24 | 1 | -2/+2 |
|
|
* | Bump the patch level to 1.5.2b2, just in case I feel like releasing | Guido van Rossum | 1998-10-24 | 1 | -1/+1 |
|
|
* | Bump version to 1.5.2b1 | Guido van Rossum | 1998-10-24 | 1 | -2/+2 |
|
|
* | Raise the root window on reset(). | Guido van Rossum | 1998-10-24 | 1 | -11/+9 |
|
|
* | Split the goto() function in two: _goto() is the internal one, | Guido van Rossum | 1998-10-24 | 1 | -5/+9 |
|
|
* | Improvement to the previous fix suggested by Thomas Bellman: if the | Guido van Rossum | 1998-10-24 | 1 | -2/+6 |
|
|
* | Cope with destruction of the window | Guido van Rossum | 1998-10-24 | 1 | -7/+24 |
|
|
* | The last two example functions in the section about default argument | Guido van Rossum | 1998-10-24 | 1 | -2/+2 |
|
|
* | Turtle graphics | Guido van Rossum | 1998-10-24 | 1 | -0/+324 |
|
|
* | The TemporaryFile() function has a security leak -- because the | Guido van Rossum | 1998-10-24 | 1 | -5/+6 |
|
|
* | Use of Breakpoint class should be bdb.Breakpoint. | Guido van Rossum | 1998-10-24 | 1 | -1/+1 |
|
|
* | Moved compile_command() to a file of its own (codeop.py). | Guido van Rossum | 1998-10-22 | 1 | -82/+3 |
|
|
* | Moved compile_command() here from code.py, so JPython can provide its | Guido van Rossum | 1998-10-22 | 1 | -0/+86 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1998-10-22 | 1 | -13/+16 |
|
|
* | Brief update on the slightly changed API of pyColorChooser.askcolor(). | Barry Warsaw | 1998-10-22 | 1 | -11/+41 |
|
|
* | __init__(): Removed initialcolor keyword. | Barry Warsaw | 1998-10-22 | 1 | -6/+26 |
|
|
* | sticky should be NSEW to fix pixel weirdness at right edge | Barry Warsaw | 1998-10-22 | 1 | -1/+1 |
|
|
* | Error message goes to stderr | Barry Warsaw | 1998-10-22 | 1 | -4/+8 |
|
|