Benjamin Peterson
|
8c72b4e931
|
rip out mention of types.ListType #8703
|
2010-05-13 21:14:10 +00:00 |
Georg Brandl
|
3a5971c237
|
#5967: note that the C slicing APIs do not support negative indices.
|
2009-06-04 10:15:57 +00:00 |
Jeroen Ruigrok van der Werven
|
9e03cee97c
|
Since it's a macro, actually refer to it as such instead of function.
|
2009-04-25 20:37:39 +00:00 |
Jeroen Ruigrok van der Werven
|
af15b41547
|
Issue #4129: Add a versionchanged notice for a few forgotten entries.
|
2009-04-25 19:54:34 +00:00 |
Jeroen Ruigrok van der Werven
|
de0fed10c8
|
Reformat, since I've been busy here anyway.
|
2009-04-25 19:49:05 +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
|
f6842722df
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |