531 Commits (1829bb4591f0e088df31efe99778792da676f044)

Author SHA1 Message Date
Andrew Svetlov f4c3a187d5 Remove redundant sentence from c-api docs (issue #16323) 13 years ago
Andrew Svetlov 0fe030bb03 Issue #16323: Fix wrong C API documentation for locale encoding. 13 years ago
Chris Jerdonek bb4e941c6d Add a str class entry to the "Text Sequence Type" section (issue #16209). 13 years ago
Chris Jerdonek 5fae0e5854 Improve str() and object.__str__() documentation (issue #13538). 14 years ago
Chris Jerdonek 17fc44c9b3 Improve str() and object.__str__() documentation (issue #13538). 14 years ago
Andrew Svetlov 4deb16dd75 Remove already dropped function PySys_GetFile from documentation. 14 years ago
Chris Jerdonek 64c0b2ca3d Backport from 3.2: remove "Release" and "Date" markers from index pages. 14 years ago
Chris Jerdonek 8b7f9f581d Remove unneeded "Release" and "Date" markers from doc index pages. 14 years ago
Armin Ronacher 74b38b190f Issue #16148: Small improvements and cleanup. Added version information 14 years ago
Armin Ronacher aa9a79d279 Issue #16148: implemented PEP 424 14 years ago
Ezio Melotti e7f90375b1 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. 14 years ago
Ezio Melotti 7598e18bf2 Fix rst markup. 14 years ago
Antoine Pitrou fbd4f80979 Issue #15444: Use proper spelling for non-ASCII contributor names. 14 years ago
Brett Cannon 522267e784 Issue #15610: The PyImport_ImportModuleEx macro now calls 14 years ago
Andrew Svetlov 774c8a39dc fix docs for c-api memory functions 14 years ago
Andrew Svetlov 7dbee38564 fix docs for c-api memory functions 14 years ago
Brett Cannon a6473f9cfd Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use 14 years ago
Brett Cannon 77b2abd094 Issue #15167 (as part of #13959): imp.get_magic() is no implemented in 14 years ago
Brett Cannon 3adc7b75a5 Issue #15242: Have PyImport_GetMagicTag() return a const char * 14 years ago
Georg Brandl 61063cca6a Fix a couple of versionadded/versionchanged related markup errors. 14 years ago
Martin v. Löwis 788306a9ab Fix whitespace. 14 years ago
Martin v. Löwis 9c56409d33 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. 14 years ago
Mark Dickinson b8dc3ab08b Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. 14 years ago
Mark Dickinson f0acfeeccf Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs 14 years ago
Mark Dickinson 0a22924d52 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs 14 years ago
Martin v. Löwis 466bfff9fb Whitespace normalization 14 years ago
Martin v. Löwis c06917bf12 Add Stable ABI documentation. 14 years ago
Martin v. Löwis 7800f75827 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 14 years ago
Eli Bendersky 0813168e94 Issue #14090: fix some minor C API problems in default branch (3.3) 14 years ago
Eli Bendersky 11cfea9295 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew 14 years ago
Antoine Pitrou ea3eb88bca Issue #9260: A finer-grained import lock. 14 years ago
Benjamin Peterson d5a1c44455 PEP 415: Implement suppression of __context__ display with an exception attribute 14 years ago
Larry Hastings faf91e75ab Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. 14 years ago
Ezio Melotti 510ff54324 Use Python 3 instead of 3.0. 14 years ago
Georg Brandl f4095837a7 Fix location of versionaddeds and empty lines. 14 years ago
Martin v. Löwis aa2efcb0bc Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. 14 years ago
Brian Curtin 09b86d1196 Fix #14600. Correct reference handling and naming of ImportError convenience function 14 years ago
Brian Curtin bded894499 Add versionadded tags to newly added ImportError convenience functions. 14 years ago
Brian Curtin bd43974037 Add documentation for the new PyErr_SetFromImport* functions 14 years ago
Victor Stinner 0db176f8f6 Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 14 years ago
Larry Hastings 83a9f48699 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. 14 years ago
Stefan Krah abd887d690 Issue #14181: Improve clarity in the documentation for the multi-purpose 14 years ago
Stefan Krah 95b1ba6388 Add PyMemoryView_FromMemory() to whatsnew/3.3. 14 years ago
Eli Bendersky 49ac6f4492 Some corrections for the Doc/extending documentation. Closes #14129 14 years ago
Nick Coghlan ab7bf2143e Close issue #6210: Implement PEP 409 14 years ago
Stefan Krah 9a2d99e28a - Issue #10181: New memoryview implementation fixes multiple ownership 14 years ago
Benjamin Peterson 43844351c3 write versionadded 14 years ago
Benjamin Peterson 8eb1269c34 add generic implementation of a __dict__ descriptor for C types 14 years ago
Antoine Pitrou 04707c032e Fix error handling in examples of C API use. 14 years ago
Meador Inge a3443d985e Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 14 years ago