[Subversion] / PEAK / INSTALL.txt  

Log of /PEAK/INSTALL.txt

Parent Directory

No default branch
Bookmark a link to HEAD: (view) (download)


Revision 2073 - (view) (download) - [select for diffs]
Modified Sat Jul 9 05:32:33 2005 UTC (18 years, 8 months ago) by pje
File length: 5811 byte(s)
Diff to previous 1997
PEAK no longer bundles any software that can be obtained automatically from
PyPI.  Running PEAK's setup script will attempt to download and install
the needed packages.  (Note that development snapshots of PEAK may require
development snapshots of related packages.)

Revision 1997 - (view) (download) - [select for diffs]
Modified Sun Jan 30 18:51:56 2005 UTC (19 years, 2 months ago) by pje
File length: 8368 byte(s)
Diff to previous 1713
PEAK now requires Python 2.3.4 or better; dropped support for building
2.3 modules with 2.2.  The kjbuckets extension module is no longer built
and installed by default, either;  you must explicitly enable it with a
'--with-kjbuckets' flag passed to  'setup.py'.  Please port your code as
soon as practical, this option will go away soon.

Revision 1713 - (view) (download) - [select for diffs]
Modified Sun Mar 7 23:51:25 2004 UTC (20 years ago) by pje
File length: 8488 byte(s)
Diff to previous 1633
Overhaul setup.py to simplify installation and maintenance.  It's no longer
necessary to manually add packages or files to setup.py.  Optional features
can now be controlled with '--with-X' and '--without-X' options.  Bumped
version number to 0.5a4.  (XXX Need to update INSTALL.txt w/options info!)

Revision 1633 - (view) (download) - [select for diffs]
Modified Sun Jan 25 02:32:15 2004 UTC (20 years, 2 months ago) by pje
File length: 8488 byte(s)
Diff to previous 1275
Added "state of the PEAK union" doc (STATUS.txt).  Moved old changes to
HISTORY.txt.  Updated copyright and package info.  Moved ancient and
improbable TODO's out to individual packages.  Readjust a3 TODO targets so
we can release it a lot sooner, preferably within 1-3 weeks.

Revision 1275 - (view) (download) - [select for diffs]
Modified Mon Jul 21 00:55:16 2003 UTC (20 years, 8 months ago) by pje
File length: 8487 byte(s)
Diff to previous 1238
The templates have landed!  We can parse and render templates, and use them
as web methods on locations.  There's even a (yes, just one) unit test.
Big TODO lists both in the package and its test suite, but at least it's
working.  Made minor adjustments to publishing algorithms so that locations
know their parent locations, and methods know the location that they were
found in. Bumped package version to 0.5a3, since we've been in the alpha 3
cycle for a while now.

Revision 1238 - (view) (download) - [select for diffs]
Modified Thu Jul 10 19:24:50 2003 UTC (20 years, 8 months ago) by pje
File length: 8487 byte(s)
Diff to previous 1215
Added more #! docs.

Revision 1215 - (view) (download) - [select for diffs]
Modified Fri Jun 27 18:43:34 2003 UTC (20 years, 9 months ago) by pje
File length: 7552 byte(s)
Diff to previous 1181
Added Python/Zope 'datetime' package.

Revision 1181 - (view) (download) - [select for diffs]
Modified Tue Jun 10 21:11:48 2003 UTC (20 years, 9 months ago) by pje
File length: 7372 byte(s)
Diff to previous 1175
Misc. doc cleanups/enhancements.  Added info on 'invoke' command.

Revision 1175 - (view) (download) - [select for diffs]
Modified Mon Jun 9 22:34:35 2003 UTC (20 years, 9 months ago) by pje
File length: 6211 byte(s)
Diff to previous 1130
Updated installation instructions to note that Zope X3 must be up-to-date
if you have it installed on your Python path.

Revision 1130 - (view) (download) - [select for diffs]
Modified Mon May 19 17:33:59 2003 UTC (20 years, 10 months ago) by pje
File length: 6057 byte(s)
Diff to previous 1119
Misc. edits preparing for 0.5a2

Revision 1119 - (view) (download) - [select for diffs]
Modified Wed May 14 22:40:54 2003 UTC (20 years, 10 months ago) by pje
File length: 6057 byte(s)
Diff to previous 1115
Added a 'peak.running.shortcuts' command to run the unit tests.  Now I'm
also testing the command subsystem every time I run the tests...  :)

