Parent Directory
|
|
|
|
|
tests/
|
|
|
|
|
.cvsignore
|
|
1.1 |
6 years |
pje |
Major speedup for module inheritance, thanks to Pyrex! The 'codeIndex()'
object... |
Code.py
|
|
1.17 |
4 years |
pje |
Eliminate spurious errors and warnings for test suite under Python 2.3
|
ConflictManager.py
|
|
1.1 |
4 years |
pje |
Added 'ConflictManager' class, for managing settings in included files.
It ensur... |
EigenData.py
|
|
1.14 |
5 years |
pje |
"Global" services defined by '[Component Factories]' sections now live in
the cl... |
FileParsing.py
|
|
1.3 |
5 years |
pje |
Normalized whitespace.
|
Graph.py
|
|
1.1 |
3 years |
pje |
First pass at removing all uses of 'kjbuckets'; this takes care of all but
'peak... |
Graph.txt
|
|
1.2 |
3 years |
pje |
Fix spurious test failure on Python 2.4 due to change in error message.
|
IndentedStream.py
|
|
1.4 |
5 years |
pje |
Normalized whitespace.
|
ListProxy.py
|
|
1.2 |
5 years |
pje |
Normalized whitespace.
|
Meta.py
|
|
1.12 |
5 years |
pje |
Began the move of 'peak.interface' to a separate 'protocols' package for
ease of... |
MiniTable.py
|
|
1.7 |
3 years |
pje |
Get rid of last remaining use of kjbuckets.
|
Pluralizer.py
|
|
1.2 |
5 years |
pje |
Normalized whitespace.
|
SOX.py
|
|
1.20 |
3 years |
pje |
First pass at removing all uses of 'kjbuckets'; this takes care of all but
'peak... |
Struct.py
|
|
1.10 |
5 years |
pje |
Normalized whitespace.
|
WSGIServer.py
|
|
1.7 |
4 years |
pje |
Moved 'peak.util.WSGIServer' to 'wsgiref.simple_server'.
|
_Code.c
|
|
1.3 |
5 years |
pje |
Upgraded to Pyrex 0.7.2 for code generation. Mostly this means more
informative... |
_Code.pyx
|
|
1.2 |
5 years |
pje |
Normalized whitespace.
|
__init__.py
|
|
1.2 |
6 years |
pje |
First pass of random conversions from TW -> peak
|
_uuidgen.c
|
|
1.1 |
4 years |
tsarna |
Use uuidgen() system call where available
|
advice.py
|
|
1.15 |
4 years |
pje |
Added 'events.threaded()' advice, and replaced kludgy thread mechanism in
FastCG... |
buffer_gap.c
|
|
1.3 |
5 years |
pje |
Upgraded to Pyrex 0.7.2 for code generation. Mostly this means more
informative... |
buffer_gap.pyx
|
|
1.2 |
5 years |
pje |
Normalized whitespace.
|
columns.py
|
|
1.1 |
5 years |
pje |
Misc. usability fixups: help on 'peak help', 'peak' and 'Bootstrap' list
availab... |
doctest.py
|
|
1.1 |
4 years |
pje |
Add backported version of Python 2.4's 'doctest' module to 'peak.util'.
|
expr.py
|
|
1.1 |
4 years |
pje |
Added 'peak.util.expr': tools for symbolic manipulation of Python
expressions. ... |
fmtparse.py
|
|
1.15 |
4 years |
pje |
Removed memoization from 'fmtparse': empirical testing showed that the
cache hit... |
hashcmp.py
|
|
1.2 |
5 years |
pje |
Deprecated 'model.DataType'; renamed to 'model.Struct'. This is more
consistent... |
i18n.py
|
|
1.3 |
5 years |
pje |
Normalized whitespace.
|
imports.py
|
|
1.17 |
4 years |
pje |
Fixed some 'whenImported()' hooks firing early, which could cause problems
in so... |
mockdb.py
|
|
1.2 |
5 years |
pje |
Added 'peak.core' as a minimal subset of 'peak.api'. 'peak.core' offers
only "c... |
mockets.py
|
|
1.1 |
4 years |
pje |
Added 'peak.util.mockets', offering imitation socket services like
'socket()' an... |
nodeid48.py
|
|
1.9 |
4 years |
tsarna |
Use uuidgen() system call where available
|
optparse.py
|
|
1.1 |
4 years |
pje |
Backport 2.4 'optparse' and 'textwrap' modules for use w/options framework.
|
pyexpat.c
|
|
1.1 |
4 years |
pje |
In order to support obtaining the line and column locations of problems in
XML f... |
random.py
|
|
1.6 |
3 years |
pje |
Remove references to obsolete 'whrandom' module, as reported by Alain
Poirier.
|
readline_stack.py
|
|
1.4 |
5 years |
pje |
Removed redundant option settings; fix to handle cases where readline
history is... |
signature.py
|
|
1.2 |
4 years |
pje |
Change all adapter factories to use only a single argument.
|
symbols.py
|
|
1.1 |
5 years |
pje |
Whoops, forgot to 'cvs add' peak.util.symbols. All the tests passed, but
only o... |
textwrap.py
|
|
1.1 |
4 years |
pje |
Backport 2.4 'optparse' and 'textwrap' modules for use w/options framework.
|
threads.py
|
|
1.6 |
5 years |
pje |
Normalized whitespace.
|
unittrace.py
|
|
1.1 |
4 years |
pje |
Added 'peak.util.unittrace' module, useful for testing that calls occurred
withi... |
unittrace.txt
|
|
1.1 |
4 years |
pje |
Added 'peak.util.unittrace' module, useful for testing that calls occurred
withi... |
uuid.py
|
|
1.14 |
4 years |
tsarna |
oops, broke win32
|