1. 137f39a Issue #27810: Exclude METH_FASTCALL from the stable API by Victor Stinner · 8 years ago
  2. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  3. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  4. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  5. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  6. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  7. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 9 years ago
  8. b349e4c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. by Antoine Pitrou · 10 years ago
  9. 192b10b Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python core modules (#15422) by Andrew Svetlov · 11 years ago
  10. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 11 years ago
  11. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  12. 0069bab Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant by Eli Bendersky · 12 years ago
  13. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 12 years ago
  14. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  15. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  16. 55b69e7 Oops, forgot that there are modules outside the win32 world. by Amaury Forgeot d'Arc · 16 years ago
  17. ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
  18. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  19. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  20. f2fc934 Get rid of METH_OLDARGS. by Georg Brandl · 17 years ago
  21. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  22. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  23. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  24. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  25. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
  26. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 21 years ago
  27. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  28. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 22 years ago
  29. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  30. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  31. 767bf49 Added #define for oldest version of argument calling by Andrew M. Kuchling · 24 years ago
  32. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  33. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  34. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  35. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  36. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  37. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  38. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  39. bebdc37 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  40. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  41. 6978503 added findmethodinchain and methodchain data types by Guido van Rossum · 29 years ago
  42. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  43. 9dc8d0e added ml_doc and changed newmethodlist interface by Guido van Rossum · 29 years ago
  44. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  45. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  46. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  47. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  48. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  49. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  50. c060229 Add "varargs" attribute. by Guido van Rossum · 33 years ago
  51. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  52. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  53. 85a5fbb Initial revision by Guido van Rossum · 34 years ago