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 }}
parikpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
stringlib
codecs.h
on
3.9
User selector
All users
All time
Commit history
Commits on Apr 17, 2020
bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (GH-19572)
vstinner
authored
d7c657d
View commit details
Copy full SHA for d7c657d
View code at this point
Browse repository at this point
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Show description for 1ae035b
vstinner
authored
1ae035b
View commit details
Copy full SHA for 1ae035b
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
serhiy-storchaka
authored
cd8295f
View commit details
Copy full SHA for cd8295f
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
benjaminp
authored
51796e5
View commit details
Copy full SHA for 51796e5
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
Show description for 02a4d57
methane
authored
02a4d57
View commit details
Copy full SHA for 02a4d57
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Show description for e6be9b5
petdance
authored
e6be9b5
View commit details
Copy full SHA for e6be9b5
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Show description for 894263b
serhiy-storchaka
authored
894263b
View commit details
Copy full SHA for 894263b
View code at this point
Browse repository at this point
Commits on May 2, 2019
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Show description for 709d23d
vstinner
authored
709d23d
View commit details
Copy full SHA for 709d23d
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Show description for 3d4226a
vstinner
authored
3d4226a
View commit details
Copy full SHA for 3d4226a
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc.
Show description for 998c9cd
serhiy-storchaka
committed
998c9cd
View commit details
Copy full SHA for 998c9cd
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
PEP 7 style for if/else in C
Show description for 1a05d6c
vstinner
committed
1a05d6c
View commit details
Copy full SHA for 1a05d6c
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
rhettinger
committed
15f44ab
View commit details
Copy full SHA for 15f44ab
View code at this point
Browse repository at this point
Commits on May 16, 2016
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Show description for bcde10a
serhiy-storchaka
committed
bcde10a
View commit details
Copy full SHA for bcde10a
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Optimize error handlers of ASCII and Latin1 encoders when the replacement
Show description for 6bd525b
vstinner
committed
6bd525b
View commit details
Copy full SHA for 6bd525b
View code at this point
Browse repository at this point
Add _PyBytesWriter_WriteBytes() to factorize the code
vstinner
committed
ce179bf
View commit details
Copy full SHA for ce179bf
View code at this point
Browse repository at this point
_PyBytesWriter: simplify code to avoid "prealloc" parameters
Show description for ad77158
vstinner
committed
ad77158
View commit details
Copy full SHA for ad77158
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Optimize backslashreplace error handler
Show description for e7bf86c
vstinner
committed
e7bf86c
View commit details
Copy full SHA for e7bf86c
View code at this point
Browse repository at this point
Issue #25318: Add _PyBytesWriter API
Show description for fdfbf78
vstinner
committed
fdfbf78
View commit details
Copy full SHA for fdfbf78
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
Show description for 01ada39
vstinner
committed
01ada39
View commit details
Copy full SHA for 01ada39
View code at this point
Browse repository at this point
Commits on May 18, 2015
Fixed typos in comments.
serhiy-storchaka
committed
9ce71a6
View commit details
Copy full SHA for 9ce71a6
View code at this point
Browse repository at this point
Fixed typos in comments.
serhiy-storchaka
committed
7e29eea
View commit details
Copy full SHA for 7e29eea
View code at this point
Browse repository at this point
Commits on May 12, 2015
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
serhiy-storchaka
committed
0d4df75
View commit details
Copy full SHA for 0d4df75
View code at this point
Browse repository at this point
Commits on Jan 4, 2014
Reverted changeset b72c5573c5e7 (issue #15027).
serhiy-storchaka
committed
3079328
View commit details
Copy full SHA for 3079328
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
583a939
View commit details
Copy full SHA for 583a939
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
dc2fd51
View commit details
Copy full SHA for dc2fd51
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 58cf607
serhiy-storchaka
committed
58cf607
View commit details
Copy full SHA for 58cf607
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
9ed5f27
View commit details
Copy full SHA for 9ed5f27
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
6caa6fb
View commit details
Copy full SHA for 6caa6fb
View code at this point
Browse repository at this point
Issue #8271: Fix compilation on Windows
vstinner
committed
ab60de4
View commit details
Copy full SHA for ab60de4
View code at this point
Browse repository at this point
#8271: merge with 3.3.
ezio-melotti
committed
cfa9636
View commit details
Copy full SHA for cfa9636
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.
Show description for f7ed5d1
ezio-melotti
committed
f7ed5d1
View commit details
Copy full SHA for f7ed5d1
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 743e0cd
tiran
committed
743e0cd
View commit details
Copy full SHA for 743e0cd
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 ca8aa4a
pitrou
committed
ca8aa4a
View commit details
Copy full SHA for ca8aa4a
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
01ac8b6
View commit details
Copy full SHA for 01ac8b6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.