First quarter 2007 Archives by date
Starting: Tue Jan 9 12:56:33 EDT 2007
Ending: Sun Mar 11 01:08:36 EDT 2007
Messages: 52
- E&S CVS Commit: ez_setup - Update ez_setup for setuptools 0.6c4
pje at eby-sarna.com
- E&S CVS Commit: ez_setup - Update ez_setup for setuptools 0.6c4
pje at eby-sarna.com
- E&S CVS Commit: ez_setup - Update ez_setup for setuptools 0.6c5
pje at eby-sarna.com
- E&S CVS Commit: .tags - Created tags directory
pje at eby-sarna.com
- E&S CVS Commit: DadaFork - Base version: DadaMail 2.10.12
pje at eby-sarna.com
- E&S CVS Commit: .tags - Tagging DadaMail 2.10.12
pje at eby-sarna.com
- E&S CVS Commit: DadaFork - Remove redundant "use lib"s,
so that the system can be used as a singl
pje at eby-sarna.com
- E&S CVS Commit: DadaFork - Support sharing a single DadaMail
library for multiple running instanc
pje at eby-sarna.com
- E&S CVS Commit: DadaFork - Attempt to enable the latent mail merge
facility. It looks like if
pje at eby-sarna.com
- E&S CVS Commit: DadaFork - Add support for recording merge fields
at subscribe time, for new
pje at eby-sarna.com
- E&S CVS Commit: DadaFork - Fix typos.
pje at eby-sarna.com
- E&S CVS Commit: DadaFork - Correct off-by-one error
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - Quick-and-dirty ultra-light WSGI-based
microframework.
pje at eby-sarna.com
- E&S CVS Commit:
WebHaiku - Bug fixes, refactoring, and new features:
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - More features, less cruft...
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - Bump version number - this thing's at
least half finished by now!
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - Fix infinite redirect if a leaf page is
the website root.
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - More new features:
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - Compute page's URL once,
w/out including any subpath traversal.
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - Make cgi.escape a method of pages,
and add debugging info to EvalMap
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - Don't make form vars visible attributes
unless explicitly declared (vi
pje at eby-sarna.com
- E&S CVS Commit: RuleDispatch - Don't allow zipped installation
unless Python is at least 2.3.5.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fix type mapping setup for adodbapi SQL
driver
pje at eby-sarna.com
- E&S CVS Commit: PEAK-Rules - Misc. notes/doc changes left over from
a few months ago.
pje at eby-sarna.com
- E&S CVS Commit: ProxyTypes - Doc fixes
pje at eby-sarna.com
- E&S CVS Commit: CityKid - Don't try to convert unicode to a string
before encoding it to UTF8.
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - New features and bug fixes:
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - More doc and tests,
support query string in auto-redirects, and
pje at eby-sarna.com
- E&S CVS Commit: WebHaiku - More new features
pje at eby-sarna.com
- E&S CVS Commit:
WebHaiku - Support dotted identifiers in templates,
so you don't have to use $(?
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Major API overhaul. Service classes
now act like peak.binding.Singlet
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Avoid duplicate applications of
the same decorator, unless requested
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Signature-matching support,
ala RuleDispatch's dispatch.functions code
pje at eby-sarna.com
- E&S CVS Commit: PyProtocols - New version built w/Pyrex version
that supports Python 2.5
pje at eby-sarna.com
- E&S CVS Commit: RuleDispatch - Rebuilt w/Pyrex for Python versions
through 2.5
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Don't test separately-distributed modules
(wsgiref, PyProtocols, RuleD
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Rebuilt C source w/latest Pyrex
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Python 2.5 fix: don't use our doctest hotfix
when running under Python
pje at eby-sarna.com
- E&S CVS Commit: RuleDispatch - Deprecate protocols.advice functions
provided by DecoratorTools
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Misc. cleanups, more API doc and tests
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Simplified App-switching API,
added App[] delegation to its config, an
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Added support for debugging
generated code (tracebacks, pdb, etc.)
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Handle source line endings more
efficiently
pje at eby-sarna.com
- E&S CVS Commit: Importing - Wrap all sys.modules and module-hook
manipulation with the import lock
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Implemented EigenValue-style
write-until-read immutability for Config
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Draft implementation of Source and
Line types to support compiling
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Another major refactoring -- merged
Config and App into State, and
pje at eby-sarna.com
- E&S CVS Commit: DecoratorTools - Released version 1.4
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Implement better scoping,
by allowing states to be context managers.
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Get rid of ``namespace``,
and make all settings namespaces. Settings
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Added context.new() and
context.empty(), along with a "root" state tha
pje at eby-sarna.com
- E&S CVS Commit: Contextual - Overhaul front-end API to "setting",
"resource", "registry", and
pje at eby-sarna.com
Last message date:
Sun Mar 11 01:08:36 EDT 2007
Archived on: Fri Jan 2 21:35:47 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).