[Checkins] [zopefoundation/tempstorage] 1cd170: Add tempstorage package to software home. The tem...

GitHub noreply at github.com
Tue Feb 26 14:41:17 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/tempstorage
  Commit: 1cd1702b381618d8b37279b810656a395bfa367b
      https://github.com/zopefoundation/tempstorage/commit/1cd1702b381618d8b37279b810656a395bfa367b
  Author: Chris McDonough <chrism at plope.com>
  Date:   2003-08-17 (Sun, 17 Aug 2003)

  Changed paths:
    A TemporaryStorage.py
    A __init__.py
    A component.xml
    A config.py
    A tests/__init__.py
    A tests/testTemporaryStorage.py

  Log Message:
  -----------
  Add tempstorage package to software home.  The tempstorage package
contains files related to the TemporaryStorage ZODB storage.

These files used to be in the TemporaryFolder Product, but have been
moved to solve issues which resulted from premature imports during startup
caused by import of the TemporaryFolder package
by the configuration machinery (particularly the premature import of
Globals, which pulls in almost every Zope package) during database setup.


  Commit: 0318bf6d82489cafdb791d68770dbc8152c42a81
      https://github.com/zopefoundation/tempstorage/commit/0318bf6d82489cafdb791d68770dbc8152c42a81
  Author: Jim Fulton <jim at zope.com>
  Date:   2003-11-28 (Fri, 28 Nov 2003)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Changed the way conflict errors are caught and reraised to be
consistent with changes in ZODB 3.3.


  Commit: e1879ea8da58760ab59b41f07f4bf284961eff6c
      https://github.com/zopefoundation/tempstorage/commit/e1879ea8da58760ab59b41f07f4bf284961eff6c
  Author: Jeremy Hylton <jeremy at svn.zope.org>
  Date:   2003-12-24 (Wed, 24 Dec 2003)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Minimal edits to track change of BaseStorage._serial to
BaseStorage._tid.


  Commit: c2eb40545b61ccd9ed963adac1b4440135d6ecd2
      https://github.com/zopefoundation/tempstorage/commit/c2eb40545b61ccd9ed963adac1b4440135d6ecd2
  Author: Jeremy Hylton <jeremy at svn.zope.org>
  Date:   2003-12-24 (Wed, 24 Dec 2003)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Add loadEx definition.


  Commit: 7cf6e4fe462112beedb2c87b57b29ca2a2e4bca6
      https://github.com/zopefoundation/tempstorage/commit/7cf6e4fe462112beedb2c87b57b29ca2a2e4bca6
  Author: Jeremy Hylton <jeremy at svn.zope.org>
  Date:   2003-12-24 (Wed, 24 Dec 2003)

  Changed paths:
    M tests/testTemporaryStorage.py

  Log Message:
  -----------
  Quick fix: Disable RevisionStorage tests.

As the earlier comment indicated, this storage does not support
multiple revisions.  The RevisionStorage tests changed to require
revision support, so the tests now fail.  This might be the right
long-term strategy, but it needs a little thought.


  Commit: ddf0284c76997f614707bd3bda662f7ddf047abd
      https://github.com/zopefoundation/tempstorage/commit/ddf0284c76997f614707bd3bda662f7ddf047abd
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2004-01-15 (Thu, 15 Jan 2004)

  Changed paths:
    M __init__.py

  Log Message:
  -----------
    - Wire up security policy selection machinery to ZConfig (note that the
    'C' policy is currently borked, but should be fixed very soon).


  Commit: 36f256a08e3c7011b815f1b8bc977ff16518a007
      https://github.com/zopefoundation/tempstorage/commit/36f256a08e3c7011b815f1b8bc977ff16518a007
  Author: Jeremy Hylton <jeremy at svn.zope.org>
  Date:   2004-02-19 (Thu, 19 Feb 2004)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Move referencesf to ZODB.serialize.


  Commit: 040018eab0da848eb069a4278d5198e5e18e78e1
      https://github.com/zopefoundation/tempstorage/commit/040018eab0da848eb069a4278d5198e5e18e78e1
  Author: root <root at svn.zope.org>
  Date:   2004-05-11 (Tue, 11 May 2004)

  Log Message:
  -----------
  Set mime-type or svn-eol property from cvs expansion data


  Commit: 33ced447062612703186f787c8e834a28792b067
      https://github.com/zopefoundation/tempstorage/commit/33ced447062612703186f787c8e834a28792b067
  Author: Chris McDonough <chrism at plope.com>
  Date:   2004-05-15 (Sat, 15 May 2004)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Fix for KeyErrors emanating from TemporaryStorage unexpectedly.  A
