- 20 Jan, 1998 9 commits
-
-
Fred Drake authored
tables: \var{} Add a couple of index entries to the File Objects section.
-
Fred Drake authored
Marked title of the Python Reference Manual as \emph{}, like other Python manual titles.
-
Fred Drake authored
These are intended to support semantic markup. There are a number of places in the documentation where the exact meaning of an indentifier marked \code{} in the running text is ambiguous (could be a module or a class, a function or a method, etc.). These are intended to clarify the intent of the identifier for processing applications and more intelligent style processing.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
"--" ==> "---"
-
Fred Drake authored
-
Fred Drake authored
it already got it right.
-
Fred Drake authored
isn't likely to be of much interest these days....) {\tt ...} ==> \code{...} Added \label{module-blat} for the two supporting modules. Added index entries for referred-to modules.
-
- 19 Jan, 1998 25 commits
-
-
Guido van Rossum authored
standard Python API function so it should not have a Py prefix.
-
Guido van Rossum authored
-
Guido van Rossum authored
Also documented that groups() now always returns a tuple.
-
Guido van Rossum authored
-
Guido van Rossum authored
- added docstrings - support option to specify a different purported directory name - reindented with 4 spaces
-
Guido van Rossum authored
-
Guido van Rossum authored
would set the transfer to text mode instead of the specified mode.
-
Guido van Rossum authored
-
Guido van Rossum authored
HTTP/1.x 200 instead of HTTP/1.x 200 OK
-
Guido van Rossum authored
-
Guido van Rossum authored
the error was about a bad format string :-).
-
Guido van Rossum authored
contains the type of the object and name of the attribute.
-
Guido van Rossum authored
'\377' for EOF.
-
Guido van Rossum authored
executable files, and directories. When expecting a module, we also look for the .pyc or .pyo file.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
1.3, dlopen() etc. are fully implemented, including dlerror(). From Jaromir Dolecek and Ty Sarna.
-
Guido van Rossum authored
to do, it should not call sys.exitfunc either...
-
Guido van Rossum authored
- fix type_to_name(); it never worked - add path_to_selector() add path_to_datatype_name()
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
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 authored
-
Fred Drake authored
-
Fred Drake authored
-
- 18 Jan, 1998 1 commit
-
-
Fred Drake authored
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 Jan, 1998 3 commits
-
-
Fred Drake authored
-
Jack Jansen authored
- 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 authored
implement "every", etc.
-
- 15 Jan, 1998 2 commits
-
-
Guido van Rossum authored
I found this in a mail of two and a half years ago from Yusuf Goolamabbas.
-
Fred Drake authored
(In description of AbstractWriter class.)
-