1. 69e25fa Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions by Victor Stinner · 14 years ago
  2. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  3. 83fd9b9 Issue #8593: Fix, reorder and improve the documentation for argument parsing by Antoine Pitrou · 14 years ago
  4. 44d3d78 add versionadded by Benjamin Peterson · 14 years ago
  5. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  6. 2952148 Merged revisions 77242 via svnmerge from by Gregory P. Smith · 15 years ago
  7. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  8. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  9. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  10. bd87552 Merged revisions 71898-71900,71910,71914-71919 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  11. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  12. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 15 years ago
  13. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 16 years ago
  14. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  15. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 16 years ago
  18. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  20. ffc9479 document 'y(#)' format codes for Py_BuildValue by Benjamin Peterson · 16 years ago
  21. 8fa8952 #3753: document that s* etc. are newer and preferred to s#. by Georg Brandl · 16 years ago
  22. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  23. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  24. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago