Guido van Rossum
c4a19e7fe9
Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.
...
This doesn't change the copyright status for these files -- just the
markings! Doing it on the main branch for these three files for which
the HEAD revision was pushed back into 1.6.
2000-08-03 16:42:14 +00:00
Marc-André Lemburg
cf5f358784
Restore PyXXX_Length() APIs for binary compatibility.
...
New code will see the macros and therefore use the PyXXX_Size()
APIs instead.
By Thomas Wouters.
2000-07-17 09:22:55 +00:00
Thomas Wouters
7e47402264
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
...
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 ;)
2000-07-16 12:04:32 +00:00
Jeremy Hylton
fa521f1b2a
fix PyXXX_Length macros as suggested by Fred
2000-07-13 19:39:15 +00:00
Jeremy Hylton
6253f83b0a
change abstract size functions PySequence_Size &c.
...
add macros for backwards compatibility with C source
2000-07-12 12:56:19 +00:00
Fred Drake
ea9cb5aebf
ANSI-fication and Py_PROTO extermination.
2000-07-09 00:20:36 +00:00
Guido van Rossum
ffcc3813d8
Change copyright notice - 2nd try.
2000-06-30 23:58:06 +00:00
Guido van Rossum
fd71b9e9d4
Change copyright notice.
2000-06-30 23:50:40 +00:00
Andrew M. Kuchling
74042d6e5d
Patch from /F:
...
this patch introduces PySequence_Fast and PySequence_Fast_GET_ITEM,
and modifies the list.extend method to accept any kind of sequence.
2000-06-18 18:43:14 +00:00
Guido van Rossum
fd9eed33aa
Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer,
...
PyObject_AsReadBuffer, PyObject_AsWriteBuffer.
2000-03-10 22:35:06 +00:00
Guido van Rossum
8368453249
Add DLL level b/w compat for PySequence_In and PyEval_CallObject
1999-03-17 18:44:39 +00:00
Guido van Rossum
43466ec7b0
Add DL_IMPORT(returntype) for all officially exported functions.
1998-12-04 18:48:25 +00:00
Guido van Rossum
f1536db2e7
Move an indented #define to column 1.
1998-08-23 22:06:59 +00:00
Guido van Rossum
44e4d5a6fd
Renamed PySequence_In() to PySequence_Contains().
1998-05-22 00:47:25 +00:00
Guido van Rossum
c3d3f9692d
Add PyObject_Not().
1998-04-09 17:53:59 +00:00
Guido van Rossum
f39fc43f31
A few comment alignment and clarifications.
1997-03-04 18:31:47 +00:00
Guido van Rossum
1ca407f3e4
Fix the comments for bitwise and/or.
1997-02-14 22:51:40 +00:00
Guido van Rossum
2adf06b04c
Added missing for PySequence_List.
1996-12-05 21:48:50 +00:00
Guido van Rossum
d266eb460e
New permission notice, includes CNRI.
1996-10-25 14:44:06 +00:00
Guido van Rossum
a25e5e9ae9
PyMapping_DelItem[String] are actually macros.
1996-09-06 13:48:38 +00:00
Guido van Rossum
ed227f0589
Correctly document PyNumber_Coerce.
1996-09-06 13:40:53 +00:00
Guido van Rossum
6cdc6f4146
Added PyObject_DelItem and PySequence_Del{Item,Slice}.
1996-08-21 17:41:54 +00:00
Guido van Rossum
578cedde35
Typo: PySequence_Lenth -> PySequence_Length.
1996-08-08 18:43:10 +00:00
Guido van Rossum
4f4ce68085
Added prototype + doc for PySequence_Length()
1996-07-21 02:22:56 +00:00
Guido van Rossum
8ca687a68e
use Py_PROTO macro
1995-09-18 21:20:02 +00:00
Guido van Rossum
a827537afa
Generic Abstract Object Interface
1995-07-18 14:07:00 +00:00