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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonvietnam
/
cpython
Public
forked from
idobatter/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
on
master
User selector
All users
All time
Commit history
Commits on Dec 5, 2014
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
9f6e503
View commit details
Copy full SHA for 9f6e503
View code at this point
Browse repository at this point
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
75003f3
View commit details
Copy full SHA for 75003f3
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
Issue #19676: Added the "namereplace" error handler.
serhiy-storchaka
committed
8f7a634
View commit details
Copy full SHA for 8f7a634
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for 7dfc33e
ncoghlan
committed
7dfc33e
View commit details
Copy full SHA for 7dfc33e
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Issue #22453: Removed non-documented macro PyObject_REPR().
serhiy-storchaka
committed
fce1bbc
View commit details
Copy full SHA for fce1bbc
View code at this point
Browse repository at this point
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Show description for 269891a
serhiy-storchaka
committed
269891a
View commit details
Copy full SHA for 269891a
View code at this point
Browse repository at this point
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Show description for bcc2075
serhiy-storchaka
committed
bcc2075
View commit details
Copy full SHA for bcc2075
View code at this point
Browse repository at this point
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
serhiy-storchaka
committed
8a07d48
View commit details
Copy full SHA for 8a07d48
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Show description for a6f8f12
serhiy-storchaka
committed
a6f8f12
View commit details
Copy full SHA for a6f8f12
View code at this point
Browse repository at this point
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Show description for 2a4a19d
serhiy-storchaka
committed
2a4a19d
View commit details
Copy full SHA for 2a4a19d
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Issue #22591: Drop support of MS-DOS
Show description for cb105b2
vstinner
committed
cb105b2
View commit details
Copy full SHA for cb105b2
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 6f4d604
serhiy-storchaka
committed
6f4d604
View commit details
Copy full SHA for 6f4d604
View code at this point
Browse repository at this point
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 572b688
serhiy-storchaka
committed
572b688
View commit details
Copy full SHA for 572b688
View code at this point
Browse repository at this point
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Show description for 6f8b2b2
pitrou
committed
6f8b2b2
View commit details
Copy full SHA for 6f8b2b2
View code at this point
Browse repository at this point
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Show description for 34b97d6
pitrou
committed
34b97d6
View commit details
Copy full SHA for 34b97d6
View code at this point
Browse repository at this point
Post-release changes after 3.4.2 final.
larryhastings
committed
b0c14b8
View commit details
Copy full SHA for b0c14b8
View code at this point
Browse repository at this point
Commits on Oct 6, 2014
Release bump for 3.4.2 final.
larryhastings
committed
28c53a6
View commit details
Copy full SHA for 28c53a6
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
pitrou
committed
af838ae
View commit details
Copy full SHA for af838ae
View code at this point
Browse repository at this point
Commits on Sep 20, 2014
Bump version number for 3.4.2rc1 release.
larryhastings
committed
d414d4f
View commit details
Copy full SHA for d414d4f
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Merge fix for issue #22166 from 3.4
ncoghlan
committed
cd18497
View commit details
Copy full SHA for cd18497
View code at this point
Browse repository at this point
Issue #22166: clear codec caches in test_codecs
ncoghlan
committed
8958f27
View commit details
Copy full SHA for 8958f27
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
Issue #22043: time.monotonic() is now always available
Show description for 7a54232
vstinner
committed
7a54232
View commit details
Copy full SHA for 7a54232
View code at this point
Browse repository at this point
Commits on Aug 31, 2014
pytime.h: remove duplicated "#ifndef Py_LIMITED_API"
vstinner
committed
7761a8d
View commit details
Copy full SHA for 7761a8d
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
Issue #22043: _PyTime_Init() now checks if the system clock works.
Show description for 3e321f5
vstinner
committed
3e321f5
View commit details
Copy full SHA for 3e321f5
View code at this point
Browse repository at this point
Commits on Aug 14, 2014
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
Show description for 56a43d5
serhiy-storchaka
committed
56a43d5
View commit details
Copy full SHA for 56a43d5
View code at this point
Browse repository at this point
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
Show description for 50e2887
serhiy-storchaka
committed
50e2887
View commit details
Copy full SHA for 50e2887
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu.
pitrou
committed
b21ad9e
View commit details
Copy full SHA for b21ad9e
View code at this point
Browse repository at this point
Commits on Aug 1, 2014
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Show description for 634cb7a
vstinner
committed
634cb7a
View commit details
Copy full SHA for 634cb7a
View code at this point
Browse repository at this point
Commits on Jul 29, 2014
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Show description for 47f2e2e
vstinner
committed
47f2e2e
View commit details
Copy full SHA for 47f2e2e
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
Issue #20179: Apply Argument Clinic to bytes and bytearray.
Show description for 08dec7c
loewis
committed
08dec7c
View commit details
Copy full SHA for 08dec7c
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
Issue #21803: remove macro indirections in complexobject.h
pitrou
committed
f432479
View commit details
Copy full SHA for f432479
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Show description for 7eaf1d7
vstinner
committed
7eaf1d7
View commit details
Copy full SHA for 7eaf1d7
View code at this point
Browse repository at this point
Commits on Jun 2, 2014
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Show description for b9dadd1
vstinner
committed
b9dadd1
View commit details
Copy full SHA for b9dadd1
View code at this point
Browse repository at this point
Commits on May 26, 2014
a post 3.4.1 world
benjaminp
committed
57e9171
View commit details
Copy full SHA for 57e9171
View code at this point
Browse repository at this point
merge 3.4 (#21587)
benjaminp
committed
e36db03
View commit details
Copy full SHA for e36db03
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.