32
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor docstring fixes. More... almost 17 years ago
Fix copy&paste error in documentation stylesheet. More... almost 17 years ago
Some work towards #4. More... almost 17 years ago
Add setup config to get the SVN revision in the version number. More... almost 17 years ago
Add new function to module exports. More... almost 17 years ago
Load locale data lazily to avoid penalizing usage of `Locale` objects when no locale data is actually needed. More... almost 17 years ago
Syntax highlighting for the docs. More... almost 17 years ago
Move function for determining the system default locale to `babel.core`, and make it available as a class method on `Locale`. More... almost 17 years ago
Started implementation of datetime parsing, using a very basic approach for now. More... almost 17 years ago
Add optional pytz dependency to `INSTALL.txt`. More... almost 17 years ago
Fix for #8: fix extraction of strings from Python source using prefixes ('u' or 'r') or triple quotes. More... almost 17 years ago
Add note on daylight savings time. More... almost 17 years ago
Extended time-zone support. More... almost 17 years ago
* Import datetime patterns from CLDR. * Make the date/time arguments to the formatting functions optional, defaulting to the current date/time. More... almost 17 years ago
Started docs on number formatting/parsing. More... almost 17 years ago
Raise error on unsupported locales. Closes #5. More... almost 17 years ago
Add missing import. More... almost 17 years ago
More work on timezones. More... almost 17 years ago
Import basic timezone info from CLDR (see #3). Still missing a couple other pieces in the puzzle. More... almost 17 years ago
Changing `write_po` to include licensing info, same as the project. Since the method is also to create the initial pot file, we also include the year in the copyright. We also mark the translations catalog template as fuzzy as it should be, only localized translations catalogs ready to be compiled should not include the fuzzy bit on the header.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
* Reduce size of locale data pickles by only storing the data provided by each locale itself, and merging inherited data at runtime. * Move locale data loading from `babel.core` into a separate `babel.localedata` module. * Add curency names and symbols to locale data. More... almost 17 years ago
Add doc section on calender display names. More... almost 17 years ago
Reimplement line wrapping for PO writing (as the `textwrap` module is too destructive with white space) and move it to the `normalize` function (which was already doing some handling of line breaks). More... almost 17 years ago
Added line-wrap support for `write_po`. Fixed bug on the distutils frontend regarding the `keywords`.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Implemented babel.numbers.format_percent More... almost 17 years ago
Change pot header's first line, "Translations Template for %%(project)s." instead of "SOME DESCRIPTIVE TITLE.". '''`project`''' and '''`version`''' now default to '''PROJECT''' and '''VERSION''' respectively. Fixed a bug regarding '''Content-Transfer-Encoding''', it shouldn't be the charset, and we're defaulting to `8bit` untill someone complains.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fix typo in doc. More... almost 17 years ago
Moved some datetime tests from doctest to unittest, to avoid breaking docutils/epydoc doctest block detection. More... almost 17 years ago
Started documentation for date formatting, plus some code tweaks in that area. More... almost 17 years ago
Recognize python-format messages also for unnamed parameters. More... almost 17 years ago