- 03 Dec, 1999 1 commit
-
-
Jack Jansen authored
module.
-
- 02 Dec, 1999 1 commit
-
-
Jack Jansen authored
may have missed an applet being dropped on us). This may fix the obscure bug Tony Ingraldi was experiencing.
-
- 01 Dec, 1999 18 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Fred Drake authored
-
- 30 Nov, 1999 1 commit
-
-
Guido van Rossum authored
(and even when it fails). This avoids the problem where a trailing separator is not removed when win32api.GetFullPathName() is used.
-
- 28 Nov, 1999 1 commit
-
-
Barry Warsaw authored
-
- 24 Nov, 1999 2 commits
-
-
Greg Stein authored
-
Greg Stein authored
-
- 23 Nov, 1999 2 commits
-
-
Fred Drake authored
join_adjacent_elements(): Hack to merge adjacent instances of <option>; the source \programopt with GNU-style long options created problems with LaTeX2HTML; this removes the evil workaround, which should never be necessary from structured documents(!).
-
Fred Drake authored
Do adopt DocBook's <command>, <option>, <envar> names for \program, \programopt, \envvar. Add \filenq --> <filename quote="no"> (it has to go somewhere, at least for now).
-
- 20 Nov, 1999 4 commits
-
-
Greg Stein authored
-
Greg Stein authored
-
Greg Stein authored
-
Greg Stein authored
remove use of "os" module (bootstrap issues) and go to the underlying platform-specific modules fix problem in _compile() (trapped wrong error on permission issues) add SysPathImporter and BuiltinImporter put __file__ into modules imported from the filesystem. [backwards compat] put __path__ into modules [backwards compat] oops: it is doing this for all modules, not just packages. comment and tweak to the PackageArchiveImporter
-
- 19 Nov, 1999 1 commit
-
-
Fred Drake authored
Use the methods on the AST object instead of module-level functions; these have been implemented for a couple of versions now, and are already used in the module documentation in preference to the functions.
-
- 18 Nov, 1999 3 commits
-
-
Fred Drake authored
released status. Has to be changed just before publishing anyway.
-
Fred Drake authored
oddball things from the LaTeX get translated to rational values. This is mostly to keep things from looking broken in a development tree when they're not.
-
Guido van Rossum authored
new: readline.get_begidx() -> int gets the beginning index in the command line string delimiting the tab-completion scope. This would probably be used from within a tab-completion handler readline.get_endidx() -> int gets the ending index in the command line string delimiting the tab-completion scope. This would probably be used from within a tab-compeltion handler readline.set_completer_delims(string) -> None sets the delimiters used by readline as word breakpoints for tab-completion readline.get_completer_delims() -> string gets the delimiters used by readline as word breakpoints for tab-completion fixed: readline.get_line_buffer() -> string doesnt cause a debug message every other call
-
- 17 Nov, 1999 6 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
files. Removed Sam's "SLB" change comments; otherwise this is the same as wcnew.py.
-
Guido van Rossum authored
# and removed trailing whitespace.
-
Guido van Rossum authored
- same trick with "import wcnew; webchecker = wcnew" as above - updated readhtml() method to handle pair representation; used new name suppression infrastructure from wcnew.py to suppress processing name anchors [And untabified --GvR]
-