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
legacy-trunk
User selector
All users
All time
Commit history
Commits on Jun 7, 2010
remove extra byte and fix comment
benjaminp
committed
a8cd72e
View commit details
Copy full SHA for a8cd72e
View code at this point
Browse repository at this point
correctly overflow when indexes are too large
benjaminp
committed
0c83929
View commit details
Copy full SHA for 0c83929
View code at this point
Browse repository at this point
locale grouping strings should end in '\0'
benjaminp
committed
0d1334e
View commit details
Copy full SHA for 0d1334e
View code at this point
Browse repository at this point
Commits on May 9, 2010
Untabify C files. Will watch buildbots.
pitrou
committed
7674841
View commit details
Copy full SHA for 7674841
View code at this point
Browse repository at this point
Commits on Feb 23, 2010
Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.
ericvsmith
committed
91e623d
View commit details
Copy full SHA for 91e623d
View code at this point
Browse repository at this point
Commits on Feb 22, 2010
Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types.
ericvsmith
committed
9e50c2d
View commit details
Copy full SHA for 9e50c2d
View code at this point
Browse repository at this point
Commits on Jan 17, 2010
Add note about usage of STRINGLIB_EMPTY.
birkenfeld
committed
2576390
View commit details
Copy full SHA for 2576390
View code at this point
Browse repository at this point
Commits on Jan 13, 2010
Sanitize bloom filter macros
pitrou
committed
d5af38a
View commit details
Copy full SHA for d5af38a
View code at this point
Browse repository at this point
Test commit to try to diagnose failures of the IA-64 buildbot
pitrou
committed
98187f2
View commit details
Copy full SHA for 98187f2
View code at this point
Browse repository at this point
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
Show description for 6561592
pitrou
committed
6561592
View commit details
Copy full SHA for 6561592
View code at this point
Browse repository at this point
Commits on Jan 2, 2010
Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
Show description for 27971ed
pitrou
committed
27971ed
View commit details
Copy full SHA for 27971ed
View code at this point
Browse repository at this point
Commits on Nov 29, 2009
Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson.
ericvsmith
committed
558931e
View commit details
Copy full SHA for 558931e
View code at this point
Browse repository at this point
Commits on Nov 23, 2009
Issue #7117, continued: Remove substitution of %g-style formatting for
Show description for 372e6c8
mdickinson
committed
372e6c8
View commit details
Copy full SHA for 372e6c8
View code at this point
Browse repository at this point
Commits on Jul 30, 2009
Issue 6330: Fix --enable-unicode=ucs4.
ericvsmith
committed
28c828e
View commit details
Copy full SHA for 28c828e
View code at this point
Browse repository at this point
Commits on Jul 27, 2009
Sync trunk and py3k versions of string formatting. Will manually merge into py3k.
ericvsmith
committed
8fdd718
View commit details
Copy full SHA for 8fdd718
View code at this point
Browse repository at this point
Commits on May 23, 2009
Issue 6089: str.format raises SystemError.
ericvsmith
committed
f3d7d73
View commit details
Copy full SHA for f3d7d73
View code at this point
Browse repository at this point
Commits on May 5, 2009
Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when ad…
Show description for 20c6bb9
ericvsmith
committed
20c6bb9
View commit details
Copy full SHA for 20c6bb9
View code at this point
Browse repository at this point
Commits on May 2, 2009
Keep py3k and trunk code in sync.
ericvsmith
committed
07c54d3
View commit details
Copy full SHA for 07c54d3
View code at this point
Browse repository at this point
Commits on May 1, 2009
#5889: remove comma at the end of a list that some C compilers don't like.
birkenfeld
committed
a076f4d
View commit details
Copy full SHA for a076f4d
View code at this point
Browse repository at this point
Commits on Apr 30, 2009
Issue #1588: Add complex.__format__.
ericvsmith
committed
d4c813f
View commit details
Copy full SHA for d4c813f
View code at this point
Browse repository at this point
Commits on Apr 27, 2009
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
ericvsmith
committed
3ba9afe
View commit details
Copy full SHA for 3ba9afe
View code at this point
Browse repository at this point
Commits on Apr 22, 2009
Fixed issue 5782: formatting with commas didn't work if no specifier type code was given.
ericvsmith
committed
c4f5aca
View commit details
Copy full SHA for c4f5aca
View code at this point
Browse repository at this point
Backport of some of the work in r71665 to trunk. This reworks much of
Show description for 5326b86
ericvsmith
committed
5326b86
View commit details
Copy full SHA for 5326b86
View code at this point
Browse repository at this point
Commits on Apr 13, 2009
Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice.
ericvsmith
committed
33385a3
View commit details
Copy full SHA for 33385a3
View code at this point
Browse repository at this point
Commits on Mar 29, 2009
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
Show description for ce5ed1d
mdickinson
committed
ce5ed1d
View commit details
Copy full SHA for ce5ed1d
View code at this point
Browse repository at this point
Commits on Mar 14, 2009
Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
Show description for 82299fd
ericvsmith
committed
82299fd
View commit details
Copy full SHA for 82299fd
View code at this point
Browse repository at this point
Commits on Feb 20, 2009
Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, unicode, long, int, and float arguments.
ericvsmith
committed
4f2b24c
View commit details
Copy full SHA for 4f2b24c
View code at this point
Browse repository at this point
Commits on Jan 20, 2009
fix url
benjaminp
committed
ea27075
View commit details
Copy full SHA for ea27075
View code at this point
Browse repository at this point
Commits on Jan 13, 2009
Issue #4935: The overflow checking code in the expandtabs() method common
Show description for 4b08e42
pitrou
committed
4b08e42
View commit details
Copy full SHA for 4b08e42
View code at this point
Browse repository at this point
Commits on Sep 26, 2008
#3967: Correct a crash in count() and find() methods of string-like objects.
Show description for 6c2de78
amauryfa
committed
6c2de78
View commit details
Copy full SHA for 6c2de78
View code at this point
Browse repository at this point
Commits on Aug 24, 2008
Fix:
Show description for 2bc7e22
nnorwitz
committed
2bc7e22
View commit details
Copy full SHA for 2bc7e22
View code at this point
Browse repository at this point
Commits on Aug 22, 2008
Silenced compiler warning
Show description for 1ca33cb
tiran
committed
1ca33cb
View commit details
Copy full SHA for 1ca33cb
View code at this point
Browse repository at this point
Commits on Aug 18, 2008
Backport of r63826.
Show description for 1023d19
ericvsmith
committed
1023d19
View commit details
Copy full SHA for 1023d19
View code at this point
Browse repository at this point
Commits on Jul 17, 2008
Backed out r65069, pending fixing it in Windows.
ericvsmith
committed
ffddd99
View commit details
Copy full SHA for ffddd99
View code at this point
Browse repository at this point
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
ericvsmith
committed
7d77d6c
View commit details
Copy full SHA for 7d77d6c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.