Furkan Önder
|
41657e2b48
|
PEP 384: Update PyType_Spec struct per bpo-15140 (#1354)
|
2020-04-01 13:35:58 -07:00 |
jdemeyer
|
acc0d461d1
|
Clarify PEP 384 (GH-610)
|
2019-02-05 16:46:56 +01: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
|
96f8a790a1
|
Issue #10181: remove buffer interface from ABI.
|
2011-01-06 19:33:28 +00:00 |
Martin v. Löwis
|
ccff4c88ca
|
Clarify that libpython3.so is only meant for use in
applications.
|
2010-12-30 14:57:53 +00:00 |
Martin v. Löwis
|
b86794e399
|
Add structseq support.
Incorporate 3149 support.
Mark as final.
|
2010-12-04 16:42:07 +00:00 |
Georg Brandl
|
fd1d228e4e
|
Fix markup glitches.
|
2010-11-29 08:07:28 +00:00 |
Martin v. Löwis
|
cbabaf3fad
|
Finalize lists of types, functions, and variables.
|
2010-11-28 23:38:22 +00:00 |
Martin v. Löwis
|
25029d54f2
|
Document API changes. Drop plan to have a version that
still includes types.
|
2010-10-30 11:11:24 +00:00 |
Martin v. Löwis
|
2fc8df834e
|
Fix various glitches.
|
2010-08-28 15:43:34 +00:00 |
Martin v. Löwis
|
05212a75f7
|
As proposed by MAL, provide Py_FatalError and PyTraceBack_Print.
|
2009-05-26 18:40:45 +00:00 |
Martin v. Löwis
|
51b7df09e2
|
Ban FILE* functions.
|
2009-05-22 19:44:13 +00:00 |
Martin v. Löwis
|
51d054cafb
|
Add linkage and implementation sections.
|
2009-05-17 19:14:52 +00:00 |
Martin v. Löwis
|
c6b64dd83b
|
Add new PEP.
|
2009-05-17 18:33:52 +00:00 |