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 }}
invisiblek
/
android_external_python
Public
forked from
idobatter/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
android_external_python
Python
codecs.c
on
origin/2.6
User selector
All users
All time
Commit history
Commits on May 16, 2014
Issue #13916: Fix surrogatepass error handler on Windows
vstinner
committed
551b2c4
View commit details
Copy full SHA for 551b2c4
View code at this point
Browse repository at this point
Commits on May 15, 2014
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
Show description for 96c937a
serhiy-storchaka
committed
96c937a
View commit details
Copy full SHA for 96c937a
View code at this point
Browse repository at this point
Commits on Feb 4, 2014
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Show description for 55c3e91
ncoghlan
committed
55c3e91
View commit details
Copy full SHA for 55c3e91
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
Issue #19619: Blacklist non-text codecs in method API
Show description for b0b10ad
ncoghlan
committed
b0b10ad
View commit details
Copy full SHA for b0b10ad
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Show description for 477b1c8
serhiy-storchaka
committed
477b1c8
View commit details
Copy full SHA for 477b1c8
View code at this point
Browse repository at this point
Commits on Nov 15, 2013
Close 19609: narrow scope of codec exc chaining
ncoghlan
committed
e62a74a
View commit details
Copy full SHA for e62a74a
View code at this point
Browse repository at this point
Commits on Nov 13, 2013
Close #17828: better handling of codec errors
Show description for b03c2f7
ncoghlan
committed
b03c2f7
View commit details
Copy full SHA for b03c2f7
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
74dc84d
View commit details
Copy full SHA for 74dc84d
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
6581472
View commit details
Copy full SHA for 6581472
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Issue #18408: normalizestring() now raises MemoryError on memory allocation failure
vstinner
committed
52edc62
View commit details
Copy full SHA for 52edc62
View code at this point
Browse repository at this point
Commits on Dec 25, 2012
Issue #15422: get rid of PyCFunction_New macro
asvetlov
committed
e3dcd8d
View commit details
Copy full SHA for e3dcd8d
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
#16336: merge with 3.3.
ezio-melotti
committed
4599517
View commit details
Copy full SHA for 4599517
View code at this point
Browse repository at this point
#16336: merge with 3.2.
ezio-melotti
committed
8213774
View commit details
Copy full SHA for 8213774
View code at this point
Browse repository at this point
#16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.
ezio-melotti
committed
5044d9b
View commit details
Copy full SHA for 5044d9b
View code at this point
Browse repository at this point
Commits on Oct 30, 2012
Issue #16330: Use surrogate-related macros
Show description for dcb2a6b
vstinner
committed
dcb2a6b
View commit details
Copy full SHA for dcb2a6b
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
merge with 3.2
pjenvey
committed
adb439a
View commit details
Copy full SHA for adb439a
View code at this point
Browse repository at this point
bounds check for bad data (thanks amaury)
pjenvey
committed
707c6cb
View commit details
Copy full SHA for 707c6cb
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Show description for d3e7b93
vstinner
committed
d3e7b93
View commit details
Copy full SHA for d3e7b93
View code at this point
Browse repository at this point
Commits on Jan 18, 2012
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
pitrou
committed
cc0f588
View commit details
Copy full SHA for cc0f588
View code at this point
Browse repository at this point
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
pitrou
committed
04842bd
View commit details
Copy full SHA for 04842bd
View code at this point
Browse repository at this point
Commits on Dec 1, 2011
PyCodec_IgnoreErrors() avoids the deprecated "u#" format
Victor Stinner
committed
ba2c39f
View commit details
Copy full SHA for ba2c39f
View code at this point
Browse repository at this point
Commits on Nov 4, 2011
Avoid the Py_UNICODE type in codecs.c
Victor Stinner
committed
5e0e358
View commit details
Copy full SHA for 5e0e358
View code at this point
Browse repository at this point
PyCodec_XMLCharRefReplaceError(): Remove unused variable
Victor Stinner
committed
caec749
View commit details
Copy full SHA for caec749
View code at this point
Browse repository at this point
Fix C89 incompatibility.
loewis
committed
762eb60
View commit details
Copy full SHA for 762eb60
View code at this point
Browse repository at this point
Port error handlers from Py_UNICODE indexing to code point indexing.
loewis
committed
e30694e
View commit details
Copy full SHA for e30694e
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Rename _Py_identifier to _Py_IDENTIFIER.
loewis
committed
f5ad3b2
View commit details
Copy full SHA for f5ad3b2
View code at this point
Browse repository at this point
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner
committed
da328a4
View commit details
Copy full SHA for da328a4
View code at this point
Browse repository at this point
Commits on Oct 10, 2011
Use identifier API for PyObject_GetAttrString.
loewis
committed
c3eb93f
View commit details
Copy full SHA for c3eb93f
View code at this point
Browse repository at this point
Commits on Oct 2, 2011
PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result
Victor Stinner
committed
ca68997
View commit details
Copy full SHA for ca68997
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Use the new Py_ARRAY_LENGTH macro
Victor Stinner
committed
687c3b1
View commit details
Copy full SHA for 687c3b1
View code at this point
Browse repository at this point
Implement PEP 393.
loewis
committed
d1d013c
View commit details
Copy full SHA for d1d013c
View code at this point
Browse repository at this point
Commits on Jul 24, 2011
Issue #1813: Fix codec lookup under Turkish locales.
pitrou
committed
13cbc84
View commit details
Copy full SHA for 13cbc84
View code at this point
Browse repository at this point
Commits on Sep 9, 2010
Merged revisions 84655 via svnmerge from
Show description for dcf2df8
pitrou
committed
dcf2df8
View commit details
Copy full SHA for dcf2df8
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81032 via svnmerge from
Show description for c14f70a
pitrou
committed
c14f70a
View commit details
Copy full SHA for c14f70a
View code at this point
Browse repository at this point
Commits on Oct 27, 2009
Merged revisions 75797 via svnmerge from
Show description for 43c0c3f
birkenfeld
committed
43c0c3f
View commit details
Copy full SHA for 43c0c3f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.