1. 57735a0 Add missing prefixes by Antoine Pitrou · 13 years ago
  2. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 13 years ago
  3. e6b99a1 Move deprecated functions at the end of their respective sections. by Antoine Pitrou · 13 years ago
  4. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  5. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  6. 23a580f Update index entries by Antoine Pitrou · 13 years ago
  7. 9a4a342 Update the C-API docs for exception types by Antoine Pitrou · 13 years ago
  8. 1c027e5 Merge issue #13145 fix. by Mark Dickinson · 13 years ago
  9. f1ab47e Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. by Mark Dickinson · 13 years ago
  10. 2da16e6 Fix indentation. by Martin v. Löwis · 13 years ago
  11. c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
  12. db6c7f5 Update C API docs for PEP 393. by Georg Brandl · 13 years ago
  13. ee12f44 Add versionadded directive to new API function. by Georg Brandl · 13 years ago
  14. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  15. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  16. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  17. 8c9375b #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. by Ezio Melotti · 13 years ago
  18. 98d95a5 merge with 3.2 by Sandro Tosi · 13 years ago
  19. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  20. 4928107 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. by Brian Curtin · 13 years ago
  21. 9aae3a8 merge 3.2 (#12719) by Benjamin Peterson · 13 years ago
  22. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  23. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  24. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  25. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  26. 8442124 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  27. fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  28. 993409d Merge doc change from 3.2. by Georg Brandl · 13 years ago
  29. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 13 years ago
  30. 577a6af Merge doc fixes from 3.2 by Éric Araujo · 13 years ago
  31. d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 13 years ago
  32. 2945a99 merge 3.2 by Benjamin Peterson · 13 years ago
  33. 2e3a38a demote this to a note by Benjamin Peterson · 13 years ago
  34. fb2473f Merge 3.2.1rc1 release changes to default. by Georg Brandl · 13 years ago
  35. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  36. e724665 #12072: merge with 3.2. by Ezio Melotti · 13 years ago
  37. da5b852 #12072: merge with 3.1. by Ezio Melotti · 13 years ago
  38. 261d855 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  39. 521143d Update pydoc topics and handle suspicious markup. by Georg Brandl · 13 years ago
  40. 1a4de20 Merge #6498 fix from 3.2. by Georg Brandl · 13 years ago
  41. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  42. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  43. 868fc87 #11997: merge with 3.2. by Ezio Melotti · 13 years ago
  44. f77b74d #11997: merge with 3.1. by Ezio Melotti · 13 years ago
  45. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 13 years ago
  46. 1a50972 merge 3.2 by Benjamin Peterson · 13 years ago
  47. f97aed1 merge 3.1 by Benjamin Peterson · 13 years ago
  48. 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 13 years ago
  49. 98be2b7 #11942: merge with 3.2. by Ezio Melotti · 13 years ago
  50. a782cca #11942: merge with 3.1. by Ezio Melotti · 13 years ago
  51. f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  52. 0abb8b7 Merge 3.2 by Éric Araujo · 13 years ago
  53. ce4c407 The version* directives don’t work with a blank line between arguments by Éric Araujo · 13 years ago
  54. 0c91e1d Branch merge by Éric Araujo · 13 years ago
  55. cae1be8 Branch merge by Éric Araujo · 13 years ago
  56. 5348b63 Branch merge by Éric Araujo · 13 years ago
  57. 32f4db3 Merge with 3.2. by Ezio Melotti · 13 years ago
  58. 861d27f Merge with 3.1. by Ezio Melotti · 13 years ago
  59. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  60. ab20b16 Merge 3.2 by Éric Araujo · 13 years ago
  61. 37e6c54 Merge 3.1 by Éric Araujo · 13 years ago
  62. ad0790e Branch merge by Éric Araujo · 13 years ago
  63. d66f07a #11865: Merge with 3.2. by Ezio Melotti · 13 years ago
  64. 74c0031 #11865: Merge with 3.1. by Ezio Melotti · 13 years ago
  65. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 13 years ago
  66. c470a0c #11840: Merge with 3.2. by Ezio Melotti · 13 years ago
  67. c1f0577 #11840: Merge with 3.1. by Ezio Melotti · 13 years ago
  68. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  69. 8b8f2ec Kill last reference to defunct module by Éric Araujo · 13 years ago
  70. 16e6f4c Fix a typo (see #3080) by Éric Araujo · 13 years ago
  71. 9bb9877 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. by Antoine Pitrou · 13 years ago
  72. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 13 years ago
  73. 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  74. 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  75. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  76. db536af Issue #3080: Document the name attribute of the _inittab structure by Victor Stinner · 13 years ago
  77. 53dc735 Issue #3080: Add PyImport_ImportFrozenModuleObject() by Victor Stinner · 13 years ago
  78. ec43833 Merge doc update by Antoine Pitrou · 13 years ago
  79. 0cfc237 Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  80. 0d23189 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  81. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago
  82. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  83. 0fbe226 Issue #10831: Document the new formats (%li, %lli, %zi) by Victor Stinner · 13 years ago
  84. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  85. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  86. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 13 years ago
  87. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  88. 1f3fa04 Markup fix. by Georg Brandl · 14 years ago
  89. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  90. f5cf435 Nits by Antoine Pitrou · 14 years ago
  91. 3acd3e9 Merged revisions 88012-88018 via svnmerge from by Antoine Pitrou · 14 years ago
  92. 5ace8e9 Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and by Antoine Pitrou · 14 years ago
  93. bedd2c2 Reword and restructure the GIL API doc by Antoine Pitrou · 14 years ago
  94. 9bf8d1c Add mention of how to switch interpreters by Antoine Pitrou · 14 years ago
  95. f1dfe73 Improve description of issues by Antoine Pitrou · 14 years ago
  96. 8b50b83 Restructure a bit by Antoine Pitrou · 14 years ago
  97. 0765dd6 Standard streams use file descriptors, not FILE pointers. by Antoine Pitrou · 14 years ago
  98. 5bcc563 Merged revisions 88009 via svnmerge from by Eli Bendersky · 14 years ago
  99. ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. by Eli Bendersky · 14 years ago
  100. 818581c Merged revisions 87784 via svnmerge from by Antoine Pitrou · 14 years ago