1. 12b2cf3 Fix ReST markup. by Mark Dickinson · 15 years ago
  2. 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
  3. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  4. bb43a05 Merged revisions 74958 via svnmerge from by Ezio Melotti · 15 years ago
  5. 2ded55f Py_(Set|Get)PythonHome use wchar_t #6913 by Benjamin Peterson · 15 years ago
  6. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  7. 11b6a64 #6754: remove old struct member nb_inplace_divide. by Georg Brandl · 15 years ago
  8. 0f46ffd the old buffer object doesn't exist in Python 3 #6659 by Benjamin Peterson · 15 years ago
  9. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  10. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  11. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  12. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  13. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  14. 21dc5ba #6421: The self argument of module-level PyCFunctions is now a reference to the module object. by Georg Brandl · 15 years ago
  15. fae45ed remove cobject reference by Benjamin Peterson · 15 years ago
  16. f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
  17. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  18. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  19. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  20. 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
  21. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  22. 30f4a4c #5946: fix speling. by Georg Brandl · 15 years ago
  23. f05f820 Small style edits. by Georg Brandl · 15 years ago
  24. b9ce9b5 edits by Benjamin Peterson · 15 years ago
  25. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  26. 6337622 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  27. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  28. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  29. 57e1b50 Merged revisions 71955,71962 via svnmerge from by Georg Brandl · 15 years ago
  30. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  31. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  32. 47a7d70 Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  33. cc32a11 Issue #5835: Deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  34. bd87552 Merged revisions 71898-71900,71910,71914-71919 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  35. 939c178 Merged revisions 71874,71882,71890 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  36. f4a9f96 Merged revisions 71873 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  37. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  38. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 16 years ago
  39. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 16 years ago
  40. a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 16 years ago
  41. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 16 years ago
  42. 5081f7e #5566: remove duplicate entry. by Georg Brandl · 16 years ago
  43. ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 16 years ago
  44. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 16 years ago
  45. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 16 years ago
  46. ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
  47. e866206 PyObject_Unicode -> PyObject_Str by Benjamin Peterson · 16 years ago
  48. 4d4975c Fixed typo. by Hirokazu Yamamoto · 16 years ago
  49. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 16 years ago
  50. a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 16 years ago
  51. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 16 years ago
  52. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  53. 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 16 years ago
  54. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 16 years ago
  55. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  56. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 16 years ago
  57. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 16 years ago
  58. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  59. 0bbcc4c Remove a couple of references to long in the c-api docs by Mark Dickinson · 16 years ago
  60. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  61. b6eba4f encoding returns bytes objects by Benjamin Peterson · 16 years ago
  62. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 16 years ago
  63. ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 16 years ago
  64. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  65. e69cdf9 #4614: document PyModule_Create and PyModuleDef struct. by Georg Brandl · 16 years ago
  66. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  67. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  68. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  69. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  70. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 16 years ago
  71. 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
  72. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 16 years ago
  73. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  74. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  75. c1f44af fix Sphinx table warning by Benjamin Peterson · 16 years ago
  76. ffc9479 document 'y(#)' format codes for Py_BuildValue by Benjamin Peterson · 16 years ago
  77. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  78. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 16 years ago
  79. f2fa87b shut up a few sphinx warnings by Benjamin Peterson · 16 years ago
  80. 9d0ced3 add documentation for the new buffer interface based on PEP 3118; I hope it's at least 60% right... by Benjamin Peterson · 16 years ago
  81. 8fa8952 #3753: document that s* etc. are newer and preferred to s#. by Georg Brandl · 16 years ago
  82. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  83. 487b9dc bring the PyFile docs into sync with reality by Benjamin Peterson · 16 years ago
  84. f9aefce PyObject_Unicode doesn't exist anymore by Benjamin Peterson · 16 years ago
  85. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 7a70a3a Merged revisions 65810 via svnmerge from by Nick Coghlan · 16 years ago
  87. 5399114 correct return type by Benjamin Peterson · 16 years ago
  88. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  89. d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
  90. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  91. 3065b87 Mention the behaviour of PyFunction_SetAnnotations() on error. by Alexandre Vassalotti · 16 years ago
  92. b0c8165 Added documentation for PyFunction_GetAnnotations() and by Alexandre Vassalotti · 16 years ago
  93. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 16 years ago
  94. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 16 years ago
  95. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  96. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  97. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  98. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  99. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  100. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago