| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch 876130: add C API to datetime module, from Anthony Tuininga. | Tim Peters | 2004-06-20 | 1 | -36/+157 |
|
|
* | Note that memory returned by PyBuffer_New is not specifically aligned. | Neil Schemenauer | 2004-06-08 | 1 | -1/+3 |
|
|
* | Drop claims that Unicode always means UCS-2. Fixes #881861. | Martin v. Löwis | 2004-06-03 | 1 | -3/+4 |
|
|
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -0/+9 |
|
|
* | Document PyModule_AddIntConstant to take a long. Fixes #962471. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
|
|
* | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -0/+31 |
|
|
* | SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" | Raymond Hettinger | 2004-03-25 | 1 | -2/+2 |
|
|
* | Documentation for PyDescr_NewClassMethod was missing - here's at least | Thomas Heller | 2004-02-09 | 1 | -0/+5 |
|
|
* | clean up indexing for None, NotImplemented | Fred Drake | 2004-01-01 | 1 | -1/+1 |
|
|
* | At 2.2, the Py<type>_Check() family of API functions (macros) changed | Andrew MacIntyre | 2003-12-26 | 1 | -0/+6 |
|
|
* | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along | Andrew MacIntyre | 2003-12-25 | 1 | -2/+12 |
|
|
* | Note that \var{ppos} values are not consecutive and should not be altered. | Raymond Hettinger | 2003-12-13 | 1 | -1/+3 |
|
|
* | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 1 | -0/+8 |
|
|
* | fix use of undefined markup | Fred Drake | 2003-11-10 | 1 | -1/+1 |
|
|
* | Document Py_RETURN_NONE. | Brett Cannon | 2003-11-09 | 1 | -0/+4 |
|
|
* | Document that varlist can be NULL. | Raymond Hettinger | 2003-10-26 | 1 | -2/+4 |
|
|
* | Make CObjects mutable. Fixes #477441. | Martin v. Löwis | 2003-10-19 | 1 | -5/+11 |
|
|
* | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 1 | -4/+4 |
|
|
* | Extended tuple's C API to include a new function, PyTuple_Pack() that is | Raymond Hettinger | 2003-10-12 | 1 | -1/+9 |
|
|
* | Fix typo. | Raymond Hettinger | 2003-08-23 | 1 | -1/+1 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+6 |
|
|
* | fix some markup errors | Fred Drake | 2003-04-23 | 1 | -2/+2 |
|
|
* | Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLo... | Thomas Heller | 2003-04-23 | 1 | -0/+26 |
|
|
* | Patch #701395: Correct documentation of PyUnicode_Splitlines. | Martin v. Löwis | 2003-03-30 | 1 | -3/+4 |
|
|
* | PyWeakref_GetObject returns None (not NULL) when the referent is gone. | Ka-Ping Yee | 2003-03-28 | 1 | -1/+1 |
|
|
* | * Add description of PyInt_FromString. | Skip Montanaro | 2003-02-03 | 1 | -3/+23 |
|
|
* | Add PyFloat_FromString. Left the char **pend argument out of the | Skip Montanaro | 2003-02-03 | 1 | -0/+5 |
|
|
* | Clarified the error cases and Unicode handling of PyString_AsString(), | Fred Drake | 2002-10-22 | 1 | -8/+17 |
|
|
* | Corrected return type and value information for PyUnicode_Count() and | Fred Drake | 2002-06-20 | 1 | -14/+18 |
|
|
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -0/+26 |
|
|
* | Typo: whcar_t should be wchar_t. | Thomas Heller | 2002-04-29 | 1 | -4/+4 |
|
|
* | Small markup adjustments for consistency. | Fred Drake | 2002-04-29 | 1 | -2/+2 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -1/+10 |
|
|
* | Warn people away from PyModule_GetDict(), but not too strongly. | Fred Drake | 2002-04-12 | 1 | -0/+3 |
|
|
* | Add a (very) simple description of PyType_Ready(). | Fred Drake | 2002-04-12 | 1 | -0/+4 |
|
|
* | Document PyType_CheckExact(), PyType_IS_GC(). | Fred Drake | 2002-04-10 | 1 | -1/+16 |
|
|
* | Add a note that Py_None needs the same reference count treatment as any | Fred Drake | 2002-03-12 | 1 | -1/+2 |
|
|
* | PyDict_Next: update doc to indicate that pkey and pvalue return values are | Skip Montanaro | 2002-01-23 | 1 | -1/+2 |
|
|
* | add missing return value info for PyDict_DelItem | Skip Montanaro | 2002-01-23 | 1 | -1/+1 |
|
|
* | A number of small adjustments. | Fred Drake | 2001-12-11 | 1 | -4/+12 |
|
|
* | SF bug #491415 PyDict_UpdateFromSeq2() unused | Tim Peters | 2001-12-11 | 1 | -20/+43 |
|
|
* | Document that PyString_FromString() cannot take NULL as a parameter. | Fred Drake | 2001-12-06 | 1 | -1/+2 |
|
|
* | Update the signature of PyFile_WriteString(). | Fred Drake | 2001-11-29 | 1 | -1/+1 |
|
|
* | Add documentation for the PyCell* APIs. | Fred Drake | 2001-11-26 | 1 | -0/+50 |
|
|
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 1 | -0/+2342 |
|
|