An open API service providing commit metadata for open source projects.

GitHub / formencode/formencode / commits

SHA Message Author Date Stats
c9659d6b merge Merge pull request #184 from formencode/automated-pypi-release-and-2.1.1 Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c2969467 Update docs for 2.1.1 release Chris Lambacher <c****s@k****t> over 1 year ago
8375977e Don't allow FieldStorageUploadConverter without cgi module Chris Lambacher <c****s@k****t> over 1 year ago
a98fcd88 Add automation for releases when a tag is created Chris Lambacher <c****s@k****t> over 1 year ago
298bbb4d Fix test automation Chris Lambacher <c****s@k****t> over 1 year ago
43edbb5f Prepare for Python 3.13 which removes the cgi module (#176) Oleg Broytman <p****d@p****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
28c90007 Fix syntax in README file Christoph Zwerschke <c****o@o****e> over 2 years ago
ec2ea1b0 Make README a bit nicer Christoph Zwerschke <c****o@o****e> over 2 years ago
43368d5e Fix badges Christoph Zwerschke <c****o@o****e> over 2 years ago
64f6726a Use https for the documentation Christoph Zwerschke <c****o@o****e> over 2 years ago
aa823839 Add badges and fix homepage Christoph Zwerschke <c****o@o****e> over 2 years ago
450ebe90 Fix changelog Christoph Zwerschke <c****o@o****e> over 2 years ago
ec5ad13e Fix docs requirements Christoph Zwerschke <c****o@o****e> over 2 years ago
7d233ff7 Install package in docs requirements Christoph Zwerschke <c****o@o****e> over 2 years ago
be73f002 Fix Read The Docs Christoph Zwerschke <c****o@o****e> over 2 years ago
1681aa26 Allow building with Python 3.7 again Christoph Zwerschke <c****o@o****e> over 2 years ago
a78247da Fix build configuration Christoph Zwerschke <c****o@o****e> over 2 years ago
8090410a Cleanup manifest and license files Christoph Zwerschke <c****o@o****e> over 2 years ago
4f4ce89b Add changelog Christoph Zwerschke <c****o@o****e> over 2 years ago
7c3f1751 Fix deprecated setup.cfg setting Christoph Zwerschke <c****o@o****e> over 2 years ago
50c86628 Allow Contexts to be used via context manager Christoph Zwerschke <c****o@o****e> over 2 years ago
9d4356f8 Simplify doc output test Christoph Zwerschke <c****o@o****e> over 2 years ago
e27ec28c Clean up Sphinx references Christoph Zwerschke <c****o@o****e> over 2 years ago
ef7dbc3c Avoid the deprecated pkg_resources module Christoph Zwerschke <c****o@o****e> over 2 years ago
d05b7955 Fix test case setup Christoph Zwerschke <c****o@o****e> over 2 years ago
5ab17f32 Replace deprecated dnspython call Christoph Zwerschke <c****o@o****e> over 2 years ago
98e9e97e Remove now unnecessary dependency on six Christoph Zwerschke <c****o@o****e> over 2 years ago
399472d0 Fix GitHub action for flake8 Christoph Zwerschke <c****o@o****e> over 2 years ago
8b60178e Fix GitHub actions Christoph Zwerschke <c****o@o****e> over 2 years ago
134b4fc8 Fix some more flake8 issues Christoph Zwerschke <c****o@o****e> over 2 years ago
7723798a Add flake8 to tests and fix flake8 issues Christoph Zwerschke <c****o@o****e> over 2 years ago
f3c89e5f Add logo Christoph Zwerschke <c****o@o****e> over 2 years ago
aeb9271c Remove now unnecessary future imports and encoding Christoph Zwerschke <c****o@o****e> over 2 years ago
d682cac4 Add Python 3.12 to tox tests Christoph Zwerschke <c****o@o****e> over 2 years ago
c62e59ce Some cleanup in package init module Christoph Zwerschke <c****o@o****e> over 2 years ago
1d99b293 Support Python 3.12 (#180) Alessandro Molina <a****l@t****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
da0671f3 Fix binary of swedish translation (#178) Falibur <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
efa11250 merge Merge pull request #174 from formencode/python-3-11-tests Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 4 years ago
25749f8e Python 3.11 and setup.cfg instead of setup.py Chris Lambacher <c****s@k****t> over 4 years ago
b318555e merge Merge pull request #168 from formencode/prep-for-2-0-1 Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 4 years ago
483b404a Prep for 2.0.1 release to support Python 3.10 Chris Lambacher <c****s@k****t> over 4 years ago
bc499eee merge Merge pull request #167 from formencode/pytest-and-gh-actions Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 4 years ago
9cb3cdbc pytest instead of nosetest and github actions Chris Lambacher <c****s@k****t> over 4 years ago
2bf18bbc merge Merge pull request #164 from formencode/test-3-10-and-pypy3 Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d3e76b1d Add 3.10 and pypy3 to test matrix Chris Lambacher <c****s@k****t> over 5 years ago
f5a7ba2c merge Merge pull request #163 from formencode/python-3-10-compat Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
74bbd2ea Declare 3.9 support and prep for 3.10 support Chris Lambacher <c****s@k****t> over 5 years ago
73c122e0 merge Merge pull request #162 from drnlm/feature/standardise_raise_in_examples Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
f8f62b4c Fix a minor ReST issue in the new changelog Christoph Zwerschke <c****o@o****e> over 5 years ago
e0c0b99a Use formencode.Invalid in all the examples for consistency Neil Muller <d****r@g****m> over 5 years ago
9d1bc95b merge Merge branch 'version-2-release-docs' Christopher Lambacher <c****s@k****t> over 5 years ago
952221b3 Add note to release docs about formencode.__version__ Christopher Lambacher <c****s@k****t> over 5 years ago
358b0a54 merge Merge pull request #159 from formencode/version-2-release-docs Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e8b0427d Update 2.0 release docs Christopher Lambacher <c****s@k****t> over 5 years ago
835ece14 merge Merge pull request #158 from formencode/add-license-to-distribution Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a0208a21 merge Merge pull request #156 from drnlm/bugfix/fix_pkg_resourece_warning_issue_153 Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c5a7e1e9 Add License To Distribution Files Christopher Lambacher <c****s@k****t> over 5 years ago
7c4b4df1 merge Merge pull request #155 from drnlm/bugfix/fix_deprecation_warnings Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
165c0e0c merge Merge pull request #144 from valos/master Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
367b0290 merge Merge pull request #133 from jvanasco/feature-consistent_errors Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
056279be merge Merge pull request #157 from formencode/python-version-support-chgs Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7accfe60 merge Merge pull request #127 from systemctl/master Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ae6d97c2 merge Merge pull request #143 from bagerard/fix_doc_AsInt Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5e3ac140 Fix Python 2.7 tests Christopher Lambacher <c****s@k****t> over 5 years ago
65416af9 Update Python Version support in tests Christopher Lambacher <c****s@k****t> over 5 years ago
2428a610 Fix pkg_resources DeprecationWarning Neil Muller <d****r@g****m> almost 6 years ago
401bda3d Fix DeprecationWarning Neil Muller <d****r@g****m> over 6 years ago
f592f444 Fix Deprecation warning in tests Neil Muller <d****r@g****m> over 6 years ago
98c508dd Fix 'invalid escape' DeprecationWarning Neil Muller <d****r@g****m> over 6 years ago
987d2992 Fix issue #101 Valery Febvre <v****e@e****m> over 7 years ago
41d86765 Fix doc of ForEach validator that was mentioning AsInt and InList Bastien Gérard <b****d@c****m> over 7 years ago
7f8e2855 adding `_message_vars_decode` to Validator class jonathan vanasco <j****n@2****m> almost 9 years ago
36b3ff60 Repair sr and sr@latin translation Miloš Gavrilov <s****l@g****m> about 9 years ago
3a1ba9de merge Merge pull request #123 from bagerard/improve_PlainText_error_msg Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
about 9 years ago
9394ee6b merge Merge pull request #126 from systemctl/master Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
about 9 years ago
92f17bb2 Added Macedonian translation Miloš Gavrilov <s****l@g****m> about 9 years ago
824133a9 merge Merge pull request #125 from edelooff/flexible-postal-code-delimiters Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
feb18d18 merge Merge pull request #124 from edelooff/update-pycountry-support Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
37b41a8e Allow for arbitrary delimiters in DelimitedDigitsPostalCode validator. Elmer de Looff <e****f@g****m> over 9 years ago
f1819aed Updated language/country getters for pycountry 16+ support. Elmer de Looff <e****f@g****m> over 9 years ago
7f262ac7 Updated error message of PlainText validator to reflect the acceptance of the... Bastien Gérard <b****d@c****m> over 9 years ago
888dfd3f Change license to MIT Chris Lambacher <c****s@k****t> almost 10 years ago
6b0775cb Trove classifier fix Chris Lambacher <c****s@k****t> almost 10 years ago
53ed3844 2.0.0a1 release Chris Lambacher <c****s@k****t> almost 10 years ago
203bb759 merge Merge pull request #116 from edelooff/update-republic-of-korea Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
d868733f merge Merge pull request #110 from edelooff/master Christopher Lambacher <c****s@k****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
9f683a6a Updated postal code format of the Republic of Korea (South Korea). Elmer de Looff <e****f@g****m> almost 10 years ago
b2f6606d merge Merge pull request #113 from drnlm/minor_i18n_fixes Christopher Lambacher <c****s@k****t> almost 10 years ago
1fdeaabe Fix a collection of errors from msgfmt. Neil <n****l@d****a> almost 10 years ago
af14c6c1 Added postal code validation for Switzerland, Cyprus, Faroe Islands, San Mari... Elmer de Looff <e****f@g****m> about 10 years ago
7e6c0c97 Corrected Greek postal code number grouping. Elmer de Looff <e****f@g****m> about 10 years ago
267f05e9 merge Merge pull request #103 from formencode/remove-2to3 Christopher Lambacher <c****s@k****t> about 10 years ago
07e12534 merge Merge pull request #106 from systemctl/master Christopher Lambacher <c****s@k****t> over 10 years ago
88c4e8ca Corrected .po and .mo files Milos <s****l@g****m>
Committed by: Miloš <s****l@g****m>
over 10 years ago
d26188d8 merge Merge branch 'master' of https://github.com/systemctl/formencode into systemc... Chris Lambacher <c****s@k****t> over 10 years ago
e4444316 Bump version and start on what's new docs Chris Lambacher <c****s@k****t> over 10 years ago
3da7b5a2 Add install error on python 3.2 Chris Lambacher <c****s@k****t> over 10 years ago
8fee2d96 Check for PY2 not PY3 Chris Lambacher <c****s@k****t> over 10 years ago
bfab9cce Make travis python version coverage match tox Chris Lambacher <c****s@k****t> over 10 years ago
3a1ae8e8 Remove six.u('') in favour of u'' Chris Lambacher <c****s@k****t> over 10 years ago

← Back to repository