Commit Graph

10695 Commits

Author SHA1 Message Date
Bohdan Borkivskyi 0dc7d13736
PEP 719: Note release of Python 3.13.0 (#4028) 2024-10-09 03:08:08 +01:00
Malcolm Smith fb134c39c4
PEP 730: Add canonical link to "Using Python on iOS" (#4023)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-07 20:43:11 +00:00
William Woodruff 9cb9d4e82f
PEP 753: Updates (#4010)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
2024-10-07 20:11:12 +01:00
Łukasz Langa ada0f55a8e
PEP 569: So long, Python 3.8 2024-10-07 19:56:09 +02:00
Malcolm Smith dbb5594d96
PEP 738: Mark as Final (#3982)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-07 18:43:06 +01:00
Alyssa Coghlan 8f0f87e300
Add canonical refs to old package specs (#4020)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-07 02:27:00 +10:00
Alyssa Coghlan 441abc3e3e
Infra: Mention 'Superseded' in section heading (#4021)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-06 14:32:09 +00:00
Adrian Garcia Badaracco 764324d8cd
PEP 746: Rename __supports_type__ to __supports_annotated_base__ (#4019) 2024-10-05 15:29:26 -07:00
Sergey B Kirpichev 7ccefe1e2f
PEP 757: reject more ideas (#4017)
* keep PyLong_GetNativeLayout() function (was: open question)
* reject mpz_import/export-like API
2024-10-04 14:51:19 +02:00
Barry Warsaw 1490ed1ef5
PEP 759: External Wheel Hosting (#4011)
PEP 759, External Wheel Hosting; initial published version

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Ethan Smith <etsmith@nvidia.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

---------

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Ethan Smith <etsmith@nvidia.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-02 16:53:07 -07:00
Brett Cannon ee57005eb6
PEP 758: Add Post-History (#4016) 2024-10-02 16:11:48 -07:00
Stephen Rosen 267dc02fc0
PEP 735: Add include-project to Deferred Ideas (#4012) 2024-10-02 14:05:48 -07:00
Hugo van Kemenade 168bf56928
PEP 755: Add missing CODEOWNERS entry (#4014) 2024-10-02 17:25:19 +01:00
Savannah Ostrowski a405273a4d
PEP 703: Fix typo (#3956) 2024-10-02 14:57:33 +03:00
Pablo Galindo Salgado a65bbd2d28
PEP 758: Small updates to PEG syntax and formatting (#4013) 2024-10-01 23:47:21 +01:00
Pablo Galindo Salgado 668beb0cde
PEP 758: Allow ``except`` and ``except*`` expressions without parentheses (#4008) 2024-10-01 22:55:14 +01:00
Stephen Rosen 79a41d1002
PEP 735: apply community feedback, including reversion of [project] table changes (#3990) 2024-10-01 11:46:04 -07:00
khneal 23530a8814
PEP 693, 719: Python 3.12.7 and 3.13.0rc3 have been released (#4009) 2024-10-01 17:35:55 +01:00
David Foster a5b63cb140
PEP 747: Fix code block formatting. Fix grammar. (#4006) 2024-09-29 05:39:10 -07:00
Hugo van Kemenade c778ab9854
PEP 719: Add 3.13.0rc3, postpone 3.13.0 final (#4005) 2024-09-27 21:50:18 -07:00
Carl Meyer 2af9ffd961
PEP 747: fix rst syntax (#4004) 2024-09-27 14:12:29 -07:00
Zachary Ware cb97c7cc4e
PEP 101: Minor updates to major version bump procedure (#4003) 2024-09-27 21:51:48 +03:00
William Woodruff a3fe7200b5
PEP 740: Update api-version (#4001) 2024-09-26 17:47:01 -07:00
Hugo van Kemenade 24552cad8c
Infra: Move numerical index to own page (#3992)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-09-26 21:57:51 +01:00
Jelle Zijlstra 55cf374db5
PEP 749: Rename SOURCE to STRING, go back on __annotations__ setting (#4000) 2024-09-26 11:55:45 -07:00
Victor Stinner aced24fc35
PEP 756: Give up on copying memory (#3999) 2024-09-26 20:37:52 +02:00
Hugo van Kemenade 2a3dfe0c88
PEP 2026: Note `PY_VERSION_HEX` changes needed for 3.YYYY (#3995) 2024-09-25 17:34:23 -07:00
Jelle Zijlstra 9c9c5c3aee
PEP 749: Add a FAKE_GLOBALS_VALUE format (#3991)
Co-authored-by: Carl Meyer <carl@oddbird.net>
2024-09-25 16:45:59 -07:00
Jelle Zijlstra 6fe0175e3d
PEP 749: Add annotations_to_source, value_to_source (#3998) 2024-09-25 16:43:46 -07:00
Jelle Zijlstra d135546f0b
PEP 749: Move dataclass field types out of open issues (#3994) 2024-09-24 14:39:07 -07:00
Victor Stinner f085d19db9
PEP 756: Add PyUnicode_EXPORT_ALLOW_COPY flag (#3988) 2024-09-24 23:03:10 +02:00
Malcolm Smith 680c8b1c13
PEP 11: Add Android (#3989) 2024-09-23 11:03:39 -07:00
William Woodruff b92dd15120
PEP 740: ``data-provenance`` attribute value tweaks (#3971)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
2024-09-23 15:28:57 +01:00
William Woodruff 0b91fc8f54
PEP 753: Add suggested human-readable labels (#3974)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-09-23 07:14:47 -07:00
Hugo van Kemenade c1310b79b4
Infra: Link RSS to website not feed (#3976) 2024-09-21 01:45:10 +01:00
Hugo van Kemenade e7d5f07322
Infra: Update `Makefile`to match CPython/Docs and devguide (#3985) 2024-09-21 01:44:12 +01:00
Sergey B Kirpichev ab9258da71
PEP 757: misc edits (#3984) 2024-09-20 15:36:32 +02:00
Robert Simpson c5010ea78b
PEP 3126: Minor Fix - Result Missing From Example Code (#3978) 2024-09-20 08:59:07 +03:00
Victor Stinner fa01a64551
PEP 756: Add Discussions-To and Post-History headers (#3981) 2024-09-19 21:57:53 +00:00
Victor Stinner 3b52323954
PEP 757: Cleanup (#3979)
* endian => endianness
* Move text to function documentations
* Discussions: add link to the PEP discussion
2024-09-19 23:28:22 +02:00
Sergey B Kirpichev 659cfe50a0
PEP 757: address review, sync with PR and prettify (#3975) 2024-09-19 11:02:45 +00:00
Victor Stinner 9475fa0aa4
PEP 757: Rename endian to endianness (#3973)
* Rephrase "Optimize small integers" section for import.
* Elaborate on PyLong_GetNativeLayout() validity.
* Mention PyLong_FreeExport() in the specification.
* Update benchmarks.
2024-09-18 13:59:58 +02:00
Brett Cannon 40bbaaa84a
PEP 751: updates based on user feedback (#3969)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-09-17 14:12:12 -07:00
Sergey B Kirpichev b4e7700a56
PEP 757: use PyLong_Export (#3970) 2024-09-17 17:38:13 +02:00
Victor Stinner b6cf6d47f3
PEP 756: Remove Open Questions (#3968) 2024-09-17 15:34:14 +02:00
Ofek Lev 80f7aadb73
PEP 755: Address feedback, round 1 (#3959) 2024-09-16 13:31:00 -07:00
Ofek Lev cff867a298
PEP 752: Address feedback, round 4 (#3955) 2024-09-16 13:28:38 -07:00
Victor Stinner 4878da5bd3
PEP 756: Fix buffer format (#3967)
Use the native encoding. "=I" size is 4 bytes on all platforms.
2024-09-16 14:36:10 +02:00
Victor Stinner 5a1529c658
PEP 757: Make PyLong_DigitArray.obj private (#3966) 2024-09-16 13:20:45 +02:00
Eric Traut 02a70341a2
PEP 747: Revised TypeForm specification (#3929)
Co-authored-by: David Foster <david@dafoster.net>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-09-15 15:10:35 -07:00