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 }}
native-api
/
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
bytesobject.c
on
tkinter_docs
User selector
All users
All time
Commit history
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
methane
authored
a49ac99
View commit details
Copy full SHA for a49ac99
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
stratakis
authored and
ncoghlan
committed
e8b1965
View commit details
Copy full SHA for e8b1965
View code at this point
Browse repository at this point
Commits on Oct 28, 2017
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Show description for a231428
serhiy-storchaka
authored
a231428
View commit details
Copy full SHA for a231428
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Show description for 56cb465
serhiy-storchaka
authored
56cb465
View commit details
Copy full SHA for 56cb465
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023)
serhiy-storchaka
authored
b879fe8
View commit details
Copy full SHA for b879fe8
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709)
serhiy-storchaka
authored
6b5a9ec
View commit details
Copy full SHA for 6b5a9ec
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-546)
zhangyangyu
authored
7e2a54c
View commit details
Copy full SHA for 7e2a54c
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513)
serhiy-storchaka
authored and
zhangyangyu
committed
9f8ad3f
View commit details
Copy full SHA for 9f8ad3f
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-499)
zhangyangyu
authored
b76ad51
View commit details
Copy full SHA for b76ad51
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
Merge 3.6
methane
committed
7ed28a8
View commit details
Copy full SHA for 7ed28a8
View code at this point
Browse repository at this point
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
methane
committed
a634e23
View commit details
Copy full SHA for a634e23
View code at this point
Browse repository at this point
Commits on Dec 19, 2016
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
Show description for dd1da7f
serhiy-storchaka
committed
dd1da7f
View commit details
Copy full SHA for dd1da7f
View code at this point
Browse repository at this point
Commits on Dec 17, 2016
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Show description for 9d16b61
serhiy-storchaka
committed
9d16b61
View commit details
Copy full SHA for 9d16b61
View code at this point
Browse repository at this point
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Show description for 025f895
serhiy-storchaka
committed
025f895
View commit details
Copy full SHA for 025f895
View code at this point
Browse repository at this point
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Show description for b1a1619
serhiy-storchaka
committed
b1a1619
View commit details
Copy full SHA for b1a1619
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Use _PyObject_CallNoArg()
Show description for f17c3de
vstinner
committed
f17c3de
View commit details
Copy full SHA for f17c3de
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for de4ae3d
vstinner
committed
de4ae3d
View commit details
Copy full SHA for de4ae3d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for 27580c1
vstinner
committed
27580c1
View commit details
Copy full SHA for 27580c1
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 460bd0d
serhiy-storchaka
committed
460bd0d
View commit details
Copy full SHA for 460bd0d
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
ericvsmith
committed
5646648
View commit details
Copy full SHA for 5646648
View code at this point
Browse repository at this point
Issue 28128: Print out better error/warning messages for invalid string escapes.
ericvsmith
committed
42454af
View commit details
Copy full SHA for 42454af
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
Issue #25270: Merge from 3.5
berkerpeksag
committed
7b4bcd2
View commit details
Copy full SHA for 7b4bcd2
View code at this point
Browse repository at this point
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
berkerpeksag
committed
4a72a7b
View commit details
Copy full SHA for 4a72a7b
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
tiran
committed
f051e43
View commit details
Copy full SHA for f051e43
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
remove all usage of Py_LOCAL
benjaminp
committed
621b430
View commit details
Copy full SHA for 621b430
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
#27364: Deprecate invalid escape strings in str/byutes.
Show description for 110b6fe
bitdancer
committed
110b6fe
View commit details
Copy full SHA for 110b6fe
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 Aug 27, 2016
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Show description for 1b6c6da
vadmium
committed
1b6c6da
View commit details
Copy full SHA for 1b6c6da
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
Issue #27704: Optimized creating bytes and bytearray from byte-like objects
Show description for eb24988
serhiy-storchaka
committed
eb24988
View commit details
Copy full SHA for eb24988
View code at this point
Browse repository at this point
Commits on Jul 10, 2016
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Show description for ca0da9b
serhiy-storchaka
committed
ca0da9b
View commit details
Copy full SHA for ca0da9b
View code at this point
Browse repository at this point
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Show description for 06cfb0c
serhiy-storchaka
committed
06cfb0c
View commit details
Copy full SHA for 06cfb0c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.