1. f4efa31 Correct "inplace" with "in-place" (GH-10480) by Andre Delfino · 5 years ago
  2. 7c4fcb6 Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325) by Stéphane Wirtel · 5 years ago
  3. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  4. f5b1183 bpo-5945: Improve mappings and sequences C API docs. (GH-7029) by Serhiy Storchaka · 6 years ago
  5. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  6. da67e0d bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) by Michael Seifert · 7 years ago
  7. b5e3959 Issue #28771: Merge C API doc fix from 3.6 by Martin Panter · 8 years ago
  8. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 8 years ago
  9. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 8 years ago
  10. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  11. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  12. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  13. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  14. 36f22a2 Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field by Martin Panter · 9 years ago
  15. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  16. bce294b docs.capi: Fix tp_as_async doc by Yury Selivanov · 9 years ago
  17. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  18. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  19. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  20. 31e34fe merge with 3.4 by Georg Brandl · 10 years ago
  21. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  22. a6237d8 Merge 3.4 by Andrew Svetlov · 10 years ago
  23. 0d50af4 Update docs about tp_richcompare by Andrew Svetlov · 10 years ago
  24. 63aeb71 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. by Antoine Pitrou · 10 years ago
  25. f9f54a2 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. by Antoine Pitrou · 10 years ago
  26. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  27. f0f7844 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 10 years ago
  28. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  29. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  30. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  31. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  32. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  33. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  34. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  35. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  36. abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 12 years ago
  37. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  38. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  39. 8abc935 Better explain the buffer interface (hopefully) by Antoine Pitrou · 14 years ago
  40. fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
  41. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  42. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  43. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  44. 27277d9 #7577: fix signature info for getbufferproc. by Georg Brandl · 15 years ago
  45. 11b6a64 #6754: remove old struct member nb_inplace_divide. by Georg Brandl · 15 years ago
  46. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  47. 47a7d70 Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  48. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  49. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  50. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 16 years ago
  51. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 16 years ago
  52. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  53. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 9d0ced3 add documentation for the new buffer interface based on PEP 3118; I hope it's at least 60% right... by Benjamin Peterson · 16 years ago
  55. 7a70a3a Merged revisions 65810 via svnmerge from by Nick Coghlan · 16 years ago
  56. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  57. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  58. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  59. f392057 Merged revisions 62602 via svnmerge from by Georg Brandl · 16 years ago
  60. 23e8db5 #2567: remove new-style/old-style class docs. by Georg Brandl · 16 years ago
  61. c3f30c4 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-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  62. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 17 years ago
  63. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago