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