summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* If the module SUNAUDIODEV was generated on an older version ofBarry Warsaw1998-11-011-16/+25
* MainWindow.__init__(): Move the import of Tkinter to here so thatBarry Warsaw1998-11-011-1/+1
* Added a version number, --version, and updated the docstring.Barry Warsaw1998-11-011-5/+13
* Rewrite, simplification of command line option parsing. Many GUIBarry Warsaw1998-11-011-124/+50
* Document the new features of this moduleBarry Warsaw1998-10-311-5/+26
* audio(7I) suggests that applications do the following to get theBarry Warsaw1998-10-311-7/+42
* some rewriting, must do command line argsBarry Warsaw1998-10-311-40/+91
* Input stuffBarry Warsaw1998-10-301-15/+91
* Added command line optionsBarry Warsaw1998-10-301-1/+273
* Initial revisionBarry Warsaw1998-10-301-0/+1
* Don't describe something as "below"; that won't make sense for theFred Drake1998-10-281-5/+5
* Fix typo reported by Gerry Weiner <gerry@ucar.edu>.Fred Drake1998-10-281-2/+1
* Added URL to HOWTO page, with reference to Regex HOWTO.Andrew M. Kuchling1998-10-281-6/+6
* (py-imenu-method-regexp): Fix suggested by Daniel Calvelo toBarry Warsaw1998-10-281-2/+6
* #XEmacs 21 now supports Imenu, so I am able to test (and fix) someBarry Warsaw1998-10-281-92/+73
* #Some minor changes in the commentary, obstensibly to test the newBarry Warsaw1998-10-271-8/+9
* Support the use of bibtex. This is transparent to the user.Fred Drake1998-10-271-1/+12
* #Fixed some typos in docstrings.Barry Warsaw1998-10-271-6/+6
* root is now a global called _rootGuido van Rossum1998-10-261-1/+1
* Indicate that os.environ may not be a real dictionary.Guido van Rossum1998-10-241-2/+2
* Bump the patch level to 1.5.2b2, just in case I feel like releasingGuido van Rossum1998-10-241-1/+1
* Bump version to 1.5.2b1Guido van Rossum1998-10-241-2/+2
* Raise the root window on reset().Guido van Rossum1998-10-241-11/+9
* Split the goto() function in two: _goto() is the internal one,Guido van Rossum1998-10-241-5/+9
* Improvement to the previous fix suggested by Thomas Bellman: if theGuido van Rossum1998-10-241-2/+6
* Cope with destruction of the windowGuido van Rossum1998-10-241-7/+24
* The last two example functions in the section about default argumentGuido van Rossum1998-10-241-2/+2
* Turtle graphicsGuido van Rossum1998-10-241-0/+324
* The TemporaryFile() function has a security leak -- because theGuido van Rossum1998-10-241-5/+6
* Use of Breakpoint class should be bdb.Breakpoint.Guido van Rossum1998-10-241-1/+1
* Moved compile_command() to a file of its own (codeop.py).Guido van Rossum1998-10-221-82/+3
* Moved compile_command() here from code.py, so JPython can provide itsGuido van Rossum1998-10-221-0/+86
* Jim Fulton writes:Guido van Rossum1998-10-221-13/+16
* Brief update on the slightly changed API of pyColorChooser.askcolor().Barry Warsaw1998-10-221-11/+41
* __init__(): Removed initialcolor keyword.Barry Warsaw1998-10-221-6/+26
* sticky should be NSEW to fix pixel weirdness at right edgeBarry Warsaw1998-10-221-1/+1
* Error message goes to stderrBarry Warsaw1998-10-221-4/+8
* beep => bellBarry Warsaw1998-10-221-3/+6
* Fixed running of standalone via command line. Also, only do save fromBarry Warsaw1998-10-221-3/+5
* Move 'import sys' to top of module, as noted by Tim Peters.Guido van Rossum1998-10-221-1/+1
* Jim Fulton writes:Guido van Rossum1998-10-221-0/+1
* Added {Get,Set}WindowUserData methods.Jack Jansen1998-10-223-6/+44
* Describe all the new featuresBarry Warsaw1998-10-221-133/+262
* Chooser.__init__(): Added `wantspec' keyword to conform exactly toBarry Warsaw1998-10-221-4/+10
* Many changes to support a second mode of operation. Pynche can now beBarry Warsaw1998-10-2210-120/+256
* Piers Lauder writes:Guido van Rossum1998-10-211-1/+1
* Add note about compiling FORMS with -Dclear=__GLclear.Guido van Rossum1998-10-211-0/+4
* Check in the changed version after running the stubber again -- thisGuido van Rossum1998-10-211-13/+12
* Use (f1, f2) as cache key instead of f1 + ' ' + f2.Guido van Rossum1998-10-211-1/+1
* On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear toGuido van Rossum1998-10-211-3/+4