-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Benjamin-Loison/mod_python
base: master
head repository: grisha/mod_python
compare: master
- 15 commits
- 8 files changed
- 3 contributors
Commits on Nov 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9248f11 - Browse repository at this point
Copy the full SHA 9248f11View commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d469dde - Browse repository at this point
Copy the full SHA d469ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95207a0 - Browse repository at this point
Copy the full SHA 95207a0View commit details -
Merge pull request grisha#145 from saurik/master
get tests working on Python 3.13 and 3.14
Configuration menu - View commit details
-
Copy full SHA for b813aad - Browse repository at this point
Copy the full SHA b813aadView commit details
Commits on Nov 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9693a38 - Browse repository at this point
Copy the full SHA 9693a38View commit details
Commits on Nov 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7e197f5 - Browse repository at this point
Copy the full SHA 7e197f5View commit details -
scripts/mod_python.in: replace use of execfile removed in Python 3 (g…
…risha#139) Python 3 removed the builtin execfile so this replaces it with read, compile, and exec (see https://stackoverflow.com/questions/436198/). Because this works in both Python 2 and Python 3, we use this alternative unconditionally.
Configuration menu - View commit details
-
Copy full SHA for 641e341 - Browse repository at this point
Copy the full SHA 641e341View commit details -
Merge pull request grisha#146 from carandraug/no-execute-perm-on-so-f…
…iles Makefile: do not install shared libraries with executable permissions
Configuration menu - View commit details
-
Copy full SHA for 5a7aba6 - Browse repository at this point
Copy the full SHA 5a7aba6View commit details -
Merge pull request grisha#147 from carandraug/py2-to-py3-replace-exec…
…file Replace use of execfile removed in Python 3
Configuration menu - View commit details
-
Copy full SHA for f797ba7 - Browse repository at this point
Copy the full SHA f797ba7View commit details
Commits on Dec 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9f2ef9b - Browse repository at this point
Copy the full SHA 9f2ef9bView commit details -
Merge pull request grisha#148 from grisha/144_query_params_bug
Refresh pointers in parse_qsl(). Fixes grisha#144
Configuration menu - View commit details
-
Copy full SHA for 8f81a7a - Browse repository at this point
Copy the full SHA 8f81a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f8975 - Browse repository at this point
Copy the full SHA 52f8975View commit details
Commits on Jan 22, 2026
-
Use Py_hash_t return type for table_nohash(). Fixes grisha#149
On 32-bit systems, tp_hash expects Py_hash_t (int) not long, causing a build failure due to incompatible pointer types.
Configuration menu - View commit details
-
Copy full SHA for 0c09622 - Browse repository at this point
Copy the full SHA 0c09622View commit details
Commits on Jan 23, 2026
-
Merge pull request grisha#150 from grisha/149_32bit_compile
Use Py_hash_t return type for table_nohash(). Fixes grisha#149
Configuration menu - View commit details
-
Copy full SHA for 7a1fe21 - Browse repository at this point
Copy the full SHA 7a1fe21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a638e01 - Browse repository at this point
Copy the full SHA a638e01View commit details
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 master...master