- 25 Mar, 1997 7 kayıt (commit)
-
-
Guido van Rossum yazdı
Removed unused import tempfile. Added some docstrings.
-
Guido van Rossum yazdı
-
Roger E. Masse yazdı
GDBM module.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Roger E. Masse yazdı
attribute, this method silently ignores this fact. The default (bsddb's dbhash) does.
-
Guido van Rossum yazdı
passed to walk() visitor.
-
- 21 Mar, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
unmarshalling code is actually rather naive and can easily be caused to crash by feeding it invalid data. This should be fixed in the marshal module, but I don't have the time to fix it now :-(
-
- 20 Mar, 1997 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Here's a "keyword" module which, in the spirit of "token.py", updates the list of keywords automatically from a source file (in this case, "graminit.c" seemed like a reasonable choice, easier than "Grammar/Grammar"). You get "kwlist", a sorted list of keywords; "kwdict", a dictionary mapping each keyword to 1; and "iskeyword", a function which tells you if a given string happens to be a keyword.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 19 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Mar, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
This makes it possible to write 1L<<1000000, memory permitting.
-
- 14 Mar, 1997 13 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
was some locking code in this file that needed it...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
last variable to which a floating point expression is assigned. The macro passes its address to a dummy function so that the optimizer can't delay calculating its value until after the macro.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(it should return a list of tuples, not a list of lists).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 13 Mar, 1997 2 kayıt (commit)
-
-
Fred Drake yazdı
Create the .pyo files corresponding to the .py and .pyc files as well.
-
Fred Drake yazdı
to use for the cached module code object.
-
- 11 Mar, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
Add prototypes for parsestr() and parsestrplus() (unrelated, but seemed to make sense.)
-
Guido van Rossum yazdı
errors in initializing the dictionary.
-
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.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 10 Mar, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-