connection can be holding on to an object with references to an object
that has been recently garbage collected.  When the object is unghosted in
the reference-holding thread, the storage cannot find the oid (because it's
out of storage due to gc).  We work around this by turning KeyErrors that
we believe are due to this scenario into ConflictErrors.


  Commit: 5d94e0ce5c029f5a54e09a5617930449f1fe422c
      https://github.com/zopefoundation/tempstorage/commit/5d94e0ce5c029f5a54e09a5617930449f1fe422c
  Author: Chris McDonough <chrism at plope.com>
  Date:   2004-05-15 (Sat, 15 May 2004)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Account for HEAD ZODB changes to make tests pass.


  Commit: 421beb9373807a007ab27be5403dc65be34e174c
      https://github.com/zopefoundation/tempstorage/commit/421beb9373807a007ab27be5403dc65be34e174c
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-05-16 (Sun, 16 May 2004)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Tell subversion to expand the Id keyword:
  - replaced old CVS expansion with a clean $Id$
  - set the svn:keywords property to "Id"

When you check-in files in the future and want $Id$ to be expanded,
make sure it reads "$Id$" in that file; then set svn:keywords to "Id".

ZODB, ZEO, Persistence and similar packages were not modified since they
are really maintained elsewhere. Right now, we use a copy of them in our
Zope/Zope3 trees. We should go back to the module sharing (using
svn:externals).


  Commit: d1631cf2e410142c44b80ea68c9f0b98be236359
      https://github.com/zopefoundation/tempstorage/commit/d1631cf2e410142c44b80ea68c9f0b98be236359
  Author: Chris McDonough <chrism at plope.com>
  Date:   2004-05-19 (Wed, 19 May 2004)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Collector 1341: TemporaryStorage can't be used under a ZEO server.


  Commit: 41391ce38632d9ac606ad9ba8c9f192ca4caa8a6
      https://github.com/zopefoundation/tempstorage/commit/41391ce38632d9ac606ad9ba8c9f192ca4caa8a6
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-01-08 (Sat, 08 Jan 2005)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
        - Collector #1655: fixed severe memory leak in TemporaryStorage


  Commit: b17f0a89d56ec7e2192e455d5bb362971febd57b
      https://github.com/zopefoundation/tempstorage/commit/b17f0a89d56ec7e2192e455d5bb362971febd57b
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-06-16 (Thu, 16 Jun 2005)

  Changed paths:
    M TemporaryStorage.py
    M tests/testTemporaryStorage.py

  Log Message:
  -----------
  Allow tempstorage to participate in MVCC.  Also fix minor bug where conflict cache could be poisoned by a transaction that failed after store was called.


  Commit: d7ed6c54fed7d97544210fe6b2de5666b460fbe5
      https://github.com/zopefoundation/tempstorage/commit/d7ed6c54fed7d97544210fe6b2de5666b460fbe5
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-06-19 (Sun, 19 Jun 2005)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  The caller can't deal with using current data from loadBefore, so having an "end_tid" of None is useless.


  Commit: 37fc520ee84c45ea1a30379153bebba536ef5448
      https://github.com/zopefoundation/tempstorage/commit/37fc520ee84c45ea1a30379153bebba536ef5448
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-06-19 (Sun, 19 Jun 2005)

  Changed paths:
    A TemporaryStorage.py
    R TemporaryStorage.py
    R __init__.py
    A __init__.py
    A component.xml
    R component.xml
    A config.py
    R config.py
    R tests/__init__.py
    A tests/__init__.py
    A tests/testTemporaryStorage.py
    R tests/testTemporaryStorage.py

  Log Message:
  -----------
  These files don't need to be svn:executable.


  Commit: 3f8e96db3202f409dbfba3f8e2c832a09f2aec6e
      https://github.com/zopefoundation/tempstorage/commit/3f8e96db3202f409dbfba3f8e2c832a09f2aec6e
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-07-02 (Sat, 02 Jul 2005)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Implement loadEx for ZEO-mounted tempstorages to work properly under ZODB 3.3.


  Commit: 95d2ee7f515b34fc6618b91000e52dcf4360c136
      https://github.com/zopefoundation/tempstorage/commit/95d2ee7f515b34fc6618b91000e52dcf4360c136
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-07-05 (Tue, 05 Jul 2005)

  Changed paths:
    M TemporaryStorage.py
    M tests/testTemporaryStorage.py

  Log Message:
  -----------
  Tim pointed out that loadEx is supposed to return a 3-tuple.  This is related to collector 1828 which was already marked as resolved.


  Commit: 8be93330321a85b976661ef296446ef7e3bdec2e
      https://github.com/zopefoundation/tempstorage/commit/8be93330321a85b976661ef296446ef7e3bdec2e
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-11-18 (Fri, 18 Nov 2005)

  Changed paths:
    M TemporaryStorage.py
    M tests/__init__.py

  Log Message:
  -----------
  updated to ZPL 2.1 to be in sync with Zope 3


  Commit: 6c6bed3df53042035401370cc594c829f9e59532
      https://github.com/zopefoundation/tempstorage/commit/6c6bed3df53042035401370cc594c829f9e59532
  Author: Andreas Jung <yet at gmx.de>
  Date:   2006-01-08 (Sun, 08 Jan 2006)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  zLOG -> logging


  Commit: ebf9932a21ad31e306443e088282cff887ed37f3
      https://github.com/zopefoundation/tempstorage/commit/ebf9932a21ad31e306443e088282cff887ed37f3
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-06-04 (Mon, 04 Jun 2007)

  Changed paths:
    A buildout.cfg
    A setup.py

  Log Message:
  -----------
  initial project structure


  Commit: b48d336a05a21c5a66584ec5cc674828401d1be9
      https://github.com/zopefoundation/tempstorage/commit/b48d336a05a21c5a66584ec5cc674828401d1be9
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-06-04 (Mon, 04 Jun 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  ZODB3 is a requirement


  Commit: 9d1a0c34da5ef0d92ffc4a4ca34a81f3ee0f3024
      https://github.com/zopefoundation/tempstorage/commit/9d1a0c34da5ef0d92ffc4a4ca34a81f3ee0f3024
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-06-04 (Mon, 04 Jun 2007)

  Changed paths:
    A TODO.txt

  Log Message:
  -----------
  remember to move external back to the trunk after integration branch has been merged


  Commit: 60ffe1be97eabb9ff1a0d177b7ff9b451c23c302
      https://github.com/zopefoundation/tempstorage/commit/60ffe1be97eabb9ff1a0d177b7ff9b451c23c302
  Author: Andreas Jung <yet at gmx.de>
  Date:   2007-06-26 (Tue, 26 Jun 2007)

  Changed paths:
    M tests/testTemporaryStorage.py

  Log Message:
  -----------
  merging Zope211-3.4-integration branch


  Commit: cf671168f8a7a8eb36726c6a6d4780db73c89098
      https://github.com/zopefoundation/tempstorage/commit/cf671168f8a7a8eb36726c6a6d4780db73c89098
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-07-06 (Fri, 06 Jul 2007)

  Changed paths:
    R TODO.txt

  Log Message:
  -----------
  2.10-with-ZODB3.8 branch  has been merged


  Commit: 275ea579039cef6c5166e211c595cb81088949d5
      https://github.com/zopefoundation/tempstorage/commit/275ea579039cef6c5166e211c595cb81088949d5
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2008-01-06 (Sun, 06 Jan 2008)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Improve package metadata for release. Added dev marker.


  Commit: b4ab04031bf47e985098127632ac307101546630
      https://github.com/zopefoundation/tempstorage/commit/b4ab04031bf47e985098127632ac307101546630
  Author: Andreas Jung <yet at gmx.de>
  Date:   2008-10-16 (Thu, 16 Oct 2008)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  - Lauchpad #143736,#271395: fixed AttributeError' on _ltid in TempStorage


  Commit: 11d86e053cd3ae217bd193fe32118a6e47bb5f8f
      https://github.com/zopefoundation/tempstorage/commit/11d86e053cd3ae217bd193fe32118a6e47bb5f8f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-02-08 (Sun, 08 Feb 2009)

  Changed paths:
    A src/tempstorage/TemporaryStorage.py
    A src/tempstorage/__init__.py
    A src/tempstorage/component.xml
    A src/tempstorage/config.py
    A src/tempstorage/tests/__init__.py
    A src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Move in the real code


  Commit: 745d67ec3679de3b1a606a8ba6616fbf91f6a73c
      https://github.com/zopefoundation/tempstorage/commit/745d67ec3679de3b1a606a8ba6616fbf91f6a73c
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-08-03 (Mon, 03 Aug 2009)

  Changed paths:
    A CHANGES.txt
    A README.txt
    M setup.py

  Log Message:
  -----------
  Added readme and changelog


  Commit: dfc887be287153dbb31b93f3c1abdab0a710c22a
      https://github.com/zopefoundation/tempstorage/commit/dfc887be287153dbb31b93f3c1abdab0a710c22a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-08-03 (Mon, 03 Aug 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Typo


  Commit: 4af883ba17ce9b93cfcac3e174fbeb5d02b3ece5
      https://github.com/zopefoundation/tempstorage/commit/4af883ba17ce9b93cfcac3e174fbeb5d02b3ece5
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-08-03 (Mon, 03 Aug 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Note the yet unreleased change


  Commit: 57dd8a4c5c02161a2c837677853ba2e99e012c80
      https://github.com/zopefoundation/tempstorage/commit/57dd8a4c5c02161a2c837677853ba2e99e012c80
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-08-03 (Mon, 03 Aug 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Prepare release


  Commit: 36ed265c357716ed42396c077404f16d2aa391c4
      https://github.com/zopefoundation/tempstorage/commit/36ed265c357716ed42396c077404f16d2aa391c4
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-08-03 (Mon, 03 Aug 2009)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Not the fast, adjust version number


  Commit: ec9df41245a67d275f1d1512240be66ee287387b
      https://github.com/zopefoundation/tempstorage/commit/ec9df41245a67d275f1d1512240be66ee287387b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-08-03 (Mon, 03 Aug 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Update version after release


  Commit: 90bfe9c4847cd1b8b4273f3f41a143e336c0499b
      https://github.com/zopefoundation/tempstorage/commit/90bfe9c4847cd1b8b4273f3f41a143e336c0499b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    A bootstrap.py

  Log Message:
  -----------
  Scrap the external for the boostrap.


  Commit: dc56bdabb142d7d9de02024dbb72e9ee6f68edac
      https://github.com/zopefoundation/tempstorage/commit/dc56bdabb142d7d9de02024dbb72e9ee6f68edac
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Fix a test failure due to never-unghostified root in second connection.


  Commit: 54b8b153ea676851e140e01056bc1674682472dd
      https://github.com/zopefoundation/tempstorage/commit/54b8b153ea676851e140e01056bc1674682472dd
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Clean out module-scope imports, old test driver cruft.


  Commit: d49d49a3f144feef11e0bdc1ff24871baaf0a6e0
      https://github.com/zopefoundation/tempstorage/commit/d49d49a3f144feef11e0bdc1ff24871baaf0a6e0
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Wake up, Rip van Winkle.


  Commit: e0f1a9d5741164e69f10ab9ef3357bbfdaca723e
      https://github.com/zopefoundation/tempstorage/commit/e0f1a9d5741164e69f10ab9ef3357bbfdaca723e
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M src/tempstorage/TemporaryStorage.py
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Clean imports, docstrings;  add an instance-level hook for GC parms.


  Commit: 663fc5584373fd5af76dbf1d690d7d5311972486
      https://github.com/zopefoundation/tempstorage/commit/663fc5584373fd5af76dbf1d690d7d5311972486
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    M setup.py
    M src/tempstorage/TemporaryStorage.py
    M src/tempstorage/__init__.py
    M src/tempstorage/config.py
    M src/tempstorage/tests/__init__.py
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Comply with repository policy.


  Commit: b1781de0e7bf53f2d065ffac3a5b573af7f55c39
      https://github.com/zopefoundation/tempstorage/commit/b1781de0e7bf53f2d065ffac3a5b573af7f55c39
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Don't test another package here.


  Commit: adb57282c2c64e7155420d4ac906d885bc73c5b7
      https://github.com/zopefoundation/tempstorage/commit/adb57282c2c64e7155420d4ac906d885bc73c5b7
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Split out the ZODB protocol tests from the tests specific to the module.

Make the local tests use "normal" unittest conventions.


  Commit: 1955289d176c8e972ec6a0779ded7934590e8c21
      https://github.com/zopefoundation/tempstorage/commit/1955289d176c8e972ec6a0779ded7934590e8c21
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M src/tempstorage/TemporaryStorage.py

  Log Message:
  -----------
  Approximate PEP8 compliance.


  Commit: 8b912e0dc1977df6580fc3065e0917578b107f79
      https://github.com/zopefoundation/tempstorage/commit/8b912e0dc1977df6580fc3065e0917578b107f79
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-06-05 (Sat, 05 Jun 2010)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  Prepare tempstorage 2.11.3.


  Commit: 3a94bd7e18619b094bbdb533020518412ef02194
      https://github.com/zopefoundation/tempstorage/commit/3a94bd7e18619b094bbdb533020518412ef02194
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-06-05 (Sat, 05 Jun 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: d78b5b83130f1e2fadf289c4cad0e0f0d5b252d0
      https://github.com/zopefoundation/tempstorage/commit/d78b5b83130f1e2fadf289c4cad0e0f0d5b252d0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Start work on new feature release


  Commit: 4db3890267c7ed335df03d4a3836b60b33b7f5a9
      https://github.com/zopefoundation/tempstorage/commit/4db3890267c7ed335df03d4a3836b60b33b7f5a9
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Expanded dependency on ZODB3 to include the test extra.


  Commit: 1a4fbe99c12d020d9ea44983eb50a8703ba519a7
      https://github.com/zopefoundation/tempstorage/commit/1a4fbe99c12d020d9ea44983eb50a8703ba519a7
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M src/tempstorage/__init__.py
    M src/tempstorage/component.xml
    M src/tempstorage/config.py
    M src/tempstorage/tests/__init__.py
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  More PEP8 cleanup


  Commit: b3db19e270b4d2d2f4dede11134d416709b79d1e
      https://github.com/zopefoundation/tempstorage/commit/b3db19e270b4d2d2f4dede11134d416709b79d1e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M src/tempstorage/TemporaryStorage.py

  Log Message:
  -----------
  More PEP8 cleanup


  Commit: eeef4949beb5d1a37f155d2d33d2055cc70cf477
      https://github.com/zopefoundation/tempstorage/commit/eeef4949beb5d1a37f155d2d33d2055cc70cf477
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/tempstorage/TemporaryStorage.py

  Log Message:
  -----------
  Require at least ZODB 3.9 and adjusted method signatures to disuse versions.


  Commit: 31a5a5c645992bc186b6d63eb176b233aa880504
      https://github.com/zopefoundation/tempstorage/commit/31a5a5c645992bc186b6d63eb176b233aa880504
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare tempstorage 2.12.0.


  Commit: adb20aaf84f20f0c19017198a585ec485d229c76
      https://github.com/zopefoundation/tempstorage/commit/adb20aaf84f20f0c19017198a585ec485d229c76
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: 814f12bb39437717a3df3091c1f4d8d0056c35f8
      https://github.com/zopefoundation/tempstorage/commit/814f12bb39437717a3df3091c1f4d8d0056c35f8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-29 (Wed, 29 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M src/tempstorage/tests/testTemporaryStorage.py

  Log Message:
  -----------
  Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses invalid test data.


  Commit: 92a65d6f7f2be6d90a8da5f4f634ccb2f16f3efa
      https://github.com/zopefoundation/tempstorage/commit/92a65d6f7f2be6d90a8da5f4f634ccb2f16f3efa
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-29 (Wed, 29 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare tempstorage 2.12.1.


  Commit: 0739457f089697d25a0b4de5c483f059bf3dcb14
      https://github.com/zopefoundation/tempstorage/commit/0739457f089697d25a0b4de5c483f059bf3dcb14
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-09-29 (Wed, 29 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: 02be7121a2886ed81853e33d168daf1ab7e8180f
      https://github.com/zopefoundation/tempstorage/commit/02be7121a2886ed81853e33d168daf1ab7e8180f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Explicitly state distribution dependencies instead of re-using the ZODB test requirements.


  Commit: f76e76cfdab0b43497dd8f33d0b484ef50faa547
      https://github.com/zopefoundation/tempstorage/commit/f76e76cfdab0b43497dd8f33d0b484ef50faa547
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    A MANIFEST.in

  Log Message:
  -----------
  add a manifest


  Commit: cac01e8d813aebe82bf950cd89b2646ca2b1ffca
      https://github.com/zopefoundation/tempstorage/commit/cac01e8d813aebe82bf950cd89b2646ca2b1ffca
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  prepare


  Commit: d4fdc00422b4c733f4c69aff4b51bb903703e40c
      https://github.com/zopefoundation/tempstorage/commit/d4fdc00422b4c733f4c69aff4b51bb903703e40c
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


Compare: https://github.com/zopefoundation/tempstorage/compare/1cd1702b3816^...d4fdc00422b4


More information about the checkins mailing list