Commit Graph

9 Commits

Author SHA1 Message Date
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