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
test
test.py
on
python3.12-patch
User selector
All users
Datepicker
All time
Commit history
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
View code at this point
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
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
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 23, 2013
Fix the flawed cookie test logic
grisha
committed
73bdaf5
View commit details
Copy full SHA for 73bdaf5
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 8, 2013
Add a test for Location-wrapped wsgi and correcto documentation to
Show description for 36e6233
grisha
committed
36e6233
View commit details
Copy full SHA for 36e6233
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 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
Add Mutex to Apache 2.4 tests
grisha
committed
faf2dd7
View commit details
Copy full SHA for faf2dd7
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 25, 2013
rename wsgi python options to be consistent with the others, add to reserved list
grisha
committed
2d013b3
View commit details
Copy full SHA for 2d013b3
View code at this point
Browse repository at this point
Commits on Sep 24, 2013
A tests for Apache 2.2 brokenness. Tests pass on OS X 10.8.5
grisha
committed
f4e05e7
View commit details
Copy full SHA for f4e05e7
View code at this point
Browse repository at this point
Commits on Sep 23, 2013
Some doc fixes. Correct mod_python.so location. Add SYSCONFDIR to
Show description for 390619d
grisha
committed
390619d
View commit details
Copy full SHA for 390619d
View code at this point
Browse repository at this point
Commits on Sep 17, 2013
httpdconf classes can now represent themselves as Python code as
Show description for 198a701
grisha
authored and
Grisha Trubetskoy
committed
198a701
View commit details
Copy full SHA for 198a701
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 Sep 7, 2013
Add a wsgi handler test
grisha
authored and
Grisha Trubetskoy
committed
c658a04
View commit details
Copy full SHA for c658a04
View code at this point
Browse repository at this point
Commits on Aug 30, 2013
Add a test to ensure that req.write() and req.flush() do not leak memory (2.4 only)
grisha
authored and
Grisha Trubetskoy
committed
045674e
View commit details
Copy full SHA for 045674e
View code at this point
Browse repository at this point
Commits on Aug 29, 2013
Also include path in the curl hint
grisha
authored and
Grisha Trubetskoy
committed
87fc67b
View commit details
Copy full SHA for 87fc67b
View code at this point
Browse repository at this point
Added a curl hint to the tests for easier stagin/debugging
grisha
authored and
Grisha Trubetskoy
committed
01827e1
View commit details
Copy full SHA for 01827e1
View code at this point
Browse repository at this point
Commits on Aug 21, 2013
Fix LockFile for 2.4 in tests
grisha
authored and
Grisha Trubetskoy
committed
61280f2
View commit details
Copy full SHA for 61280f2
View code at this point
Browse repository at this point
Wrap ap_requires in a correct AP_MODULE_MAGIC for now
grisha
authored and
Grisha Trubetskoy
committed
e4b9700
View commit details
Copy full SHA for e4b9700
View code at this point
Browse repository at this point
Add a test for HTTP_UNAUTHORIZED
grisha
authored and
Grisha Trubetskoy
committed
9f02063
View commit details
Copy full SHA for 9f02063
View code at this point
Browse repository at this point
Commits on Aug 19, 2013
Make the psp test a little less verbose
grisha
authored and
Grisha Trubetskoy
committed
4211b9f
View commit details
Copy full SHA for 4211b9f
View code at this point
Browse repository at this point
Commits on Aug 18, 2013
Add support for the c.remote_ip/addr to c.client_ip/addr change
Show description for 8e2683e
grisha
authored and
Grisha Trubetskoy
committed
8e2683e
View commit details
Copy full SHA for 8e2683e
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
Add a test for the version mismatch check
grisha
authored and
Grisha Trubetskoy
committed
e0f271a
View commit details
Copy full SHA for e0f271a
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
Commits on Nov 9, 2006
Fixed regession for MODPYTHON-119 in tests. One of the unittests was missed
Show description for 6a7176c
jgallacher
committed
6a7176c
View commit details
Copy full SHA for 6a7176c
View code at this point
Browse repository at this point
Commits on Nov 7, 2006
(MODPYTHON-191) Session class will no longer accept a normal cookie if a
Show description for 4af8dfe
grahamd
committed
4af8dfe
View commit details
Copy full SHA for 4af8dfe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.