- 19 Jan, 1998 7 commits
-
-
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.)
-
- 14 Jan, 1998 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
-
Fred Drake authored
-
- 13 Jan, 1998 22 commits
-
-
Fred Drake authored
Always include the comma *inside* the \optional{} markup!
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
where Make doesn't know that '#' as a command is a comment.
-
Fred Drake authored
Added \label{} for referring to the module.
-
Fred Drake authored
"Unix" ==> "\UNIX{}"
-
Guido van Rossum authored
Also change the build rules to use $(LIBRARY) instead of -L.. -lpython$(VERSION) since the latter trips up the SunOS 4.1.x linker (sigh).
-
Fred Drake authored
"Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}"
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
"Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}"
-
Fred Drake authored
Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment.
-
Fred Drake authored
-
Fred Drake authored
Added "module search path" to the index. "Unix" ==> "\UNIX{}"
-
Guido van Rossum authored
sys.prefix is no longer empty on any platform that I know of.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
times are there as well. Doing it here means the switch only affects one file and gets everything rebuilt as needed.
-
Fred Drake authored
Added -9 option to gzip. This doesn't save much space, but it's "free" and appreaciated by those with slow modems. (With these tarballs, that means "those with modems"...!) Remove the two tarballs in the clean target.
-