main
Name already in use
Commits on Mar 1, 2023
Commits on Feb 28, 2023
Commits on Feb 27, 2023
-
PEP 709: Inlined comprehensions (#3029)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Commits on Feb 25, 2023
-
PEP 8: Allow both one and two spaces after period (#3027)
Authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-
Meta: Further tweak PR template titles to get the right order (#3001)
* Further tweak the PR template titles to get the right order * Further refine New PEP PR checklist text
Commits on Feb 23, 2023
-
-
PEP 708: Extending the Repository API to Mitigate Dependency Confusio…
…n Attacks (#3019) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Stefano Rivera <github@rivera.za.net>
-
PEP 669: Update to reflect latest design and implementation (#3021)
Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Commits on Feb 22, 2023
-
PEP 706: Add some notes, remove open issue, fix mistakes & formatting (…
…#3023) * Add some notes, remove open issue, fix mistakes & formatting - Remove Open Issue “How far should this be backported?”. That'll be up to release managers, no need to put it in the PEP. - Add a section on adding filters to zipfile. Not *quite* a “rejected idea”, but IMO the PEP is good enough without it. - Add a note on a registration mechanism - Fix a few obvious mistakes, typos, formatting Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
-
Commits on Feb 21, 2023
Commits on Feb 16, 2023
Commits on Feb 15, 2023
-
-
PEP 706: Filter for tarfile.extractall (#3009)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-
PEP 688: Expand backwards compatibility section (#3007)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Commits on Feb 13, 2023
Commits on Feb 9, 2023
-
PEP 702: Update number of parameters in specification (#3011)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
-
Commits on Feb 7, 2023
Commits on Feb 6, 2023
-
Lint: Allow per-message Post-History links w/trailing slash (#3005)
* Lint: Only ignore per-message links in Post-History with trailing slash * PEP 684: Add trailing slash to per-message Post-History link * Infra: Use clearer term (message, not post) for single Discourse messages
Commits on Feb 3, 2023
-
PEP 684: Minor Updates (#3004)
I had forgotten to update the Post-History header back in October. There was also one minor point from that round of discussion that I had not added to the PEP yet.
-
PEP 1 and 12: Document Topic header (#2995)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
-
PEP 582: Updates the rejected ideas list (#3002)
Updates the rejected ideas list
Commits on Feb 2, 2023
-
Meta: Add a governance topic (#2993)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Gregory P. Smith <greg@krypto.org> Fixes #2987
-
PEP 582: Update the PEP with all feedback (#2999)
Updates the PEP with all feedback This also adds more proper explanation for the interpreter and tool developers.
Commits on Feb 1, 2023
-
Meta: Fix name of Other template to include Other so it sorts properly (
#3000) Fix name of Other template to include Other so it sorts properly
-
Meta: Rename PR templates to be more descriptive in the GitHu UI (#2998)
* Rename PR templates to be more descriptive in the GitHu UI * Remove currently-unused data block & extra heading from PR templates
-
Meta: Add templates/checklists for new, Accepted/Rejected & Final PEPs (
#2956) Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Commits on Jan 31, 2023
Commits on Jan 29, 2023
-
PEP 582: Add more explanation based on feedback (#2983)
* Updates based on feedback Adds explanation of handling `bin/` directory, or how we are not trying to replace the existing virtual environments. * Updates grammar based on feedback