Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38557: Improve documentation for list and tuple C API. (GH-16925) | Miss Skeleton (bot) | 2019-10-26 | 1 | -6/+12 |
| | | | | | (cherry picked from commit d898d20e8c228229eb68e545f544db13f246f216) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -29/+29 |
| | |||||
* | Dont put "void" in signature for nullary functions. | Georg Brandl | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Issue #4129: more int -> Py_ssize_t documentation. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+12 |
| | |||||
* | Issue #4129: Belatedly document which C API functions had their argument(s) or | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+28 |
| | | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms. | ||||
* | Fix function name. | Georg Brandl | 2008-02-17 | 1 | -1/+1 |
| | |||||
* | Implemented Martin's suggestion to clear the free lists during the garbage ↵ | Christian Heimes | 2008-02-14 | 1 | -0/+7 |
| | | | | collection of the highest generation. | ||||
* | Split the monstrous C API manual files in smaller parts. | Georg Brandl | 2008-01-19 | 1 | -0/+117 |