- 30 Mar, 2001 13 commits
-
-
Jeremy Hylton authored
free variable HAVE_ARGUMENT that was not defined at the global scope. Calling it would have raised a NameError.
-
Evan Simpson authored
-
Evan Simpson authored
-
rbmead authored
random id for IOBtreeFolders
-
Barry Warsaw authored
Woo boy, lots 'o changes. This represents my current cut at the updated implementation of full Berkeley storage. It is as yet untested, it is being checked in mainly to sync and checkpoint to CVS.
-
Barry Warsaw authored
Minimal storage and the Full storage.
-
Barry Warsaw authored
_closelog(): Moved to BerkeleyBase base class.
-
Barry Warsaw authored
{PacklessLog,FullLog}.next_object() => next()
-
Barry Warsaw authored
__init__(): FullLog must now maintain a list of created versions so that the Berkeley storage can query it when it's got a version string it doesn't know about. Otherwise, we'll just create multiple create-version entries in the log. finish(): clear the __versions dict. get_vid(): Look up a version string, returning the associated vid, or None (by default). write_object(), write_nonversion_object(), write_moved_object, write_new_version, write_discard_version(): Higher level interface to adding new commit log entries. There's really only three record types, but it helps to have the higher level API. next_object(): Get the next entry in the commit log, but assert that the key is one of `o', `v', or `d'. Also, fix a typo and get rid of the old store() and storeNV() methods.
- 29 Mar, 2001 8 commits
-
-
Amos Latteier authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Guido van Rossum authored
-
Guido van Rossum authored
epilogue and initial and final events. (This is not used anywhere but I thought it was neat, and it matches what I did in test_htmltalparser.py.)
-
- 28 Mar, 2001 6 commits
-
-
Guido van Rossum authored
-
Jim Fulton authored
spurious log entry about unindexing a non-existent object.
-
Jim Fulton authored
which generated spurious log entry about unindexing a non-existent object.
-
Jeremy Hylton authored
- make function decls prototypes - remove unreferenced functions
-
Jeremy Hylton authored
XXX should remove Xaq eventually
-
Jim Fulton authored
-
- 27 Mar, 2001 13 commits
-
-
Ken Manheimer authored
-
Chris McDonough authored
-
Jim Fulton authored
-
Chris McDonough authored
-
Jeremy Hylton authored
-
Barry Warsaw authored
-
Jim Fulton authored
-
Evan Simpson authored
-
Guido van Rossum authored
checkin to this file. For <br>, we now end up calling emitEndElement() with isend = 1 and implied = -1, so it doesn't emit </br> text, but properly pops the todo stack.
-
Guido van Rossum authored
-