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
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 }}
bendmorris
/
static-python
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
201
Code
Issues
6
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
static-python
Objects
stringlib
on
master
User selector
All users
All time
Commit history
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 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
Commits on Oct 17, 2012
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Show description for c95855c
tiran
committed
c95855c
View commit details
Copy full SHA for c95855c
View code at this point
Browse repository at this point
Commits on Oct 16, 2012
Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
pitrou
committed
8a95e49
View commit details
Copy full SHA for 8a95e49
View code at this point
Browse repository at this point
Commits on Sep 20, 2012
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
Show description for 33410f3
pitrou
committed
33410f3
View commit details
Copy full SHA for 33410f3
View code at this point
Browse repository at this point
Commits on Aug 2, 2012
Close #15534: Fix a typo in the fast search function of the string library (_s => s)
Show description for 71a20b6
vstinner
committed
71a20b6
View commit details
Copy full SHA for 71a20b6
View code at this point
Browse repository at this point
Commits on Jul 7, 2012
Use correct types for ASCII_CHAR_MASK integer constants.
mdickinson
committed
a100080
View commit details
Copy full SHA for a100080
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by Serhiy Storchaka.
mdickinson
committed
28c7a07
View commit details
Copy full SHA for 28c7a07
View code at this point
Browse repository at this point
Commits on Jun 21, 2012
Make private function static (from `make smelly`)
pitrou
committed
fc1b418
View commit details
Copy full SHA for fc1b418
View code at this point
Browse repository at this point
Commits on Jun 15, 2012
Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
Show description for a68aec0
pitrou
committed
a68aec0
View commit details
Copy full SHA for a68aec0
View code at this point
Browse repository at this point
Commits on Jun 4, 2012
Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield
vstinner
committed
d04fa07
View commit details
Copy full SHA for d04fa07
View code at this point
Browse repository at this point
Commits on May 29, 2012
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Show description for f237952
vstinner
committed
f237952
View commit details
Copy full SHA for f237952
View code at this point
Browse repository at this point
Commits on May 15, 2012
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
Show description for ba400d7
pitrou
committed
ba400d7
View commit details
Copy full SHA for ba400d7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.