1. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  2. c663b58 Give a dedicated page to memoryview objects, so that they can be part by Antoine Pitrou · 14 years ago
  3. f7ba2fa Buffers are not sequence objects (!). Put them in the abstract objects layers by Antoine Pitrou · 14 years ago
  4. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  5. fae45ed remove cobject reference by Benjamin Peterson · 15 years ago
  6. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  7. fbeb6b6 Merged revisions 63678,63688,63690,63696 via svnmerge from by Benjamin Peterson · 16 years ago
  8. dae32c1 update docs after renaming of PyString -> PyBytes by Benjamin Peterson · 16 years ago
  9. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago
  10. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  11. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  12. 60bad0e Big fat todo. by Georg Brandl · 17 years ago
  13. 69aabc0 Fix role usage. by Georg Brandl · 17 years ago
  14. a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 17 years ago
  15. d019fe2 Replace all remaining occurrences of PyInt_. by Georg Brandl · 17 years ago
  16. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  17. 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 17 years ago
  18. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
  19. 05a2fc2 Cleanups and documentation updates related to the removal of unbound methods. by Christian Heimes · 17 years ago
  20. 2e0b755 Futher update docs after unbound method removal. by Georg Brandl · 17 years ago
  21. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  22. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  23. a2074f0 Kill PyString_Encode(), which isn't used anywhere. by Guido van Rossum · 17 years ago
  24. 083bea4 Remove duplicate entry for PyObject_AsFileDescriptor. by Georg Brandl · 17 years ago
  25. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  26. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  27. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  28. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  29. 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 17 years ago
  30. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  31. d1d9a89 Kill lingering docs references to UnicodeType. by Collin Winter · 17 years ago
  32. 19e6238 Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests by Walter Dörwald · 17 years ago
  33. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  34. d9a1579 Complete truncated sentence. by Walter Dörwald · 17 years ago
  35. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago