summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable python event handling in mainloop (discovered by Tasselli Marco)Jack Jansen1998-09-301-0/+2
|
* Added interface to get/set colordbBarry Warsaw1998-09-291-1/+5
|
* Removed old cruft, added raw about dialogBarry Warsaw1998-09-291-44/+13
|
* Changed interface for nearest() method to take individual red, green,Barry Warsaw1998-09-291-2/+1
| | | | blue values instead of tuple
* Got updating with Return/Tab workingBarry Warsaw1998-09-291-9/+7
|
* Un PMW-ifiedBarry Warsaw1998-09-291-115/+81
|
* Added an extra frame in widget heirarchy in case I want to addBarry Warsaw1998-09-292-4/+7
| | | | separators later
* Fix suggested by Sjoerd (long ago!) to get a better error message whenGuido van Rossum1998-09-291-1/+9
| | | | | | | | there's a syntax error. (In particular, display the correct filename). This changes the API: if there's a syntax error, the function now returns normally after dumping the error to sys.stderr. I changed Sjoerd's use of string.join(string.split(...)) with string.replace().
* Un PMW-ifiedBarry Warsaw1998-09-291-71/+84
|
* Rework startupBarry Warsaw1998-09-281-26/+10
|
* simplifyBarry Warsaw1998-09-281-9/+3
|
* triplet_to_brightness(): New functionBarry Warsaw1998-09-281-0/+9
|
* De PMW-ifyBarry Warsaw1998-09-281-201/+110
|
* Fixed the brightness calculationBarry Warsaw1998-09-281-1/+1
|
* Updated to new post-PMW framework. Moved generators to here and addedBarry Warsaw1998-09-281-36/+74
| | | | the StripViewer class.
* Remove redundant definition of NEXITFUNCS.Guido van Rossum1998-09-281-1/+1
| | | | (Reported by Jeff Rush.)
* Fixes for OS/2 by Jeff Rush.Guido van Rossum1998-09-281-9/+9
|
* Move the #include of <sys/select> to *after* mytime.h (or <time.h>),Guido van Rossum1998-09-281-2/+2
| | | | as this is the logical order of dependencies. Suggested by Jeff Rush.
* New set of files for the OS/2 port by Jeff Rush.Guido van Rossum1998-09-286-1061/+757
|
* Removed some OS/2 #defines (now in the OS/2 specific config.h).Guido van Rossum1998-09-281-15/+0
| | | | Patch by Jeff Rush.
* formattingBarry Warsaw1998-09-281-6/+6
|
* Un PMW-ifiedBarry Warsaw1998-09-281-41/+24
|
* Un PMW-ifiedBarry Warsaw1998-09-281-27/+41
|
* Initial revisionBarry Warsaw1998-09-281-0/+16
|
* New version from Piers Lauder, who writes:Guido van Rossum1998-09-281-88/+115
| | | | | | | | | | Added a debug function to replace 'print' statements. Ensured that response attached to 'NO' replies is passed back. added readonly exception. Rearranged method order into types. Ensure select returns a meaningful error on 'NO'. 'NO' returns from authenticate and login raise error with last message, not list.
* Don't set a local variable named __args__; this feature no longerGuido van Rossum1998-09-281-1/+1
| | | | works and Greg Ward just reported a problem it caused...
* Add warning that on Windows it only works on sockets.Guido van Rossum1998-09-281-1/+7
|
* Document new urllib features by Eric Raymond.Guido van Rossum1998-09-281-5/+22
|
* Changes by Eric Raymond:Guido van Rossum1998-09-281-14/+32
| | | | | | | | | | | | 1. Generate a correct Content-Length header visible through the info() method if a request to open an FTP URL gets a length in the response to RETR. 2. Take a third argument to urlretrieve() that makes it possible to progress- meter an urlretrieve call (this is what I needed the above change for). See the second patch band below for details. 3. To avoid spurious errors, I commented out the gopher test. The target document no longer exists.
* Truncate messages if they are longer than 255 characters. Note that this isJack Jansen1998-09-281-0/+2
| | | | not really a good solution for default input strings...
* Fixed unit testBarry Warsaw1998-09-251-6/+6
|
* Updated the docstring and class hierarchy diagramBarry Warsaw1998-09-251-12/+20
|
* (py-comint-output-filter-function): Horrible kludgearound for makingBarry Warsaw1998-09-251-1/+4
| | | | the de-queing of exec files work for NT XEmacs 21.0.
* In PyFrame_New(), don't set extras to something derived from codeGuido van Rossum1998-09-251-1/+2
| | | | | before code has been checked for validity. Discovered by Vladimir Marangozov.
* (py-guess-indent-offset): Only print message about py-indent-offsetBarry Warsaw1998-09-251-3/+4
| | | | when in an interactive session (suggested by B. Wiener).
* (py-execute-file, py-execute-import-or-reload): Use a Python `raw'Barry Warsaw1998-09-241-2/+2
| | | | | | string in the argument to execfile() so a Windows temp directory named, e.g. c:\\tmp doesn't get interpreted as a file name with an embedded tab! (given by C. Waldman).
* Add two constants (with the same value) to specify the on-board CD input.Guido van Rossum1998-09-241-0/+2
|
* Added realclean and distclean targets to match ../Makefile.Fred Drake1998-09-231-0/+3
|
* Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein.Guido van Rossum1998-09-231-0/+3
|
* Reworked it quite a bit. There are now two classes: a base class,Guido van Rossum1998-09-221-102/+206
| | | | | | | | | | InteractiveInterpreter, which handles parsing and interpreter state but doesn't know deal with buffering or prompting or input file naming. And a derived class, InteractiveConsole, which adds buffering and prompting and supports setting the filename once. Also tweak the algorithm in compile_command() a bit so that input consisting of all blank lines or comments always succeeds immediately, and note the fact that apart from SyntaxError it can also raise OverflowError.
* (py-block-comment-prefix): Remove trailing space. Also explain thatBarry Warsaw1998-09-221-4/+5
| | | | | | | | this string should not end with whitespace. (py-compute-indentation): Append whitespace regexp to py-block-comment-prefix so that any combination of intervening whitespace will be recognized.
* Do the check for lacking sys.stdin.fileno() *before* testing forGuido van Rossum1998-09-221-4/+4
| | | | | | Windows. If sys.stdin doesn't appear to be a real file (characterized by having a working fileno()), don't use any console specific methods -- go straight to the default.
* When sys.stdin.fileno() doesn't work, fall back to default_getpass()Guido van Rossum1998-09-211-1/+4
| | | | -- don't just die.
* Explicitly document the fact that the search method returns a MatchObject.Guido van Rossum1998-09-211-1/+2
| | | | (Reported by Gary Herron.)
* After the previous changes, func_normalize() turned out to be redundant.Guido van Rossum1998-09-211-60/+5
| | | | This simplified some other places in the code.
* Changes so that JPython can also use this version of profile.py.Guido van Rossum1998-09-211-25/+4
| | | | Suggested by Jim Hugunin.
* Get rid of the classes RModuleLoader and RModuleImporter -- these wereGuido van Rossum1998-09-211-16/+3
| | | | | only there to override reload() in a way that doesn't make a whole lot of sense and moreover broke since the latest changes in ihooks.
* Comment out 't = t[0] + t[1]' in profiler_simulation() -- thisGuido van Rossum1998-09-211-1/+1
| | | | | | function is only used when running the calibration code, and it turns out that recent changes in the timing code caused this statement to raise an exception.
* Get rid of the test for non-NULL thread state in EventHook; it can beGuido van Rossum1998-09-211-2/+0
| | | | triggered in situations that are not an error.
* When we have siginterrupt(), use it to disable restarting interruptedGuido van Rossum1998-09-211-0/+6
| | | | system calls.