- 30 Jun, 1999 14 commits
-
-
Michel Pelletier authored
words indexed for that call.
-
Michel Pelletier authored
will commit to a subtransaction, thus keeping memory consumption down.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
we have to pass this special kind of exception through.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
You must *never* assign exc_info() (or sys.exc_info()[2] or sys.exc_traceback) to a variable unless you also unassign it in a finally or you'll generate a circular reference in the stack causing all kinds of interesting things to get leaked.
-
Jim Fulton authored
mind empty tuples or lists.
-
Jim Fulton authored
doesn't mind false bodies.
-
Jim Fulton authored
Did I break anything? :) Also changed xml-rpc handling so that index_html is not used.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 29 Jun, 1999 19 commits
-
-
Jim Fulton authored
connected to the database before doing subtransaction tricks.
-
Michel Pelletier authored
children.
-
Jim Fulton authored
-
Jim Fulton authored
the standard logging facility.
-
Jim Fulton authored
can provide a disctionary whos items are added to the request. This makes it alot easier to test methods from the command line that use file upload.
-
Jim Fulton authored
BODY directly on init, which is too expensive).
-
Jim Fulton authored
-
Jim Fulton authored
db's.
-
Jim Fulton authored
some of the inquiry calls on DB objects should be available on Connection objects to take subtransactions into account.)
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
registered so far.
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
Added a format_exception method. This is essentially the method used by the ZPublisher exception handler and has the nice feature of showing object __names__ and __traceback_info__. It is useful in back-end log handlers *and* in other applications that want to display tracebacks. Added output of exception info to the stupid logger.
-
Jim Fulton authored
-
- 28 Jun, 1999 7 commits
-
-
Michel Pelletier authored
-
Jim Fulton authored
with orther developers without bumping into each others ports.
-
Ken Manheimer authored
self.aq_parent.this(), instead of just self.aq_parent, so we're sure to get beyond doggone W wrapper objects.
-
Ken Manheimer authored
self.getRolesInContext() when object is specified, which does The Right Thing.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-