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
Accelerator
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
Type
/
to 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.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_io
stringio.c
on
3.7
User selector
All users
All time
Commit history
Commits on Jun 30, 2018
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Show description for dedb28e
miss-islington
and
serhiy-storchaka
authored
dedb28e
View commit details
Copy full SHA for dedb28e
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 21, 2017
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
serhiy-storchaka
authored
fff9a31
View commit details
Copy full SHA for fff9a31
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
Commits on Mar 10, 2017
bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606)
Show description for 7400254
orenmn
authored and
serhiy-storchaka
committed
7400254
View commit details
Copy full SHA for 7400254
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Merge doc and comment fixes from 3.5
vadmium
committed
abe4d52
View commit details
Copy full SHA for abe4d52
View code at this point
Browse repository at this point
Fix spelling (inital), grammar (may translates) in documentation, comments
vadmium
committed
8f26565
View commit details
Copy full SHA for 8f26565
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for b6a9c97
serhiy-storchaka
committed
b6a9c97
View commit details
Copy full SHA for b6a9c97
View code at this point
Browse repository at this point
Commits on Oct 10, 2015
Issue #22413: Remove comment made out of date by Argument Clinic
vadmium
committed
f264416
View commit details
Copy full SHA for f264416
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Merge typo fixes from 3.4 into 3.5
vadmium
committed
3f930dc
View commit details
Copy full SHA for 3f930dc
View code at this point
Browse repository at this point
Various minor typos in documentation and comments
vadmium
committed
9955a37
View commit details
Copy full SHA for 9955a37
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 Sep 5, 2012
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Show description for 11946fb
pitrou
committed
11946fb
View commit details
Copy full SHA for 11946fb
View code at this point
Browse repository at this point
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Show description for 1d85745
pitrou
committed
1d85745
View commit details
Copy full SHA for 1d85745
View code at this point
Browse repository at this point
Commits on Mar 22, 2012
Issue #14387: Do not include accu.h from Python.h.
pitrou
committed
d0acb41
View commit details
Copy full SHA for d0acb41
View code at this point
Browse repository at this point
Commits on Nov 21, 2011
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Show description for 9e30aa5
Victor Stinner
committed
9e30aa5
View commit details
Copy full SHA for 9e30aa5
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
Issue #13149: Speed up append-only StringIO objects.
Show description for de20b0b
pitrou
committed
de20b0b
View commit details
Copy full SHA for de20b0b
View code at this point
Browse repository at this point
Commits on Oct 11, 2011
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead
Victor Stinner
committed
c4f281e
View commit details
Copy full SHA for c4f281e
View code at this point
Browse repository at this point
Commits on Oct 4, 2011
Fix usage og PyUnicode_READY()
Victor Stinner
committed
e1335c7
View commit details
Copy full SHA for e1335c7
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d63a3b8
View commit details
Copy full SHA for d63a3b8
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
#11565: Merge with 3.1.
ezio-melotti
committed
3b3499b
View commit details
Copy full SHA for 3b3499b
View code at this point
Browse repository at this point
#11565: Fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
1392500
View commit details
Copy full SHA for 1392500
View code at this point
Browse repository at this point
Commits on Sep 2, 2010
Merged revisions 84438 via svnmerge from
Show description for b82d5e1
pitrou
committed
b82d5e1
View commit details
Copy full SHA for b82d5e1
View code at this point
Browse repository at this point
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
pitrou
committed
d5c3f6c
View commit details
Copy full SHA for d5c3f6c
View code at this point
Browse repository at this point
Commits on Jan 31, 2010
Merged revisions 77895-77896 via svnmerge from
Show description for 66f9fea
pitrou
committed
66f9fea
View commit details
Copy full SHA for 66f9fea
View code at this point
Browse repository at this point
Merged revisions 77890 via svnmerge from
Show description for 905a2ff
pitrou
committed
905a2ff
View commit details
Copy full SHA for 905a2ff
View code at this point
Browse repository at this point
Commits on Nov 13, 2009
Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via sv…
Show description for a0dfa82
benjaminp
committed
a0dfa82
View commit details
Copy full SHA for a0dfa82
View code at this point
Browse repository at this point
Commits on Aug 13, 2009
Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from
Show description for 194da4a
birkenfeld
committed
194da4a
View commit details
Copy full SHA for 194da4a
View code at this point
Browse repository at this point
Commits on Jul 22, 2009
Issue #6218: Make io.BytesIO and io.StringIO picklable.
avassalotti
committed
cf76e1a
View commit details
Copy full SHA for cf76e1a
View code at this point
Browse repository at this point
Issue #6241: Better type checking for the arguments of io.StringIO.
avassalotti
committed
d2bb18b
View commit details
Copy full SHA for d2bb18b
View code at this point
Browse repository at this point
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
avassalotti
committed
fc47704
View commit details
Copy full SHA for fc47704
View code at this point
Browse repository at this point
Commits on Jun 14, 2009
just throw a normal AttributeError for no buffer attribute
benjaminp
committed
6a38ced
View commit details
Copy full SHA for 6a38ced
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.