| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | |||||
