1. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  2. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  3. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  4. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  5. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  6. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  7. 0738aff Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  8. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  9. 7533137 Closing #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  10. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  11. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  12. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  13. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  14. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  15. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  16. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  17. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  18. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  19. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  20. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  21. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  22. 1e170ba #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer by Andrew Kuchling · 11 years ago
  23. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 11 years ago
  24. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  25. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  26. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  27. f36f20f merge with 3.3 by Georg Brandl · 11 years ago
  28. 991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 11 years ago
  29. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  30. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  31. 34870c4 Issue #17522: Minor documentation fix by Kristján Valur Jónsson · 11 years ago
  32. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  33. d4296fc cleanup references to PyString_ APIs in the 3.x docs. by Gregory P. Smith · 11 years ago
  34. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 11 years ago
  35. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 11 years ago
  36. 694bafa merge with 3.3 by Georg Brandl · 11 years ago
  37. 1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. by Georg Brandl · 11 years ago
  38. dd61f8f Merge with 3.3: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  39. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  40. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  41. 37474f4 fix spelling (#17327) by Benjamin Peterson · 11 years ago
  42. 2855814 say defaultobj is returned (#17327) by Benjamin Peterson · 11 years ago
  43. e094833 remove more useless words by Benjamin Peterson · 11 years ago
  44. 89fe665 remove useless words (#17327) by Benjamin Peterson · 11 years ago
  45. fc5c532 Fix typo in PyDict_SetDefault docs. by Ezio Melotti · 11 years ago
  46. 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 11 years ago
  47. 90c91af Merge fix for #15465 from 3.3 by Nick Coghlan · 11 years ago
  48. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 11 years ago
  49. 648b590 #17363: merge with 3.3. by Ezio Melotti · 11 years ago
  50. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 11 years ago
  51. 1d1210e Merge: remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
  52. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
  53. 122e930 Merge issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
  54. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
  55. 16459e8 Merge from 3.3: Add a str class entry to the string section (issue #16209). by Chris Jerdonek · 12 years ago
  56. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  57. d675a2c Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). by Chris Jerdonek · 12 years ago
  58. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  59. 23a4c79 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  60. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  61. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  62. 21fecc7 Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  63. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  64. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  65. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  66. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  67. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  68. 7598e18 Fix rst markup. by Ezio Melotti · 12 years ago
  69. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  70. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  71. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  72. 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  73. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  74. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  75. a6473f9 Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use by Brett Cannon · 12 years ago
  76. 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 12 years ago
  77. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
  78. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  79. 788306a Fix whitespace. by Martin v. Löwis · 12 years ago
  80. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
  81. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
  82. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  83. c9aa842 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
  84. 93648f0 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
  85. 766e622 Issue #12965: Merge from 3.2 by Mark Dickinson · 12 years ago
  86. 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  87. 466bfff Whitespace normalization by Martin v. Löwis · 12 years ago
  88. c06917b Add Stable ABI documentation. by Martin v. Löwis · 12 years ago
  89. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  90. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
  91. 11cfea9 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew by Eli Bendersky · 12 years ago
  92. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  93. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  94. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  95. f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 12 years ago
  96. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  97. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  98. bded894 Add versionadded tags to newly added ImportError convenience functions. by Brian Curtin · 12 years ago
  99. bd43974 Add documentation for the new PyErr_SetFromImport* functions by Brian Curtin · 12 years ago
  100. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago