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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
openSUSE-Python
/
python-bugzilla
Public
forked from
python-bugzilla/python-bugzilla
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
Breadcrumbs
History for
python-bugzilla
bugzilla
bug.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 8, 2020
bug: remove copied comment from base.py
Show description for 4c5a66b
ktdreyer
authored and
crobinso
committed
4c5a66b
View commit details
Copy full SHA for 4c5a66b
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
Drop python2 support
Show description for 56c0954
crobinso
committed
56c0954
View commit details
Copy full SHA for 56c0954
View code at this point
Browse repository at this point
Commits on Jan 12, 2020
Bug: Add get_raw_data API
Show description for 0fc4eae
crobinso
committed
0fc4eae
View commit details
Copy full SHA for 0fc4eae
View code at this point
Browse repository at this point
bug: Fix several issues with pickling
Show description for 3337328
crobinso
committed
3337328
View commit details
Copy full SHA for 3337328
View code at this point
Browse repository at this point
Bug: Track all API data internally as _rawdata
Show description for 4823ef9
crobinso
committed
4823ef9
View commit details
Copy full SHA for 4823ef9
View code at this point
Browse repository at this point
Convert groups API to _Backend
Show description for 4d6c31e
crobinso
committed
4d6c31e
View commit details
Copy full SHA for 4d6c31e
View code at this point
Browse repository at this point
Add some support for bugzilla groups
Show description for 6da2065
pypingou
authored and
crobinso
committed
6da2065
View commit details
Copy full SHA for 6da2065
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
tests: finish Bug coverage
Show description for 8735749
crobinso
committed
8735749
View commit details
Copy full SHA for 8735749
View code at this point
Browse repository at this point
util: Move _cli to_encoding, and use it in Bug()
Show description for 10b7d7f
crobinso
committed
10b7d7f
View commit details
Copy full SHA for 10b7d7f
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
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
bug: Drop logging of updated dict keys, it's not interesting
Show description for 189a9c1
crobinso
committed
189a9c1
View commit details
Copy full SHA for 189a9c1
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
Use consistent minimal license header for code files
Show description for 1c193ba
crobinso
committed
1c193ba
View commit details
Copy full SHA for 1c193ba
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
Standardize on """ for docstrings
Show description for c8ad558
crobinso
committed
c8ad558
View commit details
Copy full SHA for c8ad558
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
Use unicode_literals from __future__
Show description for ef61950
abn
committed
ef61950
View commit details
Copy full SHA for ef61950
View code at this point
Browse repository at this point
Commits on May 9, 2017
Add get_attachments wrappers to Bugzilla and Bug classes
Show description for 14de922
crobinso
committed
14de922
View commit details
Copy full SHA for 14de922
View code at this point
Browse repository at this point
Commits on May 5, 2017
Simplify python3 version checking
crobinso
committed
b95a6b6
View commit details
Copy full SHA for b95a6b6
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
bug: Document updateflags semantics
crobinso
committed
d773d48
View commit details
Copy full SHA for d773d48
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
bugzilla: Replace Flag.update with Bug.update usage
Show description for 4424290
crobinso
committed
4424290
View commit details
Copy full SHA for 4424290
View code at this point
Browse repository at this point
Commits on May 24, 2016
bugzilla: Switch bug_autorefresh default to False
Show description for 7fd3328
crobinso
committed
7fd3328
View commit details
Copy full SHA for 7fd3328
View code at this point
Browse repository at this point
bug: Remove long deprecated function arguments
crobinso
committed
a2ed49a
View commit details
Copy full SHA for a2ed49a
View code at this point
Browse repository at this point
bugzilla: Rename get_history to get_history_raw
Show description for b06e3b7
crobinso
committed
b06e3b7
View commit details
Copy full SHA for b06e3b7
View code at this point
Browse repository at this point
bug: Remove whiteboard handling functions
Show description for 625a999
crobinso
committed
625a999
View commit details
Copy full SHA for 625a999
View code at this point
Browse repository at this point
bug: De-deprecate updateflags
Show description for 34c3011
crobinso
committed
34c3011
View commit details
Copy full SHA for 34c3011
View code at this point
Browse repository at this point
bz-api-notes: Add bugzilla 5 bits
crobinso
committed
6ba67bf
View commit details
Copy full SHA for 6ba67bf
View code at this point
Browse repository at this point
tests: rw: Add bug.{close,addcomment,setstatus} tests
crobinso
committed
2e4c0a0
View commit details
Copy full SHA for 2e4c0a0
View code at this point
Browse repository at this point
bugzilla: Rename _Bug->Bug and _User->User
crobinso
committed
a04aff5
View commit details
Copy full SHA for a04aff5
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
Add support for retrieving comments for bugs
AJ Lewis
authored and
crobinso
committed
e2aee40
View commit details
Copy full SHA for e2aee40
View code at this point
Browse repository at this point
bugzilla: Don't infinitely recurse if passed no data
crobinso
committed
c82e102
View commit details
Copy full SHA for c82e102
View code at this point
Browse repository at this point
Commits on Sep 14, 2014
bugzilla: Use standard logging setup
crobinso
committed
7b7f95f
View commit details
Copy full SHA for 7b7f95f
View code at this point
Browse repository at this point
Commits on Sep 12, 2014
bugzilla: Break out __init__ bits to fix cyclic dependencies
crobinso
committed
29b65a1
View commit details
Copy full SHA for 29b65a1
View code at this point
Browse repository at this point
bugzilla: Use relative imports
crobinso
committed
9237039
View commit details
Copy full SHA for 9237039
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
bin/bugzilla: Support attach --getall for non-RH bugzilla (bz 1126162)
crobinso
committed
2423299
View commit details
Copy full SHA for 2423299
View code at this point
Browse repository at this point
Commits on Jun 1, 2014
Fix latest pep8 warnings
crobinso
committed
06588b7
View commit details
Copy full SHA for 06588b7
View code at this point
Browse repository at this point
Commits on Apr 21, 2014
bugzilla: Add bug_autorefresh parameter
Show description for 85c4a42
crobinso
committed
85c4a42
View commit details
Copy full SHA for 85c4a42
View code at this point
Browse repository at this point
Fix some tests on python3
crobinso
committed
bf17f9e
View commit details
Copy full SHA for bf17f9e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.