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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-bugzilla
/
python-bugzilla
Public
Notifications
You must be signed in to change notification settings
Fork
114
Star
129
Code
Issues
4
Pull requests
4
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-bugzilla
bugzilla
_session.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 13, 2024
session: Fix API leak pt2
Show description for b9eaa59
crobinso
committed
b9eaa59
View commit details
Copy full SHA for b9eaa59
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Fix API key leak
ricardobranco777
authored and
crobinso
committed
182e0b0
View commit details
Copy full SHA for 182e0b0
View code at this point
Browse repository at this point
Commits on Aug 20, 2023
Fix pylint and pep8 issues
Show description for 51d6fd0
crobinso
committed
51d6fd0
View commit details
Copy full SHA for 51d6fd0
View code at this point
Browse repository at this point
rest api: Post process bugzilla code on HTTP error
Show description for 138caf8
stanislavlevin
authored and
crobinso
committed
138caf8
View commit details
Copy full SHA for 138caf8
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
session: Move tokencache updating into Bugzilla class
Show description for ac853a5
crobinso
committed
ac853a5
View commit details
Copy full SHA for ac853a5
View code at this point
Browse repository at this point
session: Use Authorization header for RH bugzilla
Show description for ddfbc16
crobinso
committed
ddfbc16
View commit details
Copy full SHA for ddfbc16
View code at this point
Browse repository at this point
session: Rework how auth params are passed to backends
Show description for 6573d90
crobinso
committed
6573d90
View commit details
Copy full SHA for 6573d90
View code at this point
Browse repository at this point
Remove cookie auth support
Show description for 380fc34
crobinso
committed
380fc34
View commit details
Copy full SHA for 380fc34
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Remove compatimports file
Show description for 6cfe8c5
crobinso
committed
6cfe8c5
View commit details
Copy full SHA for 6cfe8c5
View code at this point
Browse repository at this point
session: Scrape API key out of requests exceptions
Show description for f4e9805
crobinso
committed
f4e9805
View commit details
Copy full SHA for f4e9805
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
session: Only set api_key query param for REST
Show description for 13b8a05
crobinso
committed
13b8a05
View commit details
Copy full SHA for 13b8a05
View code at this point
Browse repository at this point
session: Centralize xmlrpc vs rest session setup
Show description for 3f974a6
crobinso
committed
3f974a6
View commit details
Copy full SHA for 3f974a6
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
requests: use PYTHONBUGZILLA_REQUESTS_TIMEOUT env variable
Show description for ff98684
crobinso
committed
ff98684
View commit details
Copy full SHA for ff98684
View code at this point
Browse repository at this point
session: Convert callers to use request() wrapper
Show description for e1bd6a7
crobinso
committed
e1bd6a7
View commit details
Copy full SHA for e1bd6a7
View code at this point
Browse repository at this point
Commits on Jan 12, 2020
session: Don't pass both api_key and token to the URL
Show description for 5184517
crobinso
committed
5184517
View commit details
Copy full SHA for 5184517
View code at this point
Browse repository at this point
Bugzilla: Remove explicit basic_auth support
Show description for 737e15b
crobinso
committed
737e15b
View commit details
Copy full SHA for 737e15b
View code at this point
Browse repository at this point
Bugzilla: Add requests_session __init__ parameter
Show description for 061a4ec
crobinso
committed
061a4ec
View commit details
Copy full SHA for 061a4ec
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
authfiles: Move more token handling into BugzillaTokenCache
Show description for 2e3717b
crobinso
committed
2e3717b
View commit details
Copy full SHA for 2e3717b
View code at this point
Browse repository at this point
authfiles: Add _BugzillaCookieCache
Show description for cc95e24
crobinso
committed
cc95e24
View commit details
Copy full SHA for cc95e24
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
session: Fix basicauth setup on py2 vs py3
Show description for 09a5ad2
crobinso
committed
09a5ad2
View commit details
Copy full SHA for 09a5ad2
View code at this point
Browse repository at this point
Add _compatimports.py to simplify handling py2 vs py3
Show description for fa3cae3
crobinso
committed
fa3cae3
View commit details
Copy full SHA for fa3cae3
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
xmlrpc: Explicitly set the content type on _BugzillaSession
Show description for 923f20d
crobinso
committed
923f20d
View commit details
Copy full SHA for 923f20d
View code at this point
Browse repository at this point
Rename transport.py to _session.py
Show description for 991eb76
crobinso
committed
991eb76
View commit details
Copy full SHA for 991eb76
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.