- 27 May, 1999 6 commits
-
-
Barry Warsaw authored
posix_error_with_filename() instead of posix_error(), passing in the name argument, so you get information on which directory was being listed.
-
Fred Drake authored
that there's a Global Module Index; there can be only one!
-
Fred Drake authored
navigation bars in the HTML output.
-
Fred Drake authored
description.
-
Fred Drake authored
Use memberdesc instead of datadesc to document object attributes. This gets the index right.
-
Fred Drake authored
items -> item The returned list will then have one more items than the number of non-overlapping occurrences of the separator in the string.
-
- 26 May, 1999 3 commits
-
-
Fred Drake authored
empty comments trigger a bug in LaTeX2HTML. Problem reported by Gerry Wiener <gerry@ucar.edu>.
-
Fred Drake authored
to use `getconf LFS_CFLAGS`. Steve Clift (the author of the section and large file support) agrees that this is the right thing to do.
-
Barry Warsaw authored
there is "su" top level domain still maintained in ex-USSR. at least "*.msk.su" zone (Moscow, USSR) is still in use.
-
- 25 May, 1999 1 commit
-
-
Fred Drake authored
Added some index entries.
-
- 24 May, 1999 3 commits
-
-
Barry Warsaw authored
casing when py-honor-comment-indentation is nil, but this could be a religious issue with some. Seems to me we should still be dedenting such comment lines one level.
-
Barry Warsaw authored
buffer-syntactic-context -- just short circuit the TQS test by jumping to point-min and doing the test from there. For long files, this will be faster than looping with a re-search-backwards.
-
Barry Warsaw authored
indentation when the return value is a multiline sexp: def bug(): try: if 2>1: return (11+ 12) else: #XXX return 12 except: return 13
-
- 21 May, 1999 7 commits
-
-
Just van Rossum authored
"""Despite the best intentions of Anarchie and Internet Explorer, I often end up with Python source files (and other text files that I'd like to edit with PythonIDE) that use '\n' instead of '\r' as a line separator (and therefore sh
-
Guido van Rossum authored
to the libs variable. Reported by Albert Chin-A-Young.
-
Guido van Rossum authored
I noticed while watching (with lsof) my forking SocketServer app running that I would get multiple processes listening to the socket. For the most part, this doesn't hurt things, but if you terminate the server, this can prevent it from restarting because it cannot bind to the port due to any running children which also have the socket open. The following one-liner fixes this.
-
Guido van Rossum authored
Add isatty() to pseudo files.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
by Tim Peters.
-
- 20 May, 1999 1 commit
-
-
Fred Drake authored
-
- 19 May, 1999 1 commit
-
-
Fred Drake authored
_begin_macro_rx: Fixed RE that didn't properly allow a space after the name of the macro. This affects the conversion of the tutorial.
-
- 18 May, 1999 2 commits
-
-
Fred Drake authored
verbatim-like environments. The list of verbatim-like environments is a defined by a variable in main().
-
Fred Drake authored
environments. Move the conversion to esis2sgml.py.
-
- 17 May, 1999 9 commits
-
-
Fred Drake authored
Reported by Corran Webster <cwebster@math.tamu.edu>.
-
Fred Drake authored
Updated comments on the documentation.
-
Fred Drake authored
to make it easier for people to find what they're looking for.
-
Fred Drake authored
Add a few more comments about mkhowto. Based on comments from Albert <hat@se-46.wpa.wtb.tue.nl>.
-
Fred Drake authored
documents probably aren't written by Guido. ;-)
-
Fred Drake authored
Michael Hudson's documentation for bytecodehacks exhibits incorrect usage. Added some comments about how to set up the mkhowto script for use with documents not contained in the documentation source tree.
-
Fred Drake authored
This reflects the changes made in ../texinputs/python.sty.
-
Fred Drake authored
-
Fred Drake authored
entry based on the module type if the type is known. Otherwise, spit out a warning the the module type parameter was bad and generate a "plain" index entry. Without this, the bad module type was emitted as text. Problem noticed by processing Michael Hudson's docs for bytecodehacks.
-
- 13 May, 1999 7 commits
-
-
Fred Drake authored
since they shouldn't be here. Only ignore the output tarballs in this directory.
-
Fred Drake authored
<piers@cs.su.oz.au>.
-
Fred Drake authored
<piers@cs.su.oz.au>.
-
Fred Drake authored
called on destruction is non-NULL.
-
Fred Drake authored
When refering to chapters, use \ref, don't hardcode the chapter number.
-
Fred Drake authored
l2hinit.perl version of the function (which overrode a version in latex2html), but do_cmd_index() was overridden. Since do_cmd_index() was the only caller, we can trash this. define_indexing_macro(): New function used during setup to support more dynamic dispatch for indexing. process_index_macros(): New function; implement dynamic dispatching of indexing support functions, allowing many targets used in indexing to be shared by multiple index entries. I.e., something like \index{foo}\bifuncindex{bar} can now share a single target anchor. These indexing changes reduce the amount of clutter in the generated HTML files. In the reference manual, this cuts the number of targets by 44%. Targets are less affected when generated by environments rather than macros.
-
Fred Drake authored
was never called in this incarnation. The other version is simpler as well.
-