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 }}
Greling
/
webpy
Public
forked from
webpy/webpy
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 15, 2015
python 2.5 is no more supported by travis.
anandology
committed
7f629f4
View commit details
Copy full SHA for 7f629f4
Browse repository at this point
Fixed error in validip6addr on Windows.
Show description for 25a5417
anandology
committed
25a5417
View commit details
Copy full SHA for 25a5417
Browse repository at this point
Merge pull request #324 from suhashpatil/patch-1
Show description for f48417e
anandology
committed
f48417e
View commit details
Copy full SHA for f48417e
Browse repository at this point
fix for https://github.com/webpy/webpy/issues/323
Show description for dcc6173
suhashpatil
committed
dcc6173
View commit details
Copy full SHA for dcc6173
Browse repository at this point
Commits on Apr 1, 2014
The where clause in db queries can be a dict now.
Show description for 73f1119
anandology
committed
73f1119
View commit details
Copy full SHA for 73f1119
Browse repository at this point
Added first method to iterbetter.
anandology
committed
44e48a4
View commit details
Copy full SHA for 44e48a4
Browse repository at this point
disable builtins when using eval for reparam to avoid risk for remote code exection. (tx Adrián Brav)
anandology
committed
8fa67f4
View commit details
Copy full SHA for 8fa67f4
Browse repository at this point
Commits on Feb 22, 2014
Merge pull request #279 from nopri/master
Show description for d666d65
anandology
committed
d666d65
View commit details
Copy full SHA for d666d65
Browse repository at this point
Commits on Feb 18, 2014
[multiple, fix] using safestr in web.form.Dropdown._render_option
nopri
committed
82211db
View commit details
Copy full SHA for 82211db
Browse repository at this point
[multiple] using safestr in web.form.Dropdown._render_option
nopri
committed
7bca9e5
View commit details
Copy full SHA for 7bca9e5
Browse repository at this point
Commits on Feb 17, 2014
using safestr in web.form.Dropdown._render_option
nopri
committed
65e5212
View commit details
Copy full SHA for 65e5212
Browse repository at this point
Commits on Nov 13, 2013
Fixed error in db transactions
anandology
committed
cf66831
View commit details
Copy full SHA for cf66831
Browse repository at this point
Commits on Nov 8, 2013
tweaks
anandology
committed
a37970f
View commit details
Copy full SHA for a37970f
Browse repository at this point
Commits on Nov 7, 2013
nginx + gunicorn
anandology
committed
f7898a1
View commit details
Copy full SHA for f7898a1
Browse repository at this point
tweaks
anandology
committed
d5f1a72
View commit details
Copy full SHA for d5f1a72
Browse repository at this point
Added deploying using lighttpd + fastcgi
anandology
committed
5833528
View commit details
Copy full SHA for 5833528
Browse repository at this point
Commits on Nov 6, 2013
Added API docs.
anandology
committed
315abc2
View commit details
Copy full SHA for 315abc2
Browse repository at this point
Removed copyright message.
anandology
committed
5710819
View commit details
Copy full SHA for 5710819
Browse repository at this point
Merge pull request #262 from asldevi/docs
Show description for 7772632
anandology
committed
7772632
View commit details
Copy full SHA for 7772632
Browse repository at this point
update docs for templetor
asldevi
committed
a0c7d52
View commit details
Copy full SHA for a0c7d52
Browse repository at this point
add docs to templating
asldevi
committed
cbd51cb
View commit details
Copy full SHA for cbd51cb
Browse repository at this point
Merge pull request #261 from asldevi/docs
Show description for 618466a
anandology
committed
618466a
View commit details
Copy full SHA for 618466a
Browse repository at this point
Commits on Nov 5, 2013
add getting started to docs
asldevi
committed
ddf033c
View commit details
Copy full SHA for ddf033c
Browse repository at this point
improve db docs
asldevi
committed
bdeec7d
View commit details
Copy full SHA for bdeec7d
Browse repository at this point
Commits on Nov 4, 2013
docs for user input and database
asldevi
committed
1b35df9
View commit details
Copy full SHA for 1b35df9
Browse repository at this point
Created sphinx docs with rough outline.
anandology
committed
945c0c3
View commit details
Copy full SHA for 945c0c3
Browse repository at this point
Commits on May 29, 2013
Merge pull request #227 from iamFIREcracker/patch-1
Show description for 6b86a40
anandology
committed
6b86a40
View commit details
Copy full SHA for 6b86a40
Browse repository at this point
Commits on May 6, 2013
Support '204 No Content' status code
iamFIREcracker
committed
32c891c
View commit details
Copy full SHA for 32c891c
Browse repository at this point
Commits on Mar 7, 2013
Fixed handling of long numbers in sqlify. closes #213. (tx cjrolo)
anandology
committed
2010d39
View commit details
Copy full SHA for 2010d39
Browse repository at this point
Commits on Jan 4, 2013
Merge pull request #203 from asldevi/master
Show description for 0fbe0da
anandology
committed
0fbe0da
View commit details
Copy full SHA for 0fbe0da
Browse repository at this point
fix typo
asldevi
committed
7b63e2e
View commit details
Copy full SHA for 7b63e2e
Browse repository at this point
Commits on Dec 13, 2012
Merge pull request #196 from mordervomubel/master
Show description for 703404e
aaronsw
committed
703404e
View commit details
Copy full SHA for 703404e
Browse repository at this point
Added doctest for validip and validaddr
mnakama
committed
411908a
View commit details
Copy full SHA for 411908a
Browse repository at this point
Commits on Dec 12, 2012
Add IPv6 support.
Show description for 7348edd
zamabe
committed
7348edd
View commit details
Copy full SHA for 7348edd
Browse repository at this point
Commits on Nov 11, 2012
use PORT variable if available
aaronsw
committed
ae36fdf
View commit details
Copy full SHA for ae36fdf
Browse repository at this point
Previous
Next
You can’t perform that action at this time.