Commit Graph

8 Commits

Author SHA1 Message Date
Carl Meyer 6a5ee970ff
PEP 690: Update draft per discussion and feedback (#2613) 2022-06-27 16:27:49 -07:00
Itamar Ostricher 5df9e7c829
PEP 690: Fix omission of `-L` in example (#2582) 2022-05-21 21:04: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
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