summaryrefslogtreecommitdiffstats
path: root/Doc/api/concrete.tex
Commit message (Expand)AuthorAgeFilesLines
* [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex:Andrew M. Kuchling2004-08-071-10/+5
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-9/+0
* let's avoid the extra nesting where reasonableFred Drake2004-08-031-1/+1
* Fix typo thoughNeal Norwitz2004-08-021-2/+2
* Fix doubled word.Raymond Hettinger2004-08-021-1/+1
* Add missing doc for Py_True/Py_False. Use the correct macro to defineSkip Montanaro2004-07-291-6/+16
* A little boolean music if you please, maestro... (Not sure I have theSkip Montanaro2004-07-281-0/+34
* Fix an uncorrect function prototype.Thomas Heller2004-07-231-1/+1
* Supply missing word in new datetime docs, aggravated by copy-paste-edit.Tim Peters2004-07-171-3/+3
* SF patch 986010: add missing doc for datetime C API, fromTim Peters2004-07-111-15/+85
* SF patch 876130: add C API to datetime module, from Anthony Tuininga.Tim Peters2004-06-201-36/+157
* Note that memory returned by PyBuffer_New is not specifically aligned.Neil Schemenauer2004-06-081-1/+3
* Drop claims that Unicode always means UCS-2. Fixes #881861.Martin v. Löwis2004-06-031-3/+4
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+9
* Document PyModule_AddIntConstant to take a long. Fixes #962471.Martin v. Löwis2004-06-021-1/+1
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+31
* SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"Raymond Hettinger2004-03-251-2/+2
* Documentation for PyDescr_NewClassMethod was missing - here's at leastThomas Heller2004-02-091-0/+5
* clean up indexing for None, NotImplementedFred Drake2004-01-011-1/+1
* At 2.2, the Py<type>_Check() family of API functions (macros) changedAndrew MacIntyre2003-12-261-0/+6
* The semantics of PyList_Check() and PyDict_Check() changed at 2.2, alongAndrew MacIntyre2003-12-251-2/+12
* Note that \var{ppos} values are not consecutive and should not be altered.Raymond Hettinger2003-12-131-1/+3
* Expose dict_contains() and PyDict_Contains() with is about 10% fasterRaymond Hettinger2003-11-251-0/+8
* fix use of undefined markupFred Drake2003-11-101-1/+1
* Document Py_RETURN_NONE.Brett Cannon2003-11-091-0/+4
* Document that varlist can be NULL.Raymond Hettinger2003-10-261-2/+4
* Make CObjects mutable. Fixes #477441.Martin v. Löwis2003-10-191-5/+11
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-191-4/+4
* Extended tuple's C API to include a new function, PyTuple_Pack() that isRaymond Hettinger2003-10-121-1/+9
* Fix typo.Raymond Hettinger2003-08-231-1/+1
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-101-0/+6
* fix some markup errorsFred Drake2003-04-231-2/+2
* Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLo...Thomas Heller2003-04-231-0/+26
* Patch #701395: Correct documentation of PyUnicode_Splitlines.Martin v. Löwis2003-03-301-3/+4
* 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