[Checkins] [zopefoundation/zc.i18n] db1473: Add in 18n project. It's just some date and durat...

GitHub noreply at github.com
Tue Mar 12 13:30:58 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.i18n
  Commit: db147373942d7f1a29cead1808cbad68289ef5f9
      https://github.com/zopefoundation/zc.i18n/commit/db147373942d7f1a29cead1808cbad68289ef5f9
  Author: Gary Poster <gary at zope.com>
  Date:   2006-01-11 (Wed, 11 Jan 2006)

  Changed paths:
    A src/zc/i18n/__init__.py
    A src/zc/i18n/date.py
    A src/zc/i18n/duration.py
    A src/zc/i18n/duration.txt
    A src/zc/i18n/i18n.py
    A src/zc/i18n/tests.py

  Log Message:
  -----------
  Add in 18n project.  It's just some date and duration conveniences.  We need it for zope.locking.browser, though.


  Commit: f875d51f88859ea498736ac1a9e8ad7ea9824635
      https://github.com/zopefoundation/zc.i18n/commit/f875d51f88859ea498736ac1a9e8ad7ea9824635
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2006-04-30 (Sun, 30 Apr 2006)

  Changed paths:
    M src/zc/i18n/date.py
    M src/zc/i18n/tests.py

  Log Message:
  -----------
  fixed handling of daylight savings in date.normalize, this should actually be fixed in pytz


  Commit: b19612e5ea21f70bb66c60abc003e350f25fc28a
      https://github.com/zopefoundation/zc.i18n/commit/b19612e5ea21f70bb66c60abc003e350f25fc28a
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2006-05-24 (Wed, 24 May 2006)

  Changed paths:
    A setup.py
    A src/zc/__init__.py

  Log Message:
  -----------
  eggify this package.


  Commit: f8c65f8cd1a864b016d1755913e2a32b42c63675
      https://github.com/zopefoundation/zc.i18n/commit/f8c65f8cd1a864b016d1755913e2a32b42c63675
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-05-29 (Mon, 29 May 2006)

  Changed paths:
    M src/zc/i18n/date.py
    M src/zc/i18n/i18n.py

  Log Message:
  -----------
  fix license text


  Commit: 3724cd6c1c86b4f5d90fa31c7d64c232530cf523
      https://github.com/zopefoundation/zc.i18n/commit/3724cd6c1c86b4f5d90fa31c7d64c232530cf523
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-05-29 (Mon, 29 May 2006)

  Changed paths:
    M src/zc/i18n/date.py

  Log Message:
  -----------
  fix copyright year


  Commit: b5af89b40316ac7420fbffd696952dc9f70fc7a2
      https://github.com/zopefoundation/zc.i18n/commit/b5af89b40316ac7420fbffd696952dc9f70fc7a2
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2006-06-12 (Mon, 12 Jun 2006)

  Changed paths:
    A ZopePublicLicense.txt
    M src/zc/i18n/duration.py
    M src/zc/i18n/tests.py

  Log Message:
  -----------
  Add missing copyright headers and include the ZPL.


  Commit: 07d4f832cf0f73b350a44f8513a72d23d1319862
      https://github.com/zopefoundation/zc.i18n/commit/07d4f832cf0f73b350a44f8513a72d23d1319862
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2006-06-13 (Tue, 13 Jun 2006)

  Changed paths:
    A Makefile
    M setup.py

  Log Message:
  -----------
  Bump version and add minimal makefile that builds eggs and tarballs.


  Commit: d38e9be1195a405b43a039088fa762b593530841
      https://github.com/zopefoundation/zc.i18n/commit/d38e9be1195a405b43a039088fa762b593530841
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2006-06-15 (Thu, 15 Jun 2006)

  Changed paths:
    R Makefile

  Log Message:
  -----------
  After discussion on zope3-dev remove the Makefile.


  Commit: 76b987b5c4d5736673a674917bdce527329f7d52
      https://github.com/zopefoundation/zc.i18n/commit/76b987b5c4d5736673a674917bdce527329f7d52
  Author: Gary Poster <gary at zope.com>
  Date:   2006-07-17 (Mon, 17 Jul 2006)

  Changed paths:
    M src/zc/i18n/date.py

  Log Message:
  -----------
  Add a few more tests


  Commit: d59d193ad9b5e11b79ce524b3328eea729031c7f
      https://github.com/zopefoundation/zc.i18n/commit/d59d193ad9b5e11b79ce524b3328eea729031c7f
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2006-07-17 (Mon, 17 Jul 2006)

  Changed paths:
    M src/zc/i18n/date.py

  Log Message:
  -----------
  bug fix of normalizing from UTC to UTC when dt has no tzinfo and ITZInfo is UTC


  Commit: 1f8af1f7df2d328dea6009f7160121c932f6fa6a
      https://github.com/zopefoundation/zc.i18n/commit/1f8af1f7df2d328dea6009f7160121c932f6fa6a
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2006-07-25 (Tue, 25 Jul 2006)

  Changed paths:
    M src/zc/i18n/date.py

  Log Message:
  -----------
  Fix from Ignas Mikalajunas:
