gramps/gramps/gen/db
John Ralls fd61b21a2d GrampsLocale: Replace locale.strcoll, locale.strxfrm, and conv*_tosrtkey
With GrampsLocale.sort_key (for strxfrm and conv*_tosrtkey) and
GrampsLocale.strcoll.

If ICU is available will use the correct ICU::Collator for the locale,
otherwise falls back to locale.strxfrm -- for which it temporarily
changes the LC_COLLATE locale.

svn: r21275
2013-02-01 22:49:14 +00:00
..
test 2620: GEPS 031: Python 3 support - 3.2 2012-11-07 17:53:14 +00:00
__init__.py update to new root dir ('src' to 'gramps') 2012-12-01 11:52:17 +00:00
backup.py python 3 support: fixes, no longer maxint, missing sys import, next change by 2to3 2012-11-07 21:20:24 +00:00
base.py GrampsLocale: Remove ggettext 2013-01-17 19:46:55 +00:00
bsddbtxn.py 2620: GEPS 031: Python 3 support - 3.2 2012-11-07 17:53:14 +00:00
cursor.py 2620: GEPS 031: Python 3 support - 3.2 2012-11-16 13:05:56 +00:00
dbconst.py 2620: GEPS 031: Python 3 support - 3.2 2012-11-07 17:53:14 +00:00
dictionary.py Set of changes to allow merge/patch functionality: feature on db to not add sources or tags on import; all gen.lib objects' to_struct marks Handles rather than strings; Differences report (gramps-add) now shows all relevant changes 2013-01-13 16:38:54 +00:00
exceptions.py GrampsLocale: Remove ggettext 2013-01-17 19:46:55 +00:00
read.py GrampsLocale: Replace locale.strcoll, locale.strxfrm, and conv*_tosrtkey 2013-02-01 22:49:14 +00:00
txn.py 2620: GEPS 031: Python 3 support - 3.2 2012-11-07 17:53:14 +00:00
undoredo.py GrampsLocale: Remove ggettext 2013-01-17 19:46:55 +00:00
upgrade.py Add tagging to all primary objects 2013-01-22 16:12:15 +00:00
write.py GrampsLocale: Replace locale.strcoll, locale.strxfrm, and conv*_tosrtkey 2013-02-01 22:49:14 +00:00