- 28 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Marc-Andre Lemburg.
-
- 10 Ara, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 07 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
as the code string of code objects, as long as they support the (readonly) buffer interface. By Greg Stein.
-
- 02 Eki, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
"non-default argument follows default argument".
-
Guido van Rossum yazdı
instead of silently supplying a default of None fore c.
-
- 25 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
happen when you use a non-keyword argument after a keyword argument, and in this case you also get a syntax error. I fully suspect that the underflow is caused by the code that stops generating code when it detects the syntax error, but I can't find the culprit right now. I know, I know.)
-
- 14 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
need to call PyErr_Clear() when it returns NULL.
-
- 09 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
of co/cp mixup.
-
- 25 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
order of the variables in the declarations). Also removed an entry in the TODO list that's done.
-
- 10 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
have a unique name, otherwise they get squished by locals2fast (or fast2locals, I dunno) when the debugger is invoked before they have been transferred to real locals.
-
- 23 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
symbols is needed, define these in Python.h with a Py_ prefix.
-
- 29 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
In interactive mode, do generate code for single-string statements.
-
- 02 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Mar, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Add prototypes for parsestr() and parsestrplus() (unrelated, but seemed to make sense.)
-
Guido van Rossum yazdı
recognized by the code generator and code generation for the test and the subsequent suite is suppressed. One must write *exactly* ``if __debug__:'' or ``elif __debug__:'' -- no parentheses or operators must be present, or the optimization is not carried through. Whitespace doesn't matter. Other uses of __debug__ will find __debug__ defined as 0 or 1 in the __builtin__ module.
-
- 03 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
nonzero.
-
- 14 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
New file pyfpe.c and exception FloatingPointError. Surround some f.p. operations with PyFPE macro brackets.
-
- 24 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
table which is incorporated in the code object. This way, the runtime overhead to keep track of line numbers is only incurred when an exception has to be reported.
-
- 18 Ock, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
literals that look like identifiers. Also intern all strings used as names during the compilation.
-
- 17 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to PyCode_New() argument list. Move MAXBLOCKS constant to conpile.h. Added accurate calculation of the actual stack size needed by the generated code. Also commented out all fprintf statements (except for a new one to diagnose stack underflow, and one in #ifdef'ed out code), and added some new TO DO suggestions (now that the stacksize is taken of the TO DO list).
-
- 06 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
be Ellipsis!). Bumped the API version because a linker-visible symbol is affected. Old C code will still compile -- there's a b/w compat macro. Similarly, old Python code will still run, builtin exports both Ellipses and Ellipsis.
-
- 17 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Agu, 1996 3 kayıt (commit)
-
-
Guido van Rossum yazdı
so __spam becomes _ClassName__spam.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 12 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-