[Subversion] / Trellis / setup.py  

Log of /Trellis/setup.py

Parent Directory

No default branch
Bookmark a link to HEAD: (view) (download) (as text)


Revision 2610 - (view) (download) (as text) - [select for diffs]
Modified Wed May 5 18:07:24 2010 UTC (13 years, 11 months ago) by pje
File length: 1308 byte(s)
Diff to previous 2546
Support 2.6 -OO option by switching to newer DecoratorTools

Revision 2546 - (view) (download) (as text) - [select for diffs]
Modified Fri May 23 16:51:06 2008 UTC (15 years, 10 months ago) by pje
File length: 1299 byte(s)
Diff to previous 2530
Bump version after release of 0.7a2

Revision 2530 - (view) (download) (as text) - [select for diffs]
Modified Tue Apr 29 00:25:17 2008 UTC (15 years, 11 months ago) by pje
File length: 1299 byte(s)
Diff to previous 2527
Bump version after release

Revision 2527 - (view) (download) (as text) - [select for diffs]
Modified Thu Apr 24 23:05:41 2008 UTC (15 years, 11 months ago) by pje
File length: 1299 byte(s)
Diff to previous 2478
Bump version

Revision 2478 - (view) (download) (as text) - [select for diffs]
Modified Mon Jan 7 22:42:44 2008 UTC (16 years, 3 months ago) by pje
File length: 1299 byte(s)
Diff to previous 2441
Bump version post-release

Revision 2441 - (view) (download) (as text) - [select for diffs]
Modified Fri Dec 21 17:20:30 2007 UTC (16 years, 3 months ago) by pje
File length: 1299 byte(s)
Diff to previous 2436
Restore Python 2.3 compatibility.  This is of somewhat limited
benefit, since the tests run (literally) 10 times slower than
Python 2.4, due to the incredible slowness of the Python (i.e.
non-C) version of threading.local.

Revision 2436 - (view) (download) (as text) - [select for diffs]
Modified Fri Nov 30 22:46:43 2007 UTC (16 years, 4 months ago) by pje
File length: 1236 byte(s)
Diff to previous 2432
The new algorithm lands - version bump to 0.6a1dev.
Too many changes to list!

Revision 2432 - (view) (download) (as text) - [select for diffs]
Modified Sat Nov 24 01:49:46 2007 UTC (16 years, 4 months ago) by pje
File length: 1236 byte(s)
Diff to previous 2428
First cut of basic Cell types based on the new algorithm.  For
now, they live in a different module, since they aren't fully
featured yet.  They do, however, perform many of the cell
basics, including ReadOnlyCell->Constant, basic recalculation,
etc.  But read/write cell initialization is untested, observers
don't exist yet, and neither do task cells.  A suitable
replacement for the 'future/todo' mechanism is also needed
before the process of replacing the existing cell types and
data structures can begin.  But this is a pretty good start.

Revision 2428 - (view) (download) (as text) - [select for diffs]
Modified Wed Nov 21 20:05:28 2007 UTC (16 years, 4 months ago) by pje
File length: 1202 byte(s)
Diff to previous 2411
Switch to using peak.util.extremes

Revision 2411 - (view) (download) (as text) - [select for diffs]
Modified Thu Nov 1 22:05:51 2007 UTC (16 years, 5 months ago) by pje
File length: 1185 byte(s)
Diff to previous 2407
Use ``classy`` metaclass to simplify mixing of Service+Component
or AddOn+Component.

Revision 2407 - (view) (download) (as text) - [select for diffs]
Modified Tue Oct 30 21:07:57 2007 UTC (16 years, 5 months ago) by pje
File length: 1179 byte(s)
Diff to previous 2396
Fix dependencies to include Contextual

Revision 2396 - (view) (download) (as text) - [select for diffs]
Modified Fri Oct 26 14:22:31 2007 UTC (16 years, 5 months ago) by pje
File length: 1141 byte(s)
Diff to previous 2387
Use AddOns instead of ObjectRoles

Revision 2387 - (view) (download) (as text) - [select for diffs]
Modified Fri Aug 10 19:17:06 2007 UTC (16 years, 8 months ago) by pje
File length: 1146 byte(s)
Diff to previous 2386
Bump version after release to Cheeseshop

Revision 2386 - (view) (download) (as text) - [select for diffs]
Modified Fri Aug 10 19:09:16 2007 UTC (16 years, 8 months ago) by pje
File length: 1146 byte(s)
Diff to previous 2376
Prep for release

Revision 2376 - (view) (download) (as text) - [select for diffs]
Modified Sun Jul 29 19:55:12 2007 UTC (16 years, 8 months ago) by pje
File length: 1174 byte(s)
Diff to previous 2365
Bump version to 0.5b1dev-r2366

Revision 2365 - (view) (download) (as text) - [select for diffs]
Modified Fri Jul 27 17:29:35 2007 UTC (16 years, 8 months ago) by pje
File length: 1174 byte(s)
Diff to previous 2351
Remove dependency on Contextual -- although it'll be back eventually.

Revision 2351 - (view) (download) (as text) - [select for diffs]
Modified Fri Jul 13 21:38:42 2007 UTC (16 years, 9 months ago) by pje
File length: 1203 byte(s)
Diff to previous 2346
High level API: Component class, decorators, properties.  The tests are
disorganized and the docs are non-existent, but it works, by golly.
Docs and test re-orgs will begin next week.

Revision 2346 - (view) (download) (as text) - [select for diffs]
Modified Thu Jul 12 17:47:01 2007 UTC (16 years, 9 months ago) by pje
File length: 1152 byte(s)
Diff to previous 2335
The Trellis will be using ObjectRoles from now on...

Revision 2335 - (view) (download) (as text) - [select for diffs]
Modified Sun Jul 8 05:42:14 2007 UTC (16 years, 9 months ago) by pje
File length: 1122 byte(s)
Diff to previous 2200
Rip out the old Trellis implementation and replace with a shiny new algorithm.
This is nowhere near adequately tested, and Constant conversion doesn't work.
The doctests are in horrible shape and don't describe the current algorithm at
all.  The fancy API described in my mailing list posts is nowhere to be found,
and none of the new functionality is tested in the slightest.  Experiment at
your own risk; this is just a placeholder/proof-of-concept test to see if the
new algorithm at least passes the old tests (except for Constant conversion.)
And it does.  :)  So, everything from here on out should effectively be
either documentation, tests, syntax sugar, or convenience/reference
implementations of higher-level features.

Revision 2200 - (view) (download) (as text) - [select for diffs]
Modified Fri Jun 23 04:33:08 2006 UTC (17 years, 9 months ago) by pje
File length: 1049 byte(s)
Diff to previous 2199
Refactor to use a Cells-like forward/backward propagation system.  
Separated thread-specific "current observer" state from trellis state.  
Tests still pass, but are far from sufficient and the docs are crap; 
you're better off not reading them yet.  Effectively this is just a 
checkpoint to have a jumping-off point for more extensive changes, like 
making values know what trellis they belong to, and redoing the 
docs/tests to maximize both line and scenario coverages.

Revision 2199 - (view) (download) (as text) - [select for diffs]
Added Wed Jun 21 05:36:46 2006 UTC (17 years, 10 months ago) by pje
File length: 1201 byte(s)
Trellis: a new paradigm for event-driven programming, based on ideas
from Gelernter's "Trellis" system, and Tilton's "Cells" for Lisp.  
Eventually, this will grow up to do the rest of the things that 
peak.events does now, only with deterministic updates and no need for 
explicit dependency management.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help