First quarter 2005 Archives by date
Starting: Sat Jan 1 12:12:00 EDT 2005
Ending: Thu Mar 31 23:08:00 EDT 2005
Messages: 54
- E&S CVS Commit: PyProtocols - Begin prep for pred. abstraction and pattern matching. 'ITest' objects
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Back out 'ITest.appliedTo()' method; it wasn't really needed for ITest, and
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Add trivial macro support to the parsing system. This is not really to
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Eliminate spurious errors and warnings for test suite under Python 2.3
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix obscure rich comparisons issue; see:
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Removed lazy binding of names referenced in generic function "when"
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Rename 'binding.declareAttributes()' to 'binding.declareMetadata()'. Add
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Get rid of "class" vs. "class-exec" distinction for 'getFrameInfo()'; it
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Deprecated 'security.allow()'; please use 'binding.metadata()' instead.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Note the deprecation of security.allow(); forgot this in the last checkin.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - The old 'peak.security' implementation has been removed, and replaced with
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix typo in docs.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix a problem with views on objects in a container of a Location, as
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Remove all vestigial traces of the old 'Interaction' interface/object from
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix typos/unclear phrasings. Add doc on integrating with peak.web, and
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Tweak viewHandler fix to apply globally, by always cloning viewHandler when
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Dispatcher and GenericFunction now use a 'combine()' method in place of a
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Update for generic function API change.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Method combination refactoring. There is no longer a need for the old
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Implement CLOS-style "before methods" and "after methods" for default
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Add CLOS-style "around" methods, w/doc.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Fix problem with method-chain associativity reported by Radek Kanovsky.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Fix an error in signature arithmetic reported by Jay Parlar.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Add automatic indexing of 'issubclass(expr,Constant)' subexpressions in
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Add C speedups for range comparisons in generic functions and dispatchers.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Create a fast path for argument retrieval expressions, resulting in an
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Update mof2py code generator for current binding API.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - First pass at removing all uses of 'kjbuckets'; this takes care of all but
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Get rid of last remaining use of kjbuckets.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - PEAK now requires Python 2.3.4 or better; dropped support for building
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Encapsulate index structures for criteria, saving both space and time. The
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Rename dispatch.ITest -> ICriterion, to avoid confusion with unit testing.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Fix a bug in my version of Radek's subclass criterion support.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix spurious test failure on Python 2.4 due to change in error message.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix misc. problems running PEAK from within a zipfile, as reported by
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix page templates sending unicode content-type header, as reported by
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Added indexing for 'is' comparisons, using a new 'Pointer' type that is
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Make criterion sanity-checker part of the strategy module's API; you can
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Switch from using weakref.proxy to weakref.ref for Pointer, so that
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Rearrange validation criteria to test simpler things first.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added a 'binding.hasParent(component,parent)' API function, which is
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Shave another 2.5 microseconds off the fast-path dispatch case, by moving
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Shave another .8+ microseconds out, while still in Python. It seems that
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Squeeze another .4 microseconds out of the fast path, by using the program
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Almost two more microseconds gone... off all paths, not just the fast one!
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - 1.5 more microseconds, this time by going to Pyrex. Execution time is down
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Fix a subtle problem with CriterionIndex: it wasn't including empty entries
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Fix another obscure CriterionIndex problem; if you called addSeed() with
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Rationalize error handling such that ``combine()`` doesn't throw dispatch
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Document advanced method combination techniques using a pricing example.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Fix misc. indentation and phrasing issues.
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - Fix typos, and update TODO for PyProtocols 1.0 impl. and docs.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Refactor bulletins example so all configuration is in the .ini file,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Refactor web view management to use a generic function, getting rid of some
pje at eby-sarna.com
Last message date:
Thu Mar 31 23:08:00 EDT 2005
Archived on: Fri Jan 2 21:35:33 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).