1. 0cb3e86 Typo: "objects reference count" -> "object's reference count" by Mark Dickinson · 17 years ago
  2. 4ab9feb #2160: document PyImport_GetImporter. by Georg Brandl · 17 years ago
  3. 372d55e #1533486: fix types in refcount intro. by Georg Brandl · 17 years ago
  4. fd6cabf #2230: document that PyArg_* leaves addresses alone on error. by Georg Brandl · 17 years ago
  5. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  6. 27cca3c Fix function name. by Georg Brandl · 17 years ago
  7. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 18 years ago
  8. 422051a Patch #1953 by Christian Heimes · 18 years ago
  9. cab3d98 Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does. by Amaury Forgeot d'Arc · 18 years ago
  10. e84ada3 Factor-out common code with a new macro by Raymond Hettinger · 18 years ago
  11. ecdcb58 Make PySet_Add() work with frozensets. by Raymond Hettinger · 18 years ago
  12. 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 18 years ago
  13. a736440 Fix markup again. by Georg Brandl · 18 years ago
  14. dee3f65 Revert PySet_Add() changes. by Raymond Hettinger · 18 years ago
  15. 7c1be2a Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset. by Raymond Hettinger · 18 years ago
  16. 74b8e76 Don't repeat yourself by Christian Heimes · 18 years ago
  17. 27f7ab7 #1219903: fix tp_richcompare docs. by Georg Brandl · 18 years ago
  18. 79e3d55 Missed one big file to split up. by Georg Brandl · 18 years ago
  19. f684272 Split the monstrous C API manual files in smaller parts. by Georg Brandl · 18 years ago
  20. 5e3745c Fix typos. by Georg Brandl · 18 years ago
  21. 4eab1f0 Polish sentence by Andrew M. Kuchling · 18 years ago
  22. c94e2b5 Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's by Christian Heimes · 18 years ago
  23. 7390f6c Use markup. by Georg Brandl · 18 years ago
  24. 60c19d2 Repair markup. by Georg Brandl · 18 years ago
  25. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  26. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 18 years ago
  27. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  28. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
  29. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
  30. 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 18 years ago
  31. 45c088c Fix markup. by Georg Brandl · 18 years ago
  32. f19b951 Add documentation for PySys_* functions. by Georg Brandl · 18 years ago
  33. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 18 years ago
  34. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 18 years ago
  35. dfdfaab Feature #1534 by Christian Heimes · 18 years ago
  36. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
  37. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
  38. 11e679e Remove useless warning by Raymond Hettinger · 18 years ago
  39. 7b20116 Re-order some functions whose parameters differ between PyObject and const char by Brett Cannon · 18 years ago
  40. 814b046 #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc. by Georg Brandl · 18 years ago
  41. 5a25fcd Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 18 years ago
  42. 9c478bd Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 18 years ago
  43. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  44. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago