1. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  2. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  3. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  4. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  5. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  6. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  7. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  8. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  9. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  10. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  11. f02bcee Fix silly leak in test used in test_exceptions. by Michael W. Hudson · 21 years ago
  12. 3457e4b New support functions for test_getargs2. by Thomas Heller · 21 years ago
  13. 699cbb7 Get test_capi & test_getargs2 to pass on alphas by Neal Norwitz · 21 years ago
  14. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  15. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 21 years ago
  16. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
  17. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 22 years ago
  18. baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 22 years ago
  19. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  20. acee69f Switch to using METH_NOARGS where possible. by Fred Drake · 23 years ago
  21. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
  22. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  23. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  24. d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
  25. ede049b Add tests for new PyErr_NormalizeException() behavior by Jeremy Hylton · 23 years ago
  26. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  27. 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
  28. 83c9edc Fix error in comment, and in test_long_api and test_longlong_api remove by Tim Peters · 23 years ago
  29. ff70d3c Fixed typo in comment. by Tim Peters · 23 years ago
  30. e7c1f9b Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like by Tim Peters · 23 years ago
  31. d1a7da6 longobject.c: by Tim Peters · 23 years ago
  32. 91621db The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong() by Tim Peters · 23 years ago
  33. eb0d992 Slight adaptation of Michael Hudson's patch to test PyDict_Next() by Guido van Rossum · 23 years ago
  34. 5c4d5bf Related to SF bug 132008 (PyList_Reverse blows up). by Tim Peters · 24 years ago
  35. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago[Renamed (92%) from Modules/_testmodule.c]
  36. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago