1. 653f23c Document the correct return type of PyLong_AsUnsignedLongLongMask. by Thomas Heller · 18 years ago
  2. 69f6168 Bug #805015: doc error in PyUnicode_FromEncodedObject. by Georg Brandl · 18 years ago
  3. d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 18 years ago
  4. ec0d6f8 Clarify documentation for bf_getcharbuffer. by Brett Cannon · 18 years ago
  5. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  6. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  7. 485dbd1 Add a x-ref to newer calling APIs. by Georg Brandl · 18 years ago
  8. 9d67d5e Someone seems to just have copy-pasted the docs of by Georg Brandl · 18 years ago
  9. 658d513 PyErr_NewException now accepts a tuple of base classes as its "base" parameter. by Georg Brandl · 18 years ago
  10. e6d9506 Typo repair. by Tim Peters · 18 years ago
  11. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 18 years ago
  12. b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 18 years ago
  13. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 18 years ago
  14. a71fd71 Documentation bug: PySet_Pop() returns a new reference (because the by Armin Rigo · 18 years ago
  15. 9dea97a fix markup glitch by George Yoshida · 18 years ago
  16. 82972e7 Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR, and PyObject_DEL. by Martin v. Löwis · 18 years ago
  17. bb30011 Stop claiming that Py_Finalize releases all memory. Fixes part of #1445210. by Martin v. Löwis · 18 years ago
  18. 0bc2ab9 Patch #837242: id() for large ptr should return a long. by Martin v. Löwis · 18 years ago
  19. 4dce8e4 Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. by Georg Brandl · 18 years ago
  20. c44e14e Fix typos. by Walter Dörwald · 18 years ago
  21. 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 18 years ago
  22. 66bc4ef fill in refcount information for APIs first documented in Python 2.5 by Fred Drake · 18 years ago
  23. 3e482d9 merge revision 43437 from the release24-maint branch: by Fred Drake · 18 years ago
  24. b6e92c4 Document change made to number of preallocated integers. by Georg Brandl · 18 years ago
  25. 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 18 years ago
  26. 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 18 years ago
  27. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  28. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 18 years ago
  29. c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 18 years ago
  30. 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 18 years ago
  31. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 18 years ago
  32. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 18 years ago
  33. b518d8c Fix casing of function names. by Georg Brandl · 18 years ago
  34. 7d42d3c fix typo by Georg Brandl · 18 years ago
  35. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 18 years ago
  36. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 18 years ago
  37. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 18 years ago
  38. 118be0c SF#1383115 by Fredrik Lundh · 19 years ago
  39. b04747f Add versionadded info by Neal Norwitz · 19 years ago
  40. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  41. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 19 years ago
  42. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  43. 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 19 years ago
  44. df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 19 years ago
  45. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  46. e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 19 years ago
  47. ff52837 fix typo by Georg Brandl · 19 years ago
  48. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 19 years ago
  49. 7638249 Fix PySet_Pop() notes. by Raymond Hettinger · 19 years ago
  50. 0cbf400 Add info about the set API. by Raymond Hettinger · 19 years ago
  51. 94fedf9 Expand the API notes. by Raymond Hettinger · 19 years ago
  52. 0c230b9 Note that the PyNumber protocol can access most set methods directly. by Raymond Hettinger · 19 years ago
  53. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  54. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 19 years ago
  55. 0e03272 bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated by Georg Brandl · 19 years ago
  56. fb66297 Add a(nother) warning about mixing Py_NewInterpreter and the by Michael W. Hudson · 19 years ago
  57. 7b27907 fix some silly whitespace stuff (must have hit M-q or something?) by Michael W. Hudson · 19 years ago
  58. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 19 years ago
  59. 33ceda8 Function signatures for tp_descr_get and tp_descr_set. by Thomas Heller · 19 years ago
  60. 5bbe6ad Fix name for PyDateTime_FromDateAndTime. by Brett Cannon · 19 years ago
  61. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 19 years ago
  62. 1400424 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 20 years ago
  63. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  64. 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 20 years ago
  65. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
  66. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  67. 975e725 Fix typo in PyDict_Items doc by Nicholas Bastin · 20 years ago
  68. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  69. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  70. f54ac7e Spelling fix by Andrew M. Kuchling · 20 years ago
  71. 4eb1a00 [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: by Andrew M. Kuchling · 20 years ago
  72. 672d2ba Use LaTeX markup by Andrew M. Kuchling · 20 years ago
  73. fe80b63 [Bug #991883] Document calling condition by Andrew M. Kuchling · 20 years ago
  74. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  75. 2be406b let's avoid the extra nesting where reasonable by Fred Drake · 20 years ago
  76. 7fdd92f Fix typo though by Neal Norwitz · 20 years ago
  77. 829d6c4 Fix doubled word. by Raymond Hettinger · 20 years ago
  78. fd7dc51 Typo repair. by Tim Peters · 20 years ago
  79. 0c6199e Completed a sentence I left dangling. by Tim Peters · 20 years ago
  80. cfd575d PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule: by Tim Peters · 20 years ago
  81. 6d3db70 Add missing doc for Py_True/Py_False. Use the correct macro to define by Skip Montanaro · 20 years ago
  82. 33ee76a A little boolean music if you please, maestro... (Not sure I have the by Skip Montanaro · 20 years ago
  83. e03664f Two typo fixes by Andrew M. Kuchling · 20 years ago
  84. fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 20 years ago
  85. 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 20 years ago
  86. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 20 years ago
  87. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 20 years ago
  88. 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 20 years ago
  89. e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 20 years ago
  90. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 20 years ago
  91. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
  92. d9dfe02 Remove a few elderly sentences by Andrew M. Kuchling · 20 years ago
  93. ff8113f Replace example with simpler alternative using PyGILState_{Ensure,Require). Can someone please confirm this change is OK? by Andrew M. Kuchling · 20 years ago
  94. 371d98a [Bug #987835] Add documentation from PEP 311. (Untested TeX code.) by Andrew M. Kuchling · 20 years ago
  95. ee5e4cd [Bug #984017] Incorrect prototype, fixed by Timothy Stranex by Andrew M. Kuchling · 20 years ago
  96. d88471f Change signatures for arguments to "s" and friends to be the proper ``const by Brett Cannon · 20 years ago
  97. 6d3a0d2 [Bug #948970] Add PyExc_* symbols to index. by Andrew M. Kuchling · 20 years ago
  98. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  99. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  100. d68d3ee Note that memory returned by PyBuffer_New is not specifically aligned. by Neil Schemenauer · 20 years ago