1. 30 4月, 2021 1 次提交
  2. 29 4月, 2021 5 次提交
  3. 27 4月, 2021 9 次提交
  4. 24 4月, 2021 1 次提交
  5. 22 4月, 2021 1 次提交
  6. 17 4月, 2021 3 次提交
  7. 16 4月, 2021 15 次提交
  8. 15 4月, 2021 4 次提交
    • D
      Merge pull request #3960 from pallets/shell-interactive-hook · 16f51ef7
      David Lord 提交于
      shell calls sys.__interativehook__
      16f51ef7
    • D
      shell calls sys.__interativehook__ · 32272da9
      David Lord 提交于
      This will set up readline tab and history completion by default.
      32272da9
    • D
      Merge pull request #3923 from pgjones/nested · 64213fc0
      David Lord 提交于
      Nested blueprints
      64213fc0
    • P
      Nested blueprints · f92e820b
      pgjones 提交于
      This allows blueprints to be nested within blueprints via a new
      Blueprint.register_blueprint method. This should provide a use case
      that has been desired for the past ~10 years.
      
      This works by setting the endpoint name to be the blueprint names,
      from parent to child delimeted by "." and then iterating over the
      blueprint names in reverse order in the app (from most specific to
      most general). This means that the expectation of nesting a blueprint
      within a nested blueprint is met.
      f92e820b
  9. 13 4月, 2021 1 次提交