July 2006 Archives by thread
      
      Starting: Sat Jul  1 13:18:57 EST 2006
         Ending: Mon Jul 31 13:56:36 EST 2006
         Messages: 169
     
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Rolled back the famous
	Date(time)Widget fix (see revison 68818 for details).
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Merged revision 68937 from the
	3.3 branch:
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/catalog/ Fixed issue
	#466: The update methods now check whether the objects live
	in the catalog's nearest site
 
Uwe Oestermeier
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/catalog/README.txt
	Removed an overlooked test fragment that was placed into the
	unittest
 
Uwe Oestermeier
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/component/
	Make adapter easier to register from Python code (e.g. in tests)
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/undo/ Fix
	#529: Undo Principal Transactions doesn't work with non-root
	principals
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Merge from 3.3
	branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/app/undo/ Merge
	from 3.3 branch (only partially because of different test setup):
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt changelog
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt changelog
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/catalog/
	Merged the fix of issue #466 into the branch.
 
Uwe Oestermeier
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Added note
	about issue #466
 
Uwe Oestermeier
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tree/ Fix missing
	imports and write tests for the codepaths that had those problems.
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/tree/ Merge
	from trunk:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/ port revision 68764
	to 3.3 branch: fixes issue 645 and an unfiled-bug
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt added note
	to CHANGES.txt
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.2/ Issue 665: ZCML
	swallowing KeyboardInterrupt / SystemExit.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Issue 665: ZCML
	swallowing KeyboardInterrupt and SystemExit.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/trunk/ Issue 665: ZCML swallowing
	KeyboardInterrupt and SystemExit.
 
Tres Seaver
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/zopeappgenerations/evolve5.py
	Added a check for those rare cases where an object is
	adaptable to IZopeDublinCore but has no metadata yet.
 
Uwe Oestermeier
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/tales/tales.py
	whitespace fix
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/bin/mkz
	http://www.zope.org/Collectors/Zope3-dev/528
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/bin/mkz
	http://www.zope.org/Collectors/Zope3-dev/528
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/schema/fields.zcml
	http://www.zope.org/Collectors/Zope3-dev/553
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/schema/fields.zcml
	http://www.zope.org/Collectors/Zope3-dev/553
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/app/ Merge
	3.2-zope.app.externals branch.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ Merge
	3.3-zope.app.externals branch.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Merge
	3.3-zope.app.externals branch.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/3.2-zope.app.externals/ Branch
	merged.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/3.3-zope.app.externals/ Branch
	merged.
 
Tres Seaver
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/i18n/interfaces/__init__.py
	clarify an interface that is currently unused.
 
Chris Withers
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/i18n/interfaces/__init__.py
	remove note that's no longer relevent.
 
Chris Withers
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 646: TAL
	interpreter doesn't translate i18n Messages
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fix
	http://www.zope.org/Collectors/Zope3-dev/667: ZPT repeat "oddness"
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/tales.py Merge
	from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ TAL interpreter now
	properly translate i18n Messages when inserted as structure
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Merged revisions 69021 and 69024
	from the 3.3 branch:
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/publisher/ Make
	this test a normal test (as opposed to an ftest)
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/ Move some
	configuration items from zope.app.publisher to zope.publisher
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/zpl.py Update the header.
 
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Merge from 3.3 branch:
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/configure.zcml
	Repair broken path to API doc file.
 
Tres Seaver
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/publisher/configure.zcml
	Repair broken path to API doc file.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/trunk/src/ Moved bugtracjer and zwiki
	from trunk to separate projects
 
Jim Fulton
- [Zope3-checkins] SVN:  Moving bugtracker to separate project
 
Jim Fulton
- [Zope3-checkins] SVN:  Moving bugtracker to separate project
 
Jim Fulton
- [Zope3-checkins] SVN:  Moving bugtracker to separate project
 
Jim Fulton
- [Zope3-checkins] SVN:  Moving zwiki to separate project
 
Jim Fulton
- [Zope3-checkins] SVN:  Moving zwiki to separate project
 
