New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the sqlite3 reference #95273
Open
5 tasks
Comments
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 26, 2022
erlend-aasland
added a commit
that referenced
this issue
Jul 27, 2022
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 27, 2022
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> (cherry picked from commit 2361908) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
miss-islington
added a commit
that referenced
this issue
Jul 27, 2022
erlend-aasland
added a commit
that referenced
this issue
Jul 27, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 27, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 28, 2022
This was referenced Jul 28, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 28, 2022
erlend-aasland
added a commit
that referenced
this issue
Jul 29, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 29, 2022
(cherry picked from commit e9c8de6) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 29, 2022
(cherry picked from commit e9c8de6) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
erlend-aasland
added a commit
that referenced
this issue
Jul 29, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 29, 2022
…utorial (pythonGH-95351) (cherry picked from commit f0bf795) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 29, 2022
…utorial (pythonGH-95351) (cherry picked from commit f0bf795) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This was referenced Aug 1, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Aug 1, 2022
erlend-aasland
added a commit
that referenced
this issue
Aug 3, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 3, 2022
…endations (pythonGH-95525) (cherry picked from commit 4d02572) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Aug 3, 2022
… recommendations (pythonGH-95525). (cherry picked from commit 4d02572) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
that referenced
this issue
Aug 3, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Aug 3, 2022
Put module level functions before module level attributes, and (mostly) sort them alphabetically. This makes sqlite3.connect() the first encounter in the sqlite3 reference.
erlend-aasland
added a commit
that referenced
this issue
Aug 4, 2022
…sqlite3 class methods (#95530) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Aug 4, 2022
…s raised for sqlite3 class methods (pythonGH-95530) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> (cherry picked from commit 12d92c7) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Aug 4, 2022
…s raised for sqlite3 class methods (pythonGH-95530) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>. (cherry picked from commit 12d92c7) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
that referenced
this issue
Aug 8, 2022
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Aug 8, 2022
…vars (pythonGH-95626) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>. (cherry picked from commit 41c939c) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Aug 8, 2022
…vars (pythonGH-95626) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>. (cherry picked from commit 41c939c) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improve the sqlite3 reference, using Diataxis as a guideline. A lot of work has already been done here, with great help from Alex Waygood and CAM Gerlach. PRs so far1 have focused on...:
Previous work over the last few years
Both of these have been improved greatly by the following issues and PRs, amongst others:
There are remaining issues, though:
Improved with:
Footnotes
There have been too many PRs to list; some of them were done before Diataxis was even discussed.↩
The text was updated successfully, but these errors were encountered: