- 26 Apr, 2005 1 commit
-
- 25 Apr, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 24 Apr, 2005 4 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
Andreas Jung authored
-
Jim Fulton authored
-
- 23 Apr, 2005 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 22 Apr, 2005 5 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
now (and CMF 1.5+ does not work that way anyway).
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Christian Heimes authored
Merged branches/tiran-zpt-pydefer r29702:30399 into trunk (including manual merge because I renamed the original branch)
-
- 21 Apr, 2005 2 commits
-
-
Stefan H. Holek authored
-
Sidnei da Silva authored
- A quote too much
-
- 19 Apr, 2005 1 commit
-
-
Tim Peters authored
After consulting with Mark Hammond, removed the explicit calls to SvcStop(). That method gets invoked automatically by the services framework when a stop request is generated. Calling it explicitly too caused the onStop() method to get called multiple times. At least ZRS's Service subclasses have onStop() methods that can't be called multiple times without raising exceptions (they shut things down, and stuff like sockets go away the first time onStop() gets called).
-
- 14 Apr, 2005 5 commits
-
-
Sidnei da Silva authored
* Implement a file handler with 'rotate'. This closes the file, attempts a rename to {filename}.last, then reopens the original name. This then makes the log available for another process to perform the rotation logic on. This log handler is only installed on the Windows platform, where you can't rename an open file.
-
Sidnei da Silva authored
|- Add version_txt target |- Call version_txt target from install target |
-
Sidnei da Silva authored
Major service enhancements. Service cleanly shuts down child, and if child fails the tail of the process output (which generally contains a traceback) is written to the event log. Minor tweaks to the Windows build 'clean' process and documentation tweaks. Don't kill the service if we can't write to the event log
-
Sidnei da Silva authored
* Register the new signal handlers on Windows
-
Sidnei da Silva authored
* Implement a signal mechanism for Windows utilising Windows 'Named Events'. See comments in WinSignalHandler.py for details. * As Windows can not rename an open file, when the 'reopen' signal is received try and call a 'rotate' method rather than a reopen. Rotation itself is implemented in zLOG.LogHandler
-
- 13 Apr, 2005 1 commit
-
-
Tres Seaver authored
-
- 12 Apr, 2005 1 commit
-
- 10 Apr, 2005 7 commits
-
-
Andreas Jung authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
containers. This is necessary to satisfy expectations of python-script security machinery.
-
Jim Fulton authored
-
Jim Fulton authored
Added a special case for old ZClass records.
-
Jim Fulton authored
on whether a class has an __of__ definition.
-
- 09 Apr, 2005 2 commits
-
-
Andreas Jung authored
- Collector #1750: StructuredText: fixed handling of image URLs with query string i - some more unittests
-
Andreas Jung authored
-
- 08 Apr, 2005 5 commits
-
-
Christian Heimes authored
Keep defer expression like it was coded by Evan. Added new expression type lazy: that works as a lazy initialization expression. Also added some doc strings
-
Andreas Jung authored
-
Andreas Jung authored
branch but no to the trunk
-
Andreas Jung authored
changing the existing behaviour (at least the original unittests pass).
-
Jim Fulton authored
originally derived from this test.
-
- 07 Apr, 2005 1 commit
-
-
Tim Peters authored
at the end even if there were test failures and/or errors, and didn't display any failure/error tracebacks at the end. Now it reports failures/errors at the end the same as when -p isn't passed.
-