C.A.M. Gerlach
|
df0c276128
|
Lint: Add missing Python-Version header in PEPs (#2757)
|
2022-08-24 17:40:18 -05:00 |
Min ho Kim
|
cfb7bd74db
|
Fix typos (#1113)
|
2019-07-03 11:20:45 -07:00 |
Mariatta
|
cf3bad5ab3
|
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3 .
|
2017-11-11 11:28:55 -08:00 |
Huang Huang
|
bb0e518ed3
|
Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
|
2017-11-11 10:30:43 -08:00 |
Serhiy Storchaka
|
a53392a0f0
|
Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
|
2017-03-24 23:11:33 +02:00 |
Martin v. Löwis
|
435e557eb0
|
Fix typo reported by Lino Mastrodomenico.
|
2007-07-08 08:59:16 +00:00 |
Brett Cannon
|
681781a940
|
Standardize Marin von Loewis' name.
|
2007-06-28 20:03:18 +00:00 |
Martin v. Löwis
|
b97a12523a
|
Guard definitions against redefinition.
Proposed by David Abrahams.
|
2006-09-22 20:10:37 +00:00 |
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 |