- 24 Apr, 2002 2 commits
-
-
Toby Dickenson authored
-
Jim Fulton authored
I only ran it as a script.
-
- 23 Apr, 2002 1 commit
-
-
Jim Fulton authored
Added computed attribute for mapply to make up for removal of func_* attributes from normal state in previous fix
-
- 22 Apr, 2002 1 commit
-
-
Jim Fulton authored
was really stupid. It caused problems because func_defaults might be non-unpicklable (e.g. includes somemodule.rfind). Added simple unit test to allow me to fix the bug.
-
- 19 Apr, 2002 3 commits
-
-
Andreas Jung authored
Collector #348: decapitate() now recognizes both \r\n and \n\n to be compliant with the HTTP RFC
-
Andreas Jung authored
to be compliant with the HTTP RFC
-
Andreas Jung authored
-
- 18 Apr, 2002 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 17 Apr, 2002 5 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
signature.
-
Toby Dickenson authored
1. Out by one error where it would not unravel links in the final path element 2. Correct handling of link destinations which are relative paths This needs a unit test, but doesnt yet have one.
-
Toby Dickenson authored
-
Toby Dickenson authored
-
- 16 Apr, 2002 1 commit
-
-
Fred Drake authored
I *think* this fixes the misleading test failure on Windows Python 2.1.*.
-
- 15 Apr, 2002 8 commits
-
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Andreas Jung authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
- 13 Apr, 2002 1 commit
-
-
Chris McDonough authored
Committing patch from Albert Ting on Zope maillist 4/12. Regex change which fixes a table parsing problem.
-
- 12 Apr, 2002 16 commits
-
-
Andreas Jung authored
-
Fred Drake authored
from ExtensionClass, and reminded me that the 2.1 version of isinstance() does not deal with the more general constructs that newer versions of Python can handle.
-
Casey Duncan authored
or absolute column widths. You can set this in the standard prefs. Still only works for editing DTML right now.
-
Fred Drake authored
-
Fred Drake authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Casey Duncan authored
-
Shane Hathaway authored
-
Chris McDonough authored
.CatalogAware) as a ZClass base class. Its reason for existence is to make the name that shows up in the ZClass Product list different than 'ZCatalog: CatalogAware', which is the name registered by CatalogAwareness.CatalogAware. The fix should *really* be to change the product registry to keep the whole module/class path and to make the ZClass add UI show the whole path, but this is nontrivial, we don't want to spend a lot of time on ZClasses, and this works. Now when we tell people to use CatalogPathAware instead of CatalogAware, they will actually be able to do it without a lot of effort. The reason we can't replace CatalogAware with CatalogPathAware is backwards-compatibility and the desire to not force people to do data conversion on their existing instances.
-
Casey Duncan authored
in affect for DTML thus far.
-
Brian Lloyd authored
-
Lennart Regebro authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Andreas Jung authored
-