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