1. c32f71d Fix some doc problems. by Neal Norwitz · 17 years ago
  2. 9c12106 Change PyUnicode_FromString[AndSize] to expect UTF-8. by Martin v. Löwis · 17 years ago
  3. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  4. 80bfb72 Add versionadded notes to PyUnicode_FromString(), by Walter Dörwald · 17 years ago
  5. c0aa45f Document PyUnicode_FromFormat(). by Walter Dörwald · 17 years ago
  6. e65c86c Document the existence of PyUnicode_InternInPlace() and by Walter Dörwald · 17 years ago
  7. 1d0476b Fix typo. by Walter Dörwald · 17 years ago
  8. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  9. acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 17 years ago
  10. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  11. 428f064 Remove the deprecated and useless "pend" argument from by Georg Brandl · 18 years ago
  12. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  13. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  14. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  15. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  16. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  17. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  18. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 19 years ago
  19. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 19 years ago
  20. b518d8c Fix casing of function names. by Georg Brandl · 19 years ago
  21. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 19 years ago
  22. df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 19 years ago
  23. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  24. e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 19 years ago
  25. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 19 years ago
  26. 94fedf9 Expand the API notes. by Raymond Hettinger · 19 years ago
  27. 0c230b9 Note that the PyNumber protocol can access most set methods directly. by Raymond Hettinger · 19 years ago
  28. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  29. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 19 years ago
  30. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 19 years ago
  31. 5bbe6ad Fix name for PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
  32. 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 20 years ago
  33. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
  34. 975e725 Fix typo in PyDict_Items doc by Nicholas Bastin · 20 years ago
  35. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  36. 4eb1a00 [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: by Andrew M. Kuchling · 20 years ago
  37. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  38. 2be406b let's avoid the extra nesting where reasonable by Fred Drake · 20 years ago
  39. 7fdd92f Fix typo though by Neal Norwitz · 20 years ago
  40. 829d6c4 Fix doubled word. by Raymond Hettinger · 20 years ago
  41. 6d3db70 Add missing doc for Py_True/Py_False. Use the correct macro to define by Skip Montanaro · 20 years ago
  42. 33ee76a A little boolean music if you please, maestro... (Not sure I have the by Skip Montanaro · 20 years ago
  43. fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 20 years ago
  44. 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 20 years ago
  45. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 20 years ago
  46. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  47. d68d3ee Note that memory returned by PyBuffer_New is not specifically aligned. by Neil Schemenauer · 20 years ago
  48. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 20 years ago
  49. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  50. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 20 years ago
  51. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  52. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
  53. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 21 years ago
  54. 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 21 years ago
  55. f72af65 At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
  56. 13cd889 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
  57. 5469324 Note that \var{ppos} values are not consecutive and should not be altered. by Raymond Hettinger · 21 years ago
  58. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  59. 28eae08 fix use of undefined markup by Fred Drake · 21 years ago
  60. 35d8360 Document Py_RETURN_NONE. by Brett Cannon · 21 years ago
  61. 9c7ed4c Document that varlist can be NULL. by Raymond Hettinger · 21 years ago
  62. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  63. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  64. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  65. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  66. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  67. c22b299 fix some markup errors by Fred Drake · 22 years ago
  68. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 22 years ago
  69. 24b8881 Patch #701395: Correct documentation of PyUnicode_Splitlines. by Martin v. Löwis · 22 years ago
  70. bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 22 years ago
  71. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 22 years ago
  72. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 22 years ago
  73. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  74. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 22 years ago
  75. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  76. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 23 years ago
  77. 432425e Small markup adjustments for consistency. by Fred Drake · 23 years ago
  78. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
  79. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 23 years ago
  80. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 23 years ago
  81. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 23 years ago
  82. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
  83. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 23 years ago
  84. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 23 years ago
  85. 54e6294 A number of small adjustments. by Fred Drake · 23 years ago
  86. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
  87. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 23 years ago
  88. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 23 years ago
  89. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 23 years ago
  90. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 23 years ago