| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-12 | docs/library: Add / to indicate positional-only args in library docs. | Jason Neal | |
| Removes the confusion of positional-only arguments which have defaults that look like keyword arguments. | |||
| 2017-07-02 | docs/library: Add CPython docs xref to each pertinent module. | Paul Sokolovsky | |
| Cross-reference text/link is implemented as RST substitution, so easy to consistently. | |||
| 2017-06-30 | docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions. | Paul Sokolovsky | |
| 2016-05-14 | docs/ustruct: Describe supported type codes. | Paul Sokolovsky | |
| 2016-05-01 | docs/ustruct: Fix argument formatting. | Paul Sokolovsky | |
| Per current CPython docs conventions, arguments are in italics. Follow that. | |||
| 2016-05-01 | docs/ustruct: Document pack_into(), unpack_from(). | Paul Sokolovsky | |
| 2016-04-22 | docs/ustruct: There's no complete "struct" module, only "ustruct" subset. | Paul Sokolovsky | |
| "ustruct" is good example of micro-ified module, so rather should belong to the corresponding list. | |||
