0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* NEWS, fedora/release.py, python-fedora.spec: Update for the new release. 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. More... almost 18 years ago
* Cherrypick some changes from -devel for one last stable release. More... almost 18 years ago
* python-fedora.spec: remove an empty line to match the Fedora spec file. More... almost 18 years ago
* Merge from python-fedora-stable More... almost 18 years ago
* python-fedora.spec: Change download URL to fedorahosted.org. More... almost 18 years ago
* fedora/tg/json.py: Add a jsonify for ResultProxy. 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. More... almost 18 years ago
* fedora/accounts/fas2.py: Add a bugzilla email address for Jeff Sheltren. More... almost 18 years ago
* NEWS, fedora/release.py, python-fedora.spec: Update for new release. More... almost 18 years ago
* fassession.sql, fassession2.sql: Remove. These are not needed for FAS2. 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. More... almost 18 years ago
* Merge bz fixes from -stable. 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. 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. More... almost 18 years ago
* Bump version for 0.2.99.9 backwards compat release. More... almost 18 years ago
* ChangeLog, NEWS: Update ChangeLog and NEWS for new release. More... almost 18 years ago
* fedora/release.py, python-fedora.spec: Bump for new release. 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. 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. More... almost 18 years ago
* fedora/tg/util.py: Fix arguments as pointed out by pylint. 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. More... almost 18 years ago
* Update ChangeLog for release. More... almost 18 years ago
* fedora/tg/json.py: Work around an architectural limitation of simplejson. More... almost 18 years ago
* fedora/accounts/fas2.py: Add the userid to the information returned from fas2.py:people_by_id(). More... almost 18 years ago
* python-fedora.spec: Fix mixed tabs/spaces. More... almost 18 years ago
Merge default value fix from Ricky. More... almost 18 years ago
* fedora/release.py, python-fedora.spec: Update for new release. 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. More... almost 18 years ago
Sensible default for fas.url. More... almost 18 years ago