Jim Fulton
- [Zope3-checkins] SVN:  Moving zwiki to separate project
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/Zope-3.1/package-includes/
	Removed invalid slugs. I had forgotten that these ued to be
	checked in. :(
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-add-footnote-interpretation-to-doctest/
	create a branch to house a proposed doctest enhancement
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-add-footnote-interpretation-to-doctest/
	remove unneeded branch, zope.testing is an external,
	I just need to branch that
 
Benji York
- [Zope3-checkins] 
	SVN: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/
	create branch
 
Benji York
- [Zope3-checkins] 
	SVN: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py
	add footnote interpretation (one test failure still needs work)
 
Benji York
- [Zope3-checkins] 
	SVN: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py
	- fix remaining bugs
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ In some
	circumstances message ids need to be treated as unicode objects.
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Merged revision
	69070 from the 3.3 branch:
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/PACKAGE.cfg Update
	zpkg config to new location of datetimeutils.
 
Brian Sutherland
- [Zope3-checkins] 
	SVN: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py
	- fix remaining bugs (that I'm aware of)
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ Bugfix: for
	logical consistency,
	a select field with a label that is ambiguous with that of one of its
	options should raise an ambiguity error. It was returning the
	option.
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/testbrowser/
	Merge trunk revision 69087:
 
Gary Poster
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ fixed
	handling of special post requests where a field name could be None
 
Bernd Dorn
- [Zope3-checkins] 
	SVN: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py
	add some TODO items (suggested by Tim, PJE,
	Jim) so I don't forget them
 
Benji York
- [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/doctest.py
	merge in benji-add-footnote-interpretation-to-doctest branch
 
Benji York
- [Zope3-checkins] 
	SVN: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/
	remove merged branch
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ - move forward to newer
	version of zope.testing to get footnote addition to
 
Benji York
- [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/doctest.py
	remove some dead code and add a test
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/publisher/interfaces/__init__.py
	Remove unnecessary apostrophe's.
 
Marius Gedminas
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/formlib/namedtemplate.txt Typos.
 
Marius Gedminas
- [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/testrunner.py
	Windos drive names can be lower case
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.2-Zope-2.8/ Fixups for
	including 3.0.2 on 2.8 branch.
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/tags/ZopeX3-3.0.2-Zope-2.8/src/zope/
	Remove packages that aren't part of X3.0
 
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 572,
	http://www.zope.org/Collectors/Zope3-dev/572.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 572,
	http://www.zope.org/Collectors/Zope3-dev/572.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/schema/tests/test_
	Added missing collection binding tests.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Issue 572,
	http://www.zope.org/Collectors/Zope3-dev/572
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/tests/test_ Added
	missing collection binding tests.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Issue 572,
	http://www.zope.org/Collectors/Zope3-dev/572
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 564,
	http://www.zope.org/Collectors/Zope3-dev/564
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 564,
	http://www.zope.org/Collectors/Zope3-dev/564
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/interface/_zope_interface_coptimizations.c
	fix error message
 
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/PACKAGE.cfg
	Fixed numerous cases of references to python files that had been
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/releases/Zope-test.py
	Minor tweeks,
	like not using "o" in tar and not using "p" when running
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ Make schema,
	which is not ready for release, optional.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/PACKAGE.cfg Fixed
	numerous cases of references to python files that had been
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/releases/Zope-test.py Minor
	tweeks, like not using "o" in tar and not using "p" when running
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Make schema,
	which is not ready for release, optional.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt *** empty
	log message ***
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/ fix issue 644 by changing
	our local copy of ClientForm, the change will be
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/ClientForm.py fix
	too-many-things-going-on-while-coding bug in comment
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/apidoc/utilities.
	Fixed issue 664, http://www.zope.org/Collectors/Zope3-dev/664.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/optionstorage/DEPENDENCIES.cfg
	Give optionstorage a DEPENDENCIES.cfg as it was causing the
	schooltool tarball build to fail.
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Added
	mising changes doc
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 664,
	http://www.zope.org/Collectors/Zope3-dev/664.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/optionstorage/DEPENDENCIES.cfg
	Merge 69175 from trunk (SchoolTool builds against the 3.3 branch)
 
Brian Sutherland
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt fix typo
	and whitespace
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/ fix issue 644 in the 3.3
	branch by applying revisions 69171 and 69172 from the
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/meta.zcml put this
	back until we decide how to solve the deeper problem
 
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/meta.zcml put
	this back until we decide how to solve the deeper problem
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/to-do.txt removing file that
	shouldn't have gotten checked in
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/to-do.txt removing file
	that shouldn't have gotten checked in
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/PACKAGE.cfg
	Added scehma back because it is required. :(
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/schema/ Don't
	need meta slug anymore.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Removed
	persistent-schema support, because it isn't ready t be
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/schema/zope.app.schema-meta.zcml
	Don't need meta slug anymore.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/ Updated to a version
	of ZEO that has a dedicated zeo-client main loop.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt *** empty
	log message ***
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Updated to a version of ZEO that
	has a dedicated zeo-client main loop.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 663,
	adding basic auth and session-credential
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 663,
	adding basic auth and session-credential
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ Replace
	'import doctest' with 'from zope.testing import doctest'.
 
Baiju M
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Replace 'import
	doctest' with 'from zope.testing import doctest'.
 
Baiju M
- [Zope3-checkins] SVN: Zope3/branches/ctheune-issue-574/ - making a
	working branch for resolving bug 574 together with philikon
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/branches/ctheune-issue-574/src/zope/app/
	- draft of the fix for issue 574
 
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/tests.py fix a
	misleading deprecation warning
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/component/tests.py
	port revision 69228 to 3.3 branch
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/apidoc/browser/notfound.pt
	Added new translation slots
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/locales/zope.pot
	Updated POT file
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/locales/ru/LC_MESSAGES/zope.
	Updated russian translation
 
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/locales/
	Merged POT into all PO's
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/locales/de/LC_MESSAGES/zope.
	German Translation updated
 
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/interfaces.py
	argument typo fix, s/comment/info
 
Baiju M
- [Zope3-checkins] 
	SVN: Zope3/branches/ctheune-issue-574/src/zope/app/generations/browser/managerdetails.pt
	- fixed typo
 
Christian Theune
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/
	checkpoint some code before I rework it
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/testbrowser/ftests/real
	remove unneeded code
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/testbrowser/
	document another race condition and a bug
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/intid/browser/ - add
	an icon for IIntIds objects
 
Fred L. Drake, Jr.
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/intid/browser/configure.zcml
	- add i18n_domain for when this is used without the rest of the
 
Fred L. Drake, Jr.
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/component/browser/configure.zcml
	make the "Registration" view "later" in the menu so
	"Introspector" is more prominent
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/component/browser/configure.zcml
	apply revision 69265 to 3.3 branch
 
Benji York
- [Zope3-checkins] 
	SVN: zope.testing/trunk/src/zope/testing/doctest.py
	use the more common autonumbered footnotes in the tests
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/pagetemplate/engine.py
	Fix collector issue 677: Untrusted ZPT Engine needs to remove
	security proxies from macros
 
Gary Poster
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/pagetemplate/engine.py
	Merge bugfix from trunk:
 
Gary Poster
- [Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/apidoc/browser/notfound.pt
	Merged revision 69234 from the 3.3 branch:
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/
	create another branch to work on zope.testbrowser with real browsers
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/http.py Move
	adaptation of request to where the interface in question is used;
	IHTTPApplicationRequest doesn't *have* a response attribute even if
	the current implementation does
 
Martijn Pieters
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/
	reproduce the good parts of previous real-testbrowser branch
	with improvements
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/
	remove some comments and some hacks for (I believe) fixed
	race conditions
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ Have the
	IVirtualHostRequest mutation methods emit an event so
	applications can respond to virtual host changes
 
Martijn Pieters
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/locales/de/LC_MESSAGES/zope.
	German Translation updated
 
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Record nev event
	addition
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/ Fix for issue #679: use the new
	IHTTPVirtualHostChanged event to make sure cookies are re-set
	every time the virtual host info changes so the path remains correct
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ Don't use
	ztapi anymore, and the doctest does the setup,
	so should do the teardown too
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/formlib/ Fix
	#681: IFormFields is missing declaration for omit()
 
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt 
 
Philipp von Weitershausen
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/
	- work-around problem with closing ZODB connections from a
	different thread
 
Benji York
- [Zope3-checkins] 
	SVN: Zope3/branches/benji-testbrowser-with-real-browsers-take-2/src/zope/testbrowser/real/
	- fix two more race conditions
 
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/ Rename the event to reflect it's
	purpose and remove non-functional component declarations
 
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/publisher/ Now
	colon inside the password shouldn't shock the parser
 
Dmitry Vasiliev
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/component/back35.py
	Added some more compatibility.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/zopeappgenerations/evolve3.py
	Updated to use a newer API. The old API being used was not public.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ removed
	prematurely committed changes
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/component/
	Added some more compatibility.
 
Jim Fulton
- [Zope3-checkins] 
	SVN: Zope3/branches/3.3/src/zope/app/zopeappgenerations/evolve3.py
	Updated to use a newer API. The old API being used was not public.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt *** empty
	log message ***
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/ Added
	some more compatibility.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Updated to use a newer API. The
	old API being used was not public.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 676,
	utilities defined in Zope 3.2 weren't
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issue 676,
	utilities defined in Zope 3.2 weren't
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/component/ Added
	som emissing tests.
 
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/ Added some
	emissing tests.
 
Jim Fulton
    
      Last message date: 
       Mon Jul 31 13:56:36 EST 2006
    Archived on: Mon Jul 31 13:56:39 EST 2006
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).