[Checkins] [zopefoundation/DateTime] d07d6b: vb

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


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/DateTime
  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


  Commit: 2f27b6b30ef4e69e883a49767821d1d7d0328313
      https://github.com/zopefoundation/DateTime/commit/2f27b6b30ef4e69e883a49767821d1d7d0328313
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    R CHANGES.rst
    R COPYRIGHT.txt
    R LICENSE.txt
    R MANIFEST.in
    A MOVED_TO_GITHUB
    R README.txt
    R bootstrap.py
    R buildout.cfg
    R setup.py
    R src/DateTime/DateTime.py
    R src/DateTime/DateTime.txt
    R src/DateTime/__init__.py
    R src/DateTime/interfaces.py
    R src/DateTime/pytz.txt
    R src/DateTime/pytz_support.py
    R src/DateTime/tests/__init__.py
    R src/DateTime/tests/julian_testdata.txt
    R src/DateTime/tests/test_datetime.py
    R tox.ini

  Log Message:
  -----------
  Moved to GitHub.


Compare: https://github.com/zopefoundation/DateTime/compare/d07d6b193752^...2f27b6b30ef4


More information about the checkins mailing list