index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reversely --> Conversely
Fred Drake
2000-09-29
1
-2/+2
*
Note that including Python.h includes limits.h when available.
Fred Drake
2000-09-26
1
-2/+2
*
Added documentation for the new PyModule_*() convenience functions.
Fred Drake
2000-09-23
1
-0/+26
*
Added refcount information for the *_InPlace*() API series.
Fred Drake
2000-09-22
1
-0/+53
*
PyNumber_Coerce() returns an int, not a PyObject *.
Fred Drake
2000-09-22
1
-1/+1
*
Include the new text on reporting bugs in a few useful places.
Fred Drake
2000-09-21
1
-0/+4
*
This patch adds a new Python C API called PyString_AsStringAndSize()
Marc-André Lemburg
2000-09-19
2
-0/+22
*
Document new APIs PyOS_getsig() and PyOS_setsig().
Guido van Rossum
2000-09-16
1
-0/+15
*
Use \shortversion in a number of places.
Fred Drake
2000-09-14
1
-6/+5
*
Avoid reference to specific versions of Python where possible.
Fred Drake
2000-09-14
1
-3/+3
*
Thomas Wouters <thomas@xs4all.net>:
Fred Drake
2000-09-12
1
-7/+106
*
Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>:
Fred Drake
2000-09-12
2
-54/+62
*
Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().
Fred Drake
2000-09-12
2
-0/+25
*
Update documentation for PyErr_Format, because the function has changed.
Moshe Zadka
2000-09-01
1
-9/+19
*
Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and
Fred Drake
2000-09-01
1
-1/+39
*
refactor __del__ exception handler into PyErr_WriteUnraisable
Jeremy Hylton
2000-09-01
1
-0/+11
*
Document PyOS_CheckStack().
Fred Drake
2000-08-31
1
-2/+12
*
Correct the reference count information for the parameters of
Fred Drake
2000-08-15
1
-3/+3
*
In the section on the "Very High Level Layer", address concerns brought up
Fred Drake
2000-08-14
1
-0/+9
*
Added information for PyEval_EvalCode().
Fred Drake
2000-08-12
1
-2/+7
*
PyRun_InteractiveOne(),
Fred Drake
2000-08-11
1
-2/+20
*
ANY becomes void, to reflect the requirement for ANSI C.
Fred Drake
2000-08-11
1
-18/+11
*
Document PyObject_AsFileDescriptor
Andrew M. Kuchling
2000-07-13
2
-0/+10
*
Added new APIs and fixed some other Unicode ones (missing * or
Marc-André Lemburg
2000-07-07
1
-56/+78
*
Added docs for the new Unicode and string APIs.
Marc-André Lemburg
2000-07-07
1
-7/+52
*
Marc-Andre Lemburg <mal@lemburg.com>:
Fred Drake
2000-07-03
1
-1/+9
*
Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.
Fred Drake
2000-06-30
1
-8/+7
*
Update comments relating to the removal of the -X option and of string
Fred Drake
2000-06-29
1
-16/+11
*
Added documentation for PyOS_AfterFork().
Fred Drake
2000-06-28
1
-0/+7
*
Markup consistency nits.
Fred Drake
2000-06-18
1
-89/+43
*
Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.
Fred Drake
2000-06-16
2
-2/+273
*
Added reference count information for PySequence_List().
Fred Drake
2000-06-16
1
-0/+3
*
Documented PySequence_List() and PySequence_Tuple().
Fred Drake
2000-06-16
1
-20/+54
*
Added reference count information for Py_FindMethod().
Fred Drake
2000-04-10
1
-0/+5
*
Yet another markup nit: functions that are part of the Python/C API
Fred Drake
2000-04-10
1
-3/+5
*
PyErr_Format():
Fred Drake
2000-04-10
1
-1/+0
*
document PyErr_Format
Jeremy Hylton
2000-04-10
2
-0/+16
*
Add to the comment a description of the "null" value for returned
Fred Drake
2000-04-10
1
-1/+4
*
The reference count field for PyErr_NoMemory() and
Fred Drake
2000-04-10
1
-2/+2
*
Marc-Andre Lemburg <mal@lemburg.com>:
Fred Drake
2000-04-06
1
-0/+712
*
Merge in changes from the 1.5.2p2 release.
Fred Drake
2000-04-03
1
-654/+1297
*
Merged changes from the 1.5.2p2 release.
Fred Drake
2000-04-03
1
-3/+24
*
Improve explanation of reference counts for PyString_Concat().
Fred Drake
2000-03-31
1
-2/+3
*
Add PyDict_Copy() function to C API for dicts. It returns a new
Jeremy Hylton
2000-03-30
2
-1/+8
*
Missed a couple of program options that had been marked by \code.
Fred Drake
1999-11-09
1
-4/+4
*
Use \citetitle and \programopt as appropriate.
Fred Drake
1999-11-09
1
-17/+18
*
Added note that Skip created the initial version of this file.
Fred Drake
1999-10-20
1
-17/+14
*
Initial version as provided by Skip Montanaro <skip@mojam.com>.
Fred Drake
1999-10-20
1
-0/+906
*
Clarified start parameter to Py_CompileString, documented
Fred Drake
1999-08-23
1
-5/+24
*
Started documentation on buffer objects & types. Very preliminary.
Fred Drake
1999-08-04
1
-1/+66
[next]