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 }}
wrightrocket
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2017
Merge pull request #60 from shinichi62/simple_bug_fix_in_cookiepy
Show description for 1edbde6
grisha
authored
1edbde6
View commit details
Copy full SHA for 1edbde6
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
Browse repository at this point
Commits on May 6, 2016
Merge pull request #49 from estrand2020/master
Show description for 8da41b9
grisha
committed
8da41b9
View commit details
Copy full SHA for 8da41b9
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
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
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
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
Browse repository at this point
Commits on Nov 28, 2015
Fix distclean in Doc
grisha
committed
e995e03
View commit details
Copy full SHA for e995e03
Browse repository at this point
This fixes incorrect location for scripts/mod_python when using custom prefixes. It bases its location on the location of the Python binary, which is not ideal but fine for now.
grisha
committed
2a42e86
View commit details
Copy full SHA for 2a42e86
Browse repository at this point
Commits on Aug 18, 2015
Merge pull request #45 from matsuo/fix-outputting-version
Show description for 11c5e5a
grisha
committed
11c5e5a
View commit details
Copy full SHA for 11c5e5a
Browse repository at this point
Fix outputting version
matsuo
committed
0480552
View commit details
Copy full SHA for 0480552
Browse repository at this point
Commits on May 7, 2015
Merge pull request #44 from lovasoa/master
Show description for 9d4874c
grisha
committed
9d4874c
View commit details
Copy full SHA for 9d4874c
Browse repository at this point
Add a comment about query string encoding
lovasoa
committed
dcb4ceb
View commit details
Copy full SHA for dcb4ceb
Browse repository at this point
Fix bug with query string parameters in python3
lovasoa
committed
120f66f
View commit details
Copy full SHA for 120f66f
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
Browse repository at this point
Commits on Mar 18, 2015
Merge pull request #38 from opoplawski/destdir
Show description for aa9e288
grisha
committed
aa9e288
View commit details
Copy full SHA for aa9e288
Browse repository at this point
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
Browse repository at this point
Merge pull request #37 from opoplawski/apxsflags
Show description for 0a39fe5
grisha
committed
0a39fe5
View commit details
Copy full SHA for 0a39fe5
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
Browse repository at this point
Create $(DESTDIR)$(BINDIR) if needed (i.e. when building rpm package
opoplawski
committed
e6105b0
View commit details
Copy full SHA for e6105b0
Browse repository at this point
Accept APXSFLAGS argument to apxs
opoplawski
committed
f93968b
View commit details
Copy full SHA for f93968b
Browse repository at this point
Commits on Oct 29, 2014
Merge pull request #31 from cognusion/testsfail
Show description for 7bf939b
grisha
committed
7bf939b
View commit details
Copy full SHA for 7bf939b
Browse repository at this point
Commits on Jul 8, 2014
Nest conditionals so if there are no modules loaded, we try to load prefork
cognusion
committed
4d95fc1
View commit details
Copy full SHA for 4d95fc1
Browse repository at this point
Tests fail miserably due to Apache error if MPMs are modular and no MPM is loaded.
cognusion
committed
99ade34
View commit details
Copy full SHA for 99ade34
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
Browse repository at this point
Commits on Feb 25, 2014
fix issues 22
Show description for 8322c72
asl97
authored and
grisha
committed
8322c72
View commit details
Copy full SHA for 8322c72
Browse repository at this point
Commits on Jan 1, 2014
Merge pull request #23 from Cipherwraith/patch-1
Show description for a09ab44
grisha
committed
a09ab44
View commit details
Copy full SHA for a09ab44
Browse repository at this point
Merge pull request #24 from rhiller/master
Show description for 06f994a
grisha
committed
06f994a
View commit details
Copy full SHA for 06f994a
Browse repository at this point
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
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
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
Browse repository at this point
Commits on Dec 18, 2013
3.5.0 in NEWS
grisha
committed
75fdcbd
View commit details
Copy full SHA for 75fdcbd
Browse repository at this point
Commits on Oct 25, 2013
Make sure configure checks for 2.6+ and 3.3+ correctly
grisha
committed
54d42b1
View commit details
Copy full SHA for 54d42b1
Browse repository at this point
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
Browse repository at this point
Up version to 3.5.0
grisha
committed
88e43f0
View commit details
Copy full SHA for 88e43f0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.