1. af30d2e fix print statement by Ezio Melotti · 15 years ago
  2. 69b639f Merged revisions 74921 via svnmerge from by Thomas Heller · 15 years ago
  3. d7cb1b9 Merged revisions 74917 via svnmerge from by Thomas Heller · 15 years ago
  4. 8b93952 Issue 6239: ctypes.c_char_p return value must return bytes. by Thomas Heller · 15 years ago
  5. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  7. c9baac8 Merged revisions 71847 via svnmerge from by Thomas Heller · 15 years ago
  8. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  9. 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
  10. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  11. 28acc6c Merged revisions 66683 via svnmerge from by Thomas Heller · 16 years ago
  12. 1308c26 Merged revisions 66611 via svnmerge from by Thomas Heller · 16 years ago
  13. 51bff5d Correct a test_ctypes failure, caused by the removal of memoryview.size. by Amaury Forgeot d'Arc · 16 years ago
  14. f5049fc Merged revisions 65868,65870 via svnmerge from by Thomas Heller · 16 years ago
  15. 47bc809 Merged revisions 65681-65682,65684 via svnmerge from by Thomas Heller · 16 years ago
  16. b531bef Fix and enable a test that now works. by Thomas Heller · 16 years ago
  17. f70e195 Merged revisions 64979 via svnmerge from by Thomas Heller · 16 years ago
  18. 0261e1e Merged revisions 64968,64971 via svnmerge from by Thomas Heller · 16 years ago
  19. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  20. 9cac7b6 Merged revisions 63977 via svnmerge from by Thomas Heller · 16 years ago
  21. 9af0cba Merged revisions 63897-63898 via svnmerge from by Thomas Heller · 16 years ago
  22. 7dca3eb Merged revisions 63791-63792 via svnmerge from by Thomas Heller · 16 years ago
  23. 39e360b fix failing test from rename by Benjamin Peterson · 16 years ago
  24. 3eaaeb4 Merged revisions 63395-63396,63511,63522-63523 via svnmerge from by Thomas Heller · 16 years ago
  25. 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
  26. b041fda Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,62591-62594 via svnmerge from by Thomas Heller · 16 years ago
  27. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  28. 953e4e5 Whoops, I missed a few more places that were using slicing from the operator module by Neal Norwitz · 16 years ago
  29. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  30. 13394e9 Merged revisions 60767,60768 via svnmerge from by Thomas Heller · 17 years ago
  31. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
  32. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  33. ff72122 Merged revisions 60001,60003-60004,60008 via svnmerge from by Thomas Heller · 17 years ago
  34. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  35. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  36. b8189f3 Add a comment to explain why we have to restore the original value. by Thomas Heller · 17 years ago
  37. eeb49cd This test checks and modifies the value of an integer stored in a dll. by Thomas Heller · 17 years ago
  38. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  39. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  40. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  41. 39013cd A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. by Thomas Heller · 17 years ago
  42. 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  43. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  44. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  45. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  46. 48952d3 Forgot to run the tests after making the places and msg argument keyword-only. by Jeffrey Yasskin · 17 years ago
  47. 680d7be Fix a buggy test. str8 objects contained NUL-terminated strings, by Thomas Heller · 17 years ago
  48. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  49. a73bfee Raise statement normalization in Lib/ctypes/. by Collin Winter · 17 years ago
  50. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  51. 283f3ff Remove spurious (and unneeded) import of StringIO. by Guido van Rossum · 17 years ago
  52. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  53. 2fb5ac7 Fix the ctypes tests. Patch from Victor Stinner. He writes: by Thomas Heller · 17 years ago
  54. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  55. 19b5254 c_char, c_char_p objects and c_char array structure fields return by Thomas Heller · 17 years ago
  56. 27384da Do not accept str8 type in function calls any longer. by Thomas Heller · 17 years ago
  57. e5095e1 Structure fields of type c_char array or c_wchar array accept bytes or by Thomas Heller · 17 years ago
  58. 745f5e2 No crashes on Linux in the ctypes test suite any longer, so we can by Thomas Heller · 17 years ago
  59. f4f771f Fix segfault on Linux. by Thomas Heller · 17 years ago
  60. 8750384 More easy fixes. The ctypes unittests pass now (on Windows). by Thomas Heller · 17 years ago
  61. d660fab binascii.hexlify returns a bytes object; we must convert it to str by Thomas Heller · 17 years ago
  62. 0d8a1fd Simple fixes. by Thomas Heller · 17 years ago
  63. d68d131 Simple fixes. by Thomas Heller · 17 years ago
  64. f0d8b6e Simple fixes. by Thomas Heller · 17 years ago
  65. 3821e31 c_void_p.from_param accepts bytes. Fix test_prototypes. by Thomas Heller · 17 years ago
  66. 3d79dd9 c_char_p.from_param accepts bytes. Fix test_parameters. by Thomas Heller · 17 years ago
  67. 7a76e8f Fix another test. by Thomas Heller · 17 years ago
  68. 9ccf468 test_slicing does not segfault under linux anymore, so we can run this by Thomas Heller · 17 years ago
  69. 7775c71 Accept bytes as parameter to foreign functions without prototype. by Thomas Heller · 17 years ago
  70. 6083131 Accept bytes for c_wchar_p instances and c_wchar array instances. by Thomas Heller · 17 years ago
  71. 2c5e964 Accept bytes in c_char_p and c_wchar_p types. by Thomas Heller · 17 years ago
  72. 3af4266 ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. by Thomas Heller · 17 years ago
  73. f7c6d86 Use a unicode string as unique_key instead of 8-bit string. by Thomas Heller · 17 years ago
  74. 7c1ebe3 Fix a ctypes test. by Thomas Heller · 17 years ago
  75. 1f498ef Fix a ctypes test. by Thomas Heller · 17 years ago
  76. e409b97 Make this a pure-ASCII file. This used to have a Latin-1 coding and by Guido van Rossum · 17 years ago
  77. f5af466 Fix one more ctypes test, and disable the tests that were segfaulting. by Thomas Heller · 17 years ago
  78. c92159a dict.keys() returns an iterable, convert it into a list. by Thomas Heller · 17 years ago
  79. 13eb6ca Fix some more ctypes tests. by Thomas Heller · 17 years ago
  80. 9004427 Fix some simple ctypes tests. by Thomas Heller · 17 years ago
  81. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  82. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  83. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  84. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  85. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  86. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  87. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  88. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  89. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  90. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  91. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  92. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  93. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  94. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  95. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  96. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  97. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  98. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  99. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  100. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago