- 31 Oct, 2005 1 commit
-
- 28 Oct, 2005 2 commits
-
-
Florent Guillaume authored
-
Stefan H. Holek authored
-
- 27 Oct, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
This should repair PySECURITY_ATTRIBUTES problems that (mostly) Plone users report using recent Zopes on Windows. This change is in the 2.8.4 Windows installer I just published on zope.org. Alas, the 2.8.4 tarball there (and the 2.8.4 tag) differs from the source used to build the 2.8.4 Windows installer (by this one character, bumping W32ALLVERSION in inst/WinBuilders/mk/python.mk).
-
- 26 Oct, 2005 6 commits
-
-
Andreas Jung authored
-
Jim Fulton authored
there were pyc files around. Sigh. Added tests for restrictions on augmented assignment and for handling generator expressions.
-
Jim Fulton authored
-
Jim Fulton authored
object through an augmented assignment (aka inplace) operator.
-
Jim Fulton authored
object through an augmented assignment (aka inplace) operator. Also added handling for generator expressions.
-
Jim Fulton authored
never need these again, but that's what I said the last time I had to rediscover how this worked. :)
-
- 21 Oct, 2005 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Collector #1926: add tests for both not-yet-encrypted and pre-encrypted passwords handed to '_doAddUser'.
-
Florent Guillaume authored
-
Florent Guillaume authored
enabled.
-
- 18 Oct, 2005 3 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
Andreas Jung authored
-
- 16 Oct, 2005 2 commits
-
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
non-existing or closed database connection next to the Connection ID dropdown and present it using red to increase its visibility.
-
- 14 Oct, 2005 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- Collector #1895: testrunner: omitting the 'var' from recursive directory walking
-
- 13 Oct, 2005 2 commits
-
-
Paul Winkler authored
which was in the 2.8.2 release but not noted in CHANGES.txt.
-
Andreas Jung authored
-
- 12 Oct, 2005 1 commit
-
-
Sidnei da Silva authored
- OFS.Image.manage_FTPget() would str() it's .data attribute, potentially loading the whole file in memory as a string. Changed to use RESPONSE.write() iterating through the Pdata chain, just like index_html().
-
- 11 Oct, 2005 3 commits
-
-
Chris McDonough authored
No commit message
-
Chris McDonough authored
-
Tres Seaver authored
o Forward-port from 2.7 branch.
-
- 09 Oct, 2005 5 commits
-
-
Chris Withers authored
Merge of fix for #1490 to 2.8 branch: new zope.conf option for controlling the encoding of data sent to ZPublisher without any specified encoding.
-
Andreas Jung authored
- disabled ".. include" directive for all the ZReST product and the reStructuredText package
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 05 Oct, 2005 1 commit
-
-
Tres Seaver authored
-
- 04 Oct, 2005 3 commits
-
-
Tim Peters authored
File._read_data(): This uses savepoints just to get oids assigned and to free memory, with no possibility of rollback. Therefore "optimistic" savepoints should be used: there's no reason here to insist that any data managers involved support rollback.
-
Florent Guillaume authored
The '@' character is now allowed in object ids (RFC 1738 allows it). Expanded tests for _checkId.
-