- 18 Oct, 2001 8 commits
-
-
Fred Drake authored
This will be used by the modules that control the inclusion of XML tests.
-
Jeremy Hylton authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Shane Hathaway authored
- Corrected role comparison. "None" means anonymous, an empty tuple means private, and private objects are not accessible even by managers. - Removed attribute access tests, which don't work, and if they did, they would be duplicates of tests already in the RestrictedPython, DocumentTemplate, and PythonScripts packages.
-
Andreas Jung authored
-removed redundant test for attributes -minor tweakings
-
Andreas Jung authored
-
Tres Seaver authored
- Packagize tests directory. - Add remaining testing scaffolding.
-
- 17 Oct, 2001 30 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
- Comment out dependency on cAccessControl (until it works). - Fix typo ('s/Permision/Permission').
-
Shane Hathaway authored
test.
-
Tres Seaver authored
- Re-enable TAL tests during "run all". Five are still broken, with what look like assumption clashes about well-formedness as XML vs. HTML. - Suppress filename output in lib/python/TAL/test/test_files.py.
-
Tres Seaver authored
-
Guido van Rossum authored
and setPosition(), to make more of the tests succeed.
-
Tres Seaver authored
o Land unit test cleanup from branch. o Known breakage as of 2001/10/17: - TAL test suite is very broken (TAL is currently suppressed in lib/python/.testinfo). - AccessControl tests don't run if run first; lib/python/.testinfo pushes them to the end of the queue, at which point they *do* run. Global side effects suck! - lib/python/BTrees/testBTreesUnicode.py: weird flakiness around comparison of ASCII and Unicode strings; breaks in different ways under Python 2.1 and 2.2. - lib/python/Products/PageTemplates/tests: three tests break due to security asserctions.
-
Andreas Jung authored
-
Andreas Jung authored
reference files
-
Andreas Jung authored
underline code (patch by Sean Bowman)
-
Andreas Jung authored
-
Brian Lloyd authored
now creates a Page Template rather than a DTML Method.
-
Brian Lloyd authored
the add list :)
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
attribute column+'_encoding' to specify an encoding other than 'latin1'. This encoding is needed when the UnicodeSplitter is used to convert a Python string to unicode. Not setting the column+"_encoding attribute retains the standard behaviour.
-
Andreas Jung authored
-
Martijn Pieters authored
-
Andreas Jung authored
-
Shane Hathaway authored
display in the control panel.
-
Brian Lloyd authored
width properties.
-
Brian Lloyd authored
-
Andreas Jung authored
-
Brian Lloyd authored
-
Brian Lloyd authored
object content if the content is a text type and under 64K; updated help files.
-
Andreas Jung authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Converted math, random, string, and sequence module documentation to API help, from dtml help. This change reflects the fact that you can use these modules from Python-based scripts and page templates as well as from DTML.
-
Amos Latteier authored
Added support for documenting Functions to API help topics. This is necessary to support help for things like PythonScripts.standard and the sequence module. Before the sequence module was DTML help, but that's wasn't right. This is especially obvious now the Python-based scripts and Page Templates can use the sequence module.
-
- 16 Oct, 2001 2 commits
-
-
Amos Latteier authored
Added API documentation for the ZTUtils.Batch class. I don't plan on adding docs for other ZTUtils classes yet, since I think that they aren't are totally usuable or stable yet. Of course, I could be wrong.
-
Martijn Pieters authored
-