[Checkins] [zopefoundation/z3c.batching] 6cbc63: This is a simple batching implementation that help...

GitHub noreply at github.com
Mon Feb 25 12:52:22 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.batching
  Commit: 6cbc6306fb920319e736f58c156c720922d52439
      https://github.com/zopefoundation/z3c.batching/commit/6cbc6306fb920319e736f58c156c720922d52439
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-01-30 (Tue, 30 Jan 2007)

  Changed paths:
    A src/z3c/batching/README.txt
    A src/z3c/batching/__init__.py
    A src/z3c/batching/batch.py
    A src/z3c/batching/interfaces.py
    A src/z3c/batching/tests.py

  Log Message:
  -----------
  This is a simple batching implementation that helps with the management 
of batching. The original code for this is in the bugtracker 
application. I adjusted it to a modern API and changed the fields to be 
more useful.


  Commit: 59d2f23b9e33e81906d22c4fd4b28d391a5c00f5
      https://github.com/zopefoundation/z3c.batching/commit/59d2f23b9e33e81906d22c4fd4b28d391a5c00f5
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-02-12 (Mon, 12 Feb 2007)

  Changed paths:
    M src/z3c/batching/batch.py
    M src/z3c/batching/interfaces.py

  Log Message:
  -----------
  Correctly handle empty lists.


  Commit: 3b984af369624f4397b2239d195f10242b85512c
      https://github.com/zopefoundation/z3c.batching/commit/3b984af369624f4397b2239d195f10242b85512c
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2007-12-03 (Mon, 03 Dec 2007)

  Changed paths:
    A CHANGES.txt
    A README.txt
    A setup.py
    A src/z3c/__init__.py
    M src/z3c/batching/README.txt
    M src/z3c/batching/__init__.py
    M src/z3c/batching/batch.py
    M src/z3c/batching/interfaces.py
    M src/z3c/batching/tests.py

  Log Message:
  -----------
  * fixed bug in total calculation

