summaryrefslogtreecommitdiff
path: root/python/_remctlmodule.c
Commit message (Expand)AuthorAge
* Define PY_SSIZE_T_CLEAN for the Python buildRuss Allbery2020-08-08
* Reformat with clang-format-10Russ Allbery2020-02-02
* Add support for Python 3Russ Allbery2019-09-02
* Add SPDX-License-IdentifierRuss Allbery2018-04-29
* Fix warnings under ClangRuss Allbery2018-04-22
* Fix warning flags for language bindingsRuss Allbery2018-04-01
* Clean up assumptions about free(NULL) and NULL pointersRuss Allbery2014-01-22
* Add timeout support to the Python bindingsRuss Allbery2012-02-22
* Add NOOP support to the language bindingsRuss Allbery2011-10-31
* Add remctl_set_ccache interface to the Python bindingsRuss Allbery2011-09-26
* Update copyright datesRuss Allbery2011-09-21
* Add Python bindings for remctl_set_source_ipRuss Allbery2011-09-21
* 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
* Use the Python-recommended portability code for Py_ssize_tRuss Allbery2009-04-05
* Python: allow for Py_ssize_t not being presentRuss Allbery2008-08-25
* Python: redo how credit is handled slightlyRuss Allbery2008-08-25
* Integrate the Python extension into the build systemRuss Allbery2008-08-21
* Python: get the extension version from setup.pyRuss Allbery2008-08-21
* Python: licensing documentationRuss Allbery2008-08-21
* Python: return the output token type as a stringRuss 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
* Uses struct iovec, so include sys/uio.hRuss Allbery2008-08-20
* Import Python remctl bindings from pyremctl 0.4Thomas L. Kula2008-08-20