forked from sqlalchemy/mako
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: IBMZ-Linux-OSS-Python/mako
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sqlalchemy/mako
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
- 12 commits
- 74 files changed
- 2 contributors
Commits on Apr 10, 2025
-
Fix undeclared variables in nested list comprehension with strict_und…
…efined Fix undefined variable errors when ``strict_undefined=True`` when using a nested list comprehension. Pull request courtesy Sébastien Granjoux. Fixes: sqlalchemy#418 Closes: sqlalchemy#419 Pull-request: sqlalchemy#419 Pull-request-sha: 0b64e72 Change-Id: I13f6296ffe1f5f0d5f68b7da07ff76bbac7668e0
Configuration menu - View commit details
-
Copy full SHA for 0fb93ba - Browse repository at this point
Copy the full SHA 0fb93baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e514ad - Browse repository at this point
Copy the full SHA 6e514adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb893e - Browse repository at this point
Copy the full SHA 3fb893eView commit details
Commits on Aug 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0a4cc2d - Browse repository at this point
Copy the full SHA 0a4cc2dView commit details
Commits on Aug 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 91232d8 - Browse repository at this point
Copy the full SHA 91232d8View commit details
Commits on Apr 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6913711 - Browse repository at this point
Copy the full SHA 6913711View commit details -
Fix path traversal via double-slash URI prefix in TemplateLookup
The URI normalization in Template.__init__ stripped only a single leading slash, while TemplateLookup.get_template() stripped all leading slashes. A URI such as "//../../secret.txt" could bypass the directory traversal check. Changed to use lstrip("/") so both code paths handle leading slashes consistently. Fixes: sqlalchemy#434 Change-Id: I400b9a40aed956cc2b5826a9c8736f104e84f1a4Configuration menu - View commit details
-
Copy full SHA for e05ac61 - Browse repository at this point
Copy the full SHA e05ac61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 331d6d9 - Browse repository at this point
Copy the full SHA 331d6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 217822b - Browse repository at this point
Copy the full SHA 217822bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5d91d - Browse repository at this point
Copy the full SHA ff5d91dView commit details
Commits on Apr 24, 2026
-
* pyproject.toml / pep-621 setup * python 3.10 minimum (3.9 is eol) * remove examples/bench which mostly used obsolete template libraries * fix up run_wsgi.py example * latest black, update flake8, use flake8-pyproject * update markupsafe to more recent version * placeholder pep484 job in tox to be compat with jenkins (will use noxfile next) Change-Id: I78ead212d0bee14a77ed07d3e083d4d2e9fb2e8a
Configuration menu - View commit details
-
Copy full SHA for 3c1c137 - Browse repository at this point
Copy the full SHA 3c1c137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93712b6 - Browse repository at this point
Copy the full SHA 93712b6View 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 main...main