1. 476bd5e Fix warning in _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  2. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  3. b8d768b Revert change f860b7a775c5 by Victor Stinner · 8 years ago
  4. b1e169b ssue #27213: Reintroduce checks in _PyStack_AsDict() by Victor Stinner · 8 years ago
  5. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  6. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  7. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  8. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  9. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  10. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  11. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  12. 48050cb Merge 3.4 by Andrew Svetlov · 9 years ago
  13. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  14. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago
  15. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 9 years ago
  16. 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
  17. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  18. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  19. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  20. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 10 years ago
  21. 4c05d3b Make built-in methods picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  22. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  23. 9035ad9 Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was by Victor Stinner · 11 years ago
  24. dc040f0 Fix supernumerary 's' in sys._debugmallocstats() output. by Antoine Pitrou · 11 years ago
  25. 36b045f Fix supernumerary 's' in sys._debugmallocstats() output. by Antoine Pitrou · 11 years ago
  26. a2678f3 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 11 years ago
  27. 0811f98 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 11 years ago
  28. 4de2924 Fix compilation error for #15422 by Andrew Svetlov · 11 years ago
  29. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 11 years ago
  30. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  31. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 12 years ago
  32. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  33. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  34. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  35. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  36. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  37. 55b69e7 Oops, forgot that there are modules outside the win32 world. by Amaury Forgeot d'Arc · 16 years ago
  38. ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
  39. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  40. 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
  41. 2202f87 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,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  42. bce52be Fixed some build issues and updated docs. by Christian Heimes · 17 years ago
  43. f2fc934 Get rid of METH_OLDARGS. by Georg Brandl · 17 years ago
  44. 928115a CFunctions' doc strings should be Unicode. by Guido van Rossum · 17 years ago
  45. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  46. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  47. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  48. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  49. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  50. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  51. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  52. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  53. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  54. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  55. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 20 years ago
  56. 6b29c01 Make __module__ writable except in restricted mode (like for classic classes). by Guido van Rossum · 21 years ago
  57. ff71c98 Make __module__ settable on functions and methods. by Jeremy Hylton · 21 years ago
  58. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 21 years ago
  59. 541ceec PyCFunction_Call(): Combined two switch cases w/ identical bodies. by Tim Peters · 21 years ago
  60. bf43f8a SF Patch #661440: Refactor and streamline PyCFunction_Call by Raymond Hettinger · 21 years ago
  61. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 22 years ago
  62. d91eec9 Re-enable GC of method objects. by Neil Schemenauer · 22 years ago
  63. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  64. 38b88c2 Removed some unreachable break statements to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  65. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  66. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  67. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  68. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  69. 10c6692 GC for method objects. by Neil Schemenauer · 23 years ago
  70. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  71. ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
  72. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  73. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  74. 9a15c21 Fix an error on AIX by using a proper cast. by Guido van Rossum · 24 years ago
  75. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  76. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  77. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  78. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  79. 13fdf5e When comparing bound methods, use identity test on the objects, by Guido van Rossum · 25 years ago
  80. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  81. 8a92c62 New feature: if the object's type has a non-NULL tp_doc field, that by Guido van Rossum · 26 years ago
  82. 1f39c5c Added separate free list for cfunction (builtin method) objects, for a by Guido van Rossum · 27 years ago
  83. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  84. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  85. a83f270 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  86. 6978503 added findmethodinchain and methodchain data types by Guido van Rossum · 29 years ago
  87. 10393b1 add restrictions in restricted mode by Guido van Rossum · 29 years ago
  88. cab650d * Objects/methodobject.c: changed drastically, the object now by Guido van Rossum · 29 years ago
  89. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  90. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 29 years ago
  91. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  92. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  93. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  94. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  95. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  96. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  97. eec181a Lint ./ by Guido van Rossum · 32 years ago
  98. c060229 Add "varargs" attribute. by Guido van Rossum · 32 years ago
  99. bd3a2e6 Use AttributeError. by Guido van Rossum · 32 years ago
  100. e9c430f Implemented __methods__ attribute by Guido van Rossum · 33 years ago