- 25 Mar, 1997 5 commits
-
-
Roger E. Masse authored
GDBM module.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Roger E. Masse authored
attribute, this method silently ignores this fact. The default (bsddb's dbhash) does.
-
Guido van Rossum authored
passed to walk() visitor.
-
- 21 Mar, 1997 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
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 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
-
- 19 Mar, 1997 1 commit
-
-
Guido van Rossum authored
-
- 16 Mar, 1997 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
This makes it possible to write 1L<<1000000, memory permitting.
-
- 14 Mar, 1997 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
was some locking code in this file that needed it...
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
(it should return a list of tuples, not a list of lists).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 Mar, 1997 2 commits
-
-
Fred Drake authored
Create the .pyo files corresponding to the .py and .pyc files as well.
-
Fred Drake authored
to use for the cached module code object.
-
- 11 Mar, 1997 5 commits
-
-
Guido van Rossum authored
Add prototypes for parsestr() and parsestrplus() (unrelated, but seemed to make sense.)
-
Guido van Rossum authored
errors in initializing the dictionary.
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
-
- 10 Mar, 1997 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 07 Mar, 1997 2 commits
-
-
Guido van Rossum authored
This is done for backward compatibility with Python 1.4.
-
Guido van Rossum authored
this mode, all tests are run in verbose mode with their output to stdout. No comparing of output is done.
-