summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAge
* Fix warnings under ClangRuss Allbery2018-04-22
* Fix warning flags for language bindingsRuss Allbery2018-04-01
* Document that Python RemctlError has no value attributeRuss Allbery2014-09-14
* Simplify the Python RemctlError exception classRuss Allbery2014-09-14
* Clean up assumptions about free(NULL) and NULL pointersRuss Allbery2014-01-22
* Suppress errors in test suite from kinit probingRuss Allbery2014-01-06
* Change my email address to eagle@eyrie.orgRuss Allbery2014-01-05
* Use gss_krb5_import_cred for remctl_set_ccacheRuss Allbery2013-05-16
* Also fix set_ccache and set_source_ip docs for other bindingsRuss Allbery2012-07-18
* Reword Python documentation to be clearer about required APIsRuss Allbery2012-07-18
* Add missing copyright and license statements to many filesRuss Allbery2012-06-19
* Add timeout support to the Python bindingsRuss Allbery2012-02-22
* Update binding test suites to remove test tmp directoryRuss Allbery2012-02-16
* Update test suite for new test configuration, tmp directoryRuss Allbery2012-02-09
* Add NOOP support to the language bindingsRuss Allbery2011-10-31
* Fix some problems with the Python test suiteRuss Allbery2011-10-31
* Documentation updates for set_ccacheRuss Allbery2011-09-26
* Add remctl_set_ccache interface to the Python bindingsRuss Allbery2011-09-26
* Fix more issues with overriding user tokens when testingRuss Allbery2011-09-21
* Update copyright datesRuss Allbery2011-09-21
* Add Python bindings for remctl_set_source_ipRuss Allbery2011-09-21
* Fix syntax errors in the simple remctl Python exampleRuss Allbery2011-06-15
* Change the Stanford copyright statement to use the official formRuss Allbery2011-05-31
* Fix stderr return from the simple API in the Python moduleAndrew Mortensen2011-05-05
* Python and PHP testing outside of source tree fixesRuss Allbery2009-05-22
* Use the Python-recommended portability code for Py_ssize_tRuss Allbery2009-04-05
* Python: use the client header file in the source treeRuss Allbery2008-10-15
* Python: fix return value of needs_kerberos test decorationRuss Allbery2008-09-12
* Python: skip tests when there's no Kerberos configurationRuss Allbery2008-09-12
* Python: allow for Py_ssize_t not being presentRuss Allbery2008-08-25
* Python: base the version on the remctl package versionRuss Allbery2008-08-25
* Python: redo how credit is handled slightlyRuss Allbery2008-08-25
* Python: get setup.py version from PACKAGE_VERSIONRuss Allbery2008-08-21
* Integrate the Python extension into the build systemRuss Allbery2008-08-21
* Python: get the extension version from setup.pyRuss Allbery2008-08-21
* Python: use a string for the version numberRuss Allbery2008-08-21
* Python: licensing documentationRuss Allbery2008-08-21
* Remove the separate Python NEWS and TODO filesRuss Allbery2008-08-21
* Python: expanded and reformatted the documentationRuss Allbery2008-08-21
* Python: fix optional arguments for remctl.remctl()Russ Allbery2008-08-21
* Python: flesh out setup.py some moreRuss Allbery2008-08-21
* Python: exception cleanup and error checkingRuss Allbery2008-08-21
* Python: return the output token type as a stringRuss Allbery2008-08-21
* Python: store less data in the objectRuss Allbery2008-08-21
* Python: include the underlying error when raising protocol errorsRuss Allbery2008-08-21
* Python: more accurate exceptions from _remctlRuss Allbery2008-08-21
* Improve default arguments and argument parsing for Python bindingsRuss Allbery2008-08-21
* Further coding style cleanups for the Python bindingsRuss Allbery2008-08-21
* Fix coding style for the Python C moduleRuss Allbery2008-08-21
* Remove the Id strings from the Python bindingsRuss Allbery2008-08-20