Serhiy Storchaka
|
3fcf2d3174
|
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
|
2013-05-28 22:46:51 +03:00 |
Petri Lehtinen
|
c8065e46fe
|
Whoops, PyException_GetTraceback() is not documented on 2.7
|
2011-10-23 21:52:10 +03:00 |
Petri Lehtinen
|
19465ddc1c
|
Add the green "New reference" note to the doc of PyException_GetTraceback()
|
2011-10-23 21:34:57 +03:00 |
Georg Brandl
|
79cdff0b9b
|
#1945: document Unicode functions backported from py3k branch.
|
2010-10-17 10:54:57 +00:00 |
Georg Brandl
|
677fdec8fc
|
Document PyImport_ExecCodeModuleEx().
|
2010-04-02 09:07:42 +00:00 |
Larry Hastings
|
402b73fb8d
|
Backported PyCapsule from 3.1, and converted most uses of
CObject to PyCapsule.
|
2010-03-25 00:54:54 +00:00 |
Georg Brandl
|
6878ee8d43
|
#7762: fix refcount annotation of PyUnicode_Tailmatch().
|
2010-01-23 08:43:31 +00:00 |
Georg Brandl
|
740cdc3a9f
|
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
|
2009-12-28 08:34:58 +00:00 |
Martin v. Löwis
|
0fa10b3cd5
|
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
|
2009-01-03 17:19:26 +00:00 |
Georg Brandl
|
f19b951126
|
Add documentation for PySys_* functions.
Written by Charlie Shepherd for GHOP. Also fixes #1245.
|
2007-12-02 21:58:54 +00:00 |
Georg Brandl
|
ebb035ef29
|
Add a few refcount data entries.
|
2007-12-01 22:27:56 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |