- 11 Eyl, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
the KOE docs). Some markup nits.
-
- 10 Eyl, 1998 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
actually uses this markup.
-
Fred Drake yazdı
Demos/classes/Rat.py.
-
Fred Drake yazdı
Fixes/index improvements from Michael Ernst <mernst@cs.washington.edu>.
-
Guido van Rossum yazdı
(It's not SCRIPTPATH!)
-
Jeremy Hylton yazdı
change error messages to be a little more straightforward change definition of FULL_PATH so that an error is raised if the setuid wrapper is used un-edited
-
Fred Drake yazdı
-
Guido van Rossum yazdı
(which is not a POSIX threads call!). Reported and confirmed by Brad Howes.
-
- 09 Eyl, 1998 3 kayıt (commit)
-
-
Fred Drake yazdı
\itemjoin: Remove obsolete macros. \itemnewline: Rename to \py@itemnewline, since it's only used internally.
-
Guido van Rossum yazdı
the difference got converted to float. Put brackets around the string representation of (non-integer) rationals. (Sjoerd Mullender.)
-
Guido van Rossum yazdı
"$(srcdir)/" before all source files even when is starts with "/".
-
- 08 Eyl, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
"/x", should return "x".
-
Jack Jansen yazdı
-
- 07 Eyl, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 04 Eyl, 1998 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
sending the cookie. (Suggestion by AMK.)
-
Guido van Rossum yazdı
Reported by Jonathan Giddy.
-
- 03 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Py_{BEGIN,END}_ALLOW_THREADS macros. Also get rid of the declaration for it (it's now in pythonrun.h).
-
- 02 Eyl, 1998 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
1. use dict.get instead of try/except KeyError 2. if the url scheme is 'http' then avoid the series of 'if var in [someseq]:'. instead, inline all of the code. 3. find = string.find
-
Guido van Rossum yazdı
for LIST command with msg argument.
-
- 31 Agu, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
(formerly it returned a string, which wasn't very convenient). Add image commands to the Text widget (these are new in Tk 8.0).
-
Guido van Rossum yazdı
support in this module can go. The patch only deletes code (PyLong_FromLongLong() and PyLong_AsLongLong()). By Sjoerd Mullender.
-
- 29 Agu, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
never executed because of a return statement. Sigh.
-
Barry Warsaw yazdı
-
- 28 Agu, 1998 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
little README giving the page count of each file when printed.
-
Fred Drake yazdı
files.
-
Fred Drake yazdı
-
Fred Drake yazdı
as --option value. Minor nits cleaned up.
-
Fred Drake yazdı
a little better, and produce better HTML. Add some index entries.
-
- 27 Agu, 1998 5 kayıt (commit)
-
-
Guido van Rossum yazdı
held. It releases the lock around the call to the function pointed to by PyOS_ReadlineFunctionPointer (default PyOS_StdioReadline()).
-
Guido van Rossum yazdı
According to Vladimir Marangozov, this is necessary for AIX, where high optimization levels inline this function and then get it wrong :-(
-
Guido van Rossum yazdı
It is needed so that tokenizer.c can use PySys_WriteStderr().
-
Guido van Rossum yazdı
1) I added a command queue which is helpful to me (at least so far) and would also allow syntax like 's;s' (step; step) in conjunction with precmd 2) doc_leader allows the derived class to print a message before the help output. Defaults to current practise of a blank line 3) nohelp allows one to override the 'No help on' message. I need 'Undefined command: "%s". Try "help".' 4) Pass line to self.precmd to allow one to do some parsing: change first word to lower case, strip out a leading number, whatever. 5) Pass the result of onecmd and the input line to postcmd. This allows one to ponder the stop result before it is effective. 6) emptyline() requires a if self.lastcmd: conditional because if the first command is null (<cr>), you get an infinite recursion with the code as it stands.
-
Jack Jansen yazdı
-
- 25 Agu, 1998 3 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
that file in fact did not exist or at least was not used. Change this so that __file__ is *only* set to the .pyc/.pyo file when it actually read the code object from it; otherwise __file__ is set to the .py file.
-
Guido van Rossum yazdı
happen when you use a non-keyword argument after a keyword argument, and in this case you also get a syntax error. I fully suspect that the underflow is caused by the code that stops generating code when it detects the syntax error, but I can't find the culprit right now. I know, I know.)
-