Second quarter 2005 Archives by subject
      
      Starting: Sat Apr  2 01:16:00 EDT 2005
         Ending: Tue Jun 28 23:36:02 EDT 2005
         Messages: 65
     
- E&S CVS Commit: PEAK - Add test case for Radek Kanovsky's recursive layout problem; it doesn't
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Added <container lookup="key_expr"/> so you can look up arbitrary component
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Added a '-c/--config' option to PEAK bootstrap commands to load an .ini
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Added a series of new QueryDM and EntityDM convenience features.  See
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Allow commands exited with sys.exit() to return a zero exitcode, as
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Changed 'running.lookupCommand()' to use the command's 'getCommandParent()'
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Fix a problem with latest Python+SQLite, reported by Alain Poirier.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Fix a problem with the custom dispatch criterion for binding.hasParent();
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Fix an ambiguity problem in view definitions, reported by Radek Kanovsky.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Fix an LDAP test bug reported by Alain Poirier.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Fix missing '.errno', as reported by Alain Poirier.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Fix missing build for dispatch._speedups module
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Get rid of remaining 'config.fileNearModule()' uses; thanks to Yaroslav
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Make the 'binding.hasParentComponent()' criterion enumerable (see recent
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Minor cleanup to sitemap, now that the view logic is fixed.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Quick sketch of a sitemap for the bulletins example.  You can run it with:
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Refactor "bulletins" example to use the new DM convenience features, to
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Remove duplicated 'activateClass' function, as reported by Erik Rose.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Remove references to obsolete 'whrandom' module, as reported by Alain
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Tweak to work correctly w/latest PyProtocols.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Update runIni to allow use of URLs (e.g. pkgfile: et al).
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Update to match new dispatch_function signature used by PyProtocols.
 
pje at eby-sarna.com
 - E&S CVS Commit: PEAK - Update use of validateCriterion to match latest PyProtocols.
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Expunged 'OrCriterion' completely, as it caused a problem with implication
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Fix 'aPredicate & aSignature' not working, as reported by Jay Parlar.
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Fix a bug in enumerables indexing that could cause criteria to get left out
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Fix a problem with method binding when not using 'dispatch._speedups'.
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Fix bugs reported by Jay Parlar and Radek Kanovsky.  The tree-building
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Fix up a few more indexing corner cases.  Basically, I missed a few crucial
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Implemented "enumerable" criteria, which can list all the criteria they
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Index optimization: share seed lists for equivalent criteria so that less
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Massive overhaul of indexing and inequality handling to linearize the speed
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Migrate to using 'node_type' instead of 'dispatch_function' to drive
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Move DispatchNode and CriterionIndex classes to dispatch.strategy, in
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Prelude to creating a new index type for inequalities; separate ICriterion
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Refactor dispatch tree building so that indexes can use out-of-order
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Refactor generic functions to not know anything about the structure or type
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Remove 'AndCriterion' dependency from a test, in preparation for Inequality
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Reverse dispatch_function() signature so it can be bound to a dispatch node
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Switch to using numbers in indexes instead of actual cases, so that indexes
 
pje at eby-sarna.com
 - E&S CVS Commit: PyProtocols - Use '&' operator to combine criteria instead of calling AndCriterion
 
pje at eby-sarna.com
 - E&S CVS Commit: test - new CVS module
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2065 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2066 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2068 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2069 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2070 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2071 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2072 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2073 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2074 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2075 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2076 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - subversion revision 2077 commited to CVS
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Test Add and copy email via svn2cvs et al
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Test copying file w/cvsinject
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Test move + edit
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Testing cvsinject
 
pje at eby-sarna.com
 - E&S CVS Commit: test - testing cvsinject
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Testing deletes via svn2cvs post-commit
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Testing deletion from remote checkout
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Testing svn2cvs via svn post-commit
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Testing svn2cvs via svn post-commit
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Testing svn2cvs via svn post-commit
 
pje at eby-sarna.com
 - E&S CVS Commit: test - Testing svn2cvs via svn post-commit
 
pje at eby-sarna.com
    
 
    
      Last message date: 
       Tue Jun 28 23:36:02 EDT 2005
    Archived on: Fri Jan  2 21:35:35 EDT 2009
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).