I looked into your problem with timezones, and here is the best
solution i could come up with (it is mostly right, i just don't know how (whether) you want to handle non existent ambiguous time). Pytz pays attention to dt when calculating dst, look at documentation of DstTzInfo.localize also http://pytz.sourceforge.net/.

Tuesday, July 25, 2006, 3:41:28 PM, Gary Poster wrote:
For the record, by the way, I think raising an error with an  
ambiguous time is ok for now; ideally we'd come up with some better  way to handle it in the UI (give the user options?  not sure) but  since the solution is not obvious, making it an error seems  
reasonable for now.


  Commit: 06fdc1a933cdf8806b967b1f6aa1afcaa83e7848
      https://github.com/zopefoundation/zc.i18n/commit/06fdc1a933cdf8806b967b1f6aa1afcaa83e7848
  Author: Fred Drake <fdrake at acm.org>
  Date:   2006-08-29 (Tue, 29 Aug 2006)

  Changed paths:
    M src/zc/__init__.py

  Log Message:
  -----------
  - degrade more reasonably if pkg_resources is not available
- remove silliness when importing pkg_resources


  Commit: ad8fc43853fc91c0ade9340df6234438f69e4f38
      https://github.com/zopefoundation/zc.i18n/commit/ad8fc43853fc91c0ade9340df6234438f69e4f38
  Author: Alexander Heavner <alex at zope.com>
  Date:   2007-02-08 (Thu, 08 Feb 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Updated version to reflect publication of egg


  Commit: 2d8396c284b6eaa72020437fb68ee065c6427992
      https://github.com/zopefoundation/zc.i18n/commit/2d8396c284b6eaa72020437fb68ee065c6427992
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-11-02 (Fri, 02 Nov 2007)

  Changed paths:
    A CHANGES.txt
    A README.txt
    A bootstrap.py
    A buildout.cfg
    M setup.py
    M src/zc/i18n/duration.txt

  Log Message:
  -----------
  Fix package data.


  Commit: 89cf14c3270727f29bcbe02ff1c91d5257eeaf1e
      https://github.com/zopefoundation/zc.i18n/commit/89cf14c3270727f29bcbe02ff1c91d5257eeaf1e
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-11-02 (Fri, 02 Nov 2007)

  Changed paths:
    M setup.py

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


  Commit: a0dd9c6c0dd5549f455be76f05dc3043982612e5
      https://github.com/zopefoundation/zc.i18n/commit/a0dd9c6c0dd5549f455be76f05dc3043982612e5
  Author: Fred Drake <fdrake at acm.org>
  Date:   2008-05-20 (Tue, 20 May 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  prepare for a confusion-avoidance release; see CHANGES.txt notes


  Commit: 25744c28dce3c689acfdf07303eeb1c9995bd27c
      https://github.com/zopefoundation/zc.i18n/commit/25744c28dce3c689acfdf07303eeb1c9995bd27c
  Author: Fred Drake <fdrake at acm.org>
  Date:   2008-05-20 (Tue, 20 May 2008)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  prepare for next release version


  Commit: 36c0e6dcaa4dde8e7cbebc2b4a6bb4cff7dc322e
      https://github.com/zopefoundation/zc.i18n/commit/36c0e6dcaa4dde8e7cbebc2b4a6bb4cff7dc322e
  Author: Markus Leist <leist at ing-buero-ikom.de>
  Date:   2008-08-12 (Tue, 12 Aug 2008)

  Changed paths:
    A src/zc/i18n/locales/README.txt
    A src/zc/i18n/locales/de/LC_MESSAGES/zc.i18n.mo
    A src/zc/i18n/locales/de/LC_MESSAGES/zc.i18n.po
    A src/zc/i18n/locales/zc.i18n.pot

  Log Message:
  -----------
  german translation files for translating zc.i18n


  Commit: 0a261ea89617a3cd6e4b2d7d873b98ac49130e46
      https://github.com/zopefoundation/zc.i18n/commit/0a261ea89617a3cd6e4b2d7d873b98ac49130e46
  Author: Markus Leist <leist at ing-buero-ikom.de>
  Date:   2008-08-12 (Tue, 12 Aug 2008)

  Changed paths:
    A src/zc/i18n/configure.zcml
    M src/zc/i18n/locales/README.txt

  Log Message:
  -----------
  translation by package import, not registerTranslations


  Commit: 27a758858bf381a86d267318243f593464c8e8b7
      https://github.com/zopefoundation/zc.i18n/commit/27a758858bf381a86d267318243f593464c8e8b7
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2009-07-23 (Thu, 23 Jul 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/zc/i18n/date.py

  Log Message:
  -----------
  Fix tests and get ready for release.


  Commit: 032d76ab9cfe6cd9dd71818cd4c0f3e8e0430f58
      https://github.com/zopefoundation/zc.i18n/commit/032d76ab9cfe6cd9dd71818cd4c0f3e8e0430f58
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2009-07-23 (Thu, 23 Jul 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Version bump.


  Commit: 2743696c79ce9f66fae51ef532cedb807e532591
      https://github.com/zopefoundation/zc.i18n/commit/2743696c79ce9f66fae51ef532cedb807e532591
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-03-18 (Fri, 18 Mar 2011)

  Changed paths:
    M CHANGES.txt
    M src/zc/i18n/tests.py

  Log Message:
  -----------
  Using Python's ``doctest`` module instead of depreacted ``zope.testing.doctest``.


  Commit: a942c8ba829811e937f78504ad8d663ca1c4c979
      https://github.com/zopefoundation/zc.i18n/commit/a942c8ba829811e937f78504ad8d663ca1c4c979
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-03-18 (Fri, 18 Mar 2011)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    R ZopePublicLicense.txt
    M bootstrap.py
    M setup.py
    M src/zc/i18n/date.py
    M src/zc/i18n/duration.py
    M src/zc/i18n/i18n.py
    M src/zc/i18n/locales/zc.i18n.pot
    M src/zc/i18n/tests.py

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


Compare: https://github.com/zopefoundation/zc.i18n/compare/db147373942d^...a942c8ba8298


More information about the checkins mailing list