1. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 4 years, 6 months ago
  2. 5954334 bpo-37151: remove _PyFunction_FastCallDict (GH-13864) by Jeroen Demeyer · 5 years ago
  3. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  4. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  5. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  6. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  7. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  8. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  9. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  10. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  11. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  12. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  13. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  14. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  15. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  16. 8ced961 Fix some comments by Neal Norwitz · 17 years ago
  17. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  18. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  19. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  20. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  21. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 22 years ago
  22. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  23. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  24. 6a1c87d Add the necessary field for weak reference support to the function and by Fred Drake · 23 years ago
  25. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  26. d6a9e84 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  27. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  28. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  29. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  30. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  31. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  32. ba0d061 Add macros for direct access to the members of CFunction objects. by Guido van Rossum · 26 years ago
  33. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  34. 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
  35. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  36. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  37. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  38. 0908bac added func_doc by Guido van Rossum · 30 years ago
  39. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  40. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  41. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  42. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  43. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  44. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  45. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  46. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  47. 226d79e Changed interface (no nodes but code). by Guido van Rossum · 34 years ago
  48. 85a5fbb Initial revision by Guido van Rossum · 34 years ago