1. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  2. 22701e8 Issue #15589: Ensure double-alignment for brute-force capi argument parser test by Larry Hastings · 12 years ago
  3. 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 12 years ago
  4. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  5. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  6. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  7. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  8. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  9. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  10. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  11. b685568 Check for errors in creating sub-interpreters when testing the C API. by Brett Cannon · 12 years ago
  12. 7422b22 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 12 years ago
  13. 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 12 years ago
  14. e3b4715 Write tests for invalid characters (U+00110000) by Victor Stinner · 13 years ago
  15. 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 13 years ago
  16. 8ef1887 test_widechar() uses the new Unicode API by Victor Stinner · 13 years ago
  17. 2b979bf Use PyUnicode_CompareWithASCIIString() instead of Py_UNICODE_strcmp() to avoid by Victor Stinner · 13 years ago
  18. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  19. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  20. 3d5881e Issue #12909: Make PyLong_As* functions consistent in their use of exceptions. by Nadeem Vawda · 13 years ago
  21. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  22. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  23. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  24. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 13 years ago
  25. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  26. 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 13 years ago
  27. ca1e7ec test_unicode: use ctypes to test PyUnicode_FromFormat() by Victor Stinner · 13 years ago
  28. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 13 years ago
  29. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  30. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  31. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  32. 29aad00 Issue #10185: use Py_hash_t instead of long by Antoine Pitrou · 14 years ago
  33. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  34. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 14 years ago
  35. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 14 years ago
  36. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  37. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  38. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  39. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  40. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  41. ea7b748 Fix test_capi in !pydebug mode, where my original attempt segfaulted without by Jeffrey Yasskin · 14 years ago
  42. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  43. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  44. 5fc16b4 Merged revisions 79661 via svnmerge from by Mark Dickinson · 14 years ago
  45. 80d8fd8 Merged revisions 79642,79644 via svnmerge from by Benjamin Peterson · 14 years ago
  46. d59b416 Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an by Mark Dickinson · 14 years ago
  47. bb13fbf Revert an earlier attempt (r76810) to fix the intermittent test_capi failures fixed in r78172. by Mark Dickinson · 14 years ago
  48. edff7af Issue #7924: Fix an intermittent 'XXX undetected error' crash in by Mark Dickinson · 14 years ago
  49. 8f0b31a Followup to r77918: fix build under Windows. by Antoine Pitrou · 14 years ago
  50. 1632398 Merged revisions 77866-77867 via svnmerge from by Benjamin Peterson · 14 years ago
  51. 05b7c56 Merged revisions 77916 via svnmerge from by Antoine Pitrou · 14 years ago
  52. 93f562c Merged revisions 77842 via svnmerge from by Mark Dickinson · 14 years ago
  53. 8667a9b Python strings ending with '\0' should not be equivalent to their C counterparts in PyUnicode_CompareWithASCIIString by Benjamin Peterson · 14 years ago
  54. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 15 years ago
  55. 309aa2d Keep PyLong_AsLongAndOverflow documentation and implementation in sync by Mark Dickinson · 15 years ago
  56. 1554b18 Merged revisions 76930 via svnmerge from by Mark Dickinson · 15 years ago
  57. 91d58bd Merged revisions 76822,76824 via svnmerge from by Benjamin Peterson · 15 years ago
  58. 6d138f1 Make sure that test_capsule always returns NULL on error; this may by Mark Dickinson · 15 years ago
  59. f08173b Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c. This by Mark Dickinson · 15 years ago
  60. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
  61. 481b85a remove shadowing declartion by Benjamin Peterson · 15 years ago
  62. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  63. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  64. b43d325 Merged revisions 72367 via svnmerge from by Benjamin Peterson · 15 years ago
  65. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  66. f172637 Merged revisions 72357 via svnmerge from by Benjamin Peterson · 15 years ago
  67. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  68. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  69. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  70. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 15 years ago
  71. 8ebab5d Merged revisions 68097,68099 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  72. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  73. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  74. 727c2c5 Style fix, use tab instead of space by Christian Heimes · 16 years ago
  75. 3bae65b Fixed a compiler warning by Christian Heimes · 16 years ago
  76. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  77. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
  78. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  79. 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  80. 0067bd6 add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler by Benjamin Peterson · 16 years ago
  81. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  82. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  83. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  84. 1c95155 Make print_delta static. by Martin v. Löwis · 16 years ago
  85. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  86. b645bc7 Fixed refleak in _testcapi.test_s_code. by Alexandre Vassalotti · 16 years ago
  87. 0740459 #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unicode strings by Amaury Forgeot d'Arc · 16 years ago
  88. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  89. 380f7f2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61081-61095 via svnmerge from by Christian Heimes · 16 years ago
  90. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  91. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  92. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  93. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  94. 8866e0a Try to get this test to pass on Win64 by making clean for ssize_t by Neal Norwitz · 17 years ago
  95. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
  96. b0d2633 Use unicode strings by Neal Norwitz · 17 years ago
  97. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  98. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  99. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  100. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago