summaryrefslogtreecommitdiffstats
path: root/Doc/api/concrete.tex
Commit message (Expand)AuthorAgeFilesLines
* PyWeakref_GetObject returns None (not NULL) when the referent is gone.Ka-Ping Yee2003-03-281-1/+1
* * Add description of PyInt_FromString.Skip Montanaro2003-02-031-3/+23
* Add PyFloat_FromString. Left the char **pend argument out of theSkip Montanaro2003-02-031-0/+5
* Clarified the error cases and Unicode handling of PyString_AsString(),Fred Drake2002-10-221-8/+17
* Corrected return type and value information for PyUnicode_Count() andFred Drake2002-06-201-14/+18
* This is my nearly two year old patchMichael W. Hudson2002-06-111-0/+26
* Typo: whcar_t should be wchar_t.Thomas Heller2002-04-291-4/+4
* Small markup adjustments for consistency.Fred Drake2002-04-291-2/+2
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-1/+10
* Warn people away from PyModule_GetDict(), but not too strongly.Fred Drake2002-04-121-0/+3
* Add a (very) simple description of PyType_Ready().Fred Drake2002-04-121-0/+4
* Document PyType_CheckExact(), PyType_IS_GC().Fred Drake2002-04-101-1/+16
* Add a note that Py_None needs the same reference count treatment as anyFred Drake2002-03-121-1/+2
* PyDict_Next: update doc to indicate that pkey and pvalue return values areSkip Montanaro2002-01-231-1/+2
* add missing return value info for PyDict_DelItemSkip Montanaro2002-01-231-1/+1
* A number of small adjustments.Fred Drake2001-12-111-4/+12
* SF bug #491415 PyDict_UpdateFromSeq2() unusedTim Peters2001-12-111-20/+43
* Document that PyString_FromString() cannot take NULL as a parameter.Fred Drake2001-12-061-1/+2
* Update the signature of PyFile_WriteString().Fred Drake2001-11-291-1/+1
* Add documentation for the PyCell* APIs.Fred Drake2001-11-261-0/+50
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+2342