Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-26868: Fix example usage of PyModule_AddObject. (#15725) | Brandt Bucher | 2019-09-12 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | * Add a note to the PyModule_AddObject docs. * Correct example usages of PyModule_AddObject. * Whitespace. * Clean up wording. * 📜🤖 Added by blurb_it. * First code review. * Add < 0 in the tests with PyModule_AddObject | ||||
* | Doc: define PY_SSIZE_T_CLEAN always (GH-12794) | Inada Naoki | 2019-04-13 | 1 | -0/+1 |
| | |||||
* | bpo-33201: Modernize "Extension types" doc (GH-6337) | Antoine Pitrou | 2018-04-07 | 1 | -0/+197 |
* bpo-33201: Modernize "Extension types" doc * Split tutorial and other topics * Some small fixes * Address some review comments * Rename noddy* to custom* and shoddy to sublist * Fix markup |