| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #318 from python-greenlet/gevent-1909 | Jason Madden | 2022-10-27 | 2 | -4/+7 |
| |\ | | | | | Save/restore the trash_delete_nesting; add tests for this. | ||||
| | * | Save/restore the trash_delete_nesting; add tests for this. | Jason Madden | 2022-10-27 | 2 | -4/+7 |
| | | | | | | | | | Refs https://github.com/gevent/gevent/issues/1909 | ||||
| * | | docs: Fix a few typos | Tim Gates | 2022-07-04 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | There are small typos in: - docs/python_threads.rst - src/greenlet/greenlet.cpp - src/greenlet/greenlet_thread_state.hpp Fixes: - Should read `uncollectible` rather than `uncollectable`. - Should read `somehow` rather than `somewhow`. - Should read `communicate` rather than `commuticate`. | ||||
| * | Fix typos | Kian-Meng, Ang | 2021-11-17 | 1 | -1/+1 |
| | | |||||
| * | Better detection of dead greenlets: Any greenlet from a dead thread is dead, ↵ | Jason Madden | 2021-11-09 | 1 | -7/+33 |
| | | | | | even the main greenlet. | ||||
| * | Fix typo | guillaumep | 2021-01-09 | 1 | -1/+1 |
| | | |||||
| * | Correct Context Vars PEP citation | Sebastian Koslowski | 2020-12-01 | 1 | -1/+1 |
| | | |||||
| * | Tweak CHANGES.rst [skip ci] | Jason Madden | 2020-11-20 | 1 | -1/+1 |
| | | |||||
| * | Add document on caveats and known issues. | Jason Madden | 2020-11-19 | 3 | -0/+43 |
| | | | | | Fixes #143. | ||||
| * | Add to the documentation on greenlet cycles leading to leaks. | Jason Madden | 2020-11-19 | 1 | -7/+115 |
| | | |||||
| * | More restructuring of the docs.docs | Jason Madden | 2020-11-19 | 9 | -460/+836 |
| | | |||||
| * | More docs. | Jason Madden | 2020-11-18 | 4 | -31/+187 |
| | | |||||
| * | Better thread example. | Jason Madden | 2020-11-18 | 1 | -8/+15 |
| | | |||||
| * | More doctests. | Jason Madden | 2020-11-18 | 1 | -3/+103 |
| | | |||||
| * | Always complie with support for tracing, garbage collection and contextvars ↵issue207 | Jason Madden | 2020-11-18 | 1 | -2/+1 |
| | | | | | | | | | (where applicable). Remove undocumented compiler macros that let those things be switched off; they were never tested. Fixes #207 | ||||
| * | Add basic development/release docs. [skip ci] | Jason Madden | 2020-11-16 | 2 | -0/+32 |
| | | |||||
| * | Fix docs typo. | Jason Madden | 2020-11-14 | 1 | -2/+2 |
| | | |||||
| * | Add proper cross-linkable API docs, and begin breaking the documentation ↵ | Jason Madden | 2020-11-13 | 7 | -467/+595 |
| | | | | | into topics. | ||||
| * | Fix highlighting of some doc snippets. [skip ci] | Jason Madden | 2020-11-13 | 1 | -5/+5 |
| | | |||||
| * | Convert most documenation examples to doctests and run them on CI and tox. | Jason Madden | 2020-11-13 | 3 | -132/+294 |
| | | | | | Fixes #204 | ||||
| * | Minor docs tweaks; add change note; whitespace in greenlet. | Jason Madden | 2020-11-11 | 1 | -72/+79 |
| | | |||||
| * | Raise AttributeError if contextvars not supported; remove support for 'del ↵ | Joshua Oreman | 2020-11-11 | 1 | -7/+17 |
| | | | | | gr.gr_context' | ||||
| * | Elaborate on docs; fix conditional compilation | Joshua Oreman | 2020-11-11 | 1 | -13/+37 |
| | | |||||
| * | Add the ability to modify a greenlet's contextvars context | Joshua Oreman | 2020-11-11 | 1 | -3/+76 |
| | | |||||
| * | Fix quit in docs example | NotWearingPants | 2020-11-11 | 1 | -0/+1 |
| | | |||||
| * | Publish the change log on RTD. | Jason Madden | 2020-09-30 | 6 | -0/+1052 |
| Fixes #188 Some other minor modernizations as well: - use a RTD config file - Rename NEWS to CHANGES.rst as seems to be th current standard - Likewise, rename doc to docs and *.txt to *.rst (hooray syntax highlighting) - Partially require setuptools; we effectively did anyway. More work required here. | |||||
