- 25 Apr, 2003 1 commit
-
-
Evan Simpson authored
addressed, so I just improved encodeExpansion()'s compression behavior.
-
- 24 Apr, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 23 Apr, 2003 2 commits
-
-
Fred Drake authored
specifically set.
-
Richard Jones authored
selection" properties better (ie. default to an empty list, not empty string)
-
- 22 Apr, 2003 4 commits
-
-
Fred Drake authored
- normalize whitespace
-
Fred Drake authored
-
Fred Drake authored
it more readable - remove unused instance variable
-
Fred Drake authored
PageTemplateFile.__init__() does some weird magic. Without this, the sniffer tests failed on Windows.
-
- 21 Apr, 2003 1 commit
-
-
Chris McDonough authored
-
- 18 Apr, 2003 1 commit
-
-
Andreas Jung authored
-
- 17 Apr, 2003 2 commits
-
-
Fred Drake authored
- modernize a type-check
-
Fred Drake authored
- modernize several type-checks - remove unused imports
-
- 15 Apr, 2003 1 commit
-
-
Chris McDonough authored
-
- 13 Apr, 2003 6 commits
-
-
Andreas Jung authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 11 Apr, 2003 1 commit
-
-
Christian Theune authored
-
- 09 Apr, 2003 1 commit
-
-
Shane Hathaway authored
referenced for too long.
-
- 08 Apr, 2003 10 commits
-
-
Barry Warsaw authored
case if we're aborting e.g. a transactional undo.
-
Jeremy Hylton authored
You never need an __del__ to close a file. A file closes itself when it is deallocated. Don't give an object a magic __del__ attribute. It won't work with new-style classes, and it's obscure anyway.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Fred Drake authored
(The "build" target used to be an in-place build, but someone changed that.)
-
Chris McDonough authored
-
Chris McDonough authored
-
Richard Jones authored
-
- 07 Apr, 2003 3 commits
-
-
Fred Drake authored
- remove unused imports - misc. cleanup
-
Fred Drake authored
- normalize whitespace
-
Fred Drake authored
- avoid normalizing whitespace when using the default text when there is not a matching translation - added support for explicit msgids in the i18n:attributes syntax
-
- 04 Apr, 2003 4 commits
-
-
Fred Drake authored
When loading a PageTemplateFile that's not XML, make sure it ends up loaded in text mode. This was a problem for Windows.
-
Chris McDonough authored
-
Richard Jones authored
-
Richard Jones authored
I've fixed the various scripts etc. in the CVS so that I can now install a ZEO client/server setup. The way it actually ended up working is: - runzope.py and zopectl.py are moved to Zope/Startup/run.py and Zope/zdaemon/zopectl.py respectively - bin/mkzopeinstance now takes a "-z/--zeo host:port" which sets up a custom_zodb.py in the new zope instance home - bin/mkzeoinstance now overrides less, because... - ZEO/mkzeoinst.py generates an additional script, runzeo, which is the "runner" for the ZEO server. Both it an the zeoctl script need to know about the ZOPE_HOME, so that's been added to the scripts (via the params) - fixed setup.py so it installed ZEO/schema.xml
-
- 03 Apr, 2003 1 commit
-
-
Richard Jones authored
- the scripts won't be in the user's $PATH, so override that lookup in from mkzeoinst.py in the mkzeoinstance script - the scripts won't be executable, so prepend commands with $python
-
- 01 Apr, 2003 1 commit
-
-
Lennart Regebro authored
-