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
Include
unicodeobject.h
on
tkinter_docs
User selector
All users
All time
Commit history
Commits on Jan 15, 2018
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Show description for 7ed7aea
vstinner
authored
7ed7aea
View commit details
Copy full SHA for 7ed7aea
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Show description for cb3ae55
vstinner
authored
cb3ae55
View commit details
Copy full SHA for cb3ae55
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Show description for 2cba6b8
vstinner
authored
2cba6b8
View commit details
Copy full SHA for 2cba6b8
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Nov 13, 2017
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Show description for 9b6c60c
serhiy-storchaka
authored
9b6c60c
View commit details
Copy full SHA for 9b6c60c
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
remove support for BSD/OS (closes bpo-31624) (#3812)
benjaminp
authored
288d1da
View commit details
Copy full SHA for 288d1da
View code at this point
Browse repository at this point
Commits on Aug 3, 2017
Spelling fixes (#2902)
scop
authored and
serhiy-storchaka
committed
49b2734
View commit details
Copy full SHA for 49b2734
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Show description for f7eae0a
serhiy-storchaka
authored
f7eae0a
View commit details
Copy full SHA for f7eae0a
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
bpo-29941: Assert fixes (#886)
Show description for a00c3fd
Yhg1s
authored
a00c3fd
View commit details
Copy full SHA for a00c3fd
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
Show description for c85a266
serhiy-storchaka
authored
c85a266
View commit details
Copy full SHA for c85a266
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Show description for 2a404b6
serhiy-storchaka
committed
2a404b6
View commit details
Copy full SHA for 2a404b6
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for a171a03
serhiy-storchaka
committed
a171a03
View commit details
Copy full SHA for a171a03
View code at this point
Browse repository at this point
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8
serhiy-storchaka
committed
34d0ac8
View commit details
Copy full SHA for 34d0ac8
View code at this point
Browse repository at this point
Commits on Dec 19, 2016
Issue #29009: Merge 3.6.
zhangyangyu
committed
bd0ff94
View commit details
Copy full SHA for bd0ff94
View code at this point
Browse repository at this point
Issue #29009: Merge 3.5.
zhangyangyu
committed
47888da
View commit details
Copy full SHA for 47888da
View code at this point
Browse repository at this point
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
zhangyangyu
committed
bfbc29c
View commit details
Copy full SHA for bfbc29c
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
fb3134f
View commit details
Copy full SHA for fb3134f
View code at this point
Browse repository at this point
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
9a953db
View commit details
Copy full SHA for 9a953db
View code at this point
Browse repository at this point
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
419967b
View commit details
Copy full SHA for 419967b
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 Nov 16, 2016
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Show description for a83a6a3
serhiy-storchaka
committed
a83a6a3
View commit details
Copy full SHA for a83a6a3
View code at this point
Browse repository at this point
Issue #21449: Removed private function _PyUnicode_CompareWithId.
serhiy-storchaka
committed
dddec81
View commit details
Copy full SHA for dddec81
View code at this point
Browse repository at this point
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for fab6acd
serhiy-storchaka
committed
fab6acd
View commit details
Copy full SHA for fab6acd
View code at this point
Browse repository at this point
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for f5894dd
serhiy-storchaka
committed
f5894dd
View commit details
Copy full SHA for f5894dd
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
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
Commits on Oct 27, 2016
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
Show description for 0093907
serhiy-storchaka
committed
0093907
View commit details
Copy full SHA for 0093907
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Show description for b364857
serhiy-storchaka
committed
b364857
View commit details
Copy full SHA for b364857
View code at this point
Browse repository at this point
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Show description for cc16423
serhiy-storchaka
committed
cc16423
View commit details
Copy full SHA for cc16423
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Issue #28139: Merge indentation fixes from 3.5 into 3.6
vadmium
committed
d508d00
View commit details
Copy full SHA for d508d00
View code at this point
Browse repository at this point
Issue #28139: Fix messed up indentation
Show description for 6d57fe1
vadmium
committed
6d57fe1
View commit details
Copy full SHA for 6d57fe1
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 11, 2016
Issue #26900: Excluded underscored names and other private API from limited API.
serhiy-storchaka
committed
9fab79b
View commit details
Copy full SHA for 9fab79b
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
simplify Py_UCSN definitions with stdint types
benjaminp
committed
a13e367
View commit details
Copy full SHA for a13e367
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.