| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | beep => bell | Barry Warsaw | 1998-10-22 | 1 | -3/+6 |
|
|
* | Fixed running of standalone via command line. Also, only do save from | Barry Warsaw | 1998-10-22 | 1 | -3/+5 |
|
|
* | Move 'import sys' to top of module, as noted by Tim Peters. | Guido van Rossum | 1998-10-22 | 1 | -1/+1 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1998-10-22 | 1 | -0/+1 |
|
|
* | Added {Get,Set}WindowUserData methods. | Jack Jansen | 1998-10-22 | 3 | -6/+44 |
|
|
* | Describe all the new features | Barry Warsaw | 1998-10-22 | 1 | -133/+262 |
|
|
* | Chooser.__init__(): Added `wantspec' keyword to conform exactly to | Barry Warsaw | 1998-10-22 | 1 | -4/+10 |
|
|
* | Many changes to support a second mode of operation. Pynche can now be | Barry Warsaw | 1998-10-22 | 10 | -120/+256 |
|
|
* | Piers Lauder writes: | Guido van Rossum | 1998-10-21 | 1 | -1/+1 |
|
|
* | Add note about compiling FORMS with -Dclear=__GLclear. | Guido van Rossum | 1998-10-21 | 1 | -0/+4 |
|
|
* | Check in the changed version after running the stubber again -- this | Guido van Rossum | 1998-10-21 | 1 | -13/+12 |
|
|
* | Use (f1, f2) as cache key instead of f1 + ' ' + f2. | Guido van Rossum | 1998-10-21 | 1 | -1/+1 |
|
|
* | On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to | Guido van Rossum | 1998-10-21 | 1 | -3/+4 |
|
|
* | Update the date. | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Bump the release to 1.5.2a2. | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Added --tools option, to package only the framework (no documents). | Fred Drake | 1998-10-21 | 1 | -3/+21 |
|
|
* | Removed debug print | Jack Jansen | 1998-10-21 | 1 | -1/+0 |
|
|
* | Remove a couple of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -2/+2 |
|
|
* | Remove a bunch of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -19/+19 |
|
|
* | Remove an unnecessary "%" character that seems to cause a minor glitch | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Saving/Restoring state into ~/.pynche file | Barry Warsaw | 1998-10-20 | 10 | -27/+160 |
|
|
* | add_link(): Fix to use $section_info instead of $toc_section_info, | Fred Drake | 1998-10-20 | 1 | -1/+3 |
|
|