Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19676: Tweak documentation a bit. | Berker Peksag | 2014-11-25 | 1 | -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 Storchaka | 2014-11-25 | 1 | -0/+5 |
| | |||||
* | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -4/+5 |
|\ | |||||
| * | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -4/+5 |
| | | | | | | | | Ducasse) | ||||
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-11 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Closes #21687: delimiter in Py_SetPath is platform dependent | Georg Brandl | 2014-10-11 | 1 | -1/+3 |
| | | |||||
* | | (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 |
|\ \ | |/ | | | | | The result type is Py_ssize_t (and not int). | ||||
| * | Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 |
| | | | | | | | | The result type is Py_ssize_t (and not int). | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-06 | 2 | -30/+35 |
|\ \ | |/ | |||||
| * | Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and ↵ | Georg Brandl | 2014-10-06 | 2 | -30/+35 |
| | | | | | | | | mention that they call the PEP 3119 methods. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-06 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. | Georg Brandl | 2014-10-06 | 1 | -0/+6 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #22565: fix argument types of PyErr_WarnEx. | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#18494) | Benjamin Peterson | 2014-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | PyObject not PyType (closes #18494) | Benjamin Peterson | 2014-10-06 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
|\ \ | |/ | |||||
| * | Closes #19477: remove outdated documentation of tp_print type object slot. | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
| | | |||||
* | | Reorganize C API docs of the exception API | Antoine Pitrou | 2014-09-30 | 1 | -151/+191 |
| | | |||||
* | | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` ↵ | Antoine Pitrou | 2014-09-30 | 1 | -0/+8 |
| | | | | | | | | but accepting a `va_list` argument. | ||||
* | | Issue #18395, #22108: Update embedded Python examples to decode correctly | Victor Stinner | 2014-08-01 | 1 | -0/+15 |
| | | | | | | | | command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault(). | ||||
* | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 2 | -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 Stinner | 2014-07-29 | 1 | -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 Stinner | 2014-07-24 | 1 | -10/+3 |
| | | |||||
* | | tets | Victor Stinner | 2014-07-24 | 1 | -3/+10 |
| | | |||||
* | | merge 3.4 (#17210) | Benjamin Peterson | 2014-07-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | args doesn't need to be a tuple (closes #17210) | Benjamin Peterson | 2014-07-19 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.4 | Andrew Svetlov | 2014-07-03 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Update docs about tp_richcompare | Andrew Svetlov | 2014-07-03 | 1 | -1/+3 |
| | | |||||
* | | Merge 3.4. | Stefan Krah | 2014-06-29 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a | Stefan Krah | 2014-06-29 | 1 | -2/+2 |
| | | | | | | | | getbufferproc(). | ||||
* | | MERGE: Closes #21441: Reorder elements in documentation to match actual ↵ | Jesus Cea | 2014-06-25 | 1 | -10/+10 |
|\ \ | |/ | | | | | order in the code | ||||
| * | MERGE: Closes #21441: Reorder elements in documentation to match actual ↵ | Jesus Cea | 2014-06-25 | 1 | -10/+10 |
| |\ | | | | | | | | | | order in the code | ||||
| | * | Closes #21441: Reorder elements in documentation to match actual order in ↵ | Jesus Cea | 2014-06-25 | 1 | -10/+10 |
| | | | | | | | | | | | | the code | ||||
| | * | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 2 | -0/+2 |
| | | | | | | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. | ||||
| | * | Fix several C-API doc typos caught by tomo cocoa on docs@. | Zachary Ware | 2014-02-26 | 3 | -9/+8 |
| | | | | | | | | | | | | | | | The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code. | ||||
* | | | Merge quote quashing. | Zachary Ware | 2014-06-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Quash extraneous quote. | Zachary Ware | 2014-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to | Victor Stinner | 2014-06-02 | 1 | -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 Snow | 2014-05-13 | 1 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. | Eric Snow | 2014-05-12 | 1 | -1/+7 |
| | | | |||||
* | | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), | Victor Stinner | 2014-05-02 | 1 | -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 Pitrou | 2014-04-28 | 1 | -0/+18 |
|\ \ \ | |/ / | | | | | | | Yury V. Zaytsev. | ||||
| * | | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by ↵ | Antoine Pitrou | 2014-04-28 | 1 | -0/+18 |
| | | | | | | | | | | | | Yury V. Zaytsev. | ||||
* | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 2 | -0/+20 |
|/ / | |||||
* | | PySequence_Fast generally returns a list not a tuple (closes #16395) | Benjamin Peterson | 2014-04-08 | 1 | -4/+4 |
| | | |||||
* | | the name of the slot of nb_multiply not nb_mul | Benjamin Peterson | 2014-04-08 | 1 | -1/+2 |
| | | |||||
* | | Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets | Brett Cannon | 2014-04-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | __file__. This causes _frozen_importlib to no longer have __file__ set as well as any frozen module imported using imp.init_frozen() (which is deprecated). | ||||
* | | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 1 | -2/+2 |
| | |