1. c32f71d Fix some doc problems. by Neal Norwitz · 17 years ago
  2. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  3. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  4. 612344f Change UnicodeDecodeError objects so that the 'object' attribute by Walter Dörwald · 17 years ago
  5. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  6. 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
  7. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 19 years ago
  8. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 19 years ago
  9. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 19 years ago
  10. ff52837 fix typo by Georg Brandl · 19 years ago
  11. 0e03272 bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated by Georg Brandl · 19 years ago
  12. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 20 years ago
  13. f54ac7e Spelling fix by Andrew M. Kuchling · 20 years ago
  14. fd7dc51 Typo repair. by Tim Peters · 20 years ago
  15. 0c6199e Completed a sentence I left dangling. by Tim Peters · 20 years ago
  16. cfd575d PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule: by Tim Peters · 20 years ago
  17. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
  18. d88471f Change signatures for arguments to "s" and friends to be the proper ``const by Brett Cannon · 20 years ago
  19. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  20. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 20 years ago
  21. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 20 years ago
  22. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  23. 42a1172 Document the new format codes B, H, I, k, K. by Thomas Heller · 22 years ago
  24. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
  25. 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 22 years ago
  26. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago
  27. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  28. b084017 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 22 years ago
  29. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 23 years ago
  30. c84f2c5 Documentation for the new PyArg_UnpackTuple() function. by Fred Drake · 23 years ago
  31. 0fae49f Added documentation for the functions listed in marshal.h. by Fred Drake · 23 years ago
  32. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 23 years ago