42
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected over 5 years ago.
Aug 18, 2019 — Aug 18, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix bad charsets
Philip Jenvey
as pjenvey
More... over 17 years ago
more irregular tz fixes
Philip Jenvey
as pjenvey
More... over 17 years ago
more irregular tz fixes
Philip Jenvey
as pjenvey
More... over 17 years ago
fix the irregular timezone format generated by pygettext that blows up babel
Philip Jenvey
as pjenvey
More... over 17 years ago
fix the irregular timezone format generated by pygettext that blows up babel
Philip Jenvey
as pjenvey
More... over 17 years ago
fix bad month style
Ian Bicking
as ianb
More... over 17 years ago
fix bad month style More... over 17 years ago
Don't overwrite the src attribute in <input type="image"> fields (SF 1974350) More... over 17 years ago
Don't overwrite the src attribute in <input type="image"> fields
Ian Bicking
as ianb
More... over 17 years ago
typo/syntax error
Ian Bicking
as ianb
More... over 17 years ago
typo/syntax error More... over 17 years ago
Change the way _ is defined so pygettext doesn't mind it More... over 17 years ago
Change the way _ is defined so pygettext doesn't mind it
Ian Bicking
as ianb
More... over 17 years ago
Create a script to manage language/translation stuff
Ian Bicking
as ianb
More... over 17 years ago
Create a script to manage language/translation stuff More... over 17 years ago
Added formencode.validators.IPAddress from Leandro Lucarella (SF 2001367) More... over 17 years ago
Added formencode.validators.IPAddress from Leandro Lucarella (SF 2001367)
Ian Bicking
as ianb
More... over 17 years ago
Add a check for month_style being a valid value
Ian Bicking
as ianb
More... over 17 years ago
Add a check for month_style being a valid value More... over 17 years ago
Removed tabs More... over 17 years ago
Removed tabs
Ian Bicking
as ianb
More... over 17 years ago
add a unicode Email doctest
Ian Bicking
as ianb
More... over 17 years ago
add a unicode Email doctest More... over 17 years ago
clarify not_empty=True requirement for MinLength More... over 17 years ago
clarify not_empty=True requirement for MinLength
Ian Bicking
as ianb
More... over 17 years ago
Fix some URL doctests (which were requesting some bad sites). Also i-name test. Lastly fix Number.to_python('infinity'), which failed because you can't convert that float value to an integer (SF 2213051)
Ian Bicking
as ianb
More... over 17 years ago
Fix some URL doctests (which were requesting some bad sites). Also i-name test. Lastly fix Number.to_python('infinity'), which failed because you can't convert that float value to an integer (SF 2213051) More... over 17 years ago
Fixed htmlliteral.__repr__, added test for htmlliteral More... over 17 years ago
Fixed htmlliteral.__repr__, added test for htmlliteral
Ian Bicking
as ianb
More... over 17 years ago
Make FieldsMatch not require the first key be present (it would raise KeyError in that case) Also fixes SF 2261391
Ian Bicking
as ianb
More... over 17 years ago