Martin v. Löwis
|
1ebf91f769
|
Add PyObject_CallFunction and PyObject_CallMethod
to those with new conversion semantics.
|
2006-04-14 12:35:54 +00:00 |
Martin v. Löwis
|
18a98c596c
|
Add PY_SSIZE_T_MAX/PY_SSIZE_T_MIN into the conversion guide.
|
2006-04-08 10:09:44 +00:00 |
Andrew M. Kuchling
|
1d1bd6367d
|
typo fix
|
2006-04-06 12:53:23 +00:00 |
Martin v. Löwis
|
a8a1ea1b8a
|
Add lenfunc.
|
2006-03-21 19:06:39 +00:00 |
Martin v. Löwis
|
c14c6e645c
|
Add link to Fredrik Lundh's scanner.
|
2006-03-21 15:02:10 +00:00 |
David Goodger
|
794b1f8f11
|
converted to UTF-8 & added coding slugs
|
2006-03-02 19:54:50 +00:00 |
Neal Norwitz
|
7e0013445c
|
ssize_t is final. Thanks Martin!
|
2006-02-28 23:28:21 +00:00 |
Guido van Rossum
|
c0041fee26
|
Oops. I meant to accept 353 (ssize_t), not yet 357 (__index__).
|
2006-02-16 00:03:47 +00:00 |
Martin v. Löwis
|
e73718f969
|
Fix typo reported by Tony Nelson.
|
2006-02-12 22:00:52 +00:00 |
Martin v. Löwis
|
16e247c592
|
Mention changes to the buffer interface.
|
2006-02-12 09:36:52 +00:00 |
Martin v. Löwis
|
55dc576c22
|
Explain how old modules cannot load into a new interpreter.
|
2006-02-12 09:13:57 +00:00 |
Martin v. Löwis
|
66f71648c5
|
Rename PY_SIZE_T_CLEAN to PY_SSIZE_T_CLEAN.
|
2006-02-12 09:06:25 +00:00 |
Martin v. Löwis
|
78e96e32c8
|
Add open issues section.
|
2006-01-10 21:21:39 +00:00 |
Martin v. Löwis
|
bb269df4c0
|
Add PEP 353.
|
2006-01-10 21:06:23 +00:00 |