Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Modules/_io/fileio.c - pythoncapi/cpython · GitHub
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
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_io
fileio.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
bpo-32186: Release the GIL during lseek and fstat (#4652)
Show description for 6a89481
nirs
authored and
vstinner
committed
6a89481
View commit details
Copy full SHA for 6a89481
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Replace KB unit with KiB (#4293)
Show description for 8c663fd
vstinner
authored
8c663fd
View commit details
Copy full SHA for 8c663fd
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Show description for f7eae0a
serhiy-storchaka
authored
f7eae0a
View commit details
Copy full SHA for f7eae0a
View code at this point
Browse repository at this point
Commits on May 2, 2017
bpo-30228: FileIO seek() and tell() set seekable (#1384)
Show description for 9997073
vstinner
authored
9997073
View commit details
Copy full SHA for 9997073
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Show description for 762bf40
serhiy-storchaka
authored
762bf40
View commit details
Copy full SHA for 762bf40
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
serhiy-storchaka
authored
a5af6e1
View commit details
Copy full SHA for a5af6e1
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Merge issue #28164 and issue #29409
zooba
committed
43fec9b
View commit details
Copy full SHA for 43fec9b
View code at this point
Browse repository at this point
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
zooba
committed
eacee98
View commit details
Copy full SHA for eacee98
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
zooba
committed
280408b
View commit details
Copy full SHA for 280408b
View code at this point
Browse repository at this point
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
zooba
committed
bfce0f9
View commit details
Copy full SHA for bfce0f9
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Use _PyObject_CallMethodIdObjArgs() in _io
Show description for 61bdb0d
vstinner
committed
61bdb0d
View commit details
Copy full SHA for 61bdb0d
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Issue #23524: Finish removing _PyVerify_fd from sources
zooba
committed
940f33a
View commit details
Copy full SHA for 940f33a
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
Show description for 118598a
warsaw
committed
118598a
View commit details
Copy full SHA for 118598a
View code at this point
Browse repository at this point
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Show description for 480e285
warsaw
committed
480e285
View commit details
Copy full SHA for 480e285
View code at this point
Browse repository at this point
Commits on May 28, 2016
Issue #20699: Merge io bytes-like fixes from 3.5
vadmium
committed
c249221
View commit details
Copy full SHA for c249221
View code at this point
Browse repository at this point
Issue #20699: Document that “io” methods accept bytes-like objects
Show description for 6bb91f3
vadmium
committed
6bb91f3
View commit details
Copy full SHA for 6bb91f3
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
On ResourceWarning, log traceback where the object was allocated
Show description for 914cde8
vstinner
committed
914cde8
View commit details
Copy full SHA for 914cde8
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
Issue #25717: Add comment explaining why errors are ignored
vadmium
committed
49d3db9
View commit details
Copy full SHA for 49d3db9
View code at this point
Browse repository at this point
Issue #25717: Tolerate fstat() failures in the FileIO constructor
Show description for 0bb62b1
vadmium
committed
0bb62b1
View commit details
Copy full SHA for 0bb62b1
View code at this point
Browse repository at this point
Commits on May 4, 2015
Issue #24001: Argument Clinic converters now use accept={type}
Show description for dbfdc38
larryhastings
committed
dbfdc38
View commit details
Copy full SHA for dbfdc38
View code at this point
Browse repository at this point
Commits on Apr 20, 2015
Issue #23908: os functions now reject paths with embedded null character
Show description for 7e9d1d1
serhiy-storchaka
committed
7e9d1d1
View commit details
Copy full SHA for 7e9d1d1
View code at this point
Browse repository at this point
Issue #23908: os functions now reject paths with embedded null character
Show description for 2b0d200
serhiy-storchaka
committed
2b0d200
View commit details
Copy full SHA for 2b0d200
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Fix typo in assert statement
tiran
committed
82adeff
View commit details
Copy full SHA for 82adeff
View code at this point
Browse repository at this point
Issue #20175: Converted the _io module to Argument Clinic.
serhiy-storchaka
committed
f24131f
View commit details
Copy full SHA for f24131f
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
Issue #23668: Suppresses invalid parameter handler around chsize calls.
zooba
committed
a1c7e72
View commit details
Copy full SHA for a1c7e72
View code at this point
Browse repository at this point
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.
zooba
committed
8fc8980
View commit details
Copy full SHA for 8fc8980
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Issue #21859: Corrected FileIO docstrings.
serhiy-storchaka
committed
3d2279f
View commit details
Copy full SHA for 3d2279f
View code at this point
Browse repository at this point
Issue #21859: Corrected FileIO docstrings.
serhiy-storchaka
committed
cd092ef
View commit details
Copy full SHA for cd092ef
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
serhiy-storchaka
committed
5056769
View commit details
Copy full SHA for 5056769
View code at this point
Browse repository at this point
Commits on Mar 21, 2015
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
zooba
committed
fe0a41a
View commit details
Copy full SHA for fe0a41a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.