- 27 Ock, 1999 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
test, we forgot that z is still pointing to a real live object. DECREF() it before returning.
-
Fred Drake yazdı
hyperlinking in the PDF version. This also allows many of the macros that do this stuff to be a good bit more readable. Takes the target name and link content as parameters. Use \py@linkToName for all internal links.
-
Fred Drake yazdı
-
Fred Drake yazdı
files, debugger etc." section from "Undocumented Modules"!
-
Barry Warsaw yazdı
v temporary variable was never decref'd. Test this by starting up the interpreter, hitting C-c, then immediately exiting. Same potential leak can occur if error is E_NOMEM, since the return is done in the case block. Added Py_XDECREF(v); to both blocks, just before the return.
-
Barry Warsaw yazdı
sys.version was missing a Py_XDECREF().
-
Fred Drake yazdı
only describe one; say "following function" instead! Merge the two one-sentence paragraphs into a single paragraph, so it doesn't look too stupid.
-
Just van Rossum yazdı
-
- 26 Ock, 1999 7 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
module myself) to accept an option keyword argument (vars) that is substituted on top of the defaults that were setup in __init__. The patch also fixes the problem where you can't have recusive references inside your configuration file.
-
Fred Drake yazdı
that used in the "normal" index. No visual difference, but more easily processed by helper scripts.
-
Fred Drake yazdı
(petrilli@amber.org).
-
Jack Jansen yazdı
-
Barry Warsaw yazdı
the SunPro C compiler to choke. Removed this redundant line.
-
- 25 Ock, 1999 19 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
I've reformatted it, added a few comments, a test for tabsize <= 0, and used the AS_STRING macro.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
of them. I.e., '<a name="foo"href="bar.html">' will now have two attributes recognized. Based on comments from newgroup.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
in that case. Tamito Kajiyama.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
/usr/local/include comes before /usr/X11R1/include. On some Linux distributions the latter apparently contains (standard!) a bad tcl.h or tk.h.
-
Guido van Rossum yazdı
happen in restricted mode.
-
Guido van Rossum yazdı
PycStringIO_IMPORT. While arguably the name used in the documentation is more consistent, I think it's probably safer not to change the macro definition and instead fix the doco.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
clear clear file:line clear bpno bpno ... Also print the breakpoint data after calling set_break(), because the print statement in set_break() has gone.
-
Guido van Rossum yazdı
Add new clear_bpbynumber() with single bpno argument. (Adapted from a patch by Richard Wolff.) Also some cleanup in error messages and moved some comments into a docstring.
-
Guido van Rossum yazdı
non-zero things like 5j and complex(1,0) are considered to be zero/false. Tim Peters.
-
Guido van Rossum yazdı
Also define F_OK etc. when not already defined, when doing access().
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
numbers in all other projects/libraries.
-
- 24 Ock, 1999 1 kayıt (commit)
-
-
Just van Rossum yazdı
Needed to keep CWGUSI under cvs because of filesnames with slashes.
-
- 23 Ock, 1999 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 22 Ock, 1999 3 kayıt (commit)
-
-
Just van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-