Brett Cannon
a8a7bd5a8a
PEP 11: add links to buildbot tags
2022-06-08 12:04:28 -07:00
Hugo van Kemenade
2d9a9462dd
PEP 0: Remove 'PEP' from table headers ( #2635 )
2022-06-08 18:49:36 +01:00
Adam Turner
e92d085a35
Infra: Refactor `peps.json` logic into PEP class ( #2585 )
2022-06-08 10:14:36 -07:00
Adam Turner
f7c9e62c9f
Infra: Use Docutils' `list-table` syntax for PEP 0 ( #2616 )
2022-06-08 10:11:14 -07:00
Inada Naoki
ab4b55cebb
PEP 686: Mark PEP 686 as accepted ( #2632 )
2022-06-08 11:54:38 +09:00
Pankwings
eaa22dbacb
PEP 257: Use sys.maxsize instead of sys.maxint ( #2629 )
...
In python3, sys.maxint changed to sys.maxsize.
2022-06-06 12:32:50 -07:00
Pablo Galindo Salgado
bd3afcea5b
PEP 619: Update bugfix release dates ( #2631 )
2022-06-06 18:37:24 +01:00
Erik De Bonte
ebefef14d5
PEP 681: mark as Accepted ( #2630 )
2022-06-06 08:26:53 -07:00
Brett Cannon
9c23bd6804
PEP 11: fix CPU arch name for PowerPC64LE
2022-06-03 12:00:40 -07:00
Pablo Galindo Salgado
4578d75cf5
PEP 664: Add release date for 3.11.0b3 ( #2626 )
2022-06-01 18:06:43 +01:00
Pablo Galindo Salgado
1dae9310db
PEP 664: Add feature list ( #2625 )
2022-06-01 00:57:12 +01:00
Pablo Galindo Salgado
5e58dc69c9
PEP 664: Add 3.11.0b2 release date ( #2623 )
2022-05-31 14:40:47 +01:00
Julian Berman
6b88b042ce
PEP 621: Fix missing schemes in example project.urls ( #2621 )
...
PyPI seems to reject these as-is (probably expectedly).
2022-05-30 14:07:29 -07:00
Erik De Bonte
b064613a34
PEP 681: Clarify impact of decorating overload ( #2610 )
2022-05-26 07:44:43 -07:00
Pradeep Kumar
2b791d84e0
PEP 675: Add explicit `circumference` method ( #2618 )
...
Not adding a `radius` attribute, because the Circle class needs to be
instantiable from just the `scale` config value. So, I'm going with a
method.
2022-05-23 06:26:25 -07:00
Itamar Ostricher
5df9e7c829
PEP 690: Fix omission of `-L` in example ( #2582 )
2022-05-21 21:04:08 +01:00
Ram Rachum
67baf51326
PEP 671: Fix formatting ( #2614 )
2022-05-21 12:05:14 +03:00
wim glenn
951b1debf9
Add missing import (tarfile is used in _make_sdist hook) ( #2607 )
2022-05-20 15:36:10 -07:00
Erlend Egeberg Aasland
83148efae2
PEP 7: Revert: "Add note about greppable exception messages ( #2605 )" ( #2608 )
...
Based on post-merge feedback, it was decided to revert this change.
See the original PR (GH-2605), the proposed PR for PEP 8 (GH-2606), and
the issue (GH-2604) for the discussions.
This reverts commit c787739478
.
2022-05-17 20:51:40 +02:00
Łukasz Langa
64e5abfef2
[pep-596] Actual date for 3.9.13
2022-05-17 19:38:48 +02:00
Erlend Egeberg Aasland
c787739478
PEP 7: Add note about greppable exception messages ( #2605 )
...
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-05-14 01:23:19 +02:00
CAM Gerlach
703362a544
PEP 691: Fix minor nits with headers and reST syntax ( #2603 )
2022-05-13 16:12:47 -06:00
Inada Naoki
91116788af
PEP 623: Change status to Final ( #2601 )
...
* PEP 623: Mark it final
Implemented in https://github.com/python/cpython/pull/92537
* Add Discussions-To and Resolution header
* Fix Discussions-To link
2022-05-13 11:37:54 +09:00
jbritton6
46efeee6d5
PEP 8: Fix typos ( #2600 )
2022-05-11 11:45:05 -06:00
Donald Stufft
a45a339549
Typo Fixes, courtesy of @di ( #2594 )
2022-05-09 14:00:23 -04:00
Erlend Egeberg Aasland
375e9403d9
PEP 687: Retarget to Python 3.12 ( #2591 )
2022-05-09 19:34:04 +02:00
Donald Stufft
323e8bf5cc
PEP 691: Copyright ( #2593 )
2022-05-09 09:36:07 -04:00
Donald Stufft
178afaf170
PEP 691: Refactor based on Feedback ( #2592 )
...
* Describe JSON format first and more clearly
* Clarify versioning
* Move content types down and flesh them out more
* Expand the conneg section
* Expand upon the impact to PEP 458
* Add alternative mechanisms for conneg
* Provide recommendations to clients and servers
* Add a FAQ for implications for static file serving
* Add a FAQ to clarify that TUF targets != URLs
* Add a FAQ for application/json
* Add a FAQ about PyPI
* Add support for PEP 629 in the JSON response body
* Add PyPI to the appendix
* Recommend ;q=0 on text/html
* Rename the dist-info-metadata-available field
* Update the PEP-Delegate to Brett Cannon
2022-05-08 17:00:55 -04:00
David Foster
7557f1959f
PEP 362: Fix formatting of colons in field descriptions ( #2590 )
2022-05-08 12:28:39 -07:00
Erlend Egeberg Aasland
ba7ec485b8
Update CODEOWNERS for PEP 670 and PEP 687 ( #2586 )
2022-05-08 09:21:42 +02:00
Pablo Galindo Salgado
c28bc5c133
PEP 664: Fix indentation error ( #2589 )
2022-05-08 04:32:48 +01:00
Pablo Galindo Salgado
7fb2d0820e
PEP 664: Add 3.11.0b1 release date ( #2588 )
2022-05-08 04:21:08 +01:00
Germán Méndez Bravo
0a0f49121a
PEP 690: Add flexibility to set_eager_imports() ( #2571 )
...
This adds a callback to the proposed `importlib.set_eager_imports()`.
Co-authored-by: Carl Meyer <carl@oddbird.net>
2022-05-06 17:10:10 -07:00
Carl Meyer
153cd9eb8b
PEP 690: Add a simple example of the behavior ( #2577 )
2022-05-06 17:09:50 -07:00
Jelle Zijlstra
3f4a6f9af6
PEP 691: Add Discussions-To ( #2581 )
2022-05-06 08:03:13 -07:00
Brett Cannon
a155de23cc
PEP 691: fix a mistyping of `HTTP` when `HTML` was intended
2022-05-05 17:38:36 -07:00
Dustin Ingram
171c27e292
PEP 691: Draft PEP for Simple JSON API ( #2578 )
...
Co-authored-by: Cooper Lees <me@cooperlees.com>
Co-authored-by: Donald Stufft <donald@stufft.io>
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2022-05-05 15:02:39 -07:00
Petr Viktorin
5232fda0ab
PEP 689: Rename to "Unstable C API tier" ( #2576 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-05-04 10:02:41 +02:00
Germán Méndez Bravo
f1be4a36a2
PEP 690: Add Post-History ( #2575 )
2022-05-03 16:10:29 -06:00
Carl Meyer
ba857a6389
PEP 690: Add "per-module opt-in" to "rejected ideas" section ( #2574 )
...
* PEP 690: Add 'per-module opt-in' to rejected ideas
* Update pep-0690.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-05-03 14:25:26 -07:00
Germán Méndez Bravo
4831a0ab05
PEP 690: Add Discussions-To ( #2573 )
2022-05-03 21:40:47 +01:00
Germán Méndez Bravo
376341a223
PEP 690: Lazy Imports ( #2569 )
...
* Added first draft for Lazy Imports PEP
* Suggested changes to lazy imports PEP.
* Add another example of forcing eager imports.
* Update pep-9999.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* Update Carl's email
* Update pep-9999.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update pep-9999.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update pep-9999.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update pep-9999.rst
Co-authored-by: Carl Meyer <carl@oddbird.net>
* Update and rename pep-9999.rst to pep-0690.rst
* Update .github/CODEOWNERS
Co-authored-by: Carl Meyer <carl@oddbird.net>
* Update pep-0690.rst
Co-authored-by: Carl Meyer <carl@oddbird.net>
* Update pep-0690.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Added myself to AUTHOR_OVERRIDES
* More updates to lazy imports
* Resolved comments
* More updates to lazy imports PEP.
* Update pep-0690.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-05-03 13:47:13 -05:00
Itamar Ostricher
4b04a2b7be
PEP 1: Refer to GitHub for the Python issue tracker ( #2568 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Chris Angelico <rosuav@gmail.com>
2022-05-03 00:57:13 +01:00
wookie184
278070ac97
Include the PEP index in `peps.json` ( #2567 )
2022-05-01 16:38:40 +01:00
CAM Gerlach
77b5482c82
PEP 11: Add back and update Post-History header with direct links ( #2546 )
2022-04-30 13:31:30 -05:00
Christopher H.Barker, PhD
dd8535b610
PEP 485: Update email address ( #2566 )
2022-04-29 17:19:25 +01:00
David Foster
26d7a56338
PEP 638: Typographic fixes ( #2368 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-04-29 14:51:43 +01:00
Philipp A
ebff37d5e7
Enable resetting HTML colour scheme preferences
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-04-28 16:49:31 +01:00
Petr Viktorin
fa18fffb76
PEP 689: Add Post-History ( #2561 )
2022-04-27 16:39:28 +02:00
Petr Viktorin
7f53796471
PEP 689: Semi-stable C API tier (GH-2559)
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-04-27 15:13:10 +02:00