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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonStudy2017
/
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
v3.6.3
User selector
All users
All time
Commit history
Commits on Jun 28, 2017
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462)
Show description for 0834905
serhiy-storchaka
authored
0834905
View commit details
Copy full SHA for 0834905
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
[3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443)
Show description for 0edffa3
serhiy-storchaka
authored
0edffa3
View commit details
Copy full SHA for 0edffa3
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
bpo-29941: Assert fixes (#886) (#955)
Show description for 90e3518
Yhg1s
authored
90e3518
View commit details
Copy full SHA for 90e3518
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) (#714)
Show description for 69eab31
serhiy-storchaka
authored
69eab31
View commit details
Copy full SHA for 69eab31
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 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.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
419967b
View commit details
Copy full SHA for 419967b
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
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
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
zooba
committed
cc16be8
View commit details
Copy full SHA for cc16be8
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
zooba
committed
f5aba58
View commit details
Copy full SHA for f5aba58
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
serhiy-storchaka
committed
ea525a2
View commit details
Copy full SHA for ea525a2
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Merge spelling and grammar fixes from 3.5
vadmium
committed
02b75ab
View commit details
Copy full SHA for 02b75ab
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Fix spelling and grammar in documentation and code comments
vadmium
committed
69332c1
View commit details
Copy full SHA for 69332c1
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for b6a9c97
serhiy-storchaka
committed
b6a9c97
View commit details
Copy full SHA for b6a9c97
View code at this point
Browse repository at this point
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy-storchaka
committed
6a7b3a7
View commit details
Copy full SHA for 6a7b3a7
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Issue #15984: Merge PyUnicode doc from 3.5
vadmium
committed
cda8094
View commit details
Copy full SHA for cda8094
View code at this point
Browse repository at this point
Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
vadmium
committed
20d3255
View commit details
Copy full SHA for 20d3255
View code at this point
Browse repository at this point
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 6245cb3
vadmium
committed
6245cb3
View commit details
Copy full SHA for 6245cb3
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Merge typo fixes from 3.5
vadmium
committed
c86c91a
View commit details
Copy full SHA for c86c91a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.