- 19 Ock, 1998 20 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
would set the transfer to text mode instead of the specified mode.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
HTTP/1.x 200 instead of HTTP/1.x 200 OK
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the error was about a bad format string :-).
-
Guido van Rossum yazdı
contains the type of the object and name of the attribute.
-
Guido van Rossum yazdı
'\377' for EOF.
-
Guido van Rossum yazdı
executable files, and directories. When expecting a module, we also look for the .pyc or .pyo file.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
1.3, dlopen() etc. are fully implemented, including dlerror(). From Jaromir Dolecek and Ty Sarna.
-
Guido van Rossum yazdı
to do, it should not call sys.exitfunc either...
-
Guido van Rossum yazdı
- fix type_to_name(); it never worked - add path_to_selector() add path_to_datatype_name()
-
Guido van Rossum yazdı
now implement the following finalization strategy. 1. Whenever this code deletes a module, its directory is cleared carefully, as follows: - set all names to None that begin with exactly one underscore - set all names to None that don't begin with two underscores - clear the directory 2. Modules are deleted in the following order: - modules with a reference count of 1, except __builtin__ or __sys__ - repeat until no more are found with a reference count of 1 - __main__ if it's still there - all remaining modules except __builtin__ or sys - sys _ __builtin__
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Added an optional third parameter giving the purported filename for error messages from the module. Append a newline to the code string if needed.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 18 Ock, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
longer used anywhere. Use the {*desc} environments instead. \var{}: Ensure that the argument is always set in roman italic, in case an alternate font is being used for code. These keeps the result of \var{} consistent. Some minor changes to allow easier exploration of alternate fonts for code in the running text. Haven't changed the selected font; I haven't found one that has everything required! (The best non-monospaced font so far was missing the <, >, and | characters, or at least had them at the wrong locations. It also allowed confusion between upper-case I and lower-case L.)
-
- 16 Ock, 1998 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Jack Jansen yazdı
- Use internal version of finder class so we don't drag in finder tools - error -1704 also ignored during arg unpack - Use Scriptable Text Editor for example
-
Jack Jansen yazdı
implement "every", etc.
-
- 15 Ock, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
I found this in a mail of two and a half years ago from Yusuf Goolamabbas.
-
Fred Drake yazdı
(In description of AbstractWriter class.)
-
- 14 Ock, 1998 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
-
Fred Drake yazdı
-
- 13 Ock, 1998 9 kayıt (commit)
-
-
Fred Drake yazdı
Always include the comma *inside* the \optional{} markup!
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
where Make doesn't know that '#' as a command is a comment.
-
Fred Drake yazdı
Added \label{} for referring to the module.
-
Fred Drake yazdı
"Unix" ==> "\UNIX{}"
-