1. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  2. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  3. f6d6dc2 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. by Georg Brandl · 10 years ago
  4. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  5. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  6. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  7. c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 11 years ago
  8. 3d7b364 Note the new debug assertion in PyObject_Str by Nick Coghlan · 11 years ago
  9. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  10. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  11. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  12. 16459e8 Merge from 3.3: Add a str class entry to the string section (issue #16209). by Chris Jerdonek · 12 years ago
  13. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  14. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  15. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  16. 4384435 write versionadded by Benjamin Peterson · 13 years ago
  17. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 13 years ago
  18. 4928107 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. by Brian Curtin · 13 years ago
  19. ce4c407 The version* directives don’t work with a blank line between arguments by Éric Araujo · 13 years ago
  20. ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. by Eli Bendersky · 14 years ago
  21. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  22. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  23. eb6f8de Issue #6687: Moved the special-case for integers out of PyBytes_FromObject. by Alexandre Vassalotti · 15 years ago
  24. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  25. bd87552 Merged revisions 71898-71900,71910,71914-71919 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  26. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  27. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  28. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  29. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 16 years ago
  30. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  31. f9aefce PyObject_Unicode doesn't exist anymore by Benjamin Peterson · 16 years ago
  32. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 7a70a3a Merged revisions 65810 via svnmerge from by Nick Coghlan · 16 years ago
  34. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  35. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago