1. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  2. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 19 years ago
  3. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  4. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 19 years ago
  5. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  6. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
  7. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  8. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  9. 28ad48e Remove apply() by Neal Norwitz · 19 years ago
  10. d910855 Remove apply() by Neal Norwitz · 19 years ago
  11. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
  12. 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 19 years ago
  13. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  14. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
  15. c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 19 years ago
  16. 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
  17. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 19 years ago
  18. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 19 years ago
  19. b518d8c Fix casing of function names. by Georg Brandl · 19 years ago
  20. 7d42d3c fix typo by Georg Brandl · 19 years ago
  21. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 19 years ago
  22. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 19 years ago
  23. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 19 years ago
  24. 118be0c SF#1383115 by Fredrik Lundh · 20 years ago
  25. b04747f Add versionadded info by Neal Norwitz · 20 years ago
  26. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 20 years ago
  27. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 20 years ago
  28. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 20 years ago
  29. 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 20 years ago
  30. df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 20 years ago
  31. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
  32. e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 20 years ago
  33. ff52837 fix typo by Georg Brandl · 20 years ago
  34. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 20 years ago
  35. 7638249 Fix PySet_Pop() notes. by Raymond Hettinger · 20 years ago
  36. 0cbf400 Add info about the set API. by Raymond Hettinger · 20 years ago
  37. 94fedf9 Expand the API notes. by Raymond Hettinger · 20 years ago
  38. 0c230b9 Note that the PyNumber protocol can access most set methods directly. by Raymond Hettinger · 20 years ago
  39. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 20 years ago
  40. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 20 years ago
  41. 0e03272 bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated by Georg Brandl · 20 years ago
  42. fb66297 Add a(nother) warning about mixing Py_NewInterpreter and the by Michael W. Hudson · 20 years ago
  43. 7b27907 fix some silly whitespace stuff (must have hit M-q or something?) by Michael W. Hudson · 20 years ago
  44. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 20 years ago
  45. 33ceda8 Function signatures for tp_descr_get and tp_descr_set. by Thomas Heller · 20 years ago
  46. 5bbe6ad Fix name for PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
  47. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 21 years ago
  48. 1400424 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 21 years ago
  49. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 21 years ago
  50. 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 21 years ago
  51. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 21 years ago
  52. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 21 years ago
  53. 975e725 Fix typo in PyDict_Items doc by Nicholas Bastin · 21 years ago
  54. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  55. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 21 years ago
  56. f54ac7e Spelling fix by Andrew M. Kuchling · 21 years ago
  57. 4eb1a00 [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: by Andrew M. Kuchling · 21 years ago
  58. 672d2ba Use LaTeX markup by Andrew M. Kuchling · 21 years ago
  59. fe80b63 [Bug #991883] Document calling condition by Andrew M. Kuchling · 21 years ago
  60. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  61. 2be406b let's avoid the extra nesting where reasonable by Fred Drake · 21 years ago
  62. 7fdd92f Fix typo though by Neal Norwitz · 21 years ago
  63. 829d6c4 Fix doubled word. by Raymond Hettinger · 21 years ago
  64. fd7dc51 Typo repair. by Tim Peters · 21 years ago
  65. 0c6199e Completed a sentence I left dangling. by Tim Peters · 21 years ago
  66. cfd575d PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule: by Tim Peters · 21 years ago
  67. 6d3db70 Add missing doc for Py_True/Py_False. Use the correct macro to define by Skip Montanaro · 21 years ago
  68. 33ee76a A little boolean music if you please, maestro... (Not sure I have the by Skip Montanaro · 21 years ago
  69. e03664f Two typo fixes by Andrew M. Kuchling · 21 years ago
  70. fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 21 years ago
  71. 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 21 years ago
  72. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 21 years ago
  73. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 21 years ago
  74. 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 21 years ago
  75. e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 21 years ago
  76. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 21 years ago
  77. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 21 years ago
  78. d9dfe02 Remove a few elderly sentences by Andrew M. Kuchling · 21 years ago
  79. ff8113f Replace example with simpler alternative using PyGILState_{Ensure,Require). Can someone please confirm this change is OK? by Andrew M. Kuchling · 21 years ago
  80. 371d98a [Bug #987835] Add documentation from PEP 311. (Untested TeX code.) by Andrew M. Kuchling · 21 years ago
  81. ee5e4cd [Bug #984017] Incorrect prototype, fixed by Timothy Stranex by Andrew M. Kuchling · 21 years ago
  82. d88471f Change signatures for arguments to "s" and friends to be the proper ``const by Brett Cannon · 21 years ago
  83. 6d3a0d2 [Bug #948970] Add PyExc_* symbols to index. by Andrew M. Kuchling · 21 years ago
  84. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 21 years ago
  85. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 21 years ago
  86. d68d3ee Note that memory returned by PyBuffer_New is not specifically aligned. by Neil Schemenauer · 21 years ago
  87. 1b50b43 [Bug #936837] Add missing word by Andrew M. Kuchling · 21 years ago
  88. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 21 years ago
  89. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  90. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 21 years ago
  91. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 21 years ago
  92. 043fff0 minor wording cleanup by Fred Drake · 21 years ago
  93. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 21 years ago
  94. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 21 years ago
  95. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 21 years ago
  96. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 21 years ago
  97. d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 21 years ago
  98. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 21 years ago
  99. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
  100. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago