Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sagemath/cysignals

cysignals: interrupt and signal handling for Cython
https://github.com/sagemath/cysignals

Add access to volatile variable in infinite loop

0cdef7b4e510c080a197cb17f2ce5c5776b99961 authored over 7 years ago
Allow nesting of sig_block()

4801f95262cfd8cbee4b06cd6a0b67abd088f244 authored over 7 years ago
Fix obsolete comment

22c58d9fa13b70c6adf80e98d0314ee57bd61e3d authored almost 8 years ago
Comments

c2f40f0eb66fd1ef14e5cc2681ef5ccd394b0ba3 authored almost 8 years ago
Use upstream Sphinx from git

0c6680d40754567f874dff83f565ff29b2e95018 authored almost 8 years ago
Monkey-patch inspect

c9a3b51f6c3dfd61e85c28add6f711dcc77c3fee authored almost 8 years ago
Use *args in __exit__

8853e43293cb155ccbd03f1fda96ffb5f8b11544 authored almost 8 years ago
Use PyErr_SetString() to raise exceptions

e22d267911224ee79294c1a5f2294b3da61bfc92 authored almost 8 years ago
Installation tests should not be run simultaneously

05d2114afd3ea4ad0d92bd3f916f7d5b11713e74 authored almost 8 years ago
Run "make check-all" on Travis CI

17231b55a0642529eeb8db14cdf8fcc7c286b9d5 authored almost 8 years ago
Use parallel make for Travis CI

83337565327d87d554b1bbd164a047326adcf398 authored almost 8 years ago
Version 1.6.3

906f1cf42d0d373763547d0b7d571edd39059229 authored almost 8 years ago
Fix debug build

39bc87bcb830af8c5fbb423e9ac19355ca4c6854 authored almost 8 years ago
Deal better with tmp directory in build/test system

c7b10bd1e50221c3adc80f5ebd73ee3aeff2f114 authored almost 8 years ago
Test debug builds

f48cd9e0b12d9bd6fa045c41b97d2640af81c4be authored almost 8 years ago
Version 1.6.2

781c47a3e3a6c18a89c5e51c36803de9e4fb9dd3 authored almost 8 years ago
Add Cython to setup_requires

a1dd07e7a34bc9469cb6d53c354ac84a21ae2a18 authored almost 8 years ago
Version 1.6.1

98f126176f0e67a184a799d56c7941cb343b0e1f authored almost 8 years ago
ReadTheDocs: only build requirements.txt if available

5d9ed9f14b8e10b484c5da6a5112c42591fff9bd authored almost 8 years ago
Version 1.6.0

a5b3d398d0258bdf7a721eef4c9081951de3fe8b authored almost 8 years ago
Fix doctest

144f914bb9e5feff19850921bb62f72348a3524b authored almost 8 years ago
Use cyfunctions (binding=True)

17aaef1d742f1c99f7ee4ac28f6f56dbe627004a authored almost 8 years ago
Doc typo

76ba9555cc846dfdeb3f0ee333689274ac037bd3 authored almost 8 years ago
Update doc index

eec7ee79ad02499967ceb2df8f1d200cb7c300c3 authored almost 8 years ago
Call pselect() without GIL

9f9282d79a61087ff3c6d8893a8f4a5ddaca3810 authored almost 8 years ago
Mention sigprocmask() in module title

a7998549a8b5d7197d694503908f351438b68f4e authored almost 8 years ago
Run doctests in separate processes

bd6fcbac48b3f9dcf0d7708077e22fa29d0ce519 authored almost 8 years ago
Add Python functions to get/set signal handlers

02d6f507b4f8ad53e9be9e5506c9da093a08dbf4 authored almost 8 years ago
Version 1.5.0

f0cfdbdc1a5b4aee91d4931b2ae416a198c78ac3 authored almost 8 years ago
Deprecate .pxi files

f1b7fbd3046b53e47695c9dd62d8d29e6104585c authored almost 8 years ago
Add Cython for readthedocs

75b2dd09550c4311c0b5b793a40efed43c669d64 authored almost 8 years ago
Use conda for readthedocs

efd175467a815d816bc8634f9152aa8ff52f682c authored almost 8 years ago
Add readthedocs configuration file

d0fa129785118c3ee9f33019f73b5caaa5c82de8 authored almost 8 years ago
Do not allow egg builds

dc38dc1403dd940e6be72e5e5b1c34c663ff81b7 authored almost 8 years ago
Require a recent setuptools

