1. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  2. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  3. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  4. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  5. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  6. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  7. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 8 years ago
  8. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  9. 34f96b8 Issue #18520: Fix PyFunction_NewWithQualName() error handling by Victor Stinner · 11 years ago
  10. 4d1f5d6 Reindent PyFunction_NewWithQualName() by Victor Stinner · 11 years ago
  11. 23d7f12 use new generic __dict__ descriptor implementations by Benjamin Peterson · 12 years ago
  12. b900d6a initialize __dict__ if needed by Benjamin Peterson · 12 years ago
  13. 2cf936f use defaults by Benjamin Peterson · 12 years ago
  14. 84e821e merge 3.2 by Benjamin Peterson · 12 years ago
  15. 496c53d use Py_CLEAR by Benjamin Peterson · 12 years ago
  16. 01d7eba allow arbitrary attributes on classmethod and staticmethod (closes #14051) by Benjamin Peterson · 12 years ago
  17. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 12 years ago
  18. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  19. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  20. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 13 years ago
  21. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  22. 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 14 years ago
  23. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  25. 2bcde14 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
  26. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  27. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  28. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  29. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  30. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  31. bce52be Fixed some build issues and updated docs. by Christian Heimes · 17 years ago
  32. 7e95bef Use unicode and stop supporting str8 by Neal Norwitz · 17 years ago
  33. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  34. a29d1d7 Simplify error formatting (no default encoding required). by Walter Dörwald · 17 years ago
  35. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  36. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  37. bbbd4fd Make test_new pass. by Guido van Rossum · 17 years ago
  38. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  39. 80b331c Fix refleaks in function objects caused by kwdefaults not being allocated. by Georg Brandl · 17 years ago
  40. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  41. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 17 years ago
  42. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  43. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  44. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  45. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  46. d02db40 Make staticmethod and classmethod complain about keyword args. by Georg Brandl · 18 years ago
  47. e0e89f7 Revert 42400. by Martin v. Löwis · 18 years ago
  48. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago
  49. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 18 years ago
  50. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  51. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  52. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  53. ee319f6 Fix by Michael W. Hudson · 19 years ago
  54. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  55. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  56. 93468ea Remove unused macros in .c files by Neal Norwitz · 20 years ago
  57. 321c9ab Intern __name__. by Martin v. Löwis · 20 years ago
  58. be97153 SF bug #753451: classmethod abuse --> SystemError by Raymond Hettinger · 21 years ago
  59. 8657845 SF bug #692959: new.function ignores keyword arguments by Raymond Hettinger · 21 years ago
  60. 400d8ee Make staticmethods and classmethods participate in GC. by Jeremy Hylton · 21 years ago
  61. 6b29c01 Make __module__ writable except in restricted mode (like for classic classes). by Guido van Rossum · 21 years ago
  62. ff71c98 Make __module__ settable on functions and methods. by Jeremy Hylton · 21 years ago
  63. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 21 years ago
  64. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 21 years ago
  65. df3f793 Extend function() to support an optional closure argument. by Jeremy Hylton · 22 years ago
  66. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  67. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  68. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  69. cd874ed Fix the names of the classmethod and staticmethod constructors as passed to by Fred Drake · 22 years ago
  70. 7e30548 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 22 years ago
  71. 564980b Portability fix: Not every compiler implements the extension of by Sjoerd Mullender · 22 years ago
  72. 33c1a88 SF patch #493452: docstrings for staticmethod/classmethod (Skip Montanaro) by Guido van Rossum · 22 years ago
  73. be52346 function_call(): Remove a bogus (and I mean *really* bogus) call to by Guido van Rossum · 22 years ago
  74. c916f5a Be smarter about clearing the weakref lists for instances, instance methods, by Fred Drake · 23 years ago
  75. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  76. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  77. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  78. d9d1d4a Rewrite function attributes to use the generic routines properly. by Guido van Rossum · 23 years ago
  79. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  80. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  81. 142865c func_getattro(), func_setattro(): Implement the new semantics for by Barry Warsaw · 23 years ago
  82. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  83. 4dcb85b Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not by Fred Drake · 23 years ago
  84. db81e8d Add support for weak references to the function and method types. by Fred Drake · 23 years ago
  85. a52e8fe Visit the closure during traversal and XDECREF it on during deallocation. by Jeremy Hylton · 23 years ago
  86. 3f571d6 Fix SF buf 404774 submitted by Gregory H. Ball by Jeremy Hylton · 23 years ago
  87. 497671e The one thing I love more then writing code is deleting code. by Moshe Zadka · 23 years ago
  88. 64949cb PEP 227 implementation by Jeremy Hylton · 23 years ago
  89. 0395fdd Application and elaboration of patch #103305 to fix core dumps when by Barry Warsaw · 23 years ago
  90. d6a9e84 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 23 years ago
  91. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  92. ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
  93. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 24 years ago
  94. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  95. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  96. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  97. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  98. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  99. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  100. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago