April 2005 Archives by thread
      
      Starting: Fri Apr  1 06:24:20 EST 2005
         Ending: Fri Apr 29 06:29:39 EST 2005
         Messages: 155
     
- [Zope-Checkins] SVN: Zope/branches/jim-fix-zclasses/lib/python/ Use
	newer doctest
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/branches/jim-fix-zclasses/lib/python/
	Removed BoboPOS compatibility code.
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/transaction/_manager.py
	Added commit and abort methods to transaction managers.
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/transaction/__init__.py
	Changed to use methods of a threaded manager directly, rather than
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/ZClasses/tests.py
	Added missing abourt to tear-down code
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/OFS/tests/testProductInit.py
	Added clean-up code to remove non-exixtent directoris from products
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/tseaver-catalog_getObject_raises/
	Branch for making brains object's 'getObject' raise, configurably.
 
Tres Seaver
- [Zope-Checkins] 
	SVN: Zope/branches/tseaver-catalog_getObject_raises/
	CatalogBrains' 'getObject' now raises by default.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ OFS.Traversable still used a
	string 'NotFound' exception.
 
Tres Seaver
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/AccessControl/ImplPython.py
	- Remove unneeded delegation.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ Fetch ZODB from a release tag,
	ZODB/tags/3.4.0a1.
 
Tim Peters
- [Zope-Checkins] SVN: Zope/branches/tseaver-collector_1460/ Branch
	for fixes for Collector #1460.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ heading for Zope 2.8a2
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/README.txt updated
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/Zope-2-8-0-a2/ 2.8.0a2
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/Zope-2-8-0-a2/ removing tag again
	for merging patch for Collector #1460
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ merged fix from
	tseaver-collector_1460 branch
 
Yvo Schubbe
- [Zope-Checkins] SVN: Zope/tags/Zope-2-8-0-a2/ 2.8.0a2
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ Switch to using ZODB 3.4a2 (an
	internal release).
 
Tim Peters
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/doc/
	set svn:eol-style
 
Yvo Schubbe
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/
	set svn:eol-style
 
Yvo Schubbe
- [Zope-Checkins] SVN: Zope/trunk/setup.py added some packages and
	files required by unit tests
 
Yvo Schubbe
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/transaction/_manager.py
	Added missing arguments to commit and abort.
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/ZClasses/_pmc.txt
	Added configuration of class factory.
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/ZClasses/ZClass.txt
	Added configuration of class factory.
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/ZODB/
	Added ZClass-independent test of (and possible base class for)
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/ZODB/Connection.py
	Changed sub-transaction abort code to not invalidate created
	objects.
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/branches/jim-fix-zclasses/lib/python/ZODB/serialize.py
	For instances of persistent classes, save a class-module/clas-name
 
Jim Fulton
- [Zope-Checkins] CVS: Packages/AccessControl/tests -
	testZopeGuards.py:1.1.4.8
 
Tres Seaver
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.316
 
Tres Seaver
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/AccessControl/Permissions.py
	- Forward port missing change from 2.7 branch. Humm, 1 year,
	22 weeks ago,
	according to: http://thread.gmane.org/gmane.comp.web.zope.cvs/11080
 
Sidnei da Silva
- [Zope-Checkins] CVS: Packages/ZODB/tests - MTStorage.py:1.10.2.2
 
Tim Peters
- [Zope-Checkins] CVS: Products/PluginIndexes/common -
	UnIndex.py:1.20.2.6
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.317
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ - Collector #1721: Fixed handling
	of an empty indexed_attrs parameter
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ Forward-port fix for Collector
	#1656 from 2.7 branch.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ - Forward-port fix for
	vulnerability addressed in Hotfix_20050405 from 2.7 branch.
 
Tres Seaver
- [Zope-Checkins] CVS: Packages/RestrictedPython -
	RestrictionMutator.py:1.10.68.4
 
Tres Seaver
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.318
 
Tres Seaver
- [Zope-Checkins] CVS: Packages/AccessControl - ZopeGuards.py:1.16.2.5
 
Tres Seaver
- [Zope-Checkins] CVS: Packages/AccessControl/tests -
	testZopeGuards.py:1.1.4.9
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ Temporarily point the ZODB code at
	current 3.4 branch.
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ Merge the Zope part of
	Zope/branches/jim-fix-zclasses.
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/test.py _handle_problem(): If -p is
	passed, unittest displayed "OK"
 
Tim Peters
- [Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.6.2.27
 
Chris Withers
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.319
 
Chris Withers
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/_pmc.txt Synced
	up up with persistentclass.txt from ZODB, which was
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/branches/ajung-epi-integration/ Trying to
	marry PathIndex with ExtendedPathindex
 
Andreas Jung
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/
	integrated ExtendedPathIndex functionality without
 
Andreas Jung
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/
	reverting old state - latest EPI integration should have gone a
 
Andreas Jung
- [Zope-Checkins] 
	SVN: Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/
	integrated ExtendedPathIndex functionality
 
Andreas Jung
- [Zope-Checkins] 
	SVN: Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
	fixed __init__()
 
Andreas Jung
- [Zope-Checkins] 
	SVN: Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex2.py
	bsd -> zpl
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/ajung-epi-integration/ removed
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt no plans to include
	EPI
 
Andreas Jung
- [Zope-Checkins] CVS: Cruft/ExtensionClass/src -
	Acquisition.c:1.61.4.2
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.320
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt typo
 
Andreas Jung
- [Zope-Checkins] CVS: Packages/StructuredText/tests -
	testStructuredText.py:1.21.2.2
 
Andreas Jung
- [Zope-Checkins] CVS: Packages/StructuredText -
	DocumentWithImages.py:1.10.2.2 HTMLWithImages.py:1.10.68.1
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.321
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ - Collector #1750: StructuredText:
	fixed handling of image URLs
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ExtensionClass/ Added a
	helper function to set (or clear) the __get__ slot depending
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/_pmc.py Added
	logic to properly handle __of__.
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/_pmc.txt Added
	a test for proper __of__ handling.
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/ Added logic to
	get copied ZClasses to be accessed through their
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/tests.py
	Reenabled the ZClass tests
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/_pmc.py Import
	what we can from ZODB.persistentclass to avoid duplication.
 
Jim Fulton
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/StructuredText/tests/testStructuredText.py
	adjusted tests
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/ set
	svn:eol-style
 
Yvo Schubbe
- [Zope-Checkins] CVS: Packages/ZODB - __init__.py:1.23.4.20
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - __init__.py:1.19.4.20
	version.txt:1.9.4.19
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - component.xml:1.4.6.1
	mkzeoinst.py:1.18.8.4 runzeo.py:1.15.6.5
 
Sidnei da Silva
- [Zope-Checkins] CVS: Packages/zLOG - LogHandlers.py:1.6.14.3
 
Sidnei da Silva
- [Zope-Checkins] CVS: Packages/Signals - WinSignalHandler.py:1.1.2.1
	Signals.py:1.1.60.2
 
Sidnei da Silva
- [Zope-Checkins] CVS: Packages/Zope/Startup - __init__.py:1.7.2.7
 
Sidnei da Silva
- [Zope-Checkins] CVS: Zope/utilities - mkzopeinstance.py:1.2.2.8
 
Sidnei da Silva
- [Zope-Checkins] CVS: Zope/doc - WINDOWS.txt:1.1.2.1
	INSTALL.txt:1.39.2.10
 
Sidnei da Silva
- [Zope-Checkins] CVS: Zope/inst - Makefile.win.in:1.6.2.3
	configure.py:1.10.2.7
 
Sidnei da Silva
- [Zope-Checkins] CVS: Zope/lib/python/nt_svcutils -
	service.py:1.1.2.2
 
Sidnei da Silva
- [Zope-Checkins] CVS: Zope/skel/bin - zopeservice.py.in:1.1.2.10
 
Sidnei da Silva
- [Zope-Checkins] CVS: Zope/inst - Makefile.win.in:1.6.2.4
 
Sidnei da Silva
- [Zope-Checkins] CVS: Packages/ZEO - runzeo.py:1.15.6.6
 
Sidnei da Silva
- [Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.21
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.322
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ Go back to using a ZODB tag.
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/ Collector #1754: Fixed import of
	'transaction' in 'zopectl adduser'.
 
Tres Seaver
- [Zope-Checkins] CVS: Zope/lib/python/nt_svcutils -
	service.py:1.1.2.3
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Signals/ * Implement a
	signal mechanism for Windows utilising Windows 'Named Events'.
 
Sidnei da Silva
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Zope2/Startup/__init__.py
	* Register the new signal handlers on Windows
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/ Major service enhancements.
	Service cleanly shuts down child, and if child
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/inst/Makefile.win.in |- Add
	version_txt target
 
Sidnei da Silva
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/ZConfig/components/logger/loghandler.py
	* Implement a file handler with 'rotate'. This closes the
	file, attempts
 
Sidnei da Silva
- [Zope-Checkins] CVS: Packages/ZEO - runzeo.py:1.15.6.7
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/ Use a newer version of ZODB 3.4.
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - runzeo.py:1.15.6.8
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - runzeo.py:1.15.6.9
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZODB - __init__.py:1.23.4.21
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - __init__.py:1.19.4.21
	version.txt:1.9.4.20
 
Tim Peters
- [tim.peters@gmail.com: Re: [Zope-Checkins] CVS:
	Zope/lib/python/nt_svcutils - service.py:1.1.2.2]
 
Tim Peters
- [Zope-Checkins] CVS: Zope/lib/python/nt_svcutils -
	service.py:1.1.2.4
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/lib/python/nt_svcutils/service.py
	Port from Zope 2.7 branch.
 
Tim Peters
- [Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.22
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.323
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.324
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.325
 
Andreas Jung
- [tim.peters@gmail.com: Re: [Zope-Checkins] CVS:
	Zope/lib/python/nt_svcutils - service.py:1.1.2.2]
 
Tim Peters
- [Zope-Checkins] CVS: Zope/inst - Makefile.win.in:1.6.2.5
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/inst/Makefile.win.in - A quote too
	much
 
Sidnei da Silva
- [Zope-Checkins] CVS: Products/StandardCacheManagers/tests -
	test_AcceleratedHTTPCacheManager.py:1.1.4.2
 
Stefan H. Holek
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Products/StandardCacheManagers/tests/test_AcceleratedHTTPCacheManager.py
	Fixed a test that would repeatedly cause hangs on this
	screaming dual G4 box.
 
Stefan H. Holek
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml
	Document that default catalog-getObject-raises is on.
 
Florent Guillaume
- [Zope-Checkins] SVN: Zope/trunk/ Added an _unrestrictedGetObject
	method to catalog brains.
 
Florent Guillaume
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/
	PortalTestCase no longer calls _refreshSkinData() as CMF is
	smart enough
 
Stefan H. Holek
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/zopetest/
	Bury a dead chicken.
 
Stefan H. Holek
- [Zope-Checkins] CVS: Packages/ZODB - BaseStorage.py:1.34.4.4
	DemoStorage.py:1.18.10.2
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - ServerStub.py:1.16.6.3
 
Tim Peters
- [Zope-Checkins] CVS: ZODB3/BDBStorage - BerkeleyBase.py:1.41.16.3
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZODB - __init__.py:1.23.4.22
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - __init__.py:1.19.4.22
	version.txt:1.9.4.21
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - component.xml:1.4.6.2
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - runzeo.py:1.15.6.10
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/setup.py Arghh,
	forgot to remove dead chicken from setup.py. Sorry.
 
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/
	Explicitly close connections to "sandbox" databases.
 
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/ Updated to use ZODB 3.4a4,
	featuring savepoints.
 
Jim Fulton
- [Zope-Checkins] SVN: Zope/trunk/utilities/ Complete moving to ZODB
	3.0.4a4 (an external got missed).
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt 2.8.0 b1
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/inst/versions.py 2.8.0 b1
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/Zope-2-8-0-b1/ 2.8.0 b1
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt 
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/BTreeFolder2/
	added BTreeFolder2
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/BTreeFolder2/
	removed *.pyc files
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt added BTreeFolder2
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ Move to ZODB 3.4a5,
	which fixes some problems in the new savepoint features.
 
Tim Peters
- [Zope-Checkins] SVN: Zope/branches/ajung-translatationservice/
	integration of Z3 i18n machinery as translation service for Z2
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/setup.py added some missing files
 
Yvo Schubbe
- [Zope-Checkins] CVS: Packages/ZODB - __init__.py:1.23.4.23
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - __init__.py:1.19.4.23
	version.txt:1.9.4.22
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/setup.py Install these file types
	from the Zope3 code:
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/setup.py Install the oddball 'png'
	(no extension!) file from
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/ - Collector #1233: ported
	ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
Andreas Jung
- [Zope-Checkins] CVS: Packages/ZopeUndo/tests -
	testPrefix.py:1.1.66.2
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZopeUndo - Prefix.py:1.1.66.2
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZODB - __init__.py:1.23.4.24
 
Tim Peters
- [Zope-Checkins] CVS: Packages/ZEO - __init__.py:1.19.4.24
	version.txt:1.9.4.23
 
Tim Peters
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/
	Fixed _refreshSkinData() helper to work with CMF >= 1.5.
 
Stefan H. Holek
- [Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.23
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.327
 
Andreas Jung
- [Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py
	eye-friendly datetime representation
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ - Collector #1751: Improved error
	reporting reporting during the
 
Andreas Jung
- [Zope-Checkins] CVS: Packages/Zope/Startup - datatypes.py:1.6.2.8
 
Andreas Jung
- [Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.328
 
Andreas Jung
    
      Last message date: 
       Fri Apr 29 06:29:39 EST 2005
    Archived on: Fri Apr 29 06:29:39 EST 2005
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).