1. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 7 years ago
  2. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  3. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  4. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  5. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  6. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  7. b8d768b Revert change f860b7a775c5 by Victor Stinner · 8 years ago
  8. b1e169b ssue #27213: Reintroduce checks in _PyStack_AsDict() by Victor Stinner · 8 years ago
  9. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  10. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  11. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  12. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  13. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  14. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  15. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  16. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  17. 3f1057a method_call() and slot_tp_new() now uses fast call by Victor Stinner · 8 years ago
  18. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  19. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  20. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  21. 8a31c82 Fix PyObject_Call() parameter names by Victor Stinner · 8 years ago
  22. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  23. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 8 years ago
  24. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  25. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  26. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  27. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago
  28. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 9 years ago
  29. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  30. 7ddf3eb use imperative by Benjamin Peterson · 10 years ago
  31. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 10 years ago
  32. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  33. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  34. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  35. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  36. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 11 years ago
  37. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  38. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  39. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  40. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  41. b7f1da5 make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c by Benjamin Peterson · 12 years ago
  42. 0644741 Fix a comment: PySequence_Fast() creates a list, not a tuple. by Larry Hastings · 12 years ago
  43. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  44. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  45. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  46. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  47. c83bc3c Remove buffer API from stable ABI for now, see #10181. by Martin v. Löwis · 13 years ago
  48. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  49. b83df8f Merged revisions 84391 via svnmerge from by Antoine Pitrou · 14 years ago
  50. f68c2a7 Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become by Antoine Pitrou · 14 years ago
  51. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  52. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  53. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 14 years ago
  54. 514c368 Merged revisions 73735-73736 via svnmerge from by Georg Brandl · 15 years ago
  55. 16f7651 remove comment about PyNumber_Int by Benjamin Peterson · 15 years ago
  56. 7d5285e #6115: remove entries for the already removed PyNumber_Divide and PyNumber_InPlaceDivide from the header and the docs. by Georg Brandl · 15 years ago
  57. a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 15 years ago
  58. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 15 years ago
  59. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 15 years ago
  60. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  61. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 15 years ago
  62. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  63. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  64. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  65. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 16 years ago
  66. c36625b Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word by Christian Heimes · 16 years ago
  67. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  68. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  69. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  70. 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
  71. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  72. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  73. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  74. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  75. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  76. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  77. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  78. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  79. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  80. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  81. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  82. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  83. fe55464 Whitespace changes. Also remove apply from a few comments by Neal Norwitz · 18 years ago
  84. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  85. 1fc4b77 Change some sequnce APIs to use Py_ssize_t. by Neal Norwitz · 18 years ago
  86. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  87. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  88. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  89. 42bec93 Make PySequence_Fast_ITEMS public. (Thanks Skip.) by Raymond Hettinger · 20 years ago
  90. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  91. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  92. b566289 Fix broken API descriptions in comments. by Fred Drake · 21 years ago
  93. a72e2f9 Fix spelling and grammar. by Raymond Hettinger · 21 years ago
  94. 3131679 James Henstridge pointed out a misleading comment. by Michael W. Hudson · 22 years ago
  95. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  96. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  97. b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 22 years ago
  98. 7c7ee5f Fix SF bug [ #476852 ] Some bad macros in abstract.h by Jeremy Hylton · 23 years ago
  99. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 23 years ago
  100. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 23 years ago