index
:
delta/python-packages/zope-i18n.git
3.4.0.1-repoze
3.7
Python3.7support
adamg-fix-sep
add-py35-support
all-repos_autofix_all-repos-sed
ancient-zope3
config-with-pure-python
config-with-pure-python-autopep8
coverage100
drop-33
drop-py26-py32-support
fix-Zope-994-2
fix-default-plural
lazy-tds
master
maurits/character-sets
maurits/character-sets-autopep8
monolithic-zope3-3.2
monolithic-zope3-3.3
monolithic-zope3-Zope-3.1
monolithic-zope3-ZopeX3-3.0
monolithic-zope3-dominik-locatableadapters
monolithic-zope3-hdima-language-namespace
monolithic-zope3-jim-adapter
monolithic-zope3-jim-fix-test-ZopeX3-3.0.1-Zope-2.8
monolithic-zope3-jim-i18n-dev
monolithic-zope3-philikon-messages-as-rocks
monolithic-zope3-srichter-blow-services
nadako-cldr
nathan-cldr-1.5
regebro-pluralsupport
resourcewarnings
github.com: zopefoundation/zope.i18n.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed 'name = main' code from tests.
Maurits van Rees
2021-09-02
6
-24
/
+0
*
Add _compat module to define text_type on Py 2 and 3.
Maurits van Rees
2021-09-02
7
-11
/
+17
*
Manually fix other lint errors.
Maurits van Rees
2021-09-02
10
-29
/
+45
*
black without string normalization
Maurits van Rees
2021-09-02
35
-1427
/
+2388
*
Fix the signature of IMessageCatalog.getPluralMessage()
Marius Gedminas
2019-07-10
1
-3
/
+3
*
Back to 100% test coverage to make coveralls happy
Marius Gedminas
2019-07-10
1
-0
/
+5
*
Fix `NumberFormat` to respect the thousand grouping given by the pattern.
adamg-fix-sep
Adam Groszer
2019-02-19
2
-111
/
+266
*
Fix defaults again.
Sylvain Viollon
2018-10-24
2
-48
/
+86
*
Fix typos in comments.
Sylvain Viollon
2018-10-22
1
-4
/
+4
*
Add more tests.
Sylvain Viollon
2018-10-22
1
-1
/
+20
*
Use ``msgid_plural`` as ``default_plural`` if not provided in ``translate()``.
Sylvain Viollon
2018-10-22
3
-8
/
+66
*
Added tests for multiple catalogs iteration during pluralization.
Souheil CHELFOUH
2018-10-18
3
-0
/
+20
*
Using latest version of zope.i18nmessageid for pluralization. Added tests for...
Souheil CHELFOUH
2018-10-18
3
-13
/
+61
*
Fixing unicode problem in py2.7
Souheil CHELFOUH
2018-10-18
1
-6
/
+6
*
Fixed typo and added file encoding in test.
Souheil CHELFOUH
2018-10-18
2
-1
/
+2
*
Corrected interpolation marker comments and added tests for plurals using flo...
Souheil CHELFOUH
2018-10-18
4
-2
/
+46
*
Added comments, added missing methods in interface. Added specific branch for...
Souheil CHELFOUH
2018-10-18
5
-13
/
+24
*
Removed dev print.
Souheil CHELFOUH
2018-09-20
1
-1
/
+0
*
Added plural capabilities to the different translate methods. It echoes the c...
Souheil CHELFOUH
2018-09-06
10
-34
/
+84
*
Added a simple decorator to handle plural integer formatting while returning ...
Souheil CHELFOUH
2018-09-04
1
-14
/
+22
*
Correted Polish translations and added tests for polish plural.
Souheil CHELFOUH
2018-09-04
2
-5
/
+39
*
First implementation of plurals. This is a bit rough, still.
Souheil CHELFOUH
2018-09-04
9
-9
/
+151
*
Do not extend CleanUp. Fixes #30. Fixes #31.
Jason Madden
2017-12-19
1
-3
/
+1
*
Test the warning.
Jason Madden
2017-12-18
1
-6
/
+8
*
Deprecate 'value' with a warning.
Jason Madden
2017-12-18
1
-2
/
+11
*
Sort all the things, since dicts are inherently unordered.
Jason Madden
2017-12-18
1
-2
/
+2
*
Make InheritingDictionary override values.
Jason Madden
2017-12-18
1
-5
/
+6
*
Fix parsing times with a timezone. Fix courtesy of @mgedmin.
Jason Madden
2017-12-18
2
-11
/
+6
*
Simplify logging message now that we don't test access to the .mo file.
Jason Madden
2017-12-18
1
-2
/
+2
*
Clean up bad line in doctest and leave a comment about what we would like to ...
Jason Madden
2017-12-18
2
-2
/
+1
*
More tests for parsing the language environment.
Jason Madden
2017-12-18
1
-7
/
+18
*
Remove return value for compile_mo_file and test log messages instead. Also a...
Jason Madden
2017-12-18
2
-14
/
+17
*
require python-gettext in install_requires
Jason Madden
2017-12-18
3
-63
/
+52
*
Fix test on PyPy since it uses a less precise error message for the TypeError.
Jason Madden
2017-12-17
1
-1
/
+3
*
100% coverage for format.py
Jason Madden
2017-12-17
2
-7
/
+60
*
100% coverage for testing.py
Jason Madden
2017-12-17
2
-19
/
+41
*
100% coverage for config.py, and document the environment variables used in S...
Jason Madden
2017-12-17
2
-6
/
+38
*
100% coverage for i18n/__init__.py
Jason Madden
2017-12-17
1
-12
/
+67
*
100% coverage for locale/__init__.py
Jason Madden
2017-12-17
1
-8
/
+45
*
Make [Simple]TranslationDomain and GettextMessageCatalog properly implement t...
Jason Madden
2017-12-17
5
-8
/
+12
*
100% coverage for translationdomain.py
Jason Madden
2017-12-17
3
-24
/
+36
*
Remove testiii18naware.py because it didn't have any actual tests and was onl...
Jason Madden
2017-12-17
2
-53
/
+24
*
Rename testgetmassagecatalog to .rst and publish it.
Jason Madden
2017-12-17
3
-29
/
+30
*
100% coverage for compile.py
Jason Madden
2017-12-16
2
-40
/
+115
*
Checkpoint on coverage for formats.py. There's a bug involving timezones and ...
Jason Madden
2017-12-16
2
-45
/
+100
*
100% coverage for simpletranslationdomain.py
Jason Madden
2017-12-16
2
-7
/
+3
*
100% coverage for gettextmessagecatalog.py
Jason Madden
2017-12-16
1
-7
/
+5
*
100% coverage for provider.py
Jason Madden
2017-12-16
2
-8
/
+15
*
100% coverage for test_locales.
Jason Madden
2017-12-16
1
-21
/
+9
*
100% coverage for inheritance.py
Jason Madden
2017-12-16
1
-7
/
+15
[next]