openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-fedora
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Feb 25, 2025 — Feb 25, 2026
Showing page 56 of 63
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* NEWS, fedora/release.py, python-fedora.spec: Update for the new release.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/util.py: Fix up handling of requests. New algorithm: first check tg_format because people are more apt to use the query param when they want to override other things going on. Then use Accept Header.
Toshio Kuratomi
More...
almost 18 years ago
* Cherrypick some changes from -devel for one last stable release.
Toshio Kuratomi
More...
almost 18 years ago
* python-fedora.spec: remove an empty line to match the Fedora spec file.
Toshio Kuratomi
More...
almost 18 years ago
* Merge from python-fedora-stable
Toshio Kuratomi
More...
almost 18 years ago
* python-fedora.spec: Change download URL to fedorahosted.org.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/json.py: Add a jsonify for ResultProxy.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/client/__init__.py: Fix to not traceback in case of a corrupted session file. - Fix to set permissions to only the user on the session file.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/fas2.py: Add a bugzilla email address for Jeff Sheltren.
Toshio Kuratomi
More...
almost 18 years ago
* NEWS, fedora/release.py, python-fedora.spec: Update for new release.
Toshio Kuratomi
More...
almost 18 years ago
* fassession.sql, fassession2.sql: Remove. These are not needed for FAS2.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/fas2.py: Add a default baseURL. Since this is a client specifically for FAS, we should give a default value for that.
Toshio Kuratomi
More...
almost 18 years ago
* Merge bz fixes from -stable.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/fas2.py: Update for new bugzilla email addresses. - people_by_id(): Fix to return bugzilla email as well.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/client/__init__.py: New exception hierarchy. FedoraServiceError is at the base. AuthError is for authentication problems, ServerError for unexpected errors from the request or the http server returning an error. AppError is for exceptions raised by the Fedora Service that the application could handle. + BaseClient::send_request(): Process exceptions using the new standard instead of our old kludges. - Add a useragent property that lets the script set a custom useragent string. * fedora/accounts/fas2.py: Rename authenticate() to verify_password() since that's the actual usage of the function. Use the BaseClient._authenticate() function to verify the legitimacy of the username/password. * fedora/tg/identity/jsonfasprovider.py: Port to new BaseClient exceptions.
Toshio Kuratomi
More...
almost 18 years ago
* Bump version for 0.2.99.9 backwards compat release.
Toshio Kuratomi
More...
almost 18 years ago
* ChangeLog, NEWS: Update ChangeLog and NEWS for new release.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/release.py, python-fedora.spec: Bump for new release.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/client/__init__.py: BaseClient::send_request(): Fix the bugfix. We need to re-raise the error if we've already been through the loop. Otherwise, return the data we got from the recursive call to ourselves.
Toshio Kuratomi
More...
almost 18 years ago
More changes pointed out by pylint including two bugs. * fedora/accounts/fas2.py: AccountSystem::person_by_username(): Fix returning bugzilla_email when the email differs. Would have tracebacked on an undefined variable before. * fedora/client/__init__.py: BaseClient::send_request(): Fix to not return a ServerError when we have to try two methods to authenticate but get authenticated on the second try.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/util.py: Fix arguments as pointed out by pylint.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/__init__.py, fedora/tg/client.py, fedora/tg/identity/jsonfasprovider.py, fedora/tg/json.py, fedora/tg/visit/jsonfasvisit.py: Trivial pylint cleanups.
Toshio Kuratomi
More...
almost 18 years ago
* Update ChangeLog for release.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/json.py: Work around an architectural limitation of simplejson.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/fas2.py: Add the userid to the information returned from fas2.py:people_by_id().
Toshio Kuratomi
More...
almost 18 years ago
* python-fedora.spec: Fix mixed tabs/spaces.
Toshio Kuratomi
More...
almost 18 years ago
Merge default value fix from Ricky.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/release.py, python-fedora.spec: Update for new release.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/fas2.py: Add a people_by_id() method that returns a dict of people indexed by ID. The people structure contains username, email, and human_name... what we need for most of our lookups.
Toshio Kuratomi
More...
almost 18 years ago
Sensible default for fas.url.
Ricky Zhou
More...
almost 18 years ago
←
1
2
…
52
53
54
55
56
57
58
59
60
61
62
63
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree