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
lib
python
mod_python
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 7, 2025
Fix mod_python.publisher controls for Python 3.14.
saurik
committed
d469dde
View commit details
Copy full SHA for d469dde
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
Adjust copyrights.
grisha
committed
4315a40
View commit details
Copy full SHA for 4315a40
View code at this point
Browse repository at this point
Commits on May 2, 2024
Fix version check in publisher.
grisha
committed
e55dd65
View commit details
Copy full SHA for e55dd65
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
Fix tests for httpd 2.4.59 and python 3.12.3
grisha
committed
7734911
View commit details
Copy full SHA for 7734911
View code at this point
Browse repository at this point
Fix older py3 version edge case.
grisha
committed
5c469d6
View commit details
Copy full SHA for 5c469d6
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 Apr 27, 2024
Add PY2 compatibility to cgihandler. #135
grisha
committed
7fa6eaf
View commit details
Copy full SHA for 7fa6eaf
View code at this point
Browse repository at this point
Remove unused imp_suffixes. Fixes #135.
grisha
committed
346bff5
View commit details
Copy full SHA for 346bff5
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
Replace deprecated library imp with importlib
Show description for 2cc9c06
3 people
committed
2cc9c06
View commit details
Copy full SHA for 2cc9c06
View code at this point
Browse repository at this point
Commits on Oct 18, 2022
Fix loading page sources that contain 8-bit characters under python3
Pavel Krc
authored and
rolicot
committed
04d331a
View commit details
Copy full SHA for 04d331a
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
Python 3.10 support: import Callable from collections.abc
Show description for 1e02915
Andreas Hasenack
authored and
stefanor
committed
1e02915
View commit details
Copy full SHA for 1e02915
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
Merge pull request #108 from pkarolyi/fix-unbound-fn-issue
Show description for 01043ff
grisha
authored
01043ff
View commit details
Copy full SHA for 01043ff
View code at this point
Browse repository at this point
Add 'samesite' to valid cookie attrs
pkarolyi
committed
244a6d4
View commit details
Copy full SHA for 244a6d4
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
Fix unbound function issue
Show description for 5e06a92
pkarolyi
committed
5e06a92
View commit details
Copy full SHA for 5e06a92
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Modifies import of escape to reflect removal from the cgi module in python3.8
estrand2020
committed
0c15759
View commit details
Copy full SHA for 0c15759
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
imp module is deprecated in v3 so in place of it using importlib
subrahmanya-rao
committed
0d992d3
View commit details
Copy full SHA for 0d992d3
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
removing checks for python2 and making function more generic
rohan-yadav-protegrity
committed
0c43135
View commit details
Copy full SHA for 0c43135
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
adding fallback for parse_qsl for python3 support
rohan-yadav-protegrity
committed
a2314b9
View commit details
Copy full SHA for a2314b9
View code at this point
Browse repository at this point
Commits on Jan 9, 2020
deocding bytes string before typecasting to str
rohan-yadav-protegrity
committed
4e37ecd
View commit details
Copy full SHA for 4e37ecd
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
Ensure backward compatibility with Python 2
Michael Gihr
committed
32cf58d
View commit details
Copy full SHA for 32cf58d
View code at this point
Browse repository at this point
Ensure-backward-compatibility-with-Python2
Michael Gihr
committed
56f1e8e
View commit details
Copy full SHA for 56f1e8e
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 Jul 10, 2018
Fix __slots__ error with metaCookie #71
craig-sh
committed
03eaac6
View commit details
Copy full SHA for 03eaac6
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
Added HTTP Error Code 418 I'm a Teapot
boramalper
committed
3a49f14
View commit details
Copy full SHA for 3a49f14
View code at this point
Browse repository at this point
Commits on May 31, 2017
for Python3, fix SyntaxError in psp.py #61
thinkAmi
committed
705bea3
View commit details
Copy full SHA for 705bea3
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
simple bug fix in Cookie.py #59
shinichi62
committed
505ae5e
View commit details
Copy full SHA for 505ae5e
View code at this point
Browse repository at this point
Commits on Dec 1, 2015
use connection.client_ip instead of connection.remote_ip to prevent clogging of the apache error log with deprecation warnings
estrand2020
committed
11c3006
View commit details
Copy full SHA for 11c3006
View code at this point
Browse repository at this point
check major python version so that a PSP execution exception is re-raised with traceback correctly
estrand2020
committed
87417aa
View commit details
Copy full SHA for 87417aa
View code at this point
Browse repository at this point
fixed bug with dbm_cleanup using same variable name for db interface and filename
estrand2020
committed
e61cf82
View commit details
Copy full SHA for e61cf82
View code at this point
Browse repository at this point
Commits on May 7, 2015
Fix bug with query string parameters in python3
lovasoa
committed
120f66f
View commit details
Copy full SHA for 120f66f
View code at this point
Browse repository at this point
Commits on Jan 1, 2014
Revert to mod_python 3.3.1 semantics where cookie expiration is sent to client
Show description for 15701c5
rhiller
committed
15701c5
View commit details
Copy full SHA for 15701c5
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
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
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
Previous
Next
You can’t perform that action at this time.