-
Notifications
You must be signed in to change notification settings - Fork 73
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: formencode/formencode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: formencode/formencode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 3 contributors
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64f6726 - Browse repository at this point
Copy the full SHA 64f6726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43368d5 - Browse repository at this point
Copy the full SHA 43368d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2ea1b - Browse repository at this point
Copy the full SHA ec2ea1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c9000 - Browse repository at this point
Copy the full SHA 28c9000View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43edbb5 - Browse repository at this point
Copy the full SHA 43edbb5View commit details
Commits on Jan 30, 2025
-
This fixes tests on Github that are failing for several reasons: - Python 3.7 is not supported on the latest Ubuntu and MacOS images - The URL doctest is failing on a redirect from http to https
Configuration menu - View commit details
-
Copy full SHA for 298bbb4 - Browse repository at this point
Copy the full SHA 298bbb4View commit details
Commits on Jan 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a98fcd8 - Browse repository at this point
Copy the full SHA a98fcd8View commit details -
Don't allow FieldStorageUploadConverter without cgi module
In Python 3.13 and later the cgi module has been removed and this meant that importing the `cgi` module started making it so `formencode.validators` could not be imported. This was resolved in #176 by detecting the import error, setting `cgi` to `None`, and then skipping behaviour that used `cgi.FieldStorage`. Using `FieldStorageUploadConverter` without `cgi.FieldStorage` does not make sense. This change adds a check to `FieldStorageUploadConverter.__init_` to prevent instantiating it like we do for DNS validators so that using it doesn't silently do nothing. Probably if you are using FieldStorageUploadConverter then you'll have `legacy-cgi` installed because you are either already using it directly, or you are getting it transitively through something like WebOb.
Configuration menu - View commit details
-
Copy full SHA for 8375977 - Browse repository at this point
Copy the full SHA 8375977View commit details -
Configuration menu - View commit details
-
Copy full SHA for c296946 - Browse repository at this point
Copy the full SHA c296946View commit details -
Merge pull request #184 from formencode/automated-pypi-release-and-2.1.1
Fix test automation and automate releases when a tag is pushed
Configuration menu - View commit details
-
Copy full SHA for c9659d6 - Browse repository at this point
Copy the full SHA c9659d6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.1.0...main