Revision 1115 - (view) (download) - [select for diffs]
Modified Wed May 14 02:52:51 2003 UTC (20 years, 10 months ago) by pje
File length: 6133 byte(s)
Diff to previous 1108
Began the move of 'peak.interface' to a separate 'protocols' package for
ease of distribution independently of PEAK.  Also, removed caching of
success/failed adapter lookups, because there was no way for them to be
cleared when declarations were made for base classes of a class whose
lookup was cached.  (To do caching, I'll have to add a separate cache.)

In the next pass, I'll add the new declaration API that Ty and I designed,
and then change PEAK to use it, factoring out the interim API, and changing
the few remaining introspections in PEAK to work via adapation.  Then, it's
off to documentation, unit tests, and packaging for the 'protocols'
package.

Revision 1108 - (view) (download) - [select for diffs]
Modified Sat May 10 21:29:49 2003 UTC (20 years, 10 months ago) by pje
File length: 5818 byte(s)
Diff to previous 1083
Farewell, 'zope.interface'.  You served us well.

Revision 1083 - (view) (download) - [select for diffs]
Modified Mon May 5 19:27:33 2003 UTC (20 years, 10 months ago) by pje
File length: 5870 byte(s)
Diff to previous 1080
Added notes about C and Pyrex to installation instructions; misc. edits.

Revision 1080 - (view) (download) - [select for diffs]
Modified Sat May 3 22:24:53 2003 UTC (20 years, 11 months ago) by pje
File length: 5543 byte(s)
Diff to previous 1061
Fixed misidentification of Zope 3 packages.

Revision 1061 - (view) (download) - [select for diffs]
Modified Thu May 1 17:43:55 2003 UTC (20 years, 11 months ago) by pje
File length: 5531 byte(s)
Diff to previous 1049
Added 'fcgiapp' to distribution; this should be the final checkin for
0.5a1, barring any bug or doc fixes that come up while prepping
the release.

Revision 1049 - (view) (download) - [select for diffs]
Modified Wed Apr 30 12:36:02 2003 UTC (20 years, 11 months ago) by pje
File length: 4030 byte(s)
Diff to previous 931
Updating README/INSTALL/setup for 0.5a1.  INSTALL was out of date on some
matters; edited README for clarity in a couple of places.

Revision 931 - (view) (download) - [select for diffs]
Modified Sat Mar 1 21:31:48 2003 UTC (21 years, 1 month ago) by pje
File length: 3329 byte(s)
Diff to previous 593
Fixed certain setup.py operations failing if HappyDoc isn't installed;
minor updates to copyright notices and installation instructions.

Revision 593 - (view) (download) - [select for diffs]
Modified Sun Nov 3 19:47:29 2002 UTC (21 years, 4 months ago) by pje
File length: 3619 byte(s)
Diff to previous 579
Re-org/refactoring of many items from the TODO list for 0.5, including:

* moved peak.binding.imports -> peak.util.imports, added importSuite()

* Decided not to do binding.Acquire, it should just be a documented idiom

* Moved LDAP and lockfile URLs to peak.storage.LDAP and
  peak.running.lockfiles, respectively

* Moved factories.getObjectInstance -> spi, updated peak.ini to load
  naming.spi as the provider.

* Consolidated naming.references into naming.names

* Made ParsedURLs compile their pattern strings, and automatically make
  their 'fromX()' methods classmethods (and the same is true for other
  'struct' types.

* Refactored cursors and connections out into distinct SQLCursor/LDAPCursor
  types, based on a common AbstractCursor.

* Added TooManyResults/TooFewResults errors to peak.exceptions

Revision 579 - (view) (download) - [select for diffs]
Modified Wed Oct 30 21:37:49 2002 UTC (21 years, 5 months ago) by pje
File length: 3619 byte(s)
Diff to previous 551
Updated for inclusion of fixed Interface and the bundled Persistence
package.

Revision 551 - (view) (download) - [select for diffs]
Modified Thu Oct 10 20:34:10 2002 UTC (21 years, 5 months ago) by pje
File length: 3360 byte(s)
Diff to previous 524
Added 'kjbuckets' extension to setup.py; updated installation doc and
copyright notices accordingly.

Revision 524 - (view) (download) - [select for diffs]
Modified Fri Oct 4 15:31:35 2002 UTC (21 years, 5 months ago) by pje
File length: 3437 byte(s)
Diff to previous 377
Changing docs from TransWarp->PEAK, referenced new site at
http://www.telecommunity.com/PEAK/, prepping docs for 0.5a1 release.

Revision 377 - (view) (download) - [select for diffs]
Modified Sun Mar 31 21:33:31 2002 UTC (22 years ago) by pje
File length: 3582 byte(s)
Diff to previous 340
Documented setup.py 'test' command, and added an option to specify which
test module should be run.

Revision 340 - (view) (download) - [select for diffs]
Modified Fri Mar 1 19:57:23 2002 UTC (22 years, 1 month ago) by pje
File length: 3316 byte(s)
Diff to previous 332
Misc. Documentation fixes, clarifications, and enhancements.

Revision 332 - (view) (download) - [select for diffs]
Modified Sat Feb 16 01:32:06 2002 UTC (22 years, 1 month ago) by pje
File length: 3273 byte(s)
Diff to previous 329
Pre-release documentation and cleanup sweep, part 3.  Rearranged all the
test stuff to meet Zope.org's test packaging conventions.  Added module
docstrings to the Database package, and shuffled a few things around there
to break up the code better.  Looks like the last package left for this
treatment is Utils...

Revision 329 - (view) (download) - [select for diffs]
Added Fri Feb 15 18:39:23 2002 UTC (22 years, 1 month ago) by pje
File length: 3268 byte(s)
First-draft README and INSTALL for 0.2 preview release 1.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help