[Checkins] [zopefoundation/DateTime] 77d6c2: initial project structure

GitHub noreply at github.com
Mon Feb 25 13:46:53 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/DateTime
  Commit: 77d6c2550dc9826e20a9010e25538e7003e10ac3
      https://github.com/zopefoundation/DateTime/commit/77d6c2550dc9826e20a9010e25538e7003e10ac3
  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: decf981ff1fb9b8c23e772bb83a3a2d56c010ece
      https://github.com/zopefoundation/DateTime/commit/decf981ff1fb9b8c23e772bb83a3a2d56c010ece
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-06-04 (Mon, 04 Jun 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  description, long_description


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

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Use CheeseShop for homepage


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

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Bump version number, Zope 2.11a1 has been released


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

  Changed paths:
    M setup.py

  Log Message:
  -----------
  DateTime now requires pytz. 
Bumped version number and added dev marker on trunk.


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

  Changed paths:
    A README.txt
    M setup.py

  Log Message:
  -----------
  Refer to src/DateTime/DateTime.txt for the long description (PyPI frontpage).


  Commit: 18782d47c7226bf6ad50ebb84032a70d84f0c0df
      https://github.com/zopefoundation/DateTime/commit/18782d47c7226bf6ad50ebb84032a70d84f0c0df
  Author: Laurence Rowe <l at lrowe.co.uk>
  Date:   2008-08-14 (Thu, 14 Aug 2008)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  update setup.py version to 2.11.2dev


  Commit: f94a9d4d81c5d43c369ad203ad2b06c01ae7604d
      https://github.com/zopefoundation/DateTime/commit/f94a9d4d81c5d43c369ad203ad2b06c01ae7604d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-02-02 (Mon, 02 Feb 2009)

  Changed paths:
    A CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Get us a proper changelog!


  Commit: a33a1ce8fc37c8009bd684064c944e03f2f9f2d3
      https://github.com/zopefoundation/DateTime/commit/a33a1ce8fc37c8009bd684064c944e03f2f9f2d3
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-02-02 (Mon, 02 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare a new release


  Commit: fdb12f53d186f604e1de02a80cba570923109df8
      https://github.com/zopefoundation/DateTime/commit/fdb12f53d186f604e1de02a80cba570923109df8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-02-02 (Mon, 02 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


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

  Changed paths:
    A src/DateTime/DateTime.py
    A src/DateTime/DateTime.txt
    A src/DateTime/DateTimeZone.py
    A src/DateTime/__init__.py
    A src/DateTime/interfaces.py
    A src/DateTime/pytz.txt
    A src/DateTime/pytz_support.py
    A src/DateTime/tests/__init__.py
    A src/DateTime/tests/julian_testdata.txt.gz
    A src/DateTime/tests/legacy.py
    A src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Copy in the code from the Zope2 tree


  Commit: 50e5d71591ad18bd9185d77020b9d93b5699e8ed
      https://github.com/zopefoundation/DateTime/commit/50e5d71591ad18bd9185d77020b9d93b5699e8ed
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2009-03-04 (Wed, 04 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/DateTime/DateTime.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Launchpad #290254: Forward-ported fix for '_micros'-less pickles from the Zope 2.11 branch version.


  Commit: edf1f1e7d106a9e0575e4ad5cc331b1060d2e10b
      https://github.com/zopefoundation/DateTime/commit/edf1f1e7d106a9e0575e4ad5cc331b1060d2e10b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2009-03-04 (Wed, 04 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prep 2.12.0 release.


  Commit: 037ddfc560d27bf6877812eefb0eb4adfcf6e6f9
      https://github.com/zopefoundation/DateTime/commit/037ddfc560d27bf6877812eefb0eb4adfcf6e6f9
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2009-03-04 (Wed, 04 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: b9a45d8cae26c95250745d22ab717aef4f598653
      https://github.com/zopefoundation/DateTime/commit/b9a45d8cae26c95250745d22ab717aef4f598653
  Author: David Glick <dglick at gmail.com>
  Date:   2010-03-04 (Thu, 04 Mar 2010)

  Changed paths:
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  add a failing test for a regression in parsing ISO format datetimes from DateTime 2.10, as discussed at http://dev.plone.org/plone/ticket/10140 ...note that this will give a false positive if run on a computer where GMT is the local timezone


  Commit: 5c3a0557adf18fb28f6925bc73031e8af15a9c1e
      https://github.com/zopefoundation/DateTime/commit/5c3a0557adf18fb28f6925bc73031e8af15a9c1e
  Author: David Glick <dglick at gmail.com>
  Date:   2010-03-05 (Fri, 05 Mar 2010)

  Changed paths:
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  adjust my failing test from r109667 to pass according to current behavior. it seems the behavior in Zope 2.10 was incorrect, as per https://mail.zope.org/pipermail/zope-dev/2007-October/030042.html


  Commit: ef1af677e32b7af17503a08e6ec81be24d283fe4
      https://github.com/zopefoundation/DateTime/commit/ef1af677e32b7af17503a08e6ec81be24d283fe4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-04-07 (Wed, 07 Apr 2010)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    M setup.py
    M src/DateTime/DateTime.py
    M src/DateTime/DateTimeZone.py
    M src/DateTime/__init__.py
    M src/DateTime/interfaces.py
    M src/DateTime/pytz_support.py
    M src/DateTime/tests/__init__.py
    M src/DateTime/tests/legacy.py
    M src/DateTime/tests/testDateTime.py

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


  Commit: 7a3229ecff1f3a20210e14232d300610f69dc577
      https://github.com/zopefoundation/DateTime/commit/7a3229ecff1f3a20210e14232d300610f69dc577
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-04-30 (Fri, 30 Apr 2010)

  Changed paths:
    A bootstrap.py

  Log Message:
  -----------
  I don't like externals


  Commit: aadc023e1f90b4ad607d52ecc8d91ec02d043895
      https://github.com/zopefoundation/DateTime/commit/aadc023e1f90b4ad607d52ecc8d91ec02d043895
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-04-30 (Fri, 30 Apr 2010)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  Use an older working bootstrap


  Commit: 8917686cb8b3076e795d5fbddd0d42c67557d200
      https://github.com/zopefoundation/DateTime/commit/8917686cb8b3076e795d5fbddd0d42c67557d200
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-04-30 (Fri, 30 Apr 2010)

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

  Log Message:
  -----------
  Added a maximum version requirement on pytz <= 2010b. Later versions produce test failures related to timezone changes.


  Commit: 3d2bf7a421105186a2f4bc0f37e0b1e19d253dbd
      https://github.com/zopefoundation/DateTime/commit/3d2bf7a421105186a2f4bc0f37e0b1e19d253dbd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-04-30 (Fri, 30 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Remove an undeclared testing dependency on zope.testing.doctest in favor of the standard libraries doctest module.


  Commit: 10d4ab7f303fc0f84bef95ce6d11f7a0151d0aa5
      https://github.com/zopefoundation/DateTime/commit/10d4ab7f303fc0f84bef95ce6d11f7a0151d0aa5
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-04-30 (Fri, 30 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 2.12.1.


  Commit: 1ce6ab43ab396b7d0f371c8436228412e7d579b3
      https://github.com/zopefoundation/DateTime/commit/1ce6ab43ab396b7d0f371c8436228412e7d579b3
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-04-30 (Fri, 30 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: c3939105071ba20029b66ddbcec9530080adc1d1
      https://github.com/zopefoundation/DateTime/commit/c3939105071ba20029b66ddbcec9530080adc1d1
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-01 (Sat, 01 May 2010)

  Changed paths:
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  Make 'python setup.py test' work.


  Commit: e7998d28a1391c2ca56feb9050688f657648d0a8
      https://github.com/zopefoundation/DateTime/commit/e7998d28a1391c2ca56feb9050688f657648d0a8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-05-04 (Tue, 04 May 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Ups, put it into the right section


  Commit: 722e387efb59a2f3e6cce0dcaaeabc55caf1bb1b
      https://github.com/zopefoundation/DateTime/commit/722e387efb59a2f3e6cce0dcaaeabc55caf1bb1b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-05-04 (Tue, 04 May 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Marius is complaining


  Commit: fb0161d386a7a4848fc0a73cb0a2f2e0623e002a
      https://github.com/zopefoundation/DateTime/commit/fb0161d386a7a4848fc0a73cb0a2f2e0623e002a
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-05 (Wed, 05 May 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/DateTime/pytz_support.py

  Log Message:
  -----------
  Applying a patch from Marius Gedminus fixing the apparent pytz API breakage.

This fix allwos us to remove pin on pytz.

Fixes Launchpad #572715:


  Commit: 555b27fcb574109490e09ad40574a91671a747b8
      https://github.com/zopefoundation/DateTime/commit/555b27fcb574109490e09ad40574a91671a747b8
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-05 (Wed, 05 May 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prep 2.12.2 release.


  Commit: a7fdbba15cf68a125ca3d688a9f9d378140a1203
      https://github.com/zopefoundation/DateTime/commit/a7fdbba15cf68a125ca3d688a9f9d378140a1203
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-07 (Fri, 07 May 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  svb


  Commit: 1a1052433c545e389b7ca56230ea4c072a6ab24d
      https://github.com/zopefoundation/DateTime/commit/1a1052433c545e389b7ca56230ea4c072a6ab24d
  Author: Nathan Van Gheem <vangheem at gmail.com>
  Date:   2010-06-29 (Tue, 29 Jun 2010)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/pytz_support.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  added EDT timezone support. fixes #599856


  Commit: cf22f3875517b586625f7a3993425a9bfe8d43ce
      https://github.com/zopefoundation/DateTime/commit/cf22f3875517b586625f7a3993425a9bfe8d43ce
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-09 (Fri, 09 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 2.12.3.


  Commit: c4f7bc6b518a0ea527e70c6f3efbc749835ccf98
      https://github.com/zopefoundation/DateTime/commit/c4f7bc6b518a0ea527e70c6f3efbc749835ccf98
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-09 (Fri, 09 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: a59be47b955c089ed74e9cf50fc0a1d647873dd4
      https://github.com/zopefoundation/DateTime/commit/a59be47b955c089ed74e9cf50fc0a1d647873dd4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-07-09 (Fri, 09 Jul 2010)

  Changed paths:
    M src/DateTime/pytz_support.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Fix spelling of EDT mapping.


  Commit: 26b6c6e3634b788385a0a59089b8be9c4522d8ab
      https://github.com/zopefoundation/DateTime/commit/26b6c6e3634b788385a0a59089b8be9c4522d8ab
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-07-09 (Fri, 09 Jul 2010)

  Changed paths:
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  No docstrings in testcases.


  Commit: 19b9a25f7575973c0be9aa8e87a0d5ae6a868ed8
      https://github.com/zopefoundation/DateTime/commit/19b9a25f7575973c0be9aa8e87a0d5ae6a868ed8
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-07-09 (Fri, 09 Jul 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Note fix.


  Commit: 99c5812f8bb6b39e1cc884484d427e40f8c8a653
      https://github.com/zopefoundation/DateTime/commit/99c5812f8bb6b39e1cc884484d427e40f8c8a653
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-12 (Mon, 12 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 2.12.4.


  Commit: e5b2463ad382780c4d7466099354edebe3001323
      https://github.com/zopefoundation/DateTime/commit/e5b2463ad382780c4d7466099354edebe3001323
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-12 (Mon, 12 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 00a7b4c720217026243bfd41dba5e781183818de
      https://github.com/zopefoundation/DateTime/commit/00a7b4c720217026243bfd41dba5e781183818de
  Author: Jens Vagelpohl <jens at dataflake.org>
  Date:   2010-07-27 (Tue, 27 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/DateTime.txt

  Log Message:
  -----------
  - Launchpad #142521: Removed confusing special case in
  DateTime.__str__ where DateTime instances for midnight   
  (e.g. '2010-07-27 00:00:00 US/Eastern') values would   
  render only their date and nothing else.


  Commit: 0df10a1f2fbce25e7691f6478fa478aa5c2b8790
      https://github.com/zopefoundation/DateTime/commit/0df10a1f2fbce25e7691f6478fa478aa5c2b8790
  Author: Jens Vagelpohl <jens at dataflake.org>
  Date:   2010-07-27 (Tue, 27 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.txt

  Log Message:
  -----------
  - Launchpad #143269: Corrected the documentation for year value
  behavior when constructing a DateTime object with three numeric
  arguments.


  Commit: df984a5c938ce6cd7cf9fbe48d6da6e39dac6b2a
      https://github.com/zopefoundation/DateTime/commit/df984a5c938ce6cd7cf9fbe48d6da6e39dac6b2a
  Author: Jens Vagelpohl <jens at dataflake.org>
  Date:   2010-07-29 (Thu, 29 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  - release prep


  Commit: 40997a597d335250a717b5792f9c66c88f87f714
      https://github.com/zopefoundation/DateTime/commit/40997a597d335250a717b5792f9c66c88f87f714
  Author: Jens Vagelpohl <jens at dataflake.org>
  Date:   2010-07-29 (Thu, 29 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: a6c2fc7e3547584034ef0cc34b75c5f29e83cf17
      https://github.com/zopefoundation/DateTime/commit/a6c2fc7e3547584034ef0cc34b75c5f29e83cf17
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-10-17 (Sun, 17 Oct 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  We do work with the latest buildout version


  Commit: 62061560456de62ac3961b6cad9a006e1b0bc736
      https://github.com/zopefoundation/DateTime/commit/62061560456de62ac3961b6cad9a006e1b0bc736
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-10-17 (Sun, 17 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Changed ``testDayOfWeek`` test to be independent of OS locale.


  Commit: 862e2a9704e54121730c96f35c7cc8558795a55d
      https://github.com/zopefoundation/DateTime/commit/862e2a9704e54121730c96f35c7cc8558795a55d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-10-17 (Sun, 17 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 2.12.6.


  Commit: d07d6b19375299f49b567734bc6186fd9d137a51
      https://github.com/zopefoundation/DateTime/commit/d07d6b19375299f49b567734bc6186fd9d137a51
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-10-17 (Sun, 17 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 803d417423f042fce967f625415dc26a6e4ac69f
      https://github.com/zopefoundation/DateTime/commit/803d417423f042fce967f625415dc26a6e4ac69f
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Removed reference to missing version section from buildout.


  Commit: 788f007dc115c746261126e250c3368d35446538
      https://github.com/zopefoundation/DateTime/commit/788f007dc115c746261126e250c3368d35446538
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Remove unused import of legacy DateTimeZone.


  Commit: 5208df273e622f8bbaebf1760062991b628c7d50
      https://github.com/zopefoundation/DateTime/commit/5208df273e622f8bbaebf1760062991b628c7d50
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Remove unused import of strftime.


  Commit: bd3808504fcdf5d39d71fc937d40b5a4221d900e
      https://github.com/zopefoundation/DateTime/commit/bd3808504fcdf5d39d71fc937d40b5a4221d900e
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Remove trailing whitespace


  Commit: 36788a9c61ccc6cfe885685e38c1e189e5f7d103
      https://github.com/zopefoundation/DateTime/commit/36788a9c61ccc6cfe885685e38c1e189e5f7d103
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Fixed (possibly unused) _parse_iso8601 function.


  Commit: 5158a3b245d7cbcb08acbd5eda0b693da3ec3672
      https://github.com/zopefoundation/DateTime/commit/5158a3b245d7cbcb08acbd5eda0b693da3ec3672
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Fixed (possibly unused) _parse_iso8601 function.


  Commit: b6af6d76de88ce1a9dca40d230fa92f0ff0a29fe
      https://github.com/zopefoundation/DateTime/commit/b6af6d76de88ce1a9dca40d230fa92f0ff0a29fe
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M src/DateTime/pytz_support.py

  Log Message:
  -----------
  remove trailing whitespace


  Commit: 4b6b25ef56190bb50a397538a94059dff8d1cc3a
      https://github.com/zopefoundation/DateTime/commit/4b6b25ef56190bb50a397538a94059dff8d1cc3a
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M src/DateTime/pytz_support.py

  Log Message:
  -----------
  remove unused import re


  Commit: 820a9bf5ab0408b729ce577480378f43f12d7c9b
      https://github.com/zopefoundation/DateTime/commit/820a9bf5ab0408b729ce577480378f43f12d7c9b
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2011-01-04 (Tue, 04 Jan 2011)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  code cleanup changes


  Commit: fff6d04fed2ae263211705c06010aa6d676349e5
      https://github.com/zopefoundation/DateTime/commit/fff6d04fed2ae263211705c06010aa6d676349e5
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-06 (Fri, 06 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/DateTime/DateTime.py
    M src/DateTime/DateTime.txt
    M src/DateTime/interfaces.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Various cleanups, improve unpickling speed and distinguish between equal representations and references to equal points in time.


  Commit: a44f3b5eb93da4eca1733b07b99202389cb03970
      https://github.com/zopefoundation/DateTime/commit/a44f3b5eb93da4eca1733b07b99202389cb03970
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-06 (Fri, 06 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Reordered some calculations in `_calcIndependentSecondEtc` to preserve more floating point precision. Optimized the pickled data, by only storing a tuple of `_micros` and time zone information - this reduces the pickle size from an average of 300 bytes to just 60 bytes.


  Commit: 3f7c3e48302758242e35425d4227a33d6025342f
      https://github.com/zopefoundation/DateTime/commit/3f7c3e48302758242e35425d4227a33d6025342f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-06 (Fri, 06 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  With the amount of changes I just did, this warrants a major version number increase


  Commit: c3da1e70c4f2958d101a12b7474d9f933ce19b59
      https://github.com/zopefoundation/DateTime/commit/c3da1e70c4f2958d101a12b7474d9f933ce19b59
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-06 (Fri, 06 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 3.0a1.


  Commit: c617a34a0d05996d0016750f6ef3f13db0fd3c24
      https://github.com/zopefoundation/DateTime/commit/c617a34a0d05996d0016750f6ef3f13db0fd3c24
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-06 (Fri, 06 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: cca30c43cb778daaab80a08b0ad357f935de79b5
      https://github.com/zopefoundation/DateTime/commit/cca30c43cb778daaab80a08b0ad357f935de79b5
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2011-05-06 (Fri, 06 May 2011)

  Changed paths:
    M setup.py

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


  Commit: bba8780fd041ac65c9345e8bb8f1056d0a50ed15
      https://github.com/zopefoundation/DateTime/commit/bba8780fd041ac65c9345e8bb8f1056d0a50ed15
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    A src/DateTime/tests/julian_testdata.txt
    R src/DateTime/tests/julian_testdata.txt.gz
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Avoid some brute-force tests using every day in the range of 1970 to 2020


  Commit: 83b35fd9d1b86e1765c5411b3e1b54f8d6e9b554
      https://github.com/zopefoundation/DateTime/commit/83b35fd9d1b86e1765c5411b3e1b54f8d6e9b554
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Test some interesting dates, instead of every date in a year in `testInternationalDateformat`


  Commit: c74219ce654a03be5d07a93ee20364709858c903
      https://github.com/zopefoundation/DateTime/commit/c74219ce654a03be5d07a93ee20364709858c903
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/DateTime.txt
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Make DateTime a new-style class and limit its available attributes via a slots definition. The pickle size increases to 110 bytes thanks to the `ccopy_reg\n_reconstructor` stanza. But the memory size drops from 3kb to 500 bytes for each instance.


  Commit: 9a85d925a4107e7ad6cbdbb7e3865757dcf631ea
      https://github.com/zopefoundation/DateTime/commit/9a85d925a4107e7ad6cbdbb7e3865757dcf631ea
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/pytz.txt

  Log Message:
  -----------
  Moved pytz cache from `DateTime._tzinfo` to a module global `_TZINFO`.


  Commit: 1ee42e0383fff0431d2654c7f99df0fa87c6997d
      https://github.com/zopefoundation/DateTime/commit/1ee42e0383fff0431d2654c7f99df0fa87c6997d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Some PEP8, avoid module level _cache alias for the PytzCache class


  Commit: 611f1fadf7c930f3c393644576106bf0a995952b
      https://github.com/zopefoundation/DateTime/commit/611f1fadf7c930f3c393644576106bf0a995952b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

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


  Commit: d90133a825a12f79de061e41f74859fdb3c6abc8
      https://github.com/zopefoundation/DateTime/commit/d90133a825a12f79de061e41f74859fdb3c6abc8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Move functions before classes


  Commit: 975a677750e4297cb8f0e08ee8e28272ffabd927
      https://github.com/zopefoundation/DateTime/commit/975a677750e4297cb8f0e08ee8e28272ffabd927
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Turn strftimeFormatter into a function


  Commit: 39d0ccbd1e71488baf853ccbe717a32e5f21f862
      https://github.com/zopefoundation/DateTime/commit/39d0ccbd1e71488baf853ccbe717a32e5f21f862
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Move class variable definition to the top of the class


  Commit: c27305bccf8230246bfca4dfad152037d4aabc3a
      https://github.com/zopefoundation/DateTime/commit/c27305bccf8230246bfca4dfad152037d4aabc3a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  I should have removed _tzinfo when I said so


  Commit: 3b14adcc3090a1ff35cb5bf7dca2f1a392c7b813
      https://github.com/zopefoundation/DateTime/commit/3b14adcc3090a1ff35cb5bf7dca2f1a392c7b813
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Removed deprecated `_isDST` and `_localzone` class variables.


  Commit: 81146184f7e855634bb7f5198a695199c90987dd
      https://github.com/zopefoundation/DateTime/commit/81146184f7e855634bb7f5198a695199c90987dd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/DateTime.txt
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  No longer provide the `DateError`, `DateTimeError`, `SyntaxError` and `TimeError` exceptions as class attributes, import them from their canonical `DateTime.interfaces` location instead.


  Commit: e586170b0bc172c1289f9bed8f10b9c6a43ee739
      https://github.com/zopefoundation/DateTime/commit/e586170b0bc172c1289f9bed8f10b9c6a43ee739
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Move various internal variables to constants at module scope


  Commit: e62496e38ef1b363c6ed080b5e92caeb3fdda3a2
      https://github.com/zopefoundation/DateTime/commit/e62496e38ef1b363c6ed080b5e92caeb3fdda3a2
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Moved various internal parsing related class variables to module constants.


  Commit: ace0f98e30ad7ac63080dfdd6f7d4fdfd5653463
      https://github.com/zopefoundation/DateTime/commit/ace0f98e30ad7ac63080dfdd6f7d4fdfd5653463
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Avoid storing `_aday`, `_fday` and `_pday` in memory.


  Commit: adc0e750e283ba3d4c70e3d1ce7d775a1e9fec60
      https://github.com/zopefoundation/DateTime/commit/adc0e750e283ba3d4c70e3d1ce7d775a1e9fec60
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Avoid storing `_aday`, `_fday`, `_pday`, `_amon`, `_fmon` and `_pmon` in memory for every instance but look them up dynamically based on `_dayoffset` and `_month`. This saves another 150 bytes of memory per DateTime instance.


  Commit: a737cb8b650fc9ee6a6cdb3ea46b2f73b26e66cd
      https://github.com/zopefoundation/DateTime/commit/a737cb8b650fc9ee6a6cdb3ea46b2f73b26e66cd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  No longer store _pm and _pmhour


  Commit: cb4df8c91e1ec4daf9d44b71eba211489f3e995c
      https://github.com/zopefoundation/DateTime/commit/cb4df8c91e1ec4daf9d44b71eba211489f3e995c
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Updated exception raising syntax to current style.


  Commit: 63996ceccfb79c6fb68d731368bde44503453981
      https://github.com/zopefoundation/DateTime/commit/63996ceccfb79c6fb68d731368bde44503453981
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  PEP8


  Commit: faa62e968c0020346ce1eb610fa1c384385bc3e2
      https://github.com/zopefoundation/DateTime/commit/faa62e968c0020346ce1eb610fa1c384385bc3e2
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Avoid storing `_t` representing the time as a float in seconds since the epoch, as we already have `_micros` doing the same as a long. Memory use is down to about 300 bytes per DateTime instance.


  Commit: b348983120efc9bbbfff52aa879beb7bd14c94b9
      https://github.com/zopefoundation/DateTime/commit/b348983120efc9bbbfff52aa879beb7bd14c94b9
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Explain why we store a float, instead of directly taking the _micros long -> 10 bytes less in the common case :)


  Commit: fb8a54152614537618b01720a01575bd861011ea
      https://github.com/zopefoundation/DateTime/commit/fb8a54152614537618b01720a01575bd861011ea
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Added back support for reading old DateTime pickles without a `_micros` value.


  Commit: 9d9568ba925c67078ac0be9a1c81b198caaf23df
      https://github.com/zopefoundation/DateTime/commit/9d9568ba925c67078ac0be9a1c81b198caaf23df
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 3.0a2.


  Commit: 392f96538df08207f088e5e11d6070790061428d
      https://github.com/zopefoundation/DateTime/commit/392f96538df08207f088e5e11d6070790061428d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: b24db9c364a50a3f8aa109ef1de4be710e5386b3
      https://github.com/zopefoundation/DateTime/commit/b24db9c364a50a3f8aa109ef1de4be710e5386b3
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Added tests for read-only class attributes and interface.


  Commit: 3ec95889f272412c3a1b85405121046265dc4a0a
      https://github.com/zopefoundation/DateTime/commit/3ec95889f272412c3a1b85405121046265dc4a0a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Restored `strftimeFormatter` as a class.


  Commit: d2eea5a9bbc556c43ac4ebb047ae4048108084e1
      https://github.com/zopefoundation/DateTime/commit/d2eea5a9bbc556c43ac4ebb047ae4048108084e1
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 3.0b1.


  Commit: ffc3c550807c44a676a5296ea5c9c1d6d34b1223
      https://github.com/zopefoundation/DateTime/commit/ffc3c550807c44a676a5296ea5c9c1d6d34b1223
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-08 (Sun, 08 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: b1b20c020f6ab24b25ddd350b08bbcf08605f39a
      https://github.com/zopefoundation/DateTime/commit/b1b20c020f6ab24b25ddd350b08bbcf08605f39a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-06-11 (Sat, 11 Jun 2011)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Add backwards compatibility notes for DateTime 3


  Commit: 57d9a9be32a1fe6df2267b803afb1c4a090eef89
      https://github.com/zopefoundation/DateTime/commit/57d9a9be32a1fe6df2267b803afb1c4a090eef89
  Author: Jens Vagelpohl <jens at dataflake.org>
  Date:   2011-08-29 (Mon, 29 Aug 2011)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  - ReST fix; automatic documentation building was broken


  Commit: d9264584b39a6eef6d7ce1b743d54ac41c3341fb
      https://github.com/zopefoundation/DateTime/commit/d9264584b39a6eef6d7ce1b743d54ac41c3341fb
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-10-19 (Wed, 19 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Reverted the single argument `None` special case handling for unpickling and continue to treat it as meaning `now`.


  Commit: 144359efaa55b8d45f95bf826a1bf6e3a123aa9b
      https://github.com/zopefoundation/DateTime/commit/144359efaa55b8d45f95bf826a1bf6e3a123aa9b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-10-19 (Wed, 19 Oct 2011)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Prepare DateTime 3.0b2.


  Commit: 5bb1761997579891a4feb158ba423b1b829f35de
      https://github.com/zopefoundation/DateTime/commit/5bb1761997579891a4feb158ba423b1b829f35de
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-10-19 (Wed, 19 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 7733a10e0ed9d0bc33aef9a0e5c86fa319b41832
      https://github.com/zopefoundation/DateTime/commit/7733a10e0ed9d0bc33aef9a0e5c86fa319b41832
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-10-19 (Wed, 19 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Allow comparison of DateTime objects against None.


  Commit: 6c2925d93691fcfdd96dfd87b9e8feabbd39f631
      https://github.com/zopefoundation/DateTime/commit/6c2925d93691fcfdd96dfd87b9e8feabbd39f631
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-10-19 (Wed, 19 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 3.0b3.


  Commit: 83bc7eedb9750be60d48e6fe3c6894c5ad156087
      https://github.com/zopefoundation/DateTime/commit/83bc7eedb9750be60d48e6fe3c6894c5ad156087
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-10-19 (Wed, 19 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 1abd4ec161b07505ccea72d1492aff333aea19ce
      https://github.com/zopefoundation/DateTime/commit/1abd4ec161b07505ccea72d1492aff333aea19ce
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare DateTime 3.0.


  Commit: 48045369499baea01560ddbacfdc19d683124a8e
      https://github.com/zopefoundation/DateTime/commit/48045369499baea01560ddbacfdc19d683124a8e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: b91e15087710855094f8347bb6ac6cca9c011b48
      https://github.com/zopefoundation/DateTime/commit/b91e15087710855094f8347bb6ac6cca9c011b48
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-08-10 (Fri, 10 Aug 2012)

  Changed paths:
    M src/DateTime/tests/testDateTime.py

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


  Commit: 3e921bca46b270fdbb0d94c044966ff5a88b8a8d
      https://github.com/zopefoundation/DateTime/commit/3e921bca46b270fdbb0d94c044966ff5a88b8a8d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-08-10 (Fri, 10 Aug 2012)

  Changed paths:
    M src/DateTime/tests/testDateTime.py

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


  Commit: 2f66a2759de266815bd874f894b73359b61b1a61
      https://github.com/zopefoundation/DateTime/commit/2f66a2759de266815bd874f894b73359b61b1a61
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-08-10 (Fri, 10 Aug 2012)

  Changed paths:
    A MANIFEST.in

  Log Message:
  -----------
  add a manifest.in


  Commit: fe81af143dcc445ee3118db5d42ae6b1afacbb95
      https://github.com/zopefoundation/DateTime/commit/fe81af143dcc445ee3118db5d42ae6b1afacbb95
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  Add `_dt_reconstructor` function introduced in DateTime 2.12.7.


  Commit: 4ad0d8c432effee3aeafe2538510733fb2ed3fda
      https://github.com/zopefoundation/DateTime/commit/4ad0d8c432effee3aeafe2538510733fb2ed3fda
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-09-23 (Sun, 23 Sep 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 52667d0a3c15d2fa343d141c79a19e16119acae4
      https://github.com/zopefoundation/DateTime/commit/52667d0a3c15d2fa343d141c79a19e16119acae4
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-09-23 (Sun, 23 Sep 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


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

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  LP #1045233: Respect date format setting for parsing dates like `11-01-2001`.


  Commit: 556719003050974203aa01666c4edf4565be1c7a
      https://github.com/zopefoundation/DateTime/commit/556719003050974203aa01666c4edf4565be1c7a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-10-21 (Sun, 21 Oct 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 0f1cfef69f20544530a87f2df1476caeff042812
      https://github.com/zopefoundation/DateTime/commit/0f1cfef69f20544530a87f2df1476caeff042812
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-10-21 (Sun, 21 Oct 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: d7f989fb1963cbaed7daa59206873f09980e9936
      https://github.com/zopefoundation/DateTime/commit/d7f989fb1963cbaed7daa59206873f09980e9936
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    M CHANGES.txt
    M src/DateTime/DateTime.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  Allow timezone argument to be a Unicode string while creating a DateTime object using two arguments.


  Commit: 80dd45511ea470730e100ccde98effb650574684
      https://github.com/zopefoundation/DateTime/commit/80dd45511ea470730e100ccde98effb650574684
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: f9c930c34e01fc8e8a8aed8fa8b2042b8e6a63b9
      https://github.com/zopefoundation/DateTime/commit/f9c930c34e01fc8e8a8aed8fa8b2042b8e6a63b9
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: d6e8f94902fce58196b38812598272d9b53c111f
      https://github.com/zopefoundation/DateTime/commit/d6e8f94902fce58196b38812598272d9b53c111f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-10 (Sun, 10 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  add trove classifiers


  Commit: d648f3c1411096dc1c3309fde8e8112698e8235a
      https://github.com/zopefoundation/DateTime/commit/d648f3c1411096dc1c3309fde8e8112698e8235a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  whitespace


  Commit: 6bfce613512b26a3e712a87f66ca753e1dcd3a8a
      https://github.com/zopefoundation/DateTime/commit/6bfce613512b26a3e712a87f66ca753e1dcd3a8a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M bootstrap.py
    M buildout.cfg

  Log Message:
  -----------
  update buildout and add tox


  Commit: 863cfb3212173b736cf743d7f75b0abd19cefaef
      https://github.com/zopefoundation/DateTime/commit/863cfb3212173b736cf743d7f75b0abd19cefaef
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    R src/DateTime/DateTimeZone.py
    R src/DateTime/tests/legacy.py
    M src/DateTime/tests/testDateTime.py

  Log Message:
  -----------
  remove old and outdated legacy tests


  Commit: 509cd29bb66debcfa88ebc27028e4c39599e5700
      https://github.com/zopefoundation/DateTime/commit/509cd29bb66debcfa88ebc27028e4c39599e5700
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/interfaces.py
    M src/DateTime/pytz_support.py

  Log Message:
  -----------
  whitespace


  Commit: 963bfe14a0be597929726faf7d2485cf45599870
      https://github.com/zopefoundation/DateTime/commit/963bfe14a0be597929726faf7d2485cf45599870
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M MANIFEST.in

  Log Message:
  -----------
  no need to exclude C extension files from the manifest, we don't have any


  Commit: 45a64bf70309cb3ff9e721d589eeef676ca500bd
      https://github.com/zopefoundation/DateTime/commit/45a64bf70309cb3ff9e721d589eeef676ca500bd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    R src/DateTime/tests/testDateTime.py
    A src/DateTime/tests/test_datetime.py

  Log Message:
  -----------
  rename test module to match modern conventions


  Commit: 3a3d782481fd1cee45e2c8d1808845bcbe087b50
      https://github.com/zopefoundation/DateTime/commit/3a3d782481fd1cee45e2c8d1808845bcbe087b50
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M setup.py
    M src/DateTime/DateTime.txt

  Log Message:
  -----------
  catch up with test module rename


  Commit: 8949b5518888968994cea8255db80dbcc05b7d90
      https://github.com/zopefoundation/DateTime/commit/8949b5518888968994cea8255db80dbcc05b7d90
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  whitespace / pep8


  Commit: 1546de2560f8ba5e862b6960168a7a409b55a4e0
      https://github.com/zopefoundation/DateTime/commit/1546de2560f8ba5e862b6960168a7a409b55a4e0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/DateTime.py
    M src/DateTime/__init__.py
    M src/DateTime/pytz.txt
    M src/DateTime/pytz_support.py
    M src/DateTime/tests/test_datetime.py
    A tox.ini

  Log Message:
  -----------
  First Python 3 support changes - test run and we get errors/failures


  Commit: 93ed01edc70d82c7c9a91a4665c7e7445b9c53b8
      https://github.com/zopefoundation/DateTime/commit/93ed01edc70d82c7c9a91a4665c7e7445b9c53b8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/DateTime.py

  Log Message:
  -----------
  fun with integer division (// vs. /)


  Commit: b9ddd8b9f9c8ba89fcab749a1871871706e7c2c0
      https://github.com/zopefoundation/DateTime/commit/b9ddd8b9f9c8ba89fcab749a1871871706e7c2c0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/DateTime.py
    M src/DateTime/DateTime.txt
    M src/DateTime/pytz.txt
    M src/DateTime/tests/test_datetime.py

  Log Message:
  -----------
  further py3k work


  Commit: baa25764dcd7c84331e2f99d53ebacff3a4aa650
      https://github.com/zopefoundation/DateTime/commit/baa25764dcd7c84331e2f99d53ebacff3a4aa650
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/pytz.txt

  Log Message:
  -----------
  don't rely on dict.keys() order or it being sortable


  Commit: 70feecac8488e8a6cff79a04997a665daa71f94f
      https://github.com/zopefoundation/DateTime/commit/70feecac8488e8a6cff79a04997a665daa71f94f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/DateTime.txt

  Log Message:
  -----------
  fix earlier copy/paste error


  Commit: 2eef545afb2e2b5cfd4319724dbe55c7cc79f873
      https://github.com/zopefoundation/DateTime/commit/2eef545afb2e2b5cfd4319724dbe55c7cc79f873
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M setup.py
    M src/DateTime/tests/test_datetime.py

  Log Message:
  -----------
  Tests pass on all py26,27,32 and 33


  Commit: 28f9d787d5cf6964d93af365e2fc6320278196eb
      https://github.com/zopefoundation/DateTime/commit/28f9d787d5cf6964d93af365e2fc6320278196eb
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M src/DateTime/tests/test_datetime.py

  Log Message:
  -----------
  avoid deprecated assert function in tests


  Commit: a1978220a2432624ecf9098323b5e1a1c669ee6f
      https://github.com/zopefoundation/DateTime/commit/a1978220a2432624ecf9098323b5e1a1c669ee6f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    M setup.py

  Log Message:
  -----------
  cleanup setup.py - give changes file an rst ending


  Commit: 0604dbb74eca6b21582a7342371f540920b6f71e
      https://github.com/zopefoundation/DateTime/commit/0604dbb74eca6b21582a7342371f540920b6f71e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  update version, add changelog entry


  Commit: 216996451fd820c8ca5e0076552b8ccf4298fb86
      https://github.com/zopefoundation/DateTime/commit/216996451fd820c8ca5e0076552b8ccf4298fb86
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

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


  Commit: 7a3dec9276197fb885e5dc8ec5ad67a29389d593
      https://github.com/zopefoundation/DateTime/commit/7a3dec9276197fb885e5dc8ec5ad67a29389d593
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

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


  Commit: d6442163c06f4491984bf46aa53368e325113524
      https://github.com/zopefoundation/DateTime/commit/d6442163c06f4491984bf46aa53368e325113524
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  removed now obsolete python-2-only marker


Compare: https://github.com/zopefoundation/DateTime/compare/77d6c2550dc9^...d6442163c06f


More information about the checkins mailing list