1. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  2. ff72122 Merged revisions 60001,60003-60004,60008 via svnmerge from by Thomas Heller · 17 years ago
  3. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  4. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  5. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  6. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  7. dbb7b9d Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c by Christian Heimes · 17 years ago
  8. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  9. c0ac106 Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows by Christian Heimes · 17 years ago
  10. 8b2b8db Merged revisions 59187-59192 via svnmerge from by Christian Heimes · 17 years ago
  11. 578d7ab The changes to PyMethod_New and the removal of unbound methods breaks ctypes' COMError on Windows. This patch doesn't address the problem but re-enables the import of _ctypes until somebody has time to fix it right. I've no time to dig into it. Also see http://bugs.python.org/issue1505 by Christian Heimes · 17 years ago
  12. 6e8ea0f Fix two compiler warnings on Win64. by Thomas Heller · 17 years ago
  13. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  14. 39013cd A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. by Thomas Heller · 17 years ago
  15. 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  16. e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 17 years ago
  17. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  18. 3f6d44e Delete now-unused static function Array_ass_slice(). by Guido van Rossum · 17 years ago
  19. 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
  20. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  21. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  22. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  23. 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
  24. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  25. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  26. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  27. 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  28. 3821e31 c_void_p.from_param accepts bytes. Fix test_prototypes. by Thomas Heller · 17 years ago
  29. 3d79dd9 c_char_p.from_param accepts bytes. Fix test_parameters. by Thomas Heller · 17 years ago
  30. 6083131 Accept bytes for c_wchar_p instances and c_wchar array instances. by Thomas Heller · 17 years ago
  31. d076228 Change the StgDictObject's proto member to a PyUnicode_Object (was a by Thomas Heller · 17 years ago
  32. f7c6d86 Use a unicode string as unique_key instead of 8-bit string. by Thomas Heller · 17 years ago
  33. 5fa3f05 Py_USING_UNICODE is no longer defined on Windows (on posix it is still by Thomas Heller · 17 years ago
  34. 3ed0acc Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  35. 982479d Repair ctypes Structures. by Thomas Heller · 17 years ago
  36. 867bcbc Forgot to submit this earlier; it's needed to make test_threading pass. by Guido van Rossum · 17 years ago
  37. 5e23d57 Changes to ctypes and Mac toolbox glue that fix test_threading and test_platform. by Guido van Rossum · 17 years ago
  38. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  39. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  40. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  41. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  42. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  44. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  45. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  46. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  47. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  48. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  49. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  50. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  51. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
  52. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 19 years ago
  53. fe8f862 Integrate patch from Neal Norwitz. He writes: by Thomas Heller · 19 years ago
  54. d4c9320 Copy ctypes-0.9.9.4 sources from external into the trunk. by Thomas Heller · 19 years ago