- 02 Nis, 1998 7 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Fixed quoting in third paragraph of the findmatch() description.
-
Fred Drake yazdı
to create a single HTML file. Added --help.
-
Fred Drake yazdı
Fix indentation in code sample in PyArg_ParseTuple() section. Added one index entry. Fix include file reference in "Shared Libraries" to print <...> instead of the upside-down versions of ! and ?.
-
Fred Drake yazdı
Fix typo in a C code example: KeyError is spelled PyExc_KeyError in C; the "K" is upper case! Some index entries. On function signatures, always use parameter names. Make return types match what's in the header files. When the return type is a pointer, always omit the space between te type name and the "*"; leaving it in results in type * func(..) and having two spaces there just looks terrible.
-
Guido van Rossum yazdı
few things and adds docs for what happens to escapes in replacement strings.
-
- 01 Nis, 1998 5 kayıt (commit)
-
-
Fred Drake yazdı
mode for files under MacOS. Updated the traffic figure for c.l.p in the "What Now?" chapter; see comments.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
an open paren, do a better job of reindenting the line. For example: def foo(): print 'hello %s, %d' % ( a, b) Hit TAB on the line starting with `a'. Without this patch this line will never be reindented.
-
Barry Warsaw yazdı
(py-compute-indentation): int-to-char isn't defined in Emacs, but we don't really need it anyway, so just remove this conversion. XEmacs is happy either way. (py-parse-state): The Emacs branch (i.e. w/o buffer-syntactic-context) wasn't adjusting point correctly.
-
- 31 Mar, 1998 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
sensitive to tab size. Uses a different strategy than tabpolice.py, but has compatible usage.
-
- 30 Mar, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 27 Mar, 1998 12 kayıt (commit)
-
-
Guido van Rossum yazdı
optionally be passed to unbind() (or you can apss it to deletecommand()).
-
Fred Drake yazdı
doing this here may prove to not be such a good idea, but we'll see.
-
Fred Drake yazdı
-
Fred Drake yazdı
easier to work with than the Perl code.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Cleaned up some problems that caused minor warnings. Added environments for object methods and members, with non-indexing variants. This includes reduced use of the indexsubitem setting, allowing more robust index generation. Removed some unused definitions.
-
Fred Drake yazdı
Remove index generation from Perl; use an external script instead.
-
Fred Drake yazdı
-
Fred Drake yazdı
Added brief section on the howto support.
-
Fred Drake yazdı
Implemented some new features of python.sty for methods & members. Fixed some bugs. Cleaned up some perl code and made some basic regular expressions more robust.
-
Fred Drake yazdı
-
- 26 Mar, 1998 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
"self.dict.close()" and ignore the exception. The "if self.dict:" part would be calculated through len(self.dict.keys()), which is very expensive for a large dictionary...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-