summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 7.45.0REL_7_45_0Oleg Pudeyev2022-03-099-9/+34
* Merge pull request #739 from odidev/odidev_wheelsOleg Pudeyev2022-03-091-0/+58
|\
| * Add Linux(x86_64 and aarch64) wheel build supportodidev2022-03-071-0/+58
* | Merge pull request #735 from fsbs/maxlifetime-connOleg Pudeyev2022-03-091-0/+3
|\ \
| * | Add CURLOPT_MAXLIFETIME_CONNfsbs2022-02-111-0/+3
| |/
* | Merge pull request #733 from swt2c/python3.10_supportOleg Pudeyev2022-03-093-3/+4
|\ \
| * | Indicate that Python 3.10 is supportedScott Talbert2022-02-023-3/+4
| |/
* | Merge pull request #731 from fsbs/multi-callback-testOleg Pudeyev2022-03-091-38/+26
|\ \
| * | Improve multi_callback_testfsbs2022-02-111-38/+26
| |/
* | Merge pull request #726 from swt2c/ci_windowsOleg Pudeyev2022-03-0930-5/+3441
|\ \
| * | Add CI for WindowsScott Talbert2022-01-261-0/+58
| * | Temporarily add copy of ilammy/msvc-dev-cmdScott Talbert2022-01-2623-0/+3363
| * | Fix building with Python 3.7Scott Talbert2022-01-261-0/+4
| * | tests: fix test_post_file on WindowsScott Talbert2022-01-221-1/+1
| * | tests: handle file:// URLs with spaces in pathsScott Talbert2022-01-223-3/+9
| * | Support --openssl-dir setup.py argument on WindowsScott Talbert2022-01-211-1/+6
| |/
* | Merge pull request #725 from swt2c/ci_updatesOleg Pudeyev2022-03-093-2/+51
|\ \ | |/ |/|
| * tests: xfail test_easy_pause_unpause on macOSScott Talbert2022-01-261-0/+3
| * Add CI for macOSScott Talbert2022-01-121-0/+43
| * Run CI on all currently supported Python versionsScott Talbert2022-01-121-2/+5
|/
* Merge pull request #714 from fsbs/add-easy-duphandleOleg Pudeyev2022-01-117-104/+635
|\
| * unsetopt: CLEAR_OBJECT macro - slist and httppostfsbs2021-11-071-53/+27
| * duphandle: small cleanupfsbs2021-11-052-61/+89
| * duphandle_test: improve and add more testsfsbs2021-11-051-53/+103
| * bottle test app: fix /header_utf and /postfieldsfsbs2021-11-051-1/+2
| * slist & httppost: directly type.tp_free in deallocfsbs2021-11-051-2/+2
| * Add unsetopt support for all curl_slist optionsfsbs2021-11-051-5/+48
| * Revert "do_curl_duphandle: fix clearing dict on error"fsbs2021-11-031-3/+1
| * duphandle: add testsfsbs2021-11-031-0/+94
| * do_curl_duphandle: fix clearing dict on errorfsbs2021-11-031-1/+3
| * duphandle: allocate subtype instead of Curl_Typefsbs2021-11-011-2/+3
| * do_curl_duphandle: explicit type castingfsbs2021-10-311-11/+11
| * Merge branch 'py-wrap-slist-httppost' into add-easy-duphandlefsbs2021-10-311-0/+5
| |\
| | * util_curl{slist,httppost}_update func declarationfsbs2021-10-311-0/+5
| * | Add duphandle() documentationfsbs2021-10-312-1/+24
| * | Update duphandle (CurlSlist, CurlHttppost)fsbs2021-10-311-72/+14
| * | Merge branch 'py-wrap-slist-httppost' into add-easy-duphandlefsbs2021-10-314-94/+243
| |\ \ | | |/
| | * Slist, Httppost - Py2 compat and zeroed tp_slotsfsbs2021-10-311-10/+74
| | * Wrap curl_httppost in a Python objectfsbs2021-10-314-17/+61
| | * Wrap curl_slist in a Python objectfsbs2021-10-314-77/+118
| * | Add easy.duphandle() [INCOMPLETE]fsbs2021-10-291-0/+221
| |/
* | Merge pull request #713 from fsbs/fix-unsetting-multi-optsOleg Pudeyev2022-01-112-0/+50
|\ \
| * | do_multi_setopt_none(): use Py_CLEAR()fsbs2021-10-271-8/+2
| * | Update multi_option_constants_test.pyfsbs2021-10-271-0/+17
| * | Fix unsetting CurlMulti optionsfsbs2021-10-271-0/+39
| |/
* | Merge pull request #712 from fsbs/add-warning-multi-callbacksOleg Pudeyev2022-01-111-2/+10
|\ \
| * | Add warning to multi callback GIL failurefsbs2021-10-221-2/+10
| |/
* | Merge pull request #711 from fsbs/add-subclass-supportOleg Pudeyev2022-01-116-14/+102
|\ \
| * | Add tests for subclass supportfsbs2021-10-211-0/+88
| * | Fix __init__ overriding by subclassesfsbs2021-10-213-3/+3