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 }}
saurik
/
mod_python
Public
forked from
grisha/mod_python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mod_python
src
mod_python.c
on
master
User selector
All users
Datepicker
All time
Commit history
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 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 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
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 Oct 25, 2013
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
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
All tests pass with Python 3.3! (First rough cut).
grisha
committed
51f7b03
View commit details
Copy full SHA for 51f7b03
View code at this point
Browse repository at this point
Commits on Oct 14, 2013
In preparation for Python 3 support.
Show description for 686f47f
grisha
committed
686f47f
View commit details
Copy full SHA for 686f47f
View code at this point
Browse repository at this point
Commits on Oct 10, 2013
One more compiler warning
grisha
committed
35f35dc
View commit details
Copy full SHA for 35f35dc
View code at this point
Browse repository at this point
Commits on Oct 8, 2013
Even when not evaling/cache-checking, we need to lock to prepend to
Show description for f8aaf8e
grisha
committed
f8aaf8e
View commit details
Copy full SHA for f8aaf8e
View code at this point
Browse repository at this point
Commits on Oct 4, 2013
Rework how configuration is handled a little bit, addint a d_is_location
Show description for 652c06b
grisha
committed
652c06b
View commit details
Copy full SHA for 652c06b
View code at this point
Browse repository at this point
Commits on Sep 30, 2013
Once again PythonCleanupHandler runs. Added a test for it. Also added
Show description for f50943c
grisha
committed
f50943c
View commit details
Copy full SHA for f50943c
View code at this point
Browse repository at this point
Use PyCapsule API instead of PyCObject for Python 2.7+. This fixes #6.
Show description for e2868e6
grisha
committed
e2868e6
View commit details
Copy full SHA for e2868e6
View code at this point
Browse repository at this point
Commits on Sep 18, 2013
We no longer call ap_add_cgi_vars for every single request because it
Show description for 9f703bd
grisha
committed
9f703bd
View commit details
Copy full SHA for 9f703bd
View code at this point
Browse repository at this point
Commits on Sep 9, 2013
Change how httpd version is reported, ensure test-time version matches
Show description for b5d9472
grisha
authored and
Grisha Trubetskoy
committed
b5d9472
View commit details
Copy full SHA for b5d9472
View code at this point
Browse repository at this point
Commits on Aug 23, 2013
Make sure we compile and test against 2.2 and Python 2.6
grisha
authored and
Grisha Trubetskoy
committed
be62356
View commit details
Copy full SHA for be62356
View code at this point
Browse repository at this point
Commits on Aug 19, 2013
Get rid of the ancient memberlist and PyMember_Get/Set calls.
grisha
authored and
Grisha Trubetskoy
committed
b3290ac
View commit details
Copy full SHA for b3290ac
View code at this point
Browse repository at this point
Commits on Aug 17, 2013
Fix Copyrights everywhere
grisha
authored and
Grisha Trubetskoy
committed
d5793a4
View commit details
Copy full SHA for d5793a4
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Always check C version against Py version and warn, also remove APLOG_NOERRNO
grisha
authored and
Grisha Trubetskoy
committed
9421dc2
View commit details
Copy full SHA for 9421dc2
View code at this point
Browse repository at this point
A more unified and cleaned up method of keeping version
grisha
authored and
Grisha Trubetskoy
committed
19f8dcc
View commit details
Copy full SHA for 19f8dcc
View code at this point
Browse repository at this point
Commits on Aug 15, 2013
Get rid of the $Id$ everywhere
grisha
authored and
Grisha Trubetskoy
committed
c482d1f
View commit details
Copy full SHA for c482d1f
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
Initial stab at porting to Python 2.7 and Apache 2.4.
grisha
authored and
Grisha Trubetskoy
committed
319e8d4
View commit details
Copy full SHA for 319e8d4
View code at this point
Browse repository at this point
Bring master inline with 4.0.x
grisha
authored and
Grisha Trubetskoy
committed
612b7ae
View commit details
Copy full SHA for 612b7ae
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.