1. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  2. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  3. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  4. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  5. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  6. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
  7. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  8. 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  9. 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
  10. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  11. 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
  12. 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  13. a94a0e9 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  14. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  15. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  16. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  17. f1ab47e Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. by Mark Dickinson · 13 years ago
  18. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  19. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  20. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  21. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  22. fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  23. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 13 years ago
  24. d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 13 years ago
  25. 2e3a38a demote this to a note by Benjamin Peterson · 13 years ago
  26. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  27. da5b852 #12072: merge with 3.1. by Ezio Melotti · 13 years ago
  28. 261d855 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  29. 521143d Update pydoc topics and handle suspicious markup. by Georg Brandl · 13 years ago
  30. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  31. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  32. f77b74d #11997: merge with 3.1. by Ezio Melotti · 13 years ago
  33. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 13 years ago
  34. f97aed1 merge 3.1 by Benjamin Peterson · 13 years ago
  35. 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 13 years ago
  36. f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  37. a782cca #11942: merge with 3.1. by Ezio Melotti · 13 years ago
  38. ce4c407 The version* directives don’t work with a blank line between arguments by Éric Araujo · 13 years ago
  39. cae1be8 Branch merge by Éric Araujo · 13 years ago
  40. 5348b63 Branch merge by Éric Araujo · 13 years ago
  41. 861d27f Merge with 3.1. by Ezio Melotti · 13 years ago
  42. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  43. 37e6c54 Merge 3.1 by Éric Araujo · 13 years ago
  44. ad0790e Branch merge by Éric Araujo · 13 years ago
  45. 74c0031 #11865: Merge with 3.1. by Ezio Melotti · 13 years ago
  46. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 13 years ago
  47. c1f0577 #11840: Merge with 3.1. by Ezio Melotti · 13 years ago
  48. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  49. 8b8f2ec Kill last reference to defunct module by Éric Araujo · 13 years ago
  50. 9bb9877 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. by Antoine Pitrou · 13 years ago
  51. 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  52. 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  53. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  54. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 14 years ago
  55. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
  56. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  57. 1f3fa04 Markup fix. by Georg Brandl · 14 years ago
  58. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  59. f5cf435 Nits by Antoine Pitrou · 14 years ago
  60. 3acd3e9 Merged revisions 88012-88018 via svnmerge from by Antoine Pitrou · 14 years ago
  61. 5ace8e9 Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and by Antoine Pitrou · 14 years ago
  62. bedd2c2 Reword and restructure the GIL API doc by Antoine Pitrou · 14 years ago
  63. 9bf8d1c Add mention of how to switch interpreters by Antoine Pitrou · 14 years ago
  64. f1dfe73 Improve description of issues by Antoine Pitrou · 14 years ago
  65. 8b50b83 Restructure a bit by Antoine Pitrou · 14 years ago
  66. 0765dd6 Standard streams use file descriptors, not FILE pointers. by Antoine Pitrou · 14 years ago
  67. 5bcc563 Merged revisions 88009 via svnmerge from by Eli Bendersky · 14 years ago
  68. ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. by Eli Bendersky · 14 years ago
  69. 818581c Merged revisions 87784 via svnmerge from by Antoine Pitrou · 14 years ago
  70. d53dfa3 Issue #10840: make it explicit that "s*" and friends provide contiguous memory. by Antoine Pitrou · 14 years ago
  71. 80e788a Rephrase PyUnicode_CompareWithASCIIString() documentation by Victor Stinner · 14 years ago
  72. b1dbd10 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string by Victor Stinner · 14 years ago
  73. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
  74. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  75. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
  76. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 14 years ago
  77. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 14 years ago
  78. c5895dc Fix typo by Daniel Stutzbach · 14 years ago
  79. 7cb3051 Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. by Daniel Stutzbach · 14 years ago
  80. 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 14 years ago
  81. a92d1f5 Merged revisions 87188-87190,87192-87194 via svnmerge from by Antoine Pitrou · 14 years ago
  82. 8abc935 Better explain the buffer interface (hopefully) by Antoine Pitrou · 14 years ago
  83. 18d378d Fix markup. by Georg Brandl · 14 years ago
  84. 6d9839d Add versionchanged for parameter type changes. by Martin v. Löwis · 14 years ago
  85. dd59097 Adjust PySlice_GetIndices documentation to signature change. by Martin v. Löwis · 14 years ago
  86. fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
  87. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  88. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  89. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  90. de0ab5e #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. by Georg Brandl · 14 years ago
  91. f7f5a82 #10594: fix parameter names in PyList API docs. by Georg Brandl · 14 years ago
  92. f66a1dd Merged revisions 86838 via svnmerge from by Antoine Pitrou · 14 years ago
  93. a66e029 Make doc for PyErr_Format() up to date. by Antoine Pitrou · 14 years ago
  94. f65e25b Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  95. d62ecbf Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from by Georg Brandl · 14 years ago
  96. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  97. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  98. 4f13d61 assert.h is also included. Thanks to Savio Sena. by Georg Brandl · 14 years ago
  99. 5a93265 #10468: document Unicode exception creation and access functions. by Georg Brandl · 14 years ago
  100. bab3378 #10439: document PyCodec C APIs. by Georg Brandl · 14 years ago