Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
grisha
/
mod_python
Public
Notifications
You must be signed in to change notification settings
Fork
87
Star
311
Code
Issues
21
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mod_python
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 22, 2026
Use Py_hash_t return type for table_nohash(). Fixes #149
Show description for 0c09622
grisha
committed
0c09622
View commit details
Copy full SHA for 0c09622
View code at this point
Browse repository at this point
Commits on Dec 30, 2025
Refresh pointers in parse_qsl(). Fixes #144
grisha
committed
9f2ef9b
View commit details
Copy full SHA for 9f2ef9b
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
Attempt to work around Python 3.13 GIL strictness.
saurik
committed
95207a0
View commit details
Copy full SHA for 95207a0
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
Remove use of a helper API removed in Python 3.13.
saurik
committed
9248f11
View commit details
Copy full SHA for 9248f11
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
Quiet compile warnings.
grisha
committed
69f7239
View commit details
Copy full SHA for 69f7239
View code at this point
Browse repository at this point
Adjust copyrights.
grisha
committed
4315a40
View commit details
Copy full SHA for 4315a40
View code at this point
Browse repository at this point
Do not tokenize return of Py_GetVersion. Fixes #138
grisha
committed
51f359d
View commit details
Copy full SHA for 51f359d
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
improve compatibility with modern python3 versions
Maxime2
authored and
grisha
committed
9f8db7f
View commit details
Copy full SHA for 9f8db7f
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
Fix the version to use a + for local identifier in conformance with
Show description for 9be08e0
grisha
committed
9be08e0
View commit details
Copy full SHA for 9be08e0
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
Do not clear thread state for version above and including 3.9
Show description for 8c081e0
grisha
authored
8c081e0
View commit details
Copy full SHA for 8c081e0
View code at this point
Browse repository at this point
Skip compile-type Python version check
Show description for 984be4d
stefanor
committed
984be4d
View commit details
Copy full SHA for 984be4d
View code at this point
Browse repository at this point
Commits on Jun 16, 2023
3.10 and up do not need a PyThreadState_Clear()
Show description for 7e863bb
grisha
authored
7e863bb
View commit details
Copy full SHA for 7e863bb
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
Make mod-python PY_SSIZE_T_CLEAN
Show description for 72bcb2a
Andreas Hasenack
authored and
stefanor
committed
72bcb2a
View commit details
Copy full SHA for 72bcb2a
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
Simple spelling fix in Python docstring (thanks lintian)
Show description for 6fb1939
Arthur de Jong
authored and
eamanu
committed
6fb1939
View commit details
Copy full SHA for 6fb1939
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
using Py_XDECREF instead of Py_DECREF and fixing error in pares_qs function
rohan-yadav-protegrity
committed
2410f2e
View commit details
Copy full SHA for 2410f2e
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
Corrected typo
Michael Gihr
committed
81fd89f
View commit details
Copy full SHA for 81fd89f
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Allow building with older libpython
Show description for ab440d1
Peter Chubb
committed
ab440d1
View commit details
Copy full SHA for ab440d1
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
Fix compilation with python 3.7
Show description for 8fb45fe
Peter Chubb
committed
8fb45fe
View commit details
Copy full SHA for 8fb45fe
View code at this point
Browse repository at this point
Commits on Feb 28, 2018
Revert 5bb5d6d for Python >= 2.7.14, as issue no longer seems to be present.
calin-iorgulescu
committed
7fec74e
View commit details
Copy full SHA for 7fec74e
View code at this point
Browse repository at this point
Commits on Dec 2, 2015
Do not import site.py for the main interpreter. Fixes #46.
grisha
committed
5bb5d6d
View commit details
Copy full SHA for 5bb5d6d
View code at this point
Browse repository at this point
Commits on May 7, 2015
Add a comment about query string encoding
lovasoa
committed
dcb4ceb
View commit details
Copy full SHA for dcb4ceb
View code at this point
Browse repository at this point
Commits on May 5, 2015
Decode query string as UTF8
Show description for 732533a
lovasoa
committed
732533a
View commit details
Copy full SHA for 732533a
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Merge pull request #39 from opoplawski/no-user-site-directory
Show description for 7de9a6b
grisha
committed
7de9a6b
View commit details
Copy full SHA for 7de9a6b
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Do not load user site directories
opoplawski
committed
b6ca4dc
View commit details
Copy full SHA for b6ca4dc
View code at this point
Browse repository at this point
Accept APXSFLAGS argument to apxs
opoplawski
committed
f93968b
View commit details
Copy full SHA for f93968b
View code at this point
Browse repository at this point
Commits on Mar 11, 2014
Allow None as value for req.args. Patch submitted by Ron Gomes. Closes #29
grisha
committed
8b4850d
View commit details
Copy full SHA for 8b4850d
View code at this point
Browse repository at this point
Commits on Dec 31, 2013
Typo
Show description for 6fcb183
Cipherwraith
committed
6fcb183
View commit details
Copy full SHA for 6fcb183
View code at this point
Browse repository at this point
Commits on Dec 19, 2013
Fixes for compile without git, correct how git revision hash is
Show description for 976a674
grisha
committed
976a674
View commit details
Copy full SHA for 976a674
View code at this point
Browse repository at this point
Commits on Oct 25, 2013
User and password for basic authentication now Latin1. Also FieldStorage
Show description for 1d8a8fd
grisha
committed
1d8a8fd
View commit details
Copy full SHA for 1d8a8fd
View code at this point
Browse repository at this point
Up version to 3.5.0
grisha
committed
88e43f0
View commit details
Copy full SHA for 88e43f0
View code at this point
Browse repository at this point
We do not need interpreters_lock after all
grisha
committed
affc26b
View commit details
Copy full SHA for affc26b
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
Add wsgi_start_response to request for a small performance gain
grisha
committed
494a9bf
View commit details
Copy full SHA for 494a9bf
View code at this point
Browse repository at this point
Only create mp_tables as we need them rather than at request creation.
grisha
committed
34f7dc7
View commit details
Copy full SHA for 34f7dc7
View code at this point
Browse repository at this point
Clean up Python threading stuff, it's pretty clean now.
grisha
committed
ae9b90f
View commit details
Copy full SHA for ae9b90f
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Make sure it still works with 2.7.5
grisha
committed
2178c6c
View commit details
Copy full SHA for 2178c6c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.