eea3e70dfb
- update to 1.7.3: * Better wheel support * Python 3.14 support
Dirk Mueller2025-11-10 08:22:05 +00:00
ad75fd2594
Accepting request 1225324 from devel:languages:python
Ana Guerrero2024-11-21 14:13:52 +00:00
e86473f699
- update to 1.6.10: * Add support for python 3.13 * fix: Silently ignore exceptions for PyObject_GetAttrString calls
Dirk Mueller2024-11-20 15:32:12 +00:00
479dc77d02
Accepting request 1166625 from devel:languages:python
Ana Guerrero2024-04-10 15:49:57 +00:00
b25ab44ce8
- Remove not needed dependency python-contextvars
Daniel Garcia2024-04-10 10:30:39 +00:00
b39f613637
Accepting request 1133551 from devel:languages:python
Ana Guerrero2023-12-17 20:31:45 +00:00
fc767de5bb
- update to 1.6.0: * Drop support 2.7-3.5 and clean backward compatible code * Add Python 3.12 wheels - update to 1.5.1: * Add support for Python 3.12 * Fix child callgrind functions disappear - Update to 1.4.0 - update to 1.3.6: * Use PyEval_GetLocals for getting locals in Py3.10 and up. * Fix cp->coroutines becomes NULL when head is removed - Add support for Python 3.10 * Fix various issues
Dirk Mueller2023-12-15 22:34:32 +00:00
ecb56b05a5
- update to 1.3.5: * Use PyEval_GetLocals for getting locals in Py3.10 and up. * Fix cp->coroutines becomes NULL when head is removed * Remove pypistats dw count
Dirk Mueller2022-06-04 13:42:13 +00:00
06dba9937d
- Update to 1.3.0: * Add support for profiling gevent applications * A new API has been defined: set_context_backend which accepts greenlet as a backend. * Fix various issues
Steve Kowalik2020-11-09 04:32:32 +00:00
d086213a56
- update to 1.2.5: * Fix tag/ctx_id filtering on get_func_stats * Add filter_callback to get_func_stats() for filtering function/module descriptors * FIX: issues related to invalid conversion from long->ptr in Win32 * Optimize tstate->dict retrieval * Various other fixes
Dirk Mueller2020-06-02 17:36:18 +00:00
3c30711272
- update to 1.59: * Added testing for Python 3.5 and 3.6 (PR from Tim Graham) #110, #131 * Fixed typos in docstrings (PR from Romuald Brunet, reviewed by Tim Graham) #105 * Removing Python 2.6, 3.2, and 3.3 testing (PR from Tim Graham) #115, #116 * Removing unnecessary parens in return statements (PR from Tim Graham) #113 * Remove unused _has_unicode/_str_cls vars (PR from Tim Graham) #111 * Add flake8 testing and cleanups (PR from Tim Graham, cleanups from Sean Reifschneider) #112 * Fixed storing non-ASCII values on Python 2 and binary values on Python 3 (PR from Nicolas Noé) #135 * Fixed touch(..., time=0) command (PR from Nicolas Noé) #137Thomas Bechtold2019-03-02 07:04:10 +00:00