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 }}
SufferProgrammer
/
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
Breadcrumbs
History for
mod_python
src
on
master
User selector
All users
Datepicker
All time
Commit history
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
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 9, 2013
Up the version to 3.4.1
grisha
committed
46ca48b
View commit details
Copy full SHA for 46ca48b
View code at this point
Browse repository at this point
Remove most (all?) compiler warnings and fix a few potential bugs in the
Show description for abdabce
grisha
committed
abdabce
View commit details
Copy full SHA for abdabce
View code at this point
Browse repository at this point
Commits on Oct 8, 2013
Make wsgi automatically use Location as its base_uri. Explicit setting
Show description for f5cbe16
grisha
committed
f5cbe16
View commit details
Copy full SHA for f5cbe16
View code at this point
Browse repository at this point
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 Oct 3, 2013
More evil optimizations. Avoid re-creating objects that can be cached in
Show description for b12112c
grisha
committed
b12112c
View commit details
Copy full SHA for b12112c
View code at this point
Browse repository at this point
The root of all evil, i.e. optimizations. Not much else in this commit.
Show description for f29cd68
grisha
committed
f29cd68
View commit details
Copy full SHA for f29cd68
View code at this point
Browse repository at this point
Commits on Oct 1, 2013
Improve the WSGI test a bit and fix some silly bugs discovered in the
Show description for 3e1f477
grisha
committed
3e1f477
View commit details
Copy full SHA for 3e1f477
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 28, 2013
A few small speedups, also make wsgi handler obey AutoReload and Debug
grisha
committed
45303a7
View commit details
Copy full SHA for 45303a7
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
Remove --dirty argument from git describe, it only causes confution in tests
grisha
committed
2b16c16
View commit details
Copy full SHA for 2b16c16
View code at this point
Browse repository at this point
Ensure that make clean removes version.c
grisha
committed
0bd7f61
View commit details
Copy full SHA for 0bd7f61
View code at this point
Browse repository at this point
Set version to 3.4.0
grisha
committed
b9e9f04
View commit details
Copy full SHA for b9e9f04
View code at this point
Browse repository at this point
Commits on Sep 24, 2013
Rule for version.c was missing
grisha
committed
91655ca
View commit details
Copy full SHA for 91655ca
View code at this point
Browse repository at this point
Commits on Sep 18, 2013
Replace add_cgi_vars with our own version which does not calculate
Show description for 5bf8936
grisha
committed
5bf8936
View commit details
Copy full SHA for 5bf8936
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.