7b1d98eea17c663c9ca6212e3f2d2cb4bdddd944 authored almost 8 years ago
Add autodoc documentation for pselect

64c12a8c6cefd035136827ced1fb521f0f30cc8e authored almost 8 years ago
cimport all signals functions in memory.pxi

4f2359157ce458fd5c7ae489293ef34fffbba248 authored almost 8 years ago
Reorganize documentation

983f9b0e17182415dff9252d6c60ef228265a931 authored almost 8 years ago
Correctly declare sig_on_count as sig_atomic_t

b60309f474c1832b02a368bbecff6ca380bc44bc authored almost 8 years ago
Do not use include .pxi files in documentation

0ca166d54e541141e567357fe49ae4064e7cfc0d authored almost 8 years ago
Fix cysignals-CSI for Python 3

d20f39c3092aa8da648e78fb65d839c478198c0f authored almost 8 years ago
Wrap all static variables as inline function

d1fe82d4c84373c1b8f36980500090ce74396a91 authored almost 8 years ago
Use (forward-declarable) function to retrive cysigs instance.

295f1829f8e17a9f42e0eaf2c2ae61964019a7e4 authored almost 8 years ago
Further fixes to forward declarations

5adf00ef5196e3459a32eefb44dbcf661143aef1 authored almost 8 years ago
Forward declare symbols to avoid need for late-include.

a3da0c3a0936362b9045c684c6e58ac1119d0483 authored almost 8 years ago
Use late includes from Cython

See https://github.com/cython/cython/pull/1650

6a2cb9b85f3327305a4c220cf11dd28d8bf9cf25 authored almost 8 years ago
Compile example as C++ for testing

b723674cd0e9b36f5c500cd8087ce9e4468ed3ae authored almost 8 years ago
Add test for gdb

d3e1c0f1b80dd0521711789f2417dc4616dc2400 authored almost 8 years ago
Add missing import os

991389c1512750180c56ab49b59ce701cc4a1568 authored almost 8 years ago
Check for errors when running gdb

e2d2aac319307fcbc8df23e7e834ec7d5c97a2fe authored almost 8 years ago
Declare whole "cdef extern" block as nogil

1dbac3f8f5c8d0bac35771f0c036e4b55ccb40e2 authored almost 8 years ago
Remove superfluous ELLIPSIS markers

929d15550453dec0b52f6eeb250725b72bb29213 authored about 8 years ago
Version 1.4.0

4269c64e3e62fbbfcbe9dbaf95164515522c929e authored about 8 years ago
Greatly improve installation and installation testing

2c4a1b2e4d2ce056ec00fd91160efd9664c5bee4 authored about 8 years ago
Add function interruptible_sleep() to work around PEP 475

bfc84cbf6ee248db3ed09ab7cfba3e6951269bf2 authored about 8 years ago
Test also Python 3.5 on Travis CI

ce9f287ca5474fb002e5a30cef8d43f5c301fec4 authored about 8 years ago
Merge pull request #43 from kiwifb/lib

Make localisation of libpython more robust

93a055490a6975191a210b0df017f0efc165f558 authored about 8 years ago
Make localisation of libpython more robust

622437c2409460cc439c659fe244c4e63a1288d6 authored about 8 years ago
Version 1.3.2

66a44e44b2fd45e8f4b9f7e59ac8672e343e6f14 authored about 8 years ago
Fix include_path

02d9792ff4327a8d081f0d3373c42485d6853c4f authored about 8 years ago
Version 1.3.1

cd02123702c2e6615c3d96aae826ea987ce45ad9 authored about 8 years ago
Python 3 compatibility in pselect.pyx

c0f20496cdd30a48c4359988fe6fae6516f1bf74 authored about 8 years ago
Run doctests using new rundoctests.py script

5bd8bb0915ee21d19ae7d4fb58796657ad24f008 authored about 8 years ago
Version 1.3.0

de80073a1546fe31b7c923331f93fd1c58e86071 authored about 8 years ago
Add cysignals.pselect from SageMath

324c3cf9212aa9f30a76979dc3d276caca787cd5 authored about 8 years ago
Run Cython only after installing it; show also gcc version

19ff1ae56992c74df9132f738a34cdebeb61ed2d authored about 8 years ago
Display Cython version in Travis logs

295bbbd31d1920a2f253d87a30f96ff6f387df33 authored about 8 years ago
Improve build system

