- 09 Jan, 2002 1 commit
-
-
Andreas Jung authored
-
- 04 Jan, 2002 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
stemmer support for eleven languages. - TextIndex code cleanup - refactoring of the existing TextIndex code
-
- 03 Jan, 2002 1 commit
-
-
Andreas Jung authored
-
- 02 Jan, 2002 4 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 01 Jan, 2002 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
profile stats between runs of the requestprofiler. Added urlfocus mode. Urlfocus mode presents a summary of activity within a period of time before and after the invocation of a particular URL as it was recorded in the big M log. This can be useful when trying to track down a problem which you believe is related to some series of URL invocations as opposed to a single URL invocation. Fixed bug in timed mode which effected average stats.
-
- 29 Dec, 2001 1 commit
-
-
Chris McDonough authored
-
- 27 Dec, 2001 1 commit
-
-
Fred Drake authored
been checked in.
-
- 23 Dec, 2001 1 commit
-
-
Brian Lloyd authored
-
- 22 Dec, 2001 2 commits
-
-
Brian Lloyd authored
-
Brian Lloyd authored
-
- 21 Dec, 2001 9 commits
-
-
Brian Lloyd authored
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Evan Simpson authored
-
Andreas Jung authored
-
Shane Hathaway authored
stack size computation and relative rather than absolute imports.
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 19 Dec, 2001 2 commits
-
-
Chris McDonough authored
or vice versa.
-
Shane Hathaway authored
attribute is not found. This change simplifies the signature of get(), __getitem__(), and __getattr__(), and fixes the bug.
-
- 17 Dec, 2001 2 commits
-
-
Tres Seaver authored
- Tiny cosmetic changes (trailing whitespace after '#'), hoping also to remove the executable permission from these modules (none are designed to run as scripts).
-
Shane Hathaway authored
function at least as conservatively as the standard compiler does. Note that this test currently fails for list comprehensions.
-
- 14 Dec, 2001 4 commits
-
-
Brian Lloyd authored
-
Chris McDonough authored
Timed modes no longer require a start and an end. If a start and an end is not specified, the start time will be considered the first time encountered in the set of log files and the end time will be considered the last time encountered. The default resolution for timed mode is now 60 seconds.
-
Evan Simpson authored
Add a function to recompile all Scripts that need it. It is invoked by visiting /manage_addProducts/PythonScripts/recompile in a browser.
-
Evan Simpson authored
Fix RestrictedPython.compiler stacksize computations, which could cause segmentation faults when incorrect. Incremented PythonScripts magic number to force recompilation of Scripts.
-
- 13 Dec, 2001 8 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Amos Latteier authored
Fixed the examples to work with ZPT path updates. Also changed the location of the examples from the var directory to the import directory. Also updated the import directory's readme.
-
Amos Latteier authored
Changed first and last example to be clearer. Documented the fact that the last path in an alternate path experssion doesn't need to be a path at all.
-
Brian Lloyd authored
-
Evan Simpson authored
-
Evan Simpson authored
Refactor Path expressions, make them support other expression types as the final alternate, and support Iterator.first() and last().
-
Evan Simpson authored
-