Commit Graph

  • e61cfe8103 Replace deprecated top-level stage name Hugo van Kemenade 2024-10-19 12:24:13 +0300
  • f3276efaca TEMP: Lint on all operating systems Hugo van Kemenade 2024-10-16 18:05:14 +0300
  • 1566d8230d Fix typo Alyssa Coghlan 2024-10-19 18:30:26 +1000
  • 7931a636da PEP 501: Withdraw in favour of PEP 750 Alyssa Coghlan 2024-10-19 18:26:39 +1000
  • 56727f0763 Extra key removal is implementation dependent Alyssa Coghlan 2024-10-19 17:33:24 +1000
  • 9d812fda85 Avoid duplicate heading name Alyssa Coghlan 2024-10-19 15:53:04 +1000
  • ea92f365b9 Split 'Summary of Changes' out from 'Specification' Alyssa Coghlan 2024-10-19 15:49:05 +1000
  • db15bf02f0 Extra keys can be removed Alyssa Coghlan 2024-10-19 15:02:16 +1000
  • 709c345130 Address initial set of recent review comments Alyssa Coghlan 2024-10-19 14:52:41 +1000
  • e21a718ce1 Merge remote-tracking branch 'origin/main' into pep-667-exec-impact Alyssa Coghlan 2024-10-19 14:38:50 +1000
  • ac5c974346
    Apply simple suggestions from code review Alyssa Coghlan 2024-10-19 14:28:25 +1000
  • 5e67f84886
    PEP 728: Revise proposal to spec the 'extra_items=T' idea (#4066) Zixuan Li 2024-10-18 19:14:30 -0700
  • 9a8c0b72ba
    Update peps/pep-0728.rst Jelle Zijlstra 2024-10-18 19:09:33 -0700
  • b312863818 Flesh out installer and locker expectations Also inttroduce `[locker]`. Brett Cannon 2024-10-18 18:42:47 -0700
  • 592a541bee Merge branch 'pep750-post-sprint-update' of github.com:davepeck/peps into pep750-post-sprint-update Dave 2024-10-18 17:24:02 -0700
  • 84250794e3 Minor text fix. Dave 2024-10-18 17:23:50 -0700
  • 14a540238a
    Add a section on authentication Barry Warsaw 2024-10-18 16:44:11 -0700
  • edf3882fc0 Incorporate Jelle's comment on the '__items__' idea Zixuan James Li 2024-10-18 13:55:14 -0700
  • cbc581393f Use 'typing:' prefix for term references. Zixuan James Li 2024-10-18 13:40:33 -0700
  • 527a5ed32f Allow 'closed=False'; define its behavior Zixuan James Li 2024-10-18 13:31:52 -0700
  • c321b30622 Address feedback from Jelle. Zixuan James Li 2024-10-18 13:00:03 -0700
  • b1f4d8d9a8 Revise proposal to spec the 'extra_items=T' idea Zixuan James Li 2024-10-06 19:15:58 -0400
  • 9d3b081506
    Merge branch 'main' into warsaw/pep-694-updates Barry Warsaw 2024-10-18 13:58:53 -0700
  • 89e6f92eb4
    Merge branch 'main' into pep750-post-sprint-update Dave Peck 2024-10-18 13:09:14 -0700
  • 76c725048d
    PEP 761: Deprecation doesn't affect previous signatures (#4069) Seth Michael Larson 2024-10-18 14:32:16 -0500
  • ab404af390 Fix example references for aformat() Dave 2024-10-18 12:18:41 -0700
  • 1612f45ae9 Link to the correct section Dave 2024-10-18 10:26:48 -0700
  • d3012a2ee2 Spelling fix Dave 2024-10-18 10:25:44 -0700
  • ff60f58eca expessiveness -> expressiveness Dave 2024-10-18 10:23:01 -0700
  • 172f001657
    PEP 761: Deprecation doesn't affect previous signatures Seth Michael Larson 2024-10-18 12:16:39 -0500
  • 87accd6a1c Fix example code references in PEP 750 Dave 2024-10-18 10:10:07 -0700
  • 479c58f361 Add more color to our rejection reasons. Dave 2024-10-18 09:58:32 -0700
  • a9093c0a7c Add a note about Interpolation.conv to rejection Dave 2024-10-18 09:41:24 -0700
  • 918bf1a050 Whoops, get rid of vestigial @dataclass decorator Dave 2024-10-18 08:25:55 -0700
  • 9f2643f8a2 Remove "suggestive" use of @dataclass; directly show __init__ Dave 2024-10-18 08:22:53 -0700
  • 3185cf3de4
    Apply suggestions from code review Jelle Zijlstra 2024-10-18 06:53:24 -0700
  • 1d42f5fee2
    Specify that t-strings and f-strings cannot be mixed Lysandros Nikolaou 2024-10-18 11:30:05 +0200
  • fe6de412de
    Remove trailing whitespace Lysandros Nikolaou 2024-10-18 11:13:41 +0200
  • 422c5dfe7d Revise the 'how to teach this' section. Dave 2024-10-17 16:58:24 -0700
  • 6a6844a846 Complete installer pseudo-code Brett Cannon 2024-10-17 16:49:47 -0700
  • c3d583feaa Remove 'target grammar' Dave 2024-10-17 15:43:22 -0700
  • c4643e2a44
    simplify debug specifier section Dave Peck 2024-10-17 15:41:29 -0700
  • 4fde199070
    clarify debug specifier Dave Peck 2024-10-17 15:40:17 -0700
  • 0bef634032 Simplify no concatenation section Dave 2024-10-17 15:38:11 -0700
  • a5120458aa
    Active voice rewrite Dave Peck 2024-10-17 15:34:28 -0700
  • de66fb9a8d Merge branch 'pep750-post-sprint-update' of github.com:davepeck/peps into pep750-post-sprint-update Dave 2024-10-17 15:29:07 -0700
  • b8dfda2578 Order headers correctly Dave 2024-10-17 15:29:02 -0700
  • 7db74afc9f
    Update peps/pep-0750.rst Dave Peck 2024-10-17 15:26:25 -0700
  • b1d4c4c28e
    Update peps/pep-0750.rst Dave Peck 2024-10-17 15:25:33 -0700
  • 1809314b14 Fix the Post-History header for real Dave 2024-10-17 15:24:26 -0700
  • 3fe741725b Grammar, not DSL? Dave 2024-10-17 15:17:08 -0700
  • e94a8ab546
    Fix ref Dave Peck 2024-10-17 15:12:32 -0700
  • ff754df105
    improve example code links Dave Peck 2024-10-17 15:08:53 -0700
  • 6774da7166 Fix quote marks Dave 2024-10-17 14:58:10 -0700
  • f21e61c37d Clarify quote marks Dave 2024-10-17 14:57:18 -0700
  • 556e6334c0 Take a stab at slight collapse of motivation section content Dave 2024-10-17 14:44:39 -0700
  • 2d9c10006d A stab at SQL and HTML in one place Dave 2024-10-17 14:37:54 -0700
  • 62aef587a8
    Minor text cleanup Dave Peck 2024-10-17 14:24:55 -0700
  • ddf1a8bb06
    Simplify SQL injection attack language in Motivation section Dave Peck 2024-10-17 14:22:45 -0700
  • 06ae6f8847 Resolve a few comments. Dave 2024-10-17 14:21:22 -0700
  • a69faf4e54
    Split authors into multiple lines Dave Peck 2024-10-17 14:09:45 -0700
  • f2e3f21b45
    Revert collapsing changes Alexis 2024-10-17 18:20:43 +0200
  • e99462937c
    fix grammar William Woodruff 2024-10-17 12:16:45 -0400
  • df34ddf458
    add pre-release exception William Woodruff 2024-10-17 12:15:09 -0400
  • 600fa37dec
    Merge branch 'ww/deletion-pep' of github.com:trail-of-forks/peps into ww/deletion-pep Alexis 2024-10-17 18:12:32 +0200
  • ebb5456a97
    codecov example William Woodruff 2024-10-17 12:11:18 -0400
  • 1b1b646f4f
    Apply suggestions from code review William Woodruff 2024-10-17 11:49:30 -0400
  • a817cbb74d
    use a more Python-specific stat William Woodruff 2024-10-17 11:47:44 -0400
  • 54af5b7a86
    cite Catch-22 William Woodruff 2024-10-17 11:45:52 -0400
  • 4190787104
    Update peps/pep-9999.rst William Woodruff 2024-10-17 11:37:45 -0400
  • 15db84b897
    Update peps/pep-9999.rst William Woodruff 2024-10-17 11:37:31 -0400
  • 27ab348f82
    Update peps/pep-9999.rst William Woodruff 2024-10-17 11:37:17 -0400
  • e83d206c17
    Merge branch 'main' into pep750-post-sprint-update Dave Peck 2024-10-17 08:21:50 -0700
  • 0276e9f224
    Merge pull request #18 from davepeck/lysnikolaou-patch-1 Dave Peck 2024-10-17 08:20:37 -0700
  • a4e29639d6 Minor updates Dave 2024-10-17 08:19:38 -0700
  • ba5490a67e
    Update download count Alexis 2024-10-17 16:11:03 +0200
  • dc275b0de1
    Meta: Allow PEP authors to use a name other than their real name (#4058) Jelle Zijlstra 2024-10-17 06:14:44 -0700
  • 353b71c852
    Various PEPs: Add acceptance dates (#4064) Jelle Zijlstra 2024-10-17 05:49:39 -0700
  • 59790509aa
    Remove wrong comment Lysandros Nikolaou 2024-10-17 12:06:28 +0200
  • a318d2483d
    Final round of feedback on the PEP Lysandros Nikolaou 2024-10-17 12:04:26 +0200
  • 4e4a0678c1 typos Jelle Zijlstra 2024-10-16 20:12:33 -0700
  • bf99cdb326 fix build Jelle Zijlstra 2024-10-16 19:48:36 -0700
  • 5bd474a10c PEP 661: Proposed typing specification changes Jelle Zijlstra 2024-10-16 19:44:13 -0700
  • bf9fba2cf2 Various PEPs: Add acceptance dates Jelle Zijlstra 2024-10-16 19:29:50 -0700
  • 0ed9eafcd3 Put Koudai in front of me -- he was here first! Dave 2024-10-16 17:38:12 -0700
  • ce61b4df90 Add Koudai Aono as a co-author! 🎉 Dave 2024-10-16 14:46:58 -0700
  • 2d2b39d93e Make all values 42, the only true answer. Dave 2024-10-16 14:35:11 -0700
  • 3d5d3f1636
    Merge pull request #17 from davepeck/lysnikolaou-patch-1 Dave Peck 2024-10-16 13:16:38 -0700
  • 45ef598ed2 Slightly fewer words. Dave 2024-10-16 13:11:27 -0700
  • f5cf6d16ba Explain eager evaluation of interpolated format specifiers in t-strings. Dave 2024-10-16 13:10:45 -0700
  • 04e689fb03 Bugfix: `callable` -> `Callable`. Dave 2024-10-16 11:34:21 -0700
  • 22ac80ec56
    Minor update to the PEP Lysandros Nikolaou 2024-10-16 20:33:37 +0200
  • 8acbffb305
    Merge branch 'main' into pep750-post-sprint-update Dave Peck 2024-10-16 11:22:17 -0700
  • c56c5c526b
    Meta: Allow adding date to Resolution header (#4061) Jelle Zijlstra 2024-10-16 09:05:18 -0700
  • 4505577568 Mention rt combination in section describing literals Dave 2024-10-16 09:02:16 -0700
  • 54f0a1f3f3 Fix single backtick lint issue Dave 2024-10-16 08:45:53 -0700
  • e8121e02eb Merge branch 'main' into pep750-post-sprint-update Dave 2024-10-16 08:31:38 -0700
  • 1aca0a06f1 Add tests to increase coverage Hugo van Kemenade 2024-10-16 17:56:33 +0300
  • ca0564114e Fix mention of repr, str, and ascii (make 'em code) Dave 2024-10-16 07:57:00 -0700
  • 5391750dc3 I think I found a way to have our interleaving cake and eat it too. Dave 2024-10-16 07:54:09 -0700