Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore PyXXX_Length() APIs for binary compatibility. | Marc-André Lemburg | 2000-07-17 | 1 | -6/+18 |
| | | | | | | New code will see the macros and therefore use the PyXXX_Size() APIs instead. By Thomas Wouters. | ||||
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;) | ||||
* | fix PyXXX_Length macros as suggested by Fred | Jeremy Hylton | 2000-07-13 | 1 | -3/+3 |
| | |||||
* | change abstract size functions PySequence_Size &c. | Jeremy Hylton | 2000-07-12 | 1 | -6/+12 |
| | | | | add macros for backwards compatibility with C source | ||||
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -59/+61 |
| | |||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
| | |||||
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 1 | -1/+20 |
| | | | | | this patch introduces PySequence_Fast and PySequence_Fast_GET_ITEM, and modifies the list.extend method to accept any kind of sequence. | ||||
* | Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, | Guido van Rossum | 2000-03-10 | 1 | -0/+46 |
| | | | | PyObject_AsReadBuffer, PyObject_AsWriteBuffer. | ||||
* | Add DLL level b/w compat for PySequence_In and PyEval_CallObject | Guido van Rossum | 1999-03-17 | 1 | -0/+6 |
| | |||||
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -51/+51 |
| | |||||
* | Move an indented #define to column 1. | Guido van Rossum | 1998-08-23 | 1 | -1/+1 |
| | |||||
* | Renamed PySequence_In() to PySequence_Contains(). | Guido van Rossum | 1998-05-22 | 1 | -1/+2 |
| | |||||
* | Add PyObject_Not(). | Guido van Rossum | 1998-04-09 | 1 | -0/+12 |
| | |||||
* | A few comment alignment and clarifications. | Guido van Rossum | 1997-03-04 | 1 | -3/+5 |
| | |||||
* | Fix the comments for bitwise and/or. | Guido van Rossum | 1997-02-14 | 1 | -6/+6 |
| | |||||
* | Added missing for PySequence_List. | Guido van Rossum | 1996-12-05 | 1 | -0/+5 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | PyMapping_DelItem[String] are actually macros. | Guido van Rossum | 1996-09-06 | 1 | -2/+6 |
| | |||||
* | Correctly document PyNumber_Coerce. | Guido van Rossum | 1996-09-06 | 1 | -6/+14 |
| | |||||
* | Added PyObject_DelItem and PySequence_Del{Item,Slice}. | Guido van Rossum | 1996-08-21 | 1 | -0/+23 |
| | |||||
* | Typo: PySequence_Lenth -> PySequence_Length. | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
| | |||||
* | Added prototype + doc for PySequence_Length() | Guido van Rossum | 1996-07-21 | 1 | -0/+7 |
| | |||||
* | use Py_PROTO macro | Guido van Rossum | 1995-09-18 | 1 | -48/+55 |
| | |||||
* | Generic Abstract Object Interface | Guido van Rossum | 1995-07-18 | 1 | -0/+810 |