1. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  2. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  3. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  4. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  5. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  6. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  7. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 10 years ago
  8. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 10 years ago
  9. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  10. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  11. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  12. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  13. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  14. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  15. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  16. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  17. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  18. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  19. 610291c Fix ref(), proxy() docstrings, based on comments from David Abrahams. by Fred Drake · 22 years ago
  20. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  21. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  22. 0d429e8 Convert the ref() and proxy() implementations to use the new by Fred Drake · 23 years ago
  23. f7f8cad Adjust the _weakref module to use the public API for the weak reference by Fred Drake · 23 years ago
  24. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  25. 7fdc0a1 Use METH_O where possible (two functions). This does not lead to real by Fred Drake · 23 years ago
  26. 9b03e59 Remove an obsolete comment and a "return" before fallig off the end of a by Fred Drake · 23 years ago
  27. 2a5a5ca cleanup_helper(): Make sure we invalidate all reference objects by Fred Drake · 23 years ago
  28. a5d7b74 Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). by Tim Peters · 23 years ago
  29. 82f1480 Inform the cycle-detector that the a weakref object no longer needs to be by Fred Drake · 23 years ago
  30. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  31. 32efcdb cleanup_helper(): Added missing "void" type for the function, updated by Fred Drake · 23 years ago
  32. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  33. 7855aba Move docstrings out of function table to constants defined near the by Fred Drake · 23 years ago
  34. 231e22f Repair legit compiler warning. by Tim Peters · 23 years ago
  35. 747d5b6 Teach Windows build about the _weakref module. by Tim Peters · 23 years ago
  36. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago