- 01 Haz, 1999 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
for Windows using win32pipe.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
-
Guido van Rossum yazdı
arguments. [Slightly changed from submitted patch.]
-
- 27 May, 1999 6 kayıt (commit)
-
-
Barry Warsaw yazdı
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 yazdı
that there's a Global Module Index; there can be only one!
-
Fred Drake yazdı
navigation bars in the HTML output.
-
Fred Drake yazdı
description.
-
Fred Drake yazdı
Use memberdesc instead of datadesc to document object attributes. This gets the index right.
-
Fred Drake yazdı
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 kayıt (commit)
-
-
Fred Drake yazdı
empty comments trigger a bug in LaTeX2HTML. Problem reported by Gerry Wiener <gerry@ucar.edu>.
-
Fred Drake yazdı
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 yazdı
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 kayıt (commit)
-
-
Fred Drake yazdı
Added some index entries.
-
- 24 May, 1999 3 kayıt (commit)
-
-
Barry Warsaw yazdı
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 yazdı
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 yazdı
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 kayıt (commit)
-
-
Just van Rossum yazdı
"""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 yazdı
to the libs variable. Reported by Albert Chin-A-Young.
-
Guido van Rossum yazdı
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 yazdı
Add isatty() to pseudo files.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
by Tim Peters.
-
- 20 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
_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 kayıt (commit)
-
-
Fred Drake yazdı
verbatim-like environments. The list of verbatim-like environments is a defined by a variable in main().
-
Fred Drake yazdı
environments. Move the conversion to esis2sgml.py.
-
- 17 May, 1999 8 kayıt (commit)
-
-
Fred Drake yazdı
Reported by Corran Webster <cwebster@math.tamu.edu>.
-
Fred Drake yazdı
Updated comments on the documentation.
-
Fred Drake yazdı
to make it easier for people to find what they're looking for.
-
Fred Drake yazdı
Add a few more comments about mkhowto. Based on comments from Albert <hat@se-46.wpa.wtb.tue.nl>.
-
Fred Drake yazdı
documents probably aren't written by Guido. ;-)
-
Fred Drake yazdı
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 yazdı
This reflects the changes made in ../texinputs/python.sty.
-
Fred Drake yazdı
-