|
| 1 | +2025-12-17 rocky <rb@dustyfeet.com> |
| 2 | + |
| 3 | + * Makefile, timed_threads/version.py: Get ready for release 2.0.0 |
| 4 | + |
| 5 | +2025-12-17 R. Bernstein <rocky@users.noreply.github.com> |
| 6 | + |
| 7 | + * : Merge pull request #1 from |
| 8 | + Mathics3/revise-for-modern-conventions Reworked for current Python conventions |
| 9 | + |
| 10 | +2025-05-30 rocky <rb@dustyfeet.com> |
| 11 | + |
| 12 | + * .editorconfig, .github/workflows/macos.yml, |
| 13 | + .github/workflows/pyodide.yml, .github/workflows/ubuntu.yml, |
| 14 | + .github/workflows/windows.yml, .gitignore, .pre-commit-config.yaml, |
| 15 | + CHANGES.rst, ChangeLog-spell-corrected.diff, Makefile, README.rst, |
| 16 | + admin-tools/git2cl, pyproject.toml, setup.cfg, setup.py, |
| 17 | + src/stopit/__init__.py, test/test_basic.py, tests.py, |
| 18 | + timed_threads/__init__.py, {src/stopit => |
| 19 | + timed_threads}/signalstop.py, {src/stopit => |
| 20 | + timed_threads}/threadstop.py, {src/stopit => |
| 21 | + timed_threads}/utils.py, timed_threads/version.py: Reworked for |
| 22 | + current Python conventions * Use pyproject.toml * Reorganize along current Python project guidelines * Revise tests for pytest |
| 23 | + |
| 24 | +2025-01-18 R. Bernstein <rocky@users.noreply.github.com> |
| 25 | + |
| 26 | + * : Merge pull request #3 from |
| 27 | + Mathics3/fixing_nested_Timeout_contexts_using_signal-rocky Bump version |
| 28 | + |
| 29 | +2025-01-18 rocky <rb@dustyfeet.com> |
| 30 | + |
| 31 | + * .github/workflows/pyodide.yml: See what's up with pyodide |
| 32 | + |
| 33 | +2025-01-18 R. Bernstein <rocky@users.noreply.github.com> |
| 34 | + |
| 35 | + * : commit bc8c5c282ccc11ac6a8f15ee9a8678bfd3da4a60 Author: rocky |
| 36 | + <rb@dustyfeet.com> Date: Sat Jan 18 09:15:22 2025 -0500 |
| 37 | + |
| 38 | +2025-01-18 rocky <rb@dustyfeet.com> |
| 39 | + |
| 40 | + * .gitignore: More ignore |
| 41 | + |
| 42 | +2025-01-18 rocky <rb@dustyfeet.com> |
| 43 | + |
| 44 | + * .github/workflows/pyodide.yml, src/stopit/signalstop.py, |
| 45 | + src/stopit/utils.py, tests.py: Minimal stopit load |
| 46 | + |
| 47 | +2025-01-08 mmatera <matera@fisica.unlp.edu.ar> |
| 48 | + |
| 49 | + * .github/workflows/pyodide.yml: more verbose install |
| 50 | + |
| 51 | +2025-01-08 mmatera <matera@fisica.unlp.edu.ar> |
| 52 | + |
| 53 | + * .github/workflows/pyodide.yml: fix workflow |
| 54 | + |
| 55 | +2025-01-08 mmatera <matera@fisica.unlp.edu.ar> |
| 56 | + |
| 57 | + * .github/workflows/pyodide.yml, setup.py: change version |
| 58 | + |
| 59 | +2025-01-06 rocky <rb@dustyfeet.com> |
| 60 | + |
| 61 | + * setup.py: Bump version |
| 62 | + |
| 63 | +2025-01-05 mmatera <matera@fisica.unlp.edu.ar> |
| 64 | + |
| 65 | + * .github/workflows/macos.yml, .github/workflows/pyodide.yml, |
| 66 | + .github/workflows/ubuntu.yml, .github/workflows/windows.yml: rename |
| 67 | + workflows |
| 68 | + |
| 69 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 70 | + |
| 71 | + * .github/workflows/pyodide.yml: pip through python |
| 72 | + |
| 73 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 74 | + |
| 75 | + * tests.py: removing control prints |
| 76 | + |
| 77 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 78 | + |
| 79 | + * tests.py: improve await function |
| 80 | + |
| 81 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 82 | + |
| 83 | + * tests.py: reordering tests |
| 84 | + |
| 85 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 86 | + |
| 87 | + * tests.py: check time |
| 88 | + |
| 89 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 90 | + |
| 91 | + * tests.py: show duration in test |
| 92 | + |
| 93 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 94 | + |
| 95 | + * .github/workflows/pyodide.yml: no build isolation |
| 96 | + |
| 97 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 98 | + |
| 99 | + * tests.py: fix typo |
| 100 | + |
| 101 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 102 | + |
| 103 | + * .github/workflows/pyodide.yml: pyodide workflow |
| 104 | + |
| 105 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 106 | + |
| 107 | + * .github/workflows/macos.yml, .github/workflows/windows.yml: macos |
| 108 | + and windows workflows |
| 109 | + |
| 110 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 111 | + |
| 112 | + * .github/workflows/ubuntu.yml: adding dependencies |
| 113 | + |
| 114 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 115 | + |
| 116 | + * .github/workflows/ubuntu.yml: workflows |
| 117 | + |
| 118 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 119 | + |
| 120 | + * src/stopit/utils.py: comment out the warning when the timeout is |
| 121 | + reached. |
| 122 | + |
| 123 | +2025-01-04 mmatera <matera@fisica.unlp.edu.ar> |
| 124 | + |
| 125 | + * src/stopit/signalstop.py, src/stopit/threadstop.py, |
| 126 | + src/stopit/utils.py, tests.py: fix nested timeout contexts using |
| 127 | + signals |
| 128 | + |
| 129 | +2025-01-03 mmatera <matera@fisica.unlp.edu.ar> |
| 130 | + |
| 131 | + * src/stopit/threadstop.py, tests.py: fix nested timers when using |
| 132 | + Threads |
| 133 | + |
| 134 | +2024-01-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 135 | + |
| 136 | + * : Merge pull request #31 from kajaste/ulong37 Use ulong for thread id on Python >= 3.7 |
| 137 | + |
| 138 | +2019-08-27 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 139 | + |
| 140 | + * : Merge pull request #22 from bartbroere/patch-1 Fix typo in setLevel |
| 141 | + |
| 142 | +2019-08-03 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 143 | + |
| 144 | + * : Merge pull request #21 from graingert/patch-1 link to github from pypi |
| 145 | + |
| 146 | +2018-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 147 | + |
| 148 | + * : commit 6634d280fb607d18774460988f264752f5cae436 Author: Gilles |
| 149 | + Lenfant <gilles.lenfant@gmail.com> Date: Fri Feb 9 00:28:49 2018 |
| 150 | + +0100 |
| 151 | + |
| 152 | +2018-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 153 | + |
| 154 | + * LICENSE: Create LICENSE |
| 155 | + |
| 156 | +2017-12-31 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 157 | + |
| 158 | + * README.rst: Typo |
| 159 | + |
| 160 | +2017-12-31 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 161 | + |
| 162 | + * README.rst: RST syntax fix |
| 163 | + |
| 164 | +2017-12-31 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 165 | + |
| 166 | + * README.rst: Comment on issue #13 "wontfix" |
| 167 | + |
| 168 | +2016-09-02 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 169 | + |
| 170 | + * : Merge pull request #12 from Randl/patch-1 README typo signaling -> signal fixed |
| 171 | + |
| 172 | +2016-02-18 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 173 | + |
| 174 | + * : Merge pull request #9 from magni-/patch-1 Fix the smallest of typos |
| 175 | + |
| 176 | +2016-02-07 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 177 | + |
| 178 | + * : Merge pull request #8 from guysoft/to_ctx_mgr-typo Fix to_ctx_mrg to_ctx_mgr typo |
| 179 | + |
| 180 | +2015-03-22 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 181 | + |
| 182 | + * CHANGES.rst: Release ready |
| 183 | + |
| 184 | +2015-03-20 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 185 | + |
| 186 | + * README.rst: Supportedversions and rst markup change |
| 187 | + |
| 188 | +2015-03-20 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 189 | + |
| 190 | + * CHANGES.rst, README.rst, setup.py, src/stopit/utils.py: * Fixed bug of timeout context manager as bool under Python 2.x * Tested with Python 3.4 |
| 191 | + |
| 192 | +2015-01-01 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 193 | + |
| 194 | + * README.rst: Typo : status <- state |
| 195 | + |
| 196 | +2014-05-02 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 197 | + |
| 198 | + * MANIFEST.in: Added the MANIFEST.in to add missing dist files |
| 199 | + |
| 200 | +2014-05-02 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 201 | + |
| 202 | + * CHANGES.rst, README.rst: Finished the doc before releasing |
| 203 | + |
| 204 | +2014-05-02 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 205 | + |
| 206 | + * README.rst: Some typo on the doc... |
| 207 | + |
| 208 | +2014-05-02 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 209 | + |
| 210 | + * CHANGES.rst, README.rst, setup.py, src/stopit/__init__.py, |
| 211 | + src/stopit/signalstop.py, src/stopit/threadstop.py, |
| 212 | + src/stopit/utils.py, tests.py: Completed the documentation and |
| 213 | + cleanup |
| 214 | + |
| 215 | +2014-05-01 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 216 | + |
| 217 | + * README.rst, setup.py, src/stopit/__init__.py, |
| 218 | + src/stopit/signalstop.py, src/stopit/threadstop.py, |
| 219 | + src/stopit/utils.py, stopit.py, tests.py: Added timeoutcontrol with |
| 220 | + posix signals |
| 221 | + |
| 222 | +2014-03-07 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 223 | + |
| 224 | + * .gitignore: Python 3 cache |
| 225 | + |
| 226 | +2014-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 227 | + |
| 228 | + * setup.py: Marking 1st release |
| 229 | + |
| 230 | +2014-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 231 | + |
| 232 | + * README.rst: Fixed rst formatting |
| 233 | + |
| 234 | +2014-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 235 | + |
| 236 | + * README.rst: Fixed rst warning |
| 237 | + |
| 238 | +2014-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 239 | + |
| 240 | + * README.rst: Added more doc |
| 241 | + |
| 242 | +2014-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 243 | + |
| 244 | + * setup.py: marked dev version |
| 245 | + |
| 246 | +2014-02-09 Gilles Lenfant <gilles.lenfant@gmail.com> |
| 247 | + |
| 248 | + * Initial |
0 commit comments