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/_iomodule.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
_iomodule.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2018
bpo-34217: Use lowercase for windows headers (GH-8472)
erikjanss
authored and
methane
committed
e6a4755
View commit details
Copy full SHA for e6a4755
View code at this point
Browse repository at this point
Commits on May 17, 2018
Fix Windows build of Python for latest WinSDK. (GH-6874)
carljm
authored and
zooba
committed
c0ee341
View commit details
Copy full SHA for c0ee341
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
serhiy-storchaka
authored
4d9aec0
View commit details
Copy full SHA for 4d9aec0
View code at this point
Browse repository at this point
Commits on Dec 31, 2017
closes bpo-32460: ensure all non-static globals have initializers (#5061)
benjaminp
authored
0a37a30
View commit details
Copy full SHA for 0a37a30
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
pitrou
authored and
vstinner
committed
317def9
View commit details
Copy full SHA for 317def9
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372)
Show description for 0a1ff24
nascheme
authored
0a1ff24
View commit details
Copy full SHA for 0a1ff24
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337)
Show description for db56423
nascheme
authored
db56423
View commit details
Copy full SHA for db56423
View code at this point
Browse repository at this point
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)
Show description for e38d12e
nascheme
authored
e38d12e
View commit details
Copy full SHA for e38d12e
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
bpo-29878: Add global instances of int for 0 and 1. (#852)
serhiy-storchaka
authored
ba85d69
View commit details
Copy full SHA for ba85d69
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650)
orenmn
authored and
serhiy-storchaka
committed
0042510
View commit details
Copy full SHA for 0042510
View code at this point
Browse repository at this point
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 Dec 7, 2016
Merge from 3.5.
serhiy-storchaka
committed
427f10b
View commit details
Copy full SHA for 427f10b
View code at this point
Browse repository at this point
Change order of io.UnsupportedOperation base classes.
Show description for 606ab86
serhiy-storchaka
committed
606ab86
View commit details
Copy full SHA for 606ab86
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Show description for 3929499
zooba
committed
3929499
View commit details
Copy full SHA for 3929499
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
issue27186: add open/io.open; patch by Jelle Zijlstra
ethanfurman
committed
d62548a
View commit details
Copy full SHA for d62548a
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge a-to-an corrections from 3.5
vadmium
committed
e56a919
View commit details
Copy full SHA for e56a919
View code at this point
Browse repository at this point
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
vadmium
committed
2eb819f
View commit details
Copy full SHA for 2eb819f
View code at this point
Browse repository at this point
Issue #25523: Correct "a" article to "an" article
Show description for 7462b64
vadmium
committed
7462b64
View commit details
Copy full SHA for 7462b64
View code at this point
Browse repository at this point
Commits on Sep 6, 2015
Issue #15989: Fixed some scarcely probable integer overflows.
Show description for 56f6e76
serhiy-storchaka
committed
56f6e76
View commit details
Copy full SHA for 56f6e76
View code at this point
Browse repository at this point
Commits on Jul 25, 2015
- Issue #2091: error correctly on open() with mode 'U' and '+'
Show description for c94a1dc
rbtcollins
committed
c94a1dc
View commit details
Copy full SHA for c94a1dc
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 16, 2015
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 Oct 8, 2014
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 78184af
serhiy-storchaka
committed
78184af
View commit details
Copy full SHA for 78184af
View code at this point
Browse repository at this point
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for e2bd2a7
serhiy-storchaka
committed
e2bd2a7
View commit details
Copy full SHA for e2bd2a7
View code at this point
Browse repository at this point
Commits on Jul 5, 2014
properly decref the return value of close()
benjaminp
committed
e865128
View commit details
Copy full SHA for e865128
View code at this point
Browse repository at this point
properly decref the return value of close()
benjaminp
committed
4f654fb
View commit details
Copy full SHA for 4f654fb
View code at this point
Browse repository at this point
Commits on Jun 30, 2014
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda.
pitrou
committed
de68722
View commit details
Copy full SHA for de68722
View code at this point
Browse repository at this point
Commits on Jun 11, 2014
PyErr_NormalizeException doesn't like being called with an exception set
Show description for 76d3f14
serhiy-storchaka
committed
76d3f14
View commit details
Copy full SHA for 76d3f14
View code at this point
Browse repository at this point
Commits on Jun 9, 2014
Issue #21310: Fixed possible resource leak in failed open().
serhiy-storchaka
committed
f10063e
View commit details
Copy full SHA for f10063e
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
pitrou
committed
712cb73
View commit details
Copy full SHA for 712cb73
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
Issue #15204: Deprecated the 'U' mode in file-like objects.
serhiy-storchaka
committed
6787a38
View commit details
Copy full SHA for 6787a38
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.