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
Objects
stringlib
on
origin/2.4
User selector
All users
All time
Commit history
Commits on Mar 30, 2014
merge 3.3
benjaminp
committed
d1c5159
View commit details
Copy full SHA for d1c5159
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
6b37eb5
View commit details
Copy full SHA for 6b37eb5
View code at this point
Browse repository at this point
fix expandtabs overflow detection to be consistent and not rely on signed overflow
benjaminp
committed
da00600
View commit details
Copy full SHA for da00600
View code at this point
Browse repository at this point
Commits on Jan 4, 2014
Reverted changeset b72c5573c5e7 (issue #15027).
serhiy-storchaka
committed
645e59d
View commit details
Copy full SHA for 645e59d
View code at this point
Browse repository at this point
Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
serhiy-storchaka
committed
bc2f2ea
View commit details
Copy full SHA for bc2f2ea
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
fix format spec recursive expansion (closes #19729)
benjaminp
committed
8580139
View commit details
Copy full SHA for 8580139
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Remove dead code committed in issue #12892.
serhiy-storchaka
committed
1756406
View commit details
Copy full SHA for 1756406
View code at this point
Browse repository at this point
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 16, 2013
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
ezio-melotti
committed
9421b7e
View commit details
Copy full SHA for 9421b7e
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle
Show description for 0099c2f
vstinner
committed
0099c2f
View commit details
Copy full SHA for 0099c2f
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
serhiy-storchaka
committed
802bb39
View commit details
Copy full SHA for 802bb39
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
merge
rhettinger
committed
e67c9d3
View commit details
Copy full SHA for e67c9d3
View code at this point
Browse repository at this point
Issue 18719: Remove a false optimization
Show description for fcd86dc
rhettinger
committed
fcd86dc
View commit details
Copy full SHA for fcd86dc
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 May 17, 2013
only recursively expand in the format spec (closes #17644)
benjaminp
committed
99e6450
View commit details
Copy full SHA for 99e6450
View code at this point
Browse repository at this point
rewrite the parsing of field names to be more consistent wrt recursive expansion
benjaminp
committed
43098aa
View commit details
Copy full SHA for 43098aa
View code at this point
Browse repository at this point
merge 3.3
benjaminp
committed
397a13d
View commit details
Copy full SHA for 397a13d
View code at this point
Browse repository at this point
Commits on Apr 21, 2013
Merge removal of trailing whitespace from 3.3.
ezio-melotti
committed
5f04307
View commit details
Copy full SHA for 5f04307
View code at this point
Browse repository at this point
Remove trailing whitespace.
ezio-melotti
committed
a609e99
View commit details
Copy full SHA for a609e99
View code at this point
Browse repository at this point
Commits on Apr 17, 2013
Close #17694: Add minimum length to _PyUnicodeWriter
Show description for 15ce8c7
vstinner
committed
15ce8c7
View commit details
Copy full SHA for 15ce8c7
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
stringlib: remove unused STRINGLIB_RESIZE macro
vstinner
committed
e69fb6f
View commit details
Copy full SHA for e69fb6f
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
Issue #16061: Speed up str.replace() for replacing 1-character strings.
serhiy-storchaka
committed
286bcc5
View commit details
Copy full SHA for 286bcc5
View code at this point
Browse repository at this point
Commits on Apr 7, 2013
Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
Show description for ee7fb93
vstinner
committed
ee7fb93
View commit details
Copy full SHA for ee7fb93
View code at this point
Browse repository at this point
Commits on Apr 2, 2013
Add _PyUnicodeWriter_WriteSubstring() function
Show description for c21a64a
vstinner
committed
c21a64a
View commit details
Copy full SHA for c21a64a
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
Remove unused defines.
serhiy-storchaka
committed
351f4c5
View commit details
Copy full SHA for 351f4c5
View code at this point
Browse repository at this point
Remove unused defines.
serhiy-storchaka
committed
4125821
View commit details
Copy full SHA for 4125821
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for c492489
pitrou
committed
c492489
View commit details
Copy full SHA for c492489
View code at this point
Browse repository at this point
Commits on Jan 15, 2013
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
Show description for 118676d
serhiy-storchaka
committed
118676d
View commit details
Copy full SHA for 118676d
View code at this point
Browse repository at this point
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
Show description for 99dc58c
serhiy-storchaka
committed
99dc58c
View commit details
Copy full SHA for 99dc58c
View code at this point
Browse repository at this point
Commits on Dec 2, 2012
Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure
tiran
committed
015d3f9
View commit details
Copy full SHA for 015d3f9
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
(Merge 3.3) Issue #8271: Fix compilation on Windows
vstinner
committed
7b09c20
View commit details
Copy full SHA for 7b09c20
View code at this point
Browse repository at this point
Issue #8271: Fix compilation on Windows
vstinner
committed
951cb30
View commit details
Copy full SHA for 951cb30
View code at this point
Browse repository at this point
#8271: merge with 3.3.
ezio-melotti
committed
3e69381
View commit details
Copy full SHA for 3e69381
View code at this point
Browse repository at this point
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti.
ezio-melotti
committed
d29dec8
View commit details
Copy full SHA for d29dec8
View code at this point
Browse repository at this point
Commits on Oct 20, 2012
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
Show description for 87d1658
pitrou
committed
87d1658
View commit details
Copy full SHA for 87d1658
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.