Third quarter 2007 Archives by author
Starting: Tue Jul 3 22:58:47 EDT 2007
Ending: Tue Sep 4 12:48:45 EDT 2007
Messages: 71
- E&S CVS Commit: PyDicia - Implement all tags except some
customs-related ones. Automatic batch
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Document ``Batch`` and ``Shipment``
objects. Prettify XML for easy
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Rename ''DocInfo'' -> ''Option'',
re-org customs and insurance.
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Full customs form support. Re-org options
to make them more self-
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Get DAZzle configuration info from the
Windows registry
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Application launching, batch submission,
and batch status retrieval.
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - 0.1a1 Release prep
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Added mailing list link
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Bump version info
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Added Shipment.run(),
so you can print multiple batches in one go. Al
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Drop Windows platform requirement,
as Endicia now has a Mac client.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix for cancelling IO events not stopping
their select()-ability.
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Fix ToZip4 attribute of status return
info. Doc tweaks.
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Updated README with change log
pje at eby-sarna.com
- E&S CVS Commit: PyDicia - Bump version after release
pje at eby-sarna.com
- E&S CVS Commit: Contextual - More tests, API tweaks,
add a bit of docs.
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Rip out the old Trellis implementation
and replace with a shiny new al
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Tests for new features including
event-ness, rule-changing, mutual
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Implement a test for the infamous
"pentagram of death" -- which
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Ensure that reads outside of propagation
block until propagation is
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Ensure scheduled future events occur in
datapulse order. Allow
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Simplified repeat() operation,
fold recalculation into check_dirty(),
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Get rid of the vestigial runloop,
and make pulse objects include their
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Fix a lurking problem with dependencies:
circular dependencies couldn'
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Created ObjectRoles package to
replace the 'Aspect' class from PEAK-Ru
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Custom role keys, class roles,
weakref support, and docs.
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Bump version after cheeseshop upload
pje at eby-sarna.com
- E&S CVS Commit: Trellis - The Trellis will be using ObjectRoles
from now on...
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Added Registry and
ClassRole.for_frame()
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Added ``enclosing_frame()``
function, so that complex decorators that
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Use enclosing_frame() so that
decorate()-called decorators that use
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - D'oh! The .for_frame() method is a
better place to use
pje at eby-sarna.com
- E&S CVS Commit: Trellis - High level API: Component class,
decorators, properties. The tests ar
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Add missing externals (as reported by
LLoyd Kvam)
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Doc cleanup
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Use enclosing_frame() for all
frame retrievals.
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Depend on released DecoratorTools
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Add setup.cfg for postrelease
tagging, as apropriate
pje at eby-sarna.com
- E&S CVS Commit: ObjectRoles - Bump version post-release
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Begin documentation/test refactoring;
new intro, updated TODO.
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Fixed bugs found by Grant Baillie's
wxDialog example: setting a cell's
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Tweak to ensure that rule-defaulted cells
can have their values overri
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Allow read-only cell attributes to be set
once, at __init__ time, so y
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Simplified API and improved propagation
algorithm, replacing 'events'
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Clean up access paths for the current
state, to make things a little
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Tweak "freezing" algorithm so it both
happens sooner and with less
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Remove dependency on Contextual --
although it'll be back eventually.
pje at eby-sarna.com
- E&S CVS Commit: Trellis - repeat(), poll(),
and .ensure_recalculation(), along with some cleanup
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Implement @todo, .future, and @modifier;
reinstate singular/plural for
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Make nested @modifiers slightly faster
and leaner
pje at eby-sarna.com
- E&S CVS Commit:
Trellis - Another streamlining tweak for @modifier,
to trim out a calling level
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Mark some things private so they don't
show in help(); add
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Re-enable discrete rules as well as
receivers. Revised algorithm
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Shave about 20 bytes of memory off of
maximum per-pulse usage, by
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Forgot to rename IsReceiver to IsDiscrete
pje at eby-sarna.com
- E&S CVS Commit:
Trellis - Co-operative multitasking: @task, resume(),
Pause, and Value()
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Added List, Dict,
and Set types with change events.
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Bump version to 0.5b1dev-r2366
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Lots of new documentation on trellis
basics.
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Add lots more doc... that exposed a
problem with the core
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Improved "discrete rule" section,
with better example.
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Require all changes to occur either
outside of rules, or
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Allow cell repr()'s to be out-of-date,
thereby preventing
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Change to cell initialization rules: when
you set a value in
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Added doc section on "Creating Your Own
Data Structures"
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Atomic initialization of Component
objects. Tasks are now
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Finish docs. Clean up ActionCell and
TaskCell
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Prep for release
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Bump version after release to Cheeseshop
pje at eby-sarna.com
- E&S CVS Commit: Trellis - Grody hack to fix the "unread cell"
initialization corner
pje at eby-sarna.com
- E&S CVS Commit: ez_setup - Update ez_setup for setuptools 0.6c7
pje at eby-sarna.com
Last message date:
Tue Sep 4 12:48:45 EDT 2007
Archived on: Fri Jan 2 21:35:49 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).