- 27 Apr, 2001 3 commits
-
-
Guido van Rossum authored
-
Andreas Jung authored
-
Evan Simpson authored
-
- 26 Apr, 2001 10 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Andreas Jung authored
header
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
Reworked version of rev 1.49. Fixes a strange problem with the re module in Python 2.1c1. Works now with the official 2.1 release
-
Chris McDonough authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 25 Apr, 2001 7 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
the standard Python 2.1 distribution. The asyncore module from the Medusa package has been removed it is not compatible with the one shipped with the Python distribution.
-
Martijn Pieters authored
-
- 24 Apr, 2001 12 commits
-
-
Andreas Jung authored
Marshalling code still needs to be converted to re by someone understanding the code :-)
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Shane Hathaway authored
configure for certain kinds of setups.
-
Barry Warsaw authored
to override BaseStorage's tpc_vote(). This isn't necessary for any subsequent Zope distributions, because BaseStorage has grown an identical tpc_vote.
-
Barry Warsaw authored
little more work. First, we need to delete all the entries for oid+vid records in the currentVersions table, then if we delete all thosey vid entries, garbage collect the version->vid and vid->version tables. pack(): Fix a slight misunderstanding of the semantics; if an object isn't pointed to by root object (i.e. the magic \0\0\0\0\0\0\0\0 oid), then it's current record doesn't keep it alive.
-
Barry Warsaw authored
checkCreateWithFilename(), checkCloseDoesUnlink(), checkDel(): Don't unlink explicitly, but assert that the file is unlinked after close. BaseSetupTearDown.tearDown(): It's okay if the tear down unlink fails because the file already doesn't exist. suite(): Use makeSuite.
-
Barry Warsaw authored
should be on close. By default, we unlink the file unless we were passed a file-like object, in which case we don't unlink by default (because the client owns the file). close(): Only close the file if the file isn't already closed. Only unlink if the default unlink flag is true, or we're explicitly told to unlink via the argument. This should fix the logfile turd problem.
-
- 23 Apr, 2001 5 commits
-
-
Barry Warsaw authored
ZODB.tests (with apologies to Jim for the backslash ;).
-
Barry Warsaw authored
ZODB.tests
-
Andreas Jung authored
-
Martijn Pieters authored
- Update the CHANGES.txt file.
-
Chris McDonough authored
-
- 21 Apr, 2001 3 commits
-
-
Chris McDonough authored
-
Andreas Jung authored
-
Chris McDonough authored
Usage: requestprofiler.py filename [--sort=spec] [--top=n] [--verbose] [--help] Provides a profile of the detailed (-M) Zope request log. Each line in the profile indicates information about a Zope method (URL) collected via the detailed request log (the -M log). 'filename' is the path to the '-M' log that contains detailed request data. If a 'sort' value is specified, sort the profile info by the spec. The sort spec may be any of 'hits', 'hangs', 'max', 'min', 'mean', 'median', or 'total'. The default is 'total'. The sort order is decending unless indicated. 'hits' -- the number of hits against the method 'hangs' -- the number of unfinished requests to the method 'max' -- the maximum time in secs taken by a request to this method 'min' -- the minimum time in secs taken by a request to this method 'mean' -- the mean time in secs taken by a request to this method 'median' -- the median time in secs taken by a request to this method 'total' -- the total time in secs across all requests to this method 'url' -- the URL/method name (ascending) If the 'top' argument is specified, only report on the top 'n' requests in the log (as per the sort). The default is 10. If the 'verbose' argument is specified, do not trim url to fit into 80 cols."""
-