4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 10 minutes ago. based on code collected 1 day ago.
Jun 03, 2025 — Jun 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove dead CPy_TRASHCAN compatibility macros for Python < 3.8 More... about 2 months ago
Fix opensocket exception swallowing, widen callback size type, and correct error message encoding More... about 2 months ago
Fix multi callback reference leak and missing GC traverse visits More... about 2 months ago
Remove WITH_THREAD compatibility macro More... about 2 months ago
Remove no longer needed call of PyEval_InitThreads More... about 2 months ago
Remove Py_SET_TYPE compatibility shim More... about 2 months ago
Remove Py_NewRef / Py_XNewRef compatibility shims More... about 2 months ago
Remove unused do_curl_setopt_long (was Python 2 only) More... 2 months ago
Add missing C long overflow checks More... 2 months ago
Replace assert with NULL check in do_share_new More... 2 months ago
Fix missing Py_INCREF(Py_None) in do_multi_setopt_charpp More... 2 months ago
Fix lock leak/deadlock in share_cleanup_and_count_live_easies error path More... 2 months ago
Fix use-after-free in do_share_new error path More... 2 months ago
Fix memory leak in do_curl_perform_rb if do_curl_perform fails More... 2 months ago
Merge pull request #959 from aeroyorch/unify-buffer-and-modernize-tests More... 2 months ago
Merge pull request #958 from aeroyorch/update-ssl-options-test More... 2 months ago
Merge pull request #957 from aeroyorch/drop-python2-support More... 2 months ago
Unify read_callback buffer handling to PyBUF_SIMPLE and modernize read_cb tests More... 2 months ago
Align SSL options tests More... 2 months ago
Drop Python 2 support More... 3 months ago
Merge pull request #926 from swt2c/allow_callbacks_during_close More... 3 months ago
Upgrade GitHub Actions versions to be Node 24 compatible More... 3 months ago
Install additional packages to fix Linux vcpkg build More... 3 months ago
Enable callbacks during close() More... 3 months ago
Merge pull request #953 from aeroyorch/mime-wrappers More... 3 months ago
Merge pull request #949 from aeroyorch/fix-callback-signals-propagation More... 3 months ago
Remove executable bit on option_constants_test.py More... 3 months ago
First implementation of pycurl.Mime and pycurl.MimePart More... 3 months ago
Merge pull request #951 from el-chogo/el-chogo/add-autodetect-to-proxy-cainfo More... 3 months ago
Autodetect CAPROXY/CAPATH for proxies as well More... 3 months ago