Georg Brandl
|
6a4689887c
|
Fix some more small markup problems.
|
2009-05-30 10:33:23 +00:00 |
Jeroen Ruigrok van der Werven
|
36378711b7
|
Issue #4129: int -> Py_ssize_t documentation.
|
2009-04-25 20:50:27 +00:00 |
Jeroen Ruigrok van der Werven
|
089c5cdd09
|
Issue #4129: Belatedly document which C API functions had their argument(s) or
return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this
might cause problems on 64-bit platforms.
|
2009-04-25 17:59:03 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Raymond Hettinger
|
8dbbb96929
|
Add cautionary note on the use of PySequence_Fast_ITEMS.
|
2008-07-11 12:00:21 +00:00 |
Georg Brandl
|
f6842722df
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |