-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-109234: Enhanced sqlite3 connection context management documentation with contextlib.closing
#109322
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
Merged
nanjekyejoannah
merged 35 commits into
python:main
from
Lincoln-developer:fix-issue-109234
Oct 3, 2023
Merged
gh-109234: Enhanced sqlite3 connection context management documentation with contextlib.closing
#109322
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
73b39d3
Enhanced sqlite3 connection context management documentation with con…
Lincoln-developer 0ece8fb
📜🤖 Added by blurb_it.
blurb-it[bot] 89aef42
Fixed gitignore spelling error from nitignore to gitignore
Lincoln-developer 70177cc
Merge branch 'fix-issue-109234' of https://github.com/Lincoln-develop…
Lincoln-developer b8eeab6
Renamed .gitignore to .nitignore
Lincoln-developer 93341b3
Merge branch 'main' into fix-issue-109234
Lincoln-developer 164150c
Added generated doctests
Lincoln-developer adba2f7
Merge branch 'fix-issue-109234' of https://github.com/Lincoln-develop…
Lincoln-developer dd107f7
Deleted sqlite3 generated files
Lincoln-developer 98c4491
Merge branch 'main' into fix-issue-109234
Lincoln-developer a4b6faa
Removed white-space changes
Lincoln-developer 24aeefe
Merge branch 'fix-issue-109234' of https://github.com/Lincoln-develop…
Lincoln-developer e4d6417
Removed News entry from the doc
Lincoln-developer f51cad8
Expanded a note that context manager can be used for connection manag…
Lincoln-developer cab833b
Removed repeated contextlib.closing code snippet
Lincoln-developer 4a6d7e7
Expanded the note around usage of context manageer for sqlite3 connec…
Lincoln-developer 19327a2
Deleted extra white-spaces
Lincoln-developer df79d4b
Deleted extra white-space
Lincoln-developer a5509cf
re-arranged context manager wording
Lincoln-developer 539d6f8
Merge branch 'main' into fix-issue-109234
Lincoln-developer ce189a9
Merge branch 'fix-issue-109234' of https://github.com/Lincoln-develop…
Lincoln-developer db52bd0
Merge branch 'main' into fix-issue-109234
Lincoln-developer f140098
Re-arranged word layout on how to use context manager
Lincoln-developer 58ba8d0
Pull in main
erlend-aasland 9ede06a
Fix whitespace errors
erlend-aasland 57d92ad
Remove unneeded change in .gitignore
erlend-aasland 4210fe9
Added suggested changes
Lincoln-developer c7f1233
added suggested changes
Lincoln-developer d660c42
Added suggested change redirecting to the contextlib.closing implemen…
Lincoln-developer 54992fa
Merge branch 'main' into fix-issue-109234
Lincoln-developer 3db6b3b
Merge branch 'fix-issue-109234' of https://github.com/Lincoln-develop…
Lincoln-developer fe11167
Merge branch 'main' into fix-issue-109234
Lincoln-developer 7fc06d1
Added closing keyword
Lincoln-developer a79e330
Merge branch 'fix-issue-109234' of https://github.com/Lincoln-develop…
Lincoln-developer 52ccdad
Removed line 2473
Lincoln-developer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.