Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-14243: Optionally delete NamedTemporaryFile on content manager exit but not on file close
- #22431
#22431
Closed
Ev2geny
wants to merge 35 commits into
python:main
python/cpython:main
from
Ev2geny:fix-issue-14243
Ev2geny/cpython:fix-issue-14243
Copy head branch name to clipboard
Conversation
Commits
35
(35)
Checks
Files changed
Closed
bpo-14243: Optionally delete NamedTemporaryFile on content manager exit but not on file close
#22431
Ev2geny
wants to merge 35 commits into
python:main
python/cpython:main
from
Ev2geny:fix-issue-14243
Ev2geny/cpython:fix-issue-14243
Copy head branch name to clipboard
Commits
Commits on May 27, 2022
inial update. Tests do not work yet
Ev2geny
committed
144db7f
View commit details
Copy full SHA for 144db7f
Browse repository at this point
delete_on_close flag is added to NamedTemporaryFile functionality
Ev2geny
committed
21f7df0
View commit details
Copy full SHA for 21f7df0
Browse repository at this point
possibility for user to delete temporary file is added without content manager complaining
Ev2geny
committed
2d7927b
View commit details
Copy full SHA for 2d7927b
Browse repository at this point
typo in test name is fixed
Ev2geny
committed
4fcddaf
View commit details
Copy full SHA for 4fcddaf
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
Ev2geny
committed
76f28f3
View commit details
Copy full SHA for 76f28f3
Browse repository at this point
whatsnew and News file is updated
Ev2geny
committed
6be9be6
View commit details
Copy full SHA for 6be9be6
Browse repository at this point
bro-14243: update to NEWS.d
Ev2geny
committed
faf1a34
View commit details
Copy full SHA for faf1a34
Browse repository at this point
Update Lib/test/test_tempfile.py
Show description for 589d0b8
Ev2geny
and
zooba
committed
589d0b8
View commit details
Copy full SHA for 589d0b8
Browse repository at this point
Commits on May 29, 2022
Doc/whatsnew/3.10.rst is restored from the main. changes will no go to 3.12 rst
Ev2geny
committed
e22a3db
View commit details
Copy full SHA for e22a3db
Browse repository at this point
Documentation update
Ev2geny
committed
3be2f47
View commit details
Copy full SHA for 3be2f47
Browse repository at this point
Minor documentation update
Ev2geny
committed
39e8b50
View commit details
Copy full SHA for 39e8b50
Browse repository at this point
Commits on May 30, 2022
Training whitespaces removed in Doc/library/tempfile.rst
Ev2geny
committed
4d8f152
View commit details
Copy full SHA for 4d8f152
Browse repository at this point
New line is added to the end of the news file
Ev2geny
committed
9ec55f5
View commit details
Copy full SHA for 9ec55f5
Browse repository at this point
Update Doc/library/tempfile.rst
Show description for d6f382e
Ev2geny
and
AA-Turner
authored
d6f382e
View commit details
Copy full SHA for d6f382e
Browse repository at this point
Update Doc/whatsnew/3.12.rst
Show description for f9dc427
Ev2geny
and
AA-Turner
authored
f9dc427
View commit details
Copy full SHA for f9dc427
Browse repository at this point
Commits on May 31, 2022
Update Doc/whatsnew/3.12.rst
Show description for e29b7d2
Ev2geny
and
zooba
authored
e29b7d2
View commit details
Copy full SHA for e29b7d2
Browse repository at this point
Documentation in tempfile.rst is updated based on the feedback from @eryksun
Ev2geny
committed
d003a39
View commit details
Copy full SHA for d003a39
Browse repository at this point
Merge branch 'fix-issue-14243' of https://github.com/Ev2geny/cpython into fix-issue-14243
Ev2geny
committed
e2fc6db
View commit details
Copy full SHA for e2fc6db
Browse repository at this point
Information in whatsnew is moved to the section Improved modules based on the feedback from AA-Turner
Ev2geny
committed
3ac4e20
View commit details
Copy full SHA for 3ac4e20
Browse repository at this point
Commits on Jun 7, 2022
Update Doc/whatsnew/3.12.rst
Show description for 653cf27
Ev2geny
and
AA-Turner
authored
653cf27
View commit details
Copy full SHA for 653cf27
Browse repository at this point
Commits on Jun 9, 2022
Update Doc/library/tempfile.rst
Show description for d5d07f4
Ev2geny
and
eryksun
authored
d5d07f4
View commit details
Copy full SHA for d5d07f4
Browse repository at this point
Update Doc/library/tempfile.rst
Show description for 0b32b28
Ev2geny
and
eryksun
authored
0b32b28
View commit details
Copy full SHA for 0b32b28
Browse repository at this point
wrapping at 80 characters is implemented on the Doc/library/tempfile.rs
Ev2geny
committed
5773e71
View commit details
Copy full SHA for 5773e71
Browse repository at this point
Commits on Sep 17, 2022
Update Doc/whatsnew/3.12.rst
Show description for d98f270
Ev2geny
and
merwok
authored
d98f270
View commit details
Copy full SHA for d98f270
Browse repository at this point
Update Doc/library/tempfile.rst
Show description for 9598e6b
Ev2geny
and
eryksun
authored
9598e6b
View commit details
Copy full SHA for 9598e6b
Browse repository at this point
Restored (probably accidentry removed by @eryksun's suggestion) paragraph in the documentation text about the use of the name of the temporary file to open the closed file second time
Ev2geny
committed
5a7e177
View commit details
Copy full SHA for 5a7e177
Browse repository at this point
Additional minor changes to documentation, based on suggestions from @merwok
Ev2geny
committed
7e7ad85
View commit details
Copy full SHA for 7e7ad85
Browse repository at this point
Update Lib/tempfile.py
Show description for 4d5677e
Ev2geny
and
eryksun
authored
4d5677e
View commit details
Copy full SHA for 4d5677e
Browse repository at this point
Update Lib/tempfile.py
Show description for cf5b1b5
Ev2geny
and
eryksun
authored
cf5b1b5
View commit details
Copy full SHA for cf5b1b5
Browse repository at this point
Update Lib/tempfile.py
Show description for 7fd339a
Ev2geny
and
eryksun
authored
7fd339a
View commit details
Copy full SHA for 7fd339a
Browse repository at this point
Update Lib/tempfile.py
Show description for da71a96
Ev2geny
and
eryksun
authored
da71a96
View commit details
Copy full SHA for da71a96
Browse repository at this point
Merge branch 'fix-issue-14243' of https://github.com/Ev2geny/cpython into fix-issue-14243
Ev2geny
committed
5e22c9c
View commit details
Copy full SHA for 5e22c9c
Browse repository at this point
Update Doc/library/tempfile.rst
Show description for b1f5152
Ev2geny
and
eryksun
authored
b1f5152
View commit details
Copy full SHA for b1f5152
Browse repository at this point
Commits on Sep 18, 2022
Merged with master and resolved merge conflicsts in Doc/whatsnew/3.12.rst and in Lib/tempfile.py
Ev2geny
committed
07076e8
View commit details
Copy full SHA for 07076e8
Browse repository at this point
Revert "Merged with master and resolved merge conflicsts in Doc/whatsnew/3.12.rst and in Lib/tempfile.py"
Show description for a0a8ae3
Ev2geny
committed
a0a8ae3
View commit details
Copy full SHA for a0a8ae3
Browse repository at this point
You can’t perform that action at this time.