Commit Graph

9405 Commits

Author SHA1 Message Date
Victor Stinner 509154a4d5
PEP 674: Disallow using macros as l-value (#2166) 2021-11-30 19:12:11 +01:00
Victor Stinner 3388a3753c
PEP 670: Link to python-dev discussion (#2165) 2021-11-29 17:31:40 +01:00
Brett Cannon 6ef86af2ae PEP 665: resolve the (final) open issue around sdists 2021-11-25 15:03:28 -08:00
Victor Stinner 152fe41cf2
PEP 670: more examples (#2163)
* Elaborate the Abstract
* Add "Misnesting" example
* The return value has already been removed in the public C API macros
* Clarify that converting Py_TYPE() macro was an incompatible change
2021-11-25 12:31:48 +01:00
Victor Stinner 907f8e9aed
PEP 670: LTO+PGO benchmark (#2161)
* Don't convert l-value macros
* Add "Examples of duplication of side effects" section
* Remove the gcc -O0 versus gcc -Og benchmark: it's not relevent for
  this PEP.
2021-11-25 10:22:58 +01:00
Erlend Egeberg Aasland c1fda6822b
PEP 670 amendments (#2157) 2021-11-24 19:23:36 +01:00
Jelle Zijlstra 2263e93426
PEP 646: fix typo (#2160) 2021-11-24 08:48:34 -08:00
Brett Cannon 9638809de4 Fix Jelle's username in CODEOWNERS 2021-11-23 17:13:24 -08:00
Ofek Lev 58629bc305
Support code highlighting (#1577) 2021-11-23 15:30:48 -08:00
Victor Stinner 570cea56c2
PEP 670: Add benchmarks (#2156)
* Add benchmarks.
* Elaborate the Debug Build section
2021-11-23 17:30:43 +01:00
Brett Cannon 855dc06e8a PEP 665: fix a linting issue 2021-11-22 16:46:32 -08:00
Brett Cannon 6bbde299e6 PEP 665: record Poetry's views on the PEP 2021-11-22 16:39:56 -08:00
Brett Cannon e4d35d7f32 PEP 665: point out why relying on wheels is a good thing 2021-11-19 15:28:31 -08:00
Ethan Furman c088d64ecb PEP 663: Rejected 2021-11-17 22:02:37 -08:00
Brett Cannon 4564234448 PEP 665: spell out that if the PEP doesn't say something then you can do what you want 2021-11-16 15:28:04 -08:00
Brett Cannon d6c4aa7a8e PEP 665: make using PEP 621 as input a rejected idea 2021-11-16 11:32:58 -08:00
Ee Durbin 1d3deac884
PEP 8103: Update with nomination results and initial Voter Roll (#2152)
* PEP 8103: Update with nomination results and initial Voter Roll

* correct voter-roll due to 2b51c0ba6c
2021-11-16 10:03:46 -05:00
Brett Cannon 95fe2fcf73 PEP 665: close out the open issue about "best-fitting wheel" 2021-11-15 17:16:23 -08:00
Łukasz Langa 9c537c791e
[pep-0596] Actual dates for 3.9.8 and the 3.9.9 hotfix 2021-11-15 23:03:30 +01:00
Dimitri Papadopoulos Orfanos cf5b0c9905
Typos found by codespell (#2144) 2021-11-15 07:36:12 -08:00
Dimitri Papadopoulos Orfanos 6e42b6361c
PEP 668: repeated word (#2145) 2021-11-15 07:19:17 -08:00
Dimitri Papadopoulos Orfanos 21d4c4c05b
PEP 633: repeated words (#2148) 2021-11-15 07:17:55 -08:00
Dimitri Papadopoulos Orfanos 1c8c3aff59
PEP 649: repeated words (#2149) 2021-11-15 07:17:41 -08:00
Dimitri Papadopoulos Orfanos f17d32588f
PEP 665: repeated word (#2150) 2021-11-15 07:17:17 -08:00
johnjhawk 4109619130
PEP 483: Fix an example (#2143)
The body of one of the examples mistakenly used different names than the parameters given in the function signature.
2021-11-14 14:39:30 -08:00
Brett Cannon 7d90a862cb PEP 665: make `filename` required 2021-11-11 19:35:37 -08:00
Pradeep Kumar 6df0c1d962
PEP 673: Initial commit for Self Types. (#2139) 2021-11-11 07:02:58 -08:00
Chris Angelico 213776f5f1 PEP 671: Clarify some points about the current options 2021-11-10 18:23:03 +11:00
Brett Cannon c0b6e938f1 PEP 665: clarify what scenarios installers must be able to install into 2021-11-09 16:25:31 -08:00
Brett Cannon 1bb31bb390 PEP 665: specify that `url` can support any scheme the installer chooses 2021-11-09 11:11:41 -08:00
Brett Cannon ac82a83486 PEP 665: lockers must respectSOURCE_DATE_EPOCH 2021-11-08 16:23:25 -08:00
Brett Cannon 916a6419ce PEP 665: mention that Pyflow like the idea of the PEP 2021-11-08 15:52:10 -08:00
joseville1001 a66ce05a92
re: sets, "subclass/superclass" should be "subset/superset" (#2138)
re: sets, "subclass/superclass" should be "subset/superset" when referring to the inequality operations on sets.
2021-11-08 12:20:43 -08:00
John Saponara 2eaa17b707
PEP 636: clarify __match_args__ naming (#2136)
* clarify __match_args__ naming

The current example allows the reader to wonder whether the __match_args__ names must match the __init__ args or the class members.  This change explicitly shows that class member names are searched for the __match_args__ items (admittedly at the cost of some clutter).

* Update pep-0636.rst

Thx Guido, that reduces the clutter.

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>

* oops, thx again!

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
2021-11-07 20:12:11 -08:00
Jacob Walls c69a1c37b5
PEP 663: Fix typo and creation date (GH-2110) 2021-11-05 20:01:01 -07:00
Brett Cannon 4b865b95a7
PEP 665: address feedback (#2134)
- Clarify some things.
- Remove the format requirement for `created-at`.
- List the current tools which have said they support the PEP.
2021-11-05 16:08:49 -07:00
Irit Katriel 026d74bde7
[PEP-654] update traceback formatting in examples (GH-2133) 2021-11-05 14:45:24 +00:00
Irit Katriel 0098f08851
[PEP-654] add None check in subgroup example (GH-2132)
Joe Gottman alerted us to an error in this example, which is missing a None check.
2021-11-05 14:44:04 +00:00
Ethan Furman 00cb14dd23 PEP 467: update mailling list post date 2021-11-03 23:33:40 -07:00
Ethan Furman b9655e3ba7 PEP 467: add more explanation to `bytes.ascii()` 2021-11-03 23:32:54 -07:00
Brett Cannon c85dbf3c8e
PEP 665: take 2 (#2131) 2021-11-03 12:30:54 -07:00
Ethan Furman 8681c6b7d9 PEP 467: add `.ascii` alternative constructor 2021-11-02 21:37:35 -07:00
Ethan Furman 2b41b5229a PEP 663: add post date, fix typo 2021-11-02 20:40:52 -07:00
Ethan Furman f7e4199237 PEP 663: change title and adjust text 2021-11-02 20:34:53 -07:00
Chris Angelico f14aa8d4ef Fix omitted CODEOWNERS entry 2021-11-03 03:06:00 +11:00
Petr Viktorin 943bf873ed
PEP 672: Unicode-related Security Considerations for Python (#2129) 2021-11-03 03:05:06 +11:00
Marc Swingler 1acde901b8
PEP-3333: LatinIter.__next__ should call self._next before testing self.transform_ok (#2128) 2021-11-01 15:47:24 -07:00
Chris Angelico 0cd7acd5a3 PEP 671: Update to latest implementation 2021-11-01 11:48:09 +11:00
Chris Angelico 5c9ce152a1 PEP 671: Rewrite the implementation section 2021-10-30 17:44:32 +11:00
Chris Angelico 26f8641a15 PEP 671: Describe the WIP reference implementation 2021-10-29 10:09:21 +11:00