Second quarter 2002 Archives by thread
Starting: Tue Apr 2 16:01:01 EDT 2002
Ending: Sun Jun 30 18:25:01 EDT 2002
Messages: 81
- E&S CVS Commit: TransWarp - Added 'TWX' package for eXamples, eXtensions, eXtras, and eXperiments.
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - SEF.DynamicBinding is now SEF.AutoCreated, and all AutoCreatable
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Added support for pickling instances of nested classes; this required
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Fixed exported methods showing the method class docstring instead of the
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Improved format string capabilities for MethodExporters, and the docs for
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Added 'TWX' package for extensions; added 'TWX.Diagrams.GraphViz'
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Ugh. Switched graphviz module from using popen3() to temp files,
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Fixed typo in content type lookup.
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - And another typo. :(
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Misc. diagramming improvments: Style is now Group, groups can be sorted in
pje at eby-sarna.com
- E&S CVS Commit: pylib - Miscelaneous unicode-related utility functions.
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Allow logging of unicode (by encoding into utf8)
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - MailToMIME, a "Simple Unicode Mail" plus optional attachments to MIME
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Documentation improvements
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Get the from: header too, and return it.
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Added isTextType, which is tru if the argument is either a string or a
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - ISO-2022-JP doesn't need body transfer-encoding.
tsarna at eby-sarna.com
- E&S CVS Commit: TransWarp - Added 'interpretSpec()' and 'interpretSequence()' APIs to support treating
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Initial draft of 'TW.Utils.EigenData' -- support for write-many-until-read
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Initial draft checkin of 'TW.Naming' package.
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Added basic naming system exceptions. This will need to be revisited
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Added Names module, with support for CompositeNames, CompoundNames,
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Added 'getInitialContext()' API call to create an "initial context" object
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Fixed an error in the initial configuration of the initial context
pje at eby-sarna.com
- E&S CVS Commit: pylib - Add UnicodeO, which is like StringIO, but output only and allows unicode
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - - if no encodings in enc_order work, try using the last one in "replace" mode.
tsarna at eby-sarna.com
- E&S CVS Commit: TransWarp - Fix typos pointed out by Holger Br'u'ckner.
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - First draft of AbstractContext class to be used as base for most Naming
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Replaced "isinstance(-,str) or isinstance(-,unicode)" with
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Fleshed out NamingException classes. Renamed the API for
pje at eby-sarna.com
- E&S CVS Commit: pylib - Don't add Mime-Version: to a message if it's plain ascii and we're not
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Ensure that log files are consistently encoded in utf8
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Add Unicode Message class (requires email >= 2.0.4)
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Rule-based MIME message structure transformation.
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Remove a debugging printf
tsarna at eby-sarna.com
- E&S CVS Commit: TransWarp - Fleshed out SPI.getContinuationContext() and added interfaces and
pje at eby-sarna.com
- E&S CVS Commit: pylib - typo
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Another typo
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Don't let bad html cause the whole rewrite process to fail
tsarna at eby-sarna.com
- E&S CVS Commit: TransWarp - Finally! A structure that makes sense. Refactored to manage operations on
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Misc. consistency cleanups.
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Misc. consistency cleanups.
pje at eby-sarna.com
- E&S CVS Commit: pylib - If we guessed right about ISO-2022-x in unknown2unicode, we're done...
tsarna at eby-sarna.com
- E&S CVS Commit: pylib - Get rid of some extra whitespace in headers
tsarna at eby-sarna.com
- E&S CVS Commit: TransWarp - Refactored to separate "operation" and "naming resolution" objects from
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Refactored URL scheme handling in preparation for federation support
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Pythonic refactoring, and factored out "native" CompositeName support.
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Fleshed out SPI factory functions; added references and lookupLink support.
pje at eby-sarna.com
- E&S CVS Commit: TransWarp - Added Parsed URL support, default object/URL context factories, and support
pje at eby-sarna.com
- E&S CVS Commit: PEAK - First pass of random conversions from TW -> peak
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Hacked on it until all tests pass... But still a lot of re-name, re-doc,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added naming package to setup, fixed a syntax error.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Stamped out lingering references to TW package.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Now it passes all tests even *without* TransWarp installed. :)
pje at eby-sarna.com
- E&S CVS Commit: pylib - use 'replace' mode when decoding payloads
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Fix up some imports
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Don't have CPE anymore
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Define subclass after its base class...
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed things up enough that 'import peak.naming' doesn't throw any
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a couple of minor errors in formatting of URLs and exceptions. Most
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Changed default name parsing arguments to match the new strategy of making
pje at eby-sarna.com
- E&S CVS Commit: PEAK - fix typo
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - typo
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - fix dos newlines
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - er, fix my fixing of CRLFs that wasn't much of a fix
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - fix LinkRef
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Fix several imports and a number of method signatures
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Needed references since it checks for LinkRefs
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - changed retrieve=RETRIEVE_INFO to retrieve=1, since the former isn't
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a bug in importString which wouldn't allow you to import undotted
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed another issue where import of 'aModule:nested.attribute' would call
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Another typo
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Add a smtp: scheme that gets you an smtplib.SMTP instance. Useful as a
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - simplify imports
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Updated peak.naming TODO. Misc. cosmetic fixes to other files.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Reworked for standardized 'api' modules for package exports. Also renamed
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Removed some 2.2 bug workarounds, and retired some now-irrelevant peak.util
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Moved module inheritance from 'peak.api' to 'peak.binding', and
pje at eby-sarna.com
- E&S CVS Commit: PEAK - I should have looked harder for an smtp URL standard...
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - TransWarp -> PEAK in some docstrings for modules that are fairly
tsarna at eby-sarna.com
- E&S CVS Commit: PEAK - Added binding.New() and binding.Copy(), which are handy for creating
pje at eby-sarna.com
Last message date:
Sun Jun 30 18:25:01 EDT 2002
Archived on: Fri Jan 2 21:34:12 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).