index
:
pypaste
debugging
feature/new-keys
master
plugabble-clients
plugable-clients
pluggable-storage
A pastebin script using s3 and pygments.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
debugging
debugging
John Turner
5 months
feature/new-keys
create PasteInfo struct and replace read_row with read_paste_info
John Turner
5 months
master
improve error handling by narrowing down exception types and using transactions
John Turner
5 months
plugabble-clients
fix unused variable lint
John Turner
6 months
plugable-clients
fix unused variable lint
John Turner
6 months
pluggable-storage
implement sqlite storage backend
John Turner
6 months
Age
Commit message
Author
2025-09-28
debugging
debugging
John Turner
2025-09-27
remove unused function
John Turner
2025-09-27
only guess syntax when sytnax query parameter is set to auto
John Turner
2025-09-27
log warning when determining the lexer fails
John Turner
2025-09-27
support passing mime type to help guess the lexer
John Turner
2025-09-26
make sure to try/catch around database transactions
John Turner
2025-09-26
handle invalid keys by returning HTTPBadRequest
John Turner
2025-09-26
add test for s3 backend in test_server.py
John Turner
2025-09-26
allow specifying secret key as an environment variable or file
John Turner
2025-09-26
use ClientSession context manager to prevent unclosed clients
John Turner
[...]