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 |