index
:
delta/babel.git
1.x-maintenance
2.10-maint
2.8-maintenance
2.x-maintenance
authors
baserock/1.3-50-g246996b
baserock/morph
become-281
become-290
ci-renovate
cldr-30
cldr-32
cldr-33
cldr-35
cldr-36
deprecate-py36
f-strings
feature/cldr24
fix-ci
fix-supplemental-data-alts
fuzzy-fix
github-ci
import-datetime-unify
improve-contributing-instructions
issue-764
issue-982
issue174/locale-parse-py3x
lenient-po-locale-parse
locale-basename
locale-parse-none
maint-25
master
messages-no-locale
minor-cleanup
mypy-fix-prep
mypy-misc-fix
number-sys-import
p694-redux
pre-commit
pre-commit-2
py2-long
release/2.3
release/2.4
remove-duplicate-tests
remove-gntzt
renovate-formatting
safer-pyinstaller-support
sils/branches
sils/callformore
sils/changes
sils/coala
sils/contributing
sils/contributing_rst
sils/nextver
sils/release
sils/test
sils/version_to_22
sils/wheel
sils/wheelm
unbound-exc
utc-tz
github.com: mitsuhiko/babel.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
babel
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usage of parser.suite with ast.parse
Miro Hrončok
2020-01-06
1
-2
/
+2
*
Bump copyright year from 2018 to 2019
Aarni Koskela
2019-05-27
1
-1
/
+1
*
Replace odict with Python's collection.OrderedDict
Jon Dufresne
2019-01-25
1
-71
/
+3
*
add support to util.pathmatch for matching the start of a string
Brian Cappello
2018-08-14
1
-1
/
+20
*
Update copyright header years, and include the Babel team
Aarni Koskela
2018-02-02
1
-1
/
+1
*
Parse multi-line __future__ imports better (#519)
Aarni Koskela
2017-08-21
1
-2
/
+15
*
Fix #426
Heungsub Lee
2016-07-09
1
-0
/
+23
*
Add flake8 pre-commit hook and apply fixes.
Lukas Balaga
2016-03-07
1
-3
/
+2
*
Apply pre-commit fixes.
Lukas Balaga
2016-02-27
1
-6
/
+10
*
Fix UnicodeEncodeError on file encoding detection
Roman Imankulov
2016-01-04
1
-1
/
+1
*
util.sh: Move out relpath import
Lasse Schuirmann
2015-12-21
1
-1
/
+0
*
Test/CI: Make doctests run on both Py2 and Py3
Aarni Koskela
2015-12-21
1
-2
/
+2
*
Merge pull request #219 from moreati/fixedoffsettz-negative
Lasse Schuirmann
2015-09-10
1
-1
/
+1
|
\
|
*
FixedOffsetTimezone: fix display of negative offsets
Alex Willmer
2015-09-10
1
-1
/
+1
*
|
Remove unneeded relpath() polyfill
Alex Willmer
2015-09-10
1
-23
/
+1
|
/
*
Merge pull request #119 from regisb/regisb/fix-odict-pop
Lasse Schuirmann
2015-09-10
1
-6
/
+9
|
\
|
*
odict: Fix pop method
Régis Behmo
2015-08-28
1
-6
/
+9
*
|
Merge pull request #199 from lepistone/allow-utf8-bom-with-magic-comment
Erick Wilder
2015-09-09
1
-4
/
+6
|
\
\
|
*
|
update dead link to the Python Language Reference
Leonardo Pistone
2015-08-25
1
-1
/
+1
|
*
|
allow utf8 BOM + magic comment, closes #189
Leonardo Pistone
2015-08-25
1
-3
/
+5
|
|
/
*
|
Improve odict performance by making key search O(1)
Arturas Moskvinas
2015-08-26
1
-1
/
+2
|
/
*
change spelling of the encoding
Alex Morega
2014-01-06
1
-1
/
+1
*
Some codestyle updates in babel.util
Armin Ronacher
2013-07-25
1
-11
/
+0
*
License clarification and cleanup
Armin Ronacher
2013-07-24
1
-14
/
+9
*
fix parser for python 3
Alex Morega
2013-07-07
1
-2
/
+2
*
Turn PYTHON_MAGIC_COMMENT_re into byte string
Daniel Neuhäuser
2013-07-06
1
-1
/
+1
*
Made another pass on the Python 3 support
Armin Ronacher
2013-07-06
1
-2
/
+1
*
First pass on python 3 support
Armin Ronacher
2013-07-06
1
-1
/
+1
*
Started support for local times in babel
Armin Ronacher
2013-07-06
1
-43
/
+9
*
Started work on improving timezone support and made pytz a requirement
Armin Ronacher
2013-07-06
1
-7
/
+2
*
Removed __docformat__ markers
Armin Ronacher
2013-07-05
1
-1
/
+1
*
Removed trailing whitespace
Armin Ronacher
2013-07-05
1
-11
/
+11
*
Update the copyright line.
Jeroen Ruigrok van der Werven
2011-03-05
1
-1
/
+1
*
Get rid of the utility code for itemgetter(), we now simply import this
Jeroen Ruigrok van der Werven
2011-03-05
1
-5
/
+0
*
Cleanup round #1: get rid of the frozenset/set utility code and imports.
Jeroen Ruigrok van der Werven
2011-03-05
1
-6
/
+0
*
fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode
Philip Jenvey
2008-10-08
1
-4
/
+12
*
Moved PYTHON_FORMAT back to catalog.
Armin Ronacher
2008-06-17
1
-11
/
+0
*
Added `validate_format helper function to `babel.support`.
Armin Ronacher
2008-06-17
1
-0
/
+12
*
Fix iterkeys/iteritems/itervalues/pop/popitem methods on the `odict` utility ...
Christopher Lenz
2008-06-11
1
-3
/
+18
*
Reinstate changeset r362, but this time properly wrap the exception list in
Jeroen Ruigrok van der Werven
2008-05-02
1
-2
/
+2
*
Back out last change, this broke extraction.
Jeroen Ruigrok van der Werven
2008-04-24
1
-2
/
+2
*
Make dependency on the parser module optional.
Christopher Lenz
2008-04-11
1
-2
/
+2
*
Fix for #79 (location lines wrapping at hyphens).
Christopher Lenz
2008-02-01
1
-1
/
+29
*
Fix tests broken by [233], and add new tests.
Christopher Lenz
2007-07-20
1
-2
/
+27
*
Implement fuzzy matching to catalog updates. No frontend yet.
Christopher Lenz
2007-06-22
1
-0
/
+6
*
made the python extractor detect source file encodings from the magic encoding
Philip Jenvey
2007-06-22
1
-0
/
+51
*
Added preliminary catalog updating/merging functionality.
Christopher Lenz
2007-06-22
1
-1
/
+1
*
More fixes for Windows compatibility:
Christopher Lenz
2007-06-19
1
-1
/
+2
*
Make `relpath` doctest Windows-compatible.
Christopher Lenz
2007-06-18
1
-3
/
+3
*
Fix for #16: the header message (`msgid = ""`) is now treated specially by `r...
Christopher Lenz
2007-06-14
1
-17
/
+27
[next]