- 04 Mar, 1998 1 commit
-
-
Fred Drake authored
a fix to LaTeX2HTML from Ross Moore. Yeah!
-
- 03 Mar, 1998 24 commits
-
-
Fred Drake authored
it no longer appears to be needed.
-
Guido van Rossum authored
position in new_buffersize(); the correct function to use is ftell(). Thanks to Ben Jackson.
-
Guido van Rossum authored
instead of 'locals' I was passing 'lock_import' to import_module_ex().
-
Fred Drake authored
-
Guido van Rossum authored
time can be in PyImport_ImportModuleEx(). Recursive calls from the same thread are okay. Potential problems: - The lock should really be part of the interpreter state rather than global, but that would require modifying more files, and I first want to figure out whether this works at all. - One could argue that the lock should be per module -- however that would be complicated to implement. We would have to have a linked list of locks per module name, *or* invent a new object type to represent a lock, so we can store the locks in the module or in a separate dictionary. Both seem unwarranted. The one situation where this can cause problems is when loading a module takes a long time, e.g. when the module's initialization code interacts with the user -- during that time, no other threads can run. I say, "too bad."
-
Guido van Rossum authored
instead of dumping core.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
Also got rid of some inconsistent change log comments near the top.
-
Fred Drake authored
now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file.
-
Fred Drake authored
-
Guido van Rossum authored
manipulation routines can be used on non-Mac platforms (e.g. to manipulate pathnames in a Mac specific archive).
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Changed sample module creation of an exception to use PyErr_NewException(). Logical markup.
-
Fred Drake authored
-
Fred Drake authored
-
-
Guido van Rossum authored
doesn't cause a traceback.
-
Guido van Rossum authored
-
- 02 Mar, 1998 4 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
&replace_verbatim_hook: Clean up a little, avoid long lines.
-
Guido van Rossum authored
-
- 28 Feb, 1998 1 commit
-
-
Guido van Rossum authored
(Basically, the error is cleared... Like almost everywhere else...)
-
- 27 Feb, 1998 10 commits
-
-
Fred Drake authored
-
Fred Drake authored
Attempt to get \setindexsubitem{} handled at the right time under LaTeX2HTML 98.1; should still be fine under 97.1*.
-
Fred Drake authored
-
Fred Drake authored
Don't refer to them from the fromfile() and tofile() methods.
-
Fred Drake authored
-
Fred Drake authored
Support modified verbatim for both LaTeX2HTML 96.1* and 98.1. Make table column headers bold.
-
Fred Drake authored
-
Fred Drake authored
Markup corrected, logical markup.
-
Fred Drake authored
set up the indexsubitem to "(in module #1)" automatically. This reduces the amount of markup needed in the module docs and, more importantly, makes it o.k. to leave out in simple sections. \setindexsubitem{} can still be used to change or reset it.
-
Guido van Rossum authored
-