- 01 Jun, 1999 15 commits
-
-
Guido van Rossum authored
Here's the correct patch!
-
Guido van Rossum authored
these happen to be 'closed' and 'softspace', which may change! Noted by Dave Ascher (with slightly different solution).
-
Guido van Rossum authored
2. No longer need to reset pyclbr cache and show watch cursor when calling ClassBrowser -- the ClassBrowser takes care of pyclbr and the TreeWidget takes care of the watch cursor. 3. Reset the focus to the current window after error message about class browser on buffer without filename.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
for Windows using win32pipe.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
file:///path/file/nameGuido van Rossum authored
-
Guido van Rossum authored
arguments. [Slightly changed from submitted patch.]
-
- 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 1 commit
-
-
Fred Drake authored
Reported by Corran Webster <cwebster@math.tamu.edu>.
-