86c7d65df029a1b95b55734278d30ba5d345bc73 authored about 8 years ago
Move _set_debug_level() to macros.h

5ca1e10b0b40ee1b0b1b30a19a10e2d280b5c824 authored over 8 years ago
Fix comment

10b54e55f8e97216591d8dfd43a08d1b5d80389a authored over 8 years ago
Version 1.2.0

28bc37ac38ebe3c348808d536c6ee5776873d847 authored over 8 years ago
Add configure option --enable-debug

Add public function set_debug_level()

c775cb1e0634e1b2c52910a30dce815665bcfa94 authored over 8 years ago
Merge pull request #37 from jgmbenoit/debian/1.1.1+ds-1/lintian/spelling-error

Correct spelling error as reported by lintian

c402749ad3ba45dfe2994fbe731ce05ad651d0ee authored over 8 years ago
Correct spelling error as detected by lintian

6ac24cabe7b0e764ff60f54315ecb8c1bc025db7 authored over 8 years ago
Put back cython_debug_files() and fix it outside Sage

97faba38f1c17ae22c9f8d12767c652f8e7d615b authored over 8 years ago
Fix flake8 errors

4446e6609562148b0773c2b9516ad0d7119ac9d2 authored over 8 years ago
Better error handling in cysignals-CSI

f6e55610e600a1ed67f5581dc834b4250b7a746c authored over 8 years ago
Return bytes in gdb_commands

175ac9c44abdfb13e50bfbbccd3a4770a5313e17 authored over 8 years ago
Remove useless cython_debug_files() function

61ec1c997f5367def5d0ffd65ed88578d0a33b5e authored over 8 years ago
Make sine_sum() work for large values of i

f18404087a03efafa03efea1a471aafcb8879ef7 authored over 8 years ago
Explicitly run "sh"

68fb7b23ea8348e35211089be2fb06e4376edf10 authored over 8 years ago
Run subprocesses without shell

b1067d554359ed05d4cc615fe6865ad38ce2c2fa authored over 8 years ago
Correct license

7559e30cc1ba9f6acc63af2dfa5803a8bb34668d authored over 8 years ago
Use select() to sleep instead of pselect()

c5a9b4216512c1ab860a565bef515d4e7f712d43 authored over 8 years ago
Minor cleanup of #includes

1271ab617cd0ad2d7885ce52cd537edd8264b9c9 authored over 8 years ago
Remove reference to the Sage Developer's Guide

24332c03f3932d6d79466457c3a94bee8c7bcb05 authored over 8 years ago
Version 1.1.1

0f56e8b64072a368cab65d519e59f18f2db388a6 authored over 8 years ago
Merge pull request #31 from embray/debug-segfault

Possible segfault in debug code only

4b521773fbbc1a28c73aa7af20b93f7f4a64fff5 authored over 8 years ago
Fix segfault that can occur when debugging is enabled if the gil is released before code in which a signal occurs.

261a1c6bba55c98d94dbbde2080bf7df6d71c0ee authored almost 9 years ago
Deprecate Cython < 0.24

3bb5038f40a5e80a285f587154bc56fbd9629ccf authored almost 9 years ago
Add LICENSE to distribution

234e551002f5bccaa3fa4bcc4f817349463bd294 authored almost 9 years ago
Merge pull request #28 from embray/update-gitignore

Ignore generated .so files with --inplace builds

adab2c17b1305aa6e9eb9fcaf0d2d18f98e5a292 authored almost 9 years ago
Ignore generated .so files

a8dd98f22b2e39e2a6df9054b615337792c63786 authored almost 9 years ago
Version 1.1.0

3b995ee2029c4d22427f9a229bc7c0e1640e131d authored almost 9 years ago
Add memory functions from SageMath

508513b66030d5aaef0915392db344c23f811a63 authored almost 9 years ago
Merge pull request #27 from sagemath/robertwb-patch-1

Remove one more reference to sage.

c42bd457fc10c7acde2996f2b9ce4cb206e3c689 authored almost 9 years ago
Remove one more reference to sage.

320dd5dc08032cd7226420f0398ff8eb75bb3d17 authored almost 9 years ago
Redirect all output of cysignals-CSI to stderr

357668472cacc934d8a749b18de10c29d9332681 authored almost 9 years ago
Version 1.0.1

f785d3d0d1f87860100871c8d37408ef6e578ec5 authored almost 9 years ago
Correct permissions in released tarball

be1bcd1e11ed0faca2c36160853e1025a7a1179c authored almost 9 years ago