* added more method to IBatch


  Commit: 94d031c53bdfc5bd18ccbf37a104bce5cf379af8
      https://github.com/zopefoundation/z3c.batching/commit/94d031c53bdfc5bd18ccbf37a104bce5cf379af8
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2007-12-04 (Tue, 04 Dec 2007)

  Changed paths:
    M src/z3c/batching/README.txt
    M src/z3c/batching/batch.py

  Log Message:
  -----------
  added slicing to Batch and Batches


  Commit: 72b703bd7dcc5e03689d4f30461b2b8cf66935da
      https://github.com/zopefoundation/z3c.batching/commit/72b703bd7dcc5e03689d4f30461b2b8cf66935da
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2008-02-18 (Mon, 18 Feb 2008)

  Changed paths:
    M src/z3c/batching/batch.py

  Log Message:
  -----------
  added __nonzero__ method


  Commit: 93e8cb30881a579e3ee14731afd20fa4b602881b
      https://github.com/zopefoundation/z3c.batching/commit/93e8cb30881a579e3ee14731afd20fa4b602881b
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2008-02-18 (Mon, 18 Feb 2008)

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

  Log Message:
  -----------
  added buildout.cfg for tests


  Commit: 21714d493f4be3daf2e2e069a746d803dea6bceb
      https://github.com/zopefoundation/z3c.batching/commit/21714d493f4be3daf2e2e069a746d803dea6bceb
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2008-02-18 (Mon, 18 Feb 2008)

  Changed paths:
    M setup.py

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


  Commit: b86618504c8e35ff0d67021cd67807ade1bf70b3
      https://github.com/zopefoundation/z3c.batching/commit/b86618504c8e35ff0d67021cd67807ade1bf70b3
  Author: Andreas Jung <yet at gmx.de>
  Date:   2008-08-09 (Sat, 09 Aug 2008)

  Changed paths:
    M src/z3c/batching/README.txt

  Log Message:
  -----------
  typo


  Commit: e9dd547f7ac58df39fdd30622db76a16a81aeadd
      https://github.com/zopefoundation/z3c.batching/commit/e9dd547f7ac58df39fdd30622db76a16a81aeadd
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2008-09-09 (Tue, 09 Sep 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/batching/README.txt

  Log Message:
  -----------
  Fixed bug with batches slicing


  Commit: e839f81fcdebd10d509fbbc4e371e09845ae0fe2
      https://github.com/zopefoundation/z3c.batching/commit/e839f81fcdebd10d509fbbc4e371e09845ae0fe2
  Author: Nikolay Kim <fafhrd91 at gmail.com>
  Date:   2008-09-09 (Tue, 09 Sep 2008)

  Changed paths:
    M setup.py

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


  Commit: c3d6dbe47e046358ec8209f529a65ac0247f91bb
      https://github.com/zopefoundation/z3c.batching/commit/c3d6dbe47e046358ec8209f529a65ac0247f91bb
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-11 (Sat, 11 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/batching/README.txt
    M src/z3c/batching/batch.py

  Log Message:
  -----------
  Moved the advanced batching of z3c.table into a helper function of z3c.batching


  Commit: 87698ed474f7ab87413247baca59ee0549555af2
      https://github.com/zopefoundation/z3c.batching/commit/87698ed474f7ab87413247baca59ee0549555af2
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-11 (Sat, 11 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M src/z3c/batching/README.txt
    M src/z3c/batching/batch.py

  Log Message:
  -----------
  Really fixed the bug with batches slicing


  Commit: a2b2092057f4f1d7b36e589c7c4af210efd36393
      https://github.com/zopefoundation/z3c.batching/commit/a2b2092057f4f1d7b36e589c7c4af210efd36393
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-11 (Sat, 11 Oct 2008)

  Changed paths:
    M src/z3c/batching/tests.py

  Log Message:
  -----------
  Forgot to enable a doctest


  Commit: 4681520a60abc198012ae525cd2463b5b50718e5
      https://github.com/zopefoundation/z3c.batching/commit/4681520a60abc198012ae525cd2463b5b50718e5
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-12 (Sun, 12 Oct 2008)

  Changed paths:
    M src/z3c/batching/README.txt

  Log Message:
  -----------
  Replaced literal block with doctest blocks


  Commit: 4d88e3c12b7db710e6957e2589b6c7c90932c5d5
      https://github.com/zopefoundation/z3c.batching/commit/4d88e3c12b7db710e6957e2589b6c7c90932c5d5
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-12 (Sun, 12 Oct 2008)

  Changed paths:
    M src/z3c/batching/batch.py

  Log Message:
  -----------
  rst formatting


  Commit: 39f6d9096cba2b9e46958b52fa1a033e90558224
      https://github.com/zopefoundation/z3c.batching/commit/39f6d9096cba2b9e46958b52fa1a033e90558224
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-12 (Sun, 12 Oct 2008)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Fixed metadata


  Commit: 5cbc0671020bbdded2fbe4babb183254353bfe91
      https://github.com/zopefoundation/z3c.batching/commit/5cbc0671020bbdded2fbe4babb183254353bfe91
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-12 (Sun, 12 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: e5bde98d15ac3516727fc73bb838b181f49bf155
      https://github.com/zopefoundation/z3c.batching/commit/e5bde98d15ac3516727fc73bb838b181f49bf155
  Author: Christophe Combelles <ccomb at free.fr>
  Date:   2008-10-12 (Sun, 12 Oct 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Return to dev


  Commit: 7e686526d38ddf43afb72f8c5d25f96ae4fb08dc
      https://github.com/zopefoundation/z3c.batching/commit/7e686526d38ddf43afb72f8c5d25f96ae4fb08dc
  Author: Christian Theune <ct at gocept.com>
  Date:   2010-06-02 (Wed, 02 Jun 2010)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    M bootstrap.py
    M setup.py
    M src/z3c/batching/batch.py
    M src/z3c/batching/interfaces.py
    M src/z3c/batching/tests.py

  Log Message:
  -----------
  Conform to repository policy.


  Commit: b48a4a49a387fe106f34434605f48c54a772131e
      https://github.com/zopefoundation/z3c.batching/commit/b48a4a49a387fe106f34434605f48c54a772131e
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    A src/z3c/batching/configure.zcml

  Log Message:
  -----------
  register batch.Batch as named factory


  Commit: d20d62c81046035d1105609f3202de504015d368
      https://github.com/zopefoundation/z3c.batching/commit/d20d62c81046035d1105609f3202de504015d368
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  update version for new feature; pep8


  Commit: a1f62058ef49c08d86f55ec12e5f312b1b94aba9
      https://github.com/zopefoundation/z3c.batching/commit/a1f62058ef49c08d86f55ec12e5f312b1b94aba9
  Author: Jean-François Roche <jfroche at affinitic.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M src/z3c/batching/batch.py

  Log Message:
  -----------
  refactoring for reuse by classes which inherit


  Commit: 0b8bd49f1f43112701af89ce04b5a8ac7516be77
      https://github.com/zopefoundation/z3c.batching/commit/0b8bd49f1f43112701af89ce04b5a8ac7516be77
  Author: Jean-François Roche <jfroche at affinitic.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M src/z3c/batching/batch.py
    M src/z3c/batching/interfaces.py
    M src/z3c/batching/tests.py

  Log Message:
  -----------
  pep8


  Commit: cb391b22c54aa46836b315d44065b1b26c6a430a
      https://github.com/zopefoundation/z3c.batching/commit/cb391b22c54aa46836b315d44065b1b26c6a430a
  Author: Jean-François Roche <jfroche at affinitic.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M src/z3c/batching/batch.py

  Log Message:
  -----------
  optimization


  Commit: 1ed6df338aa786086982b6ad336cd73dcd626ffd
      https://github.com/zopefoundation/z3c.batching/commit/1ed6df338aa786086982b6ad336cd73dcd626ffd
  Author: Jean-François Roche <jfroche at affinitic.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    A src/z3c/batching/subset.py
    A src/z3c/batching/subset.txt
    M src/z3c/batching/tests.py

  Log Message:
  -----------
  New feature: Subset batch.
Sometimes (for performance reasons), even though the user needs
a batched UI, we want to limit the computation to the
subset of values actually shown to the user.


Compare: https://github.com/zopefoundation/z3c.batching/compare/6cbc6306fb92^...1ed6df338aa7


More information about the checkins mailing list