1998-11-16 |
Guido van Rossum | Make tuples less hungry -- an extra item was allocated... |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Guido van Rossum | Clarify portability and main program. |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Guido van Rossum | Added intro for 0.1 release and append Grail notes. |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Fred Drake | Update the example in "Calling Python Functions from... |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Fred Drake | Document the user and password parameters to the NNTP... |
commit | commitdiff | tree | snapshot |
1998-11-02 |
Barry Warsaw | Added a None button to turn off all input sources. |
commit | commitdiff | tree | snapshot |
1998-11-02 |
Fred Drake | Clarify the default buffering for open(). (Comment... |
commit | commitdiff | tree | snapshot |
1998-11-02 |
Fred Drake | Fix Barry's markup. |
commit | commitdiff | tree | snapshot |
1998-11-02 |
Guido van Rossum | Warn that AddModule doesn't import the module. |
commit | commitdiff | tree | snapshot |
1998-11-02 |
Guido van Rossum | Metrowerks PRO4 finally fixes the hypot snafu. (Jack... |
commit | commitdiff | tree | snapshot |
1998-11-02 |
Fred Drake | Moved zmod and poly descriptions to the Obsolete section. |
commit | commitdiff | tree | snapshot |
1998-11-02 |
Guido van Rossum | Declaring zmod and poly obsolete. They have problems. |
commit | commitdiff | tree | snapshot |
1998-11-01 |
Jack Jansen | Project files converted for CW Pro 4. And the daylight... |
commit | commitdiff | tree | snapshot |
1998-11-01 |
Barry Warsaw | If the module SUNAUDIODEV was generated on an older... |
commit | commitdiff | tree | snapshot |
1998-11-01 |
Barry Warsaw | MainWindow.__init__(): Move the import of Tkinter to... |
commit | commitdiff | tree | snapshot |
1998-11-01 |
Barry Warsaw | Added a version number, --version, and updated the... |
commit | commitdiff | tree | snapshot |
1998-11-01 |
Barry Warsaw | Rewrite, simplification of command line option parsing... |
commit | commitdiff | tree | snapshot |
1998-10-31 |
Barry Warsaw | Document the new features of this module |
commit | commitdiff | tree | snapshot |
1998-10-31 |
Barry Warsaw | audio(7I) suggests that applications do the following... |
commit | commitdiff | tree | snapshot |
1998-10-31 |
Barry Warsaw | some rewriting, must do command line args |
commit | commitdiff | tree | snapshot |
1998-10-30 |
Barry Warsaw | Input stuff |
commit | commitdiff | tree | snapshot |
1998-10-30 |
Barry Warsaw | Added command line options |
commit | commitdiff | tree | snapshot |
1998-10-30 |
Barry Warsaw | Initial revision |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Fred Drake | Don't describe something as "below"; that won't make... |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Fred Drake | Fix typo reported by Gerry Weiner <gerry@ucar.edu>. |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Andrew M. Kuchling | Added URL to HOWTO page, with reference to Regex HOWTO. |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Barry Warsaw | (py-imenu-method-regexp): Fix suggested by Daniel Calve... |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Barry Warsaw | #XEmacs 21 now supports Imenu, so I am able to test... |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Barry Warsaw | #Some minor changes in the commentary, obstensibly... |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Fred Drake | Support the use of bibtex. This is transparent to... |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Barry Warsaw | #Fixed some typos in docstrings. |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Guido van Rossum | root is now a global called _root |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Indicate that os.environ may not be a real dictionary. |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Bump the patch level to 1.5.2b2, just in case I feel... |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Bump version to 1.5.2b1 |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Raise the root window on reset(). |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Split the goto() function in two: _goto() is the intern... |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Improvement to the previous fix suggested by Thomas... |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Cope with destruction of the window |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | The last two example functions in the section about... |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Turtle graphics |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | The TemporaryFile() function has a security leak -... |
commit | commitdiff | tree | snapshot |
1998-10-24 |
Guido van Rossum | Use of Breakpoint class should be bdb.Breakpoint. |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Moved compile_command() to a file of its own (codeop... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Moved compile_command() here from code.py, so JPython... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Jim Fulton writes: |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Brief update on the slightly changed API of pyColorChoo... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | __init__(): Removed initialcolor keyword. |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | sticky should be NSEW to fix pixel weirdness at right... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Error message goes to stderr |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | beep => bell |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Fixed running of standalone via command line. Also... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Move 'import sys' to top of module, as noted by Tim... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Guido van Rossum | Jim Fulton writes: |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Jack Jansen | Added {Get,Set}WindowUserData methods. |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Describe all the new features |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Chooser.__init__(): Added `wantspec' keyword to conform... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Barry Warsaw | Many changes to support a second mode of operation... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Piers Lauder writes: |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Add note about compiling FORMS with -Dclear=__GLclear. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Check in the changed version after running the stubber... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | Use (f1, f2) as cache key instead of f1 + ' ' + f2. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Guido van Rossum | On a recommendation from Sjoerd Mullender, add -Dclear... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Update the date. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Bump the release to 1.5.2a2. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Added --tools option, to package only the framework... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Jack Jansen | Removed debug print |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Remove a couple of unnecessary "%" characters that... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Remove a bunch of unnecessary "%" characters that cause... |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Fred Drake | Remove an unnecessary "%" character that seems to cause... |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Barry Warsaw | Saving/Restoring state into ~/.pynche file |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Fred Drake | add_link(): Fix to use $section_info instead of $toc_s... |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Guido van Rossum | Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de... |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Guido van Rossum | Adding Fredrik Lundh's demo of the option menu. |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Guido van Rossum | Patch by Jim Fulton, who writes: |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | Reflect new name of index style file. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | Renamed myindex.ist to something more reasonable. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | No longer needed since we have nice, contributed naviga... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | If building HTML and the icons should be served from... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Rename 'locals' argument to top-level interact() functi... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Fred Drake | ArabictoRoman(): Removed, since it wasn't used anywhere. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | A Py_DECREF(f) is missing in PyFrame_New for the error... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Add a missing DECREF in an error exit. Submitted by... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Typo: JIFF -> JFIF. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Fixed a problem where xmllib didn't handle the tag |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Speed up the search a bit -- don't drag a mark around... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Change our special entries from <console#N> to <pyshell#N>. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Use and pass through the 'force' flag to set_dict(... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Raise priority of 'sel' tag so its foreground (on Windo... |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Disable "Open stack viewer" and "help" commands. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Guido van Rossum | Add optional 'force' argument (default 0) to load_dict(). |
commit | commitdiff | tree | snapshot |
1998-10-17 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.5.2a2 |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Guido van Rossum | Time for 1.5.2a2. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Guido van Rossum | All the news that's fit to print. In other words,... |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Barry Warsaw | The driver script on Unix is `pynche'; for Windows... |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Do nothing when loading the same dict as before. |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Details for debugger interface. |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Restructured and more consistent. Save checkboxes... |
commit | commitdiff | tree | snapshot |
1998-10-16 |
Guido van Rossum | Get rid of conflicting ^X binding. Use ^W. |
commit | commitdiff | tree | snapshot |
next |