summaryrefslogtreecommitdiff
path: root/Doc/c-api
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | | | * | | | | | Merge 3.4 (marshal doc)Victor Stinner2015-03-188-175/+359
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-138-175/+359
| | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Lars Buitinck.
| | | | | | | | | | * | | | | | Whitespace.Stefan Krah2015-02-011-1/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | Issue #23352: Merge from 3.4.Stefan Krah2015-02-018-175/+359
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * | | | | | Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | merge 3.4 (#23221)Benjamin Peterson2015-01-138-175/+359
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ merge 3.4 (#23110)Benjamin Peterson2014-12-241-0/+3
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-058-175/+359
| | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | Issue #19676: Tweak documentation a bit.Berker Peksag2014-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated version info to 3.5 * Fixed a markup error * Added a versionadded directive to namereplace_errors documentation
| | | | | | | | | | | | | * | | | | | | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+5
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | merge with 3.4Georg Brandl2014-10-317-175/+354
| | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | | | | merge with 3.4Georg Brandl2014-10-111-1/+3
| | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The result type is Py_ssize_t (and not int).
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ merge with 3.4Georg Brandl2014-10-062-30/+35
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ merge with 3.4Georg Brandl2014-10-061-0/+6
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ merge with 3.4Georg Brandl2014-10-061-1/+1
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ merge 3.4 (#18494)Benjamin Peterson2014-10-057-175/+354
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ merge with 3.4Georg Brandl2014-10-057-175/+354
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Reorganize C API docs of the exception APIAntoine Pitrou2014-09-301-151/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` ↵Antoine Pitrou2014-09-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but accepting a `va_list` argument.
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #18395, #22108: Update embedded Python examples to decode correctlyVictor Stinner2014-08-011-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault().
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-012-14/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions.
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A side effect is that Python depends to the WinSock library.
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/Victor Stinner2014-07-241-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * | | | | | | | | | | | tetsVictor Stinner2014-07-241-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * | | | | | | | | | | | merge 3.4 (#17210)Benjamin Peterson2014-07-193-7/+57
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge 3.4Andrew Svetlov2014-07-031-1/+3
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.4.Stefan Krah2014-06-303-7/+57
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ MERGE: Closes #21441: Reorder elements in documentation to match actual ↵Jesus Cea2014-06-253-7/+57
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | order in the code
| | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge quote quashing.Zachary Ware2014-06-061-1/+1
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-021-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure that the code using it will be adapted for the new "calloc" field (instead of crashing).
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | Merge from 3.4 (for #21226).Eric Snow2014-05-123-4/+52
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-021-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyObject_Calloc(), _PyObject_GC_Calloc(). bytes(int) and bytearray(int) are now using ``calloc()`` instead of ``malloc()`` for large objects which is faster and use less memory (until the bytearray buffer is filled with data).
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by ↵Antoine Pitrou2014-04-291-0/+18
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yury V. Zaytsev.
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-092-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #25706: Fixed markup in the documentation.Serhiy Storchaka2015-11-231-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-103-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-251-5/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Joseph Weston.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'Py_Buffer' should be 'Py_buffer' (closes #24883)Benjamin Peterson2015-08-171-4/+4
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix usage of the default role.Zachary Ware2015-07-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix suspicious markupZachary Ware2015-07-061-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-218-14/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-133-31/+44
|/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
* | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a typo.Serhiy Storchaka2015-05-021-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | #23957: fix typo.R David Murray2015-04-141-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | issue9014: Include more formatting on :c:type:`PyObject` etc.Gregory P. Smith2015-04-141-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.Gregory P. Smith2015-04-141-29/+41
|/ / / / / / / / / / / / / / / / / / / / / /