summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into pr-655Oleg Pudeyev2021-07-171-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Depend on o-nose-show-skipped to get unreleased fixes i nose-show-skipped Best effort python 2 support. See #652 failonerror_test: skip the test with curl-7.75.0+ option_constants_test: skip check of SSLVERSION_SSLv* curl_version_info_struct lags behind curl #662 Allow to get CURLINFO_CONDITION_UNMET Remove bintray from docs docs: fix typos docs(quickstart): only show Python 3 code Expose MAX_CONCURRENT_STREAMS in CurlMulti src/module.c: make the code compile against python-3.10.0a1 Build documentation using specified Python version Use make -C for building fake-curl
| * Build documentation using specified Python versionScott Talbert2020-10-091-4/+4
| | | | | | | | This enables "make docs PYTHON=pythonX" like the rest of the Makefile targets.
| * Use make -C for building fake-curlSteve Kowalik2020-09-161-1/+1
| | | | | | | | | | | | Both the Makefile and the Travis setup use a subshell with cd to build fake-curl, whereas make everywhere supports -C, so make use of that instead.
* | Switch from nose to pytestSteve Kowalik2020-09-141-1/+1
|/ | | | | With nose being unmaintained for a long while, switch to pytest to run the test suite.
* Do not run pyflakes on winbuild.py due to star importsScott Talbert2020-09-081-1/+1
|
* Extract easyperform.cOleg Pudeyev2018-05-231-1/+1
|
* Split easy.cOleg Pudeyev2018-05-231-1/+2
|
* Add errstr_raw to expose pycurl error information as byte strings.Oleg Pudeyev2018-05-221-0/+1
| | | | | | For Python 3 when the data is not decodable with Python's default encoding. Closes #310
* Replace invalid bytes in strings surfaced via pycurl.error exceptions.Oleg Pudeyev2018-05-221-1/+1
| | | | Fixes #259
* Add getinfo_raw to return getinfo data as byte strings.Oleg Pudeyev2018-05-211-0/+1
| | | | Fixes #230, #493
* add set_ca_certs methodLipin Dmitriy2017-05-261-0/+1
|
* Allow overriding of pyflakes executableOrion Poplawski2016-11-081-1/+2
|
* Include changelog in the docs treeOleg Pudeyev2016-01-231-0/+2
|
* Add docstring sources to dependency listOleg Pudeyev2015-12-121-0/+3
|
* Do not delete travis-depsOleg Pudeyev2015-11-021-1/+2
|
* Run examples in CIOleg Pudeyev2015-10-271-0/+3
|
* Run pyflakes in test suiteOleg Pudeyev2015-10-271-0/+1
|
* SSL detection via ctypesOleg Pudeyev2015-10-261-0/+1
|
* Define CURLMOPT_* constants on CurlMulti instances, not on Curl instancesOleg Pudeyev2015-10-201-1/+0
|
* Contort more for gssapi tests to succeedOleg Pudeyev2015-07-091-8/+1
|
* Redo ssl backend restriction in test suiteOleg Pudeyev2015-07-081-2/+2
|
* Fix tests when libcurl is not compiled against sslOleg Pudeyev2015-07-071-2/+2
|
* Try without stdout captureOleg Pudeyev2015-07-071-2/+2
|
* Explain how to build Git checkout.Oleg Pudeyev2014-07-071-0/+2
| | | | Closes #198.
* Move docstrings to doc directoryOleg Pudeyev2014-06-241-27/+27
|
* Update docstring sources in makefileOleg Pudeyev2014-06-241-3/+3
|
* Rebuild docstrings .c/.h files when their sources changeOleg Pudeyev2014-06-161-1/+29
|
* make console, for launching python with appropriate PYTHONPATH for testing ↵Oleg Pudeyev2014-06-091-0/+7
| | | | pycurl
* Move documentation for methods to docstringsOleg Pudeyev2014-06-081-0/+2
|
* Move docstrings to their own files.Oleg Pudeyev2014-06-041-3/+8
| | | | This way docstrings are much prettier to look at and easier to edit.
* Split pycurl.c into separate files for easy, multi and share objectsOleg Pudeyev2014-05-231-2/+4
|
* Fix release buildingOleg Pudeyev2014-04-211-4/+7
|
* Separate module initialization and related code into their own fileOleg Pudeyev2014-04-211-2/+2
|
* Extract string compatibility functions into a separate fileOleg Pudeyev2014-04-211-1/+2
|
* Build split source in development, combined source for releasesOleg Pudeyev2014-04-211-2/+11
|
* Extract oscompat.cOleg Pudeyev2014-03-041-2/+2
|
* Try allpycurl.c for the combined file nameOleg Pudeyev2014-03-031-6/+6
|
* Add PYCURL_INTERNAL to hide internal symbols in single file compilationOleg Pudeyev2014-03-031-1/+2
|
* Generate a single source file again for smaller binaryOleg Pudeyev2014-03-031-1/+8
|
* Add a pycurl module reloading test.Oleg Pudeyev2014-02-111-1/+3
| | | | Fixes #116
* Restore --relative, htdocs/download/.htaccess is meant to override ↵Oleg Pudeyev2014-02-111-4/+5
| | | | htdocs/download exclude
* Merge www makefile with top level makefile, update for website in build/wwwOleg Pudeyev2014-02-111-2/+47
|
* No need to have makefiles on the web, or local stateOleg Pudeyev2014-02-111-2/+2
|
* Delete makefile targets I do not expect to needOleg Pudeyev2014-02-111-20/+1
|
* Use a python version that is supportedOleg Pudeyev2014-02-111-1/+1
|
* Move favicon into docs because www is not included in distributions, but ↵Oleg Pudeyev2014-02-101-2/+3
| | | | favicon is needed to build docs
* Use built pycurl for generating documentation, not systemwide oneOleg Pudeyev2014-02-101-0/+4
|
* Build documentation to build/docOleg Pudeyev2014-02-101-4/+4
|
* sphinx-build -a does not seem to rebuild everything, manually delete built ↵Oleg Pudeyev2014-02-101-1/+4
| | | | docs instead
* Depend docs targets on buildOleg Pudeyev2014-02-101-2/+4
|