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
Python
bltinmodule.c
on
v3.6.3
User selector
All users
All time
Commit history
Commits on Sep 11, 2017
[3.6] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3491)
Show description for c67838d
serhiy-storchaka
authored
c67838d
View commit details
Copy full SHA for c67838d
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641)
Show description for aac875f
serhiy-storchaka
authored
aac875f
View commit details
Copy full SHA for aac875f
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #26729: Fixed __text_signature__ for sorted().
Show description for ad94225
serhiy-storchaka
committed
ad94225
View commit details
Copy full SHA for ad94225
View code at this point
Browse repository at this point
Issue #26729: Fixed __text_signature__ for sorted().
Show description for 3a10425
serhiy-storchaka
committed
3a10425
View commit details
Copy full SHA for 3a10425
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
serhiy-storchaka
committed
398ef5c
View commit details
Copy full SHA for 398ef5c
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #23722: improve __classcell__ compatibility
Show description for 19d2467
ncoghlan
committed
19d2467
View commit details
Copy full SHA for 19d2467
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #23722: Initialize __class__ from type.__new__()
Show description for 944368e
ncoghlan
committed
944368e
View commit details
Copy full SHA for 944368e
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Issue #24254: Drop cls.__definition_order__.
ericsnowcurrently
committed
4f29e75
View commit details
Copy full SHA for 4f29e75
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 6, 2016
Avoid calling functions with an empty string as format string
Show description for 3466bde
vstinner
committed
3466bde
View commit details
Copy full SHA for 3466bde
View code at this point
Browse repository at this point
Commits on Sep 5, 2016
Issue #24254: Preserve class attribute definition order.
ericsnowcurrently
committed
92a6c17
View commit details
Copy full SHA for 92a6c17
View code at this point
Browse repository at this point
Commits on Sep 3, 2016
Issue 27936: Fix inconsistent round() behavior between float and int
rhettinger
committed
f0f1c23
View commit details
Copy full SHA for f0f1c23
View code at this point
Browse repository at this point
Merge
rhettinger
committed
3b09cd6
View commit details
Copy full SHA for 3b09cd6
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Merge
rhettinger
committed
f74c33a
View commit details
Copy full SHA for f74c33a
View code at this point
Browse repository at this point
Issue 19504: Change "customise" to "customize" American spelling.
rhettinger
committed
7ea386e
View commit details
Copy full SHA for 7ea386e
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Use Py_ssize_t type for number of arguments
Show description for 74319ae
vstinner
committed
74319ae
View commit details
Copy full SHA for 74319ae
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
Issue #27809: map_next() uses fast call
Show description for cdb5cee
vstinner
committed
cdb5cee
View commit details
Copy full SHA for cdb5cee
View code at this point
Browse repository at this point
Backed out changeset 70f88b097f60 (map_next)
vstinner
committed
f0cba67
View commit details
Copy full SHA for f0cba67
View code at this point
Browse repository at this point
Issue #27809: map_next() uses fast call
Show description for a9ba1ab
vstinner
committed
a9ba1ab
View commit details
Copy full SHA for a9ba1ab
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Issue #27809: builtin___build_class__() uses fast call
vstinner
committed
d1c2a8e
View commit details
Copy full SHA for d1c2a8e
View code at this point
Browse repository at this point
Issue #27809: Use _PyObject_FastCallDict()
Show description for 463b86a
vstinner
committed
463b86a
View commit details
Copy full SHA for 463b86a
View code at this point
Browse repository at this point
Issue #27809: Use _PyObject_FastCallDict()
Show description for 2990fa1
vstinner
committed
2990fa1
View commit details
Copy full SHA for 2990fa1
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Show description for cfdfbb4
serhiy-storchaka
committed
cfdfbb4
View commit details
Copy full SHA for cfdfbb4
View code at this point
Browse repository at this point
Commits on May 5, 2016
Restored parameter name "self" since gdb needs exact specific parameter names.
serhiy-storchaka
committed
24182a3
View commit details
Copy full SHA for 24182a3
View code at this point
Browse repository at this point
Commits on May 2, 2016
Got rid of redundand "self" parameter declarations.
Show description for 7a9579c
serhiy-storchaka
committed
7a9579c
View commit details
Copy full SHA for 7a9579c
View code at this point
Browse repository at this point
Commits on May 1, 2016
Regenerate Argument Clinic code for issue #26874.
serhiy-storchaka
committed
2e310b4
View commit details
Copy full SHA for 2e310b4
View code at this point
Browse repository at this point
Regenerate Argument Clinic code for issue #26874.
serhiy-storchaka
committed
df07173
View commit details
Copy full SHA for df07173
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
Closes #26874: Merge with 3.5
zware
committed
5031a67
View commit details
Copy full SHA for 5031a67
View code at this point
Browse repository at this point
Issue #26874: Simplify the divmod docstring
zware
committed
7f227d9
View commit details
Copy full SHA for 7f227d9
View code at this point
Browse repository at this point
Closes #26874: Merge with 3.5
zware
committed
54559b6
View commit details
Copy full SHA for 54559b6
View code at this point
Browse repository at this point
Issue #26874: Fix divmod docstring
zware
committed
4d4160a
View commit details
Copy full SHA for 4d4160a
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
serhiy-storchaka
committed
21a663e
View commit details
Copy full SHA for 21a663e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.