1. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  2. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  3. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  4. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  5. 7e60192 Remove _PyArg_NoStackKeywords(). (#2641) by Serhiy Storchaka · 7 years ago
  6. 68a001d Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and by Serhiy Storchaka · 7 years ago
  7. 675f2f8 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  8. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  9. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  10. fe54dd8 Add _PyArg_UnpackStack() function helper by Victor Stinner · 8 years ago
  11. 29d39cc Add _PyArg_NoStackKeywords() helper function by Victor Stinner · 8 years ago
  12. 6518a93 Add _PyArg_ParseStack() helper function by Victor Stinner · 8 years ago
  13. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  14. 937b725 Issue #28915: Exclude _Py_VaBuildStack from the limited API. by Serhiy Storchaka · 8 years ago
  15. e9abde4 Add _Py_VaBuildStack() function by Victor Stinner · 8 years ago
  16. b57d9ea Issue #28748: Private variable _Py_PackageContext is now of type "const char *" by Serhiy Storchaka · 8 years ago
  17. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  18. f0ccbbb Emit METH_FASTCALL code in Argument Clinic by Victor Stinner · 8 years ago
  19. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  20. ca82910 Issue 24365: Conditionalize PEP 489 additions to the stable ABI by Yury Selivanov · 9 years ago
  21. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  22. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  23. f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
  24. 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 12 years ago
  25. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  26. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  27. 1172999 #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) by Amaury Forgeot d'Arc · 15 years ago
  28. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  29. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  30. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  31. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  32. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  33. 7624674 Use Py_ssize_t for PyArg_UnpackTuple arguments. by Martin v. Löwis · 18 years ago
  34. e42e405 Martin owns PEP 353 and did most of the work by Neal Norwitz · 18 years ago
  35. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  36. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  37. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  38. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  39. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  40. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
  41. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  42. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  43. e4616e6 PyArg_UnpackTuple(): New argument unpacking function suggested by Jim by Fred Drake · 23 years ago
  44. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  45. 73a3c8f The addition of new parameters to functions in the Python/C API requires by Fred Drake · 24 years ago
  46. 9e28515 Andrew Kuchling <akuchlin@mems-exchange.org>: by Fred Drake · 24 years ago
  47. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  48. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  49. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  50. d5c84ed ANSI-fication of the sources -- remove Py_PROTO! by Fred Drake · 24 years ago
  51. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  52. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  53. 21a50bd Version updated to 1.6; API version to 1009. by Guido van Rossum · 24 years ago
  54. f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
  55. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  56. 7531d50 New API version (enough has changed!). by Guido van Rossum · 26 years ago
  57. a70d160 Define new macro Py_InitModule3(name, methods, doc) which calls by Guido van Rossum · 26 years ago
  58. ee6fd1c Add declaration for _Py_PackageContext -- needed to fix importing by Guido van Rossum · 27 years ago
  59. b4cfdfa Removed special Windows defines, at Mark Hammond's request. by Guido van Rossum · 27 years ago
  60. 15974ad Bump MS_DLL_ID to 1.5.0. by Guido van Rossum · 27 years ago
  61. 36280a7 Added PyArg_ParseTupleAndKeywords() prototype. by Guido van Rossum · 27 years ago
  62. ee5cf9b Bump API version due to the various speedup hacks. by Guido van Rossum · 28 years ago
  63. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  64. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  65. 2ea0b06 Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal. by Guido van Rossum · 28 years ago
  66. ae8a99e Two bumps for the price of one (PYTHON_API_VERSION) by Guido van Rossum · 28 years ago
  67. e0dbd59 bump api version by Guido van Rossum · 29 years ago
  68. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  69. 970a0a2 api version checking by Guido van Rossum · 30 years ago
  70. 5e56997 initmodule2 -> initmodule3 (with doc string) by Guido van Rossum · 30 years ago
  71. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  72. c5d92e1 ceval.h: added Py_MakePendingCalls() by Guido van Rossum · 30 years ago
  73. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  74. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  75. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  76. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  77. 5a8f824 Added declaration for mkvalue() by Guido van Rossum · 32 years ago
  78. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  79. 550fbcc New getargs() function. Define macros with conventional names, by Guido van Rossum · 33 years ago
  80. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  81. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  82. 0539ba2 Removed declarations of err_badargs [sic] and err_nomem. by Guido van Rossum · 34 years ago
  83. 85a5fbb Initial revision by Guido van Rossum · 34 years ago