Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) | INADA Naoki | 2018-07-01 | 1 | -0/+0 |
| | | | | Using OptiPNG 0.7.7. Used command is: `find . -name '*.png' | xargs optipng -o7` | ||||
* | Issue #24439: Improve PEP 492 related docs. | Yury Selivanov | 2015-06-24 | 1 | -0/+0 |
| | | | | Patch by Martin Panter. | ||||
* | asyncio doc: change style of the sequence diagram to focus on the control flow | Victor Stinner | 2013-12-13 | 1 | -0/+0 |
| | |||||
* | Add a sequence diagram for the chained coroutines example | Victor Stinner | 2013-12-12 | 1 | -0/+0 |