31
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added test cases for correct po/mofile sorting, following up r264 More... almost 17 years ago
add a __cmp__ to Message that correctly sorts by id, taking into account plurals thanks zepolen More... almost 17 years ago
`get_timezone_gmt()` wasn't getting the locale passed in all cases, which led to test errors when the default locale wasn't configured via environment variables. More... almost 17 years ago
Updated TODO-items in number.py. More... almost 17 years ago
Revert accidential change of file header in [260]. More... almost 17 years ago
Added `Decimal` support to the scientific notation formatter and some code cleanup. This closes #52. More... almost 17 years ago
Added initial support for scientific notation patterns. More... almost 17 years ago
Finish implementation of day-of-year and day-of-month for now, and fix implementation of year-of-week-of-year field. Closes #46. I suspect there are still cases not entirely covered by this implementation, but those can be filed as separate tickets. More... almost 17 years ago
Implement day-of-week-in-month field in date formatting. Closes #50. More... almost 17 years ago
More work on #46 (week-of-year/week-of-month). More... almost 17 years ago
Again, properly implement week-in-year (#46). More... almost 17 years ago
Back out [251] which contained an accidential commit. More... almost 17 years ago
Properly implement week-in-year (#46). More... almost 17 years ago
Documentation stuff moved to a shared repository. More... almost 17 years ago
Clear executable bit on logos. More... almost 17 years ago
Add more `since` tags to stuff added in trunk. More... almost 17 years ago
Upgraded to CLDR 1.5 and improved timezone formatting. More... almost 17 years ago
Use logging module for output from CLI frontend. More... almost 17 years ago
Use proper logging in distutils `compile_catalog` command. More... almost 17 years ago
Forgot to update test method name after copy/paste. More... almost 17 years ago
Remove duplicate locations of catalog messages. More... almost 17 years ago
Follow-up to [239]: also combine duplicate comments when writing PO files. More... almost 17 years ago
Fix tests broken by [233], and add new tests. More... almost 17 years ago
Only write unique comments, no duplicates.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Applied patch by Ramiro Morales for more extensive detection of Python string formatting specifiers. Closes #57. More... almost 17 years ago
Fix for message extractors which return `None` as the gettext call.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
fix skipping of class definitions without parens fixes #55 More... almost 17 years ago
o extract_python fixes: - now returns None for non-string arguments - no longer extracts strings from nested function calls refs #38 - use the correct starting line number in multi-line gettext function calls - avoids falsely identifying string keyword arg defaults from function definition names that match a keyword, e.g.: def gettext(foo='bar') - avoid capturing translator comments embedded within a gettext function call - default the file encoding to iso-8859-1 instead of ascii when missing a magic encoding comment, to emulate pre Python 2.5 behavior. Python warns about 'non-ascii' chars when there is no magic encoding comment, but < 2.5 actually treats them as iso-8859-1 for backwards compat (PEP 263). >= 2.5 treats them as strict ascii o extract fixes: - filter out messages that don't contain strings where the keyword specification calls for fixes #39 - filter out empty string messages and emit a warning about them, like xgettext More... almost 17 years ago
Implement day-of-year date format field. Closes #49. More... almost 17 years ago
Added infrastructure for adding catalog checkers, and implement a checker that validations Python format parameters in translations, closing #19. More... almost 17 years ago