Third quarter 2002 Archives by thread
Starting: Mon Jul 1 09:33:01 EDT 2002
Ending: Sun Sep 29 18:01:01 EDT 2002
Messages: 85
- E&S CVS Commit: PEAK - New semantics for 'lookupComponent()': it's now fully integrated with
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added 'import:' URL scheme to naming.factories, and tested it with
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added new 'struct' type to serve as a basis for compact, immutable object
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Refactored struct metaclass for cleaner construction. Misc. doc additions.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Obtain or generate a unique 48 bit identifier for the machine,
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Routines for getting random byte strings of varying qualities,
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Update to use peak.util.random
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Add rand16()
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Universally Unique IDentifier type, including generation.
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Added win32 support; also, changed to only try to get nodeid if it's
pje at eby-sarna.com
- E&S CVS Commit: PEAK - LDAP ParsedURL support.
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Assorted utility functions useful for dealing with unicode.
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - uuid: ParsedURL
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed PEAK to work with current Zope 2.6 Interface package, as downloaded
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed some class/type problems with NamingExceptions; refactored URL
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Update for ParsedURL changes
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Oops, missed scheme and body
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Another pass at simplifying peak.naming. Added GenericURLContext so it's
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed up struct's constructor calling patterns to be a bit more sensible,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Sort schemeParsers and add missing uuid
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Finished the July 3 refactoring plan for peak.naming. RefAddr and
pje at eby-sarna.com
- E&S CVS Commit: pylib - Zope 2.6a1 Interface package
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added Interface package to setup. (If you're tracking CVS, be sure to
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Prototype version of AbstractRack (aka AbstractJar), per the persistence
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added 'EigenRegistry' class, for future support of Utility registries.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Revised EigenRegistry registration algorithm to Zope 3-style
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added pretty much everything needed to do utility lookups and register
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added test suite for EigenData module, and fixed some minor issues with it
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added test suite for uuid module.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added some simple tests of utility/provider infrastructure
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Revised dupe detection for v1 UUID's to use a non-delay algorithm for
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added config package, and integrated it into binding.Component's
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added thread-safety note re: UUID generation on machines w/low-res clocks.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Refactored bindings to support 'provides=' keyword argument: an interface
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Finished July 12 refactoring plan, minus tests for new functionality.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Re-factored utility search mechanism, and associated configuration rules.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Made ParsedURL objects implement IAddress by default, with a default
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Changes to help the tutorial be clearer, when I write it:
pje at eby-sarna.com
- E&S CVS Commit: PEAK - New semantics for config.setLocal()/config.getLocal(). 'forRoot' can now
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Moved binding.setupModule() et al to config.setupModule(). Also,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added thread-safety utility module, and modified UUID creation to use it.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Make this work in the HAVE_THREADS==False case
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Make a comment ever so slightly more clear.
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Allow waitmode to be passed to no-op lock acquire().
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Lockfiles (currently for posix-y systems only)
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Fleshed-out the implementation of the 'waitflag' argument, emulating the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - The threadlock interface wasn't quite what I though it was, and it's
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Added 'running' package (just lockfiles for now) to API-supplied options
pje at eby-sarna.com
- E&S CVS Commit: PEAK - If SHlocking not available, FLokcing won't be either... really need a
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Uniform use of booleans. Added module-level doc, a tested Windows lockfile
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Rough-cut port of MetaDaemons to a PEAK component base. Also, added
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Moved config to its own top-level subpackage, peak.config, since it doesn't
pje at eby-sarna.com
- E&S CVS Commit: PEAK - A very minor optimization... where we already have self.lock in "lock",
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Add base64() method that returns the base64 encoded raw bytes of the
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - naming system glue for peak.running.lockfiles.
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - First pass at removing weakrefs from the core binding system. Made
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Tightened restriction on setParentComponent() such that it can only be used
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Killed off remaining weakref binding facilities. We now only use weakrefs
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Eliminated __volatile_attrs__ support. We wouldn't have been able to do
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Abstract and introduction for the new PEAK core tutorial.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - First-draft implementation of the "Straw Man" transaction API I proposed
pje at eby-sarna.com
- E&S CVS Commit: PEAK - More work on the transaction interface; started work on a
pje at eby-sarna.com
- E&S CVS Commit: PEAK - More work on transaction stuff. The interfaces now have the correct method
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Made peak.storage a proper package and added it to setup.py. Added a
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed typo in docstring.
pje at eby-sarna.com
- E&S CVS Commit: pylib - When encoding address-bearing headers that contain non-ascii characters,
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Revert some other changes in 1.17 that weren't meant to be checked in yet.
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Moved to transient transaction membership - subscribe is now good for one
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Virtual re-write of the transaction API. Dropped ZODB shim and savepoint
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Updated AbstractRack to be an AutoCreated TransactionComponent, per the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Started a basic concepts introduction for the "binding" chapter of the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added subsection on component interface concepts, and citations for
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added another 2.5 (printed) pages of material, on composing applications,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Remarked out \makeindex commands for now, to speed up .PDF generation for
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Some proofing, editing, and commenting out of stuff to run drafts faster,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed misc. awkward turns of phrase. Fixed formatting of double-quoted
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Changed "subscribe()" to "join()" (makes more sense for transient
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added __name__ and __doc__ capability for most attribute bindings, so that
pje at eby-sarna.com
- E&S CVS Commit: PEAK - First-draft port of ManagedConnection base class from TransWarp. It's
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Ported TW.Caching to peak.storage.caches. (Also misc. code/formatting
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added default WeakCache to AbstractRack base class, and a flag that causes
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Update to IManagedConnection to support joinTxn() method and txnTime
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added DBCursor and LDAPCursor to peak.storage, along with their
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Changed to not generate docs for Zope Interface package.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixes after testing cursors with a "real" database, or at least Gadfly. :)
pje at eby-sarna.com
Last message date:
Sun Sep 29 18:01:01 EDT 2002
Archived on: Fri Jan 2 21:34:14 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).