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
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
.
Python-List
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 29, 2016
Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works
berkerpeksag
committed
15fa1d5
View commit details
Copy full SHA for 15fa1d5
Browse repository at this point
Issue #25551: Test condition behavior instead of its internals
Show description for 8f33d77
berkerpeksag
committed
8f33d77
View commit details
Copy full SHA for 8f33d77
Browse repository at this point
Issue #25551: Test condition behavior instead of its internals
Show description for d3f9c07
berkerpeksag
committed
d3f9c07
View commit details
Copy full SHA for d3f9c07
Browse repository at this point
Fix typos. Reported by andportnoy on GitHub.
berkerpeksag
committed
488376e
View commit details
Copy full SHA for 488376e
Browse repository at this point
Issue #24902: Print server URL on http.server startup
Show description for 9454a1a
berkerpeksag
committed
9454a1a
View commit details
Copy full SHA for 9454a1a
Browse repository at this point
Issue #26322: Document typing.Set, patch by Joseph Moran
berkerpeksag
committed
5b100e1
View commit details
Copy full SHA for 5b100e1
Browse repository at this point
Issue #26322: Document typing.Set, patch by Joseph Moran
berkerpeksag
committed
0350579
View commit details
Copy full SHA for 0350579
Browse repository at this point
Removed unused initialization and the uninteresting comment.
rhettinger
committed
f3339ca
View commit details
Copy full SHA for f3339ca
Browse repository at this point
Issue #26880: Removed redundant checks in set.__init__.
serhiy-storchaka
committed
efecafe
View commit details
Copy full SHA for efecafe
Browse repository at this point
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
Show description for 10d79e6
serhiy-storchaka
committed
10d79e6
View commit details
Copy full SHA for 10d79e6
Browse repository at this point
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
Show description for a2aeb8a
serhiy-storchaka
committed
a2aeb8a
View commit details
Copy full SHA for a2aeb8a
Browse repository at this point
Commits on Apr 28, 2016
Closes #26875: Merge with 3.5
zware
committed
617ca1d
View commit details
Copy full SHA for 617ca1d
Browse repository at this point
Issue #26875: Fix mmap example
Show description for 417b1b4
zware
committed
417b1b4
View commit details
Copy full SHA for 417b1b4
Browse repository at this point
Closes #26874: Merge with 3.5
zware
committed
f24e382
View commit details
Copy full SHA for f24e382
Browse repository at this point
Issue #26874: Simplify the divmod docstring
zware
committed
f96273b
View commit details
Copy full SHA for f96273b
Browse repository at this point
Closes #26874: Merge with 3.5
zware
committed
7affc98
View commit details
Copy full SHA for 7affc98
Browse repository at this point
Issue #26874: Fix divmod docstring
zware
committed
0901555
View commit details
Copy full SHA for 0901555
Browse repository at this point
Commits on Apr 27, 2016
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Show description for a1786b2
serhiy-storchaka
committed
a1786b2
View commit details
Copy full SHA for a1786b2
Browse repository at this point
fileinput.hook_encoded() uses builtin open(), not codecs.open().
serhiy-storchaka
committed
f0da5ad
View commit details
Copy full SHA for f0da5ad
Browse repository at this point
fileinput.hook_encoded() uses builtin open(), not codecs.open().
serhiy-storchaka
committed
f85a465
View commit details
Copy full SHA for f85a465
Browse repository at this point
Commits on Apr 26, 2016
Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android.
skrah
committed
73dd8a1
View commit details
Copy full SHA for 73dd8a1
Browse repository at this point
Issue #26854: Android has a different include path for soundcard.h.
skrah
committed
fa5d369
View commit details
Copy full SHA for fa5d369
Browse repository at this point
Issue #26846: Post commit cleanup.
skrah
committed
3e042b0
View commit details
Copy full SHA for 3e042b0
Browse repository at this point
Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.
skrah
committed
f8475e8
View commit details
Copy full SHA for f8475e8
Browse repository at this point
Issue #20598: Merge argparse docs from 3.5
vadmium
committed
1a25b42
View commit details
Copy full SHA for 1a25b42
Browse repository at this point
Issue #20598: Replace trivial split() calls with lists in argparse docs
vadmium
committed
d41d451
View commit details
Copy full SHA for d41d451
Browse repository at this point
Issue #25349, #26249: Fix memleak in formatfloat()
vstinner
committed
986fa6d
View commit details
Copy full SHA for 986fa6d
Browse repository at this point
Issue #20306: Android is the only system that returns NULL for the pw_passwd
Show description for 82328dc
skrah
committed
82328dc
View commit details
Copy full SHA for 82328dc
Browse repository at this point
merge
rhettinger
committed
7871af2
View commit details
Copy full SHA for 7871af2
Browse repository at this point
Issue #24715: Improve sort stability example
rhettinger
committed
ee963fc
View commit details
Copy full SHA for ee963fc
Browse repository at this point
Issue #16394: Note the tee() pure python equivalent is only a rough approximation.
rhettinger
committed
939f5d2
View commit details
Copy full SHA for 939f5d2
Browse repository at this point
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
Show description for cbc9e5d
serhiy-storchaka
committed
cbc9e5d
View commit details
Copy full SHA for cbc9e5d
Browse repository at this point
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
Show description for b826771
serhiy-storchaka
committed
b826771
View commit details
Copy full SHA for b826771
Browse repository at this point
Commits on Apr 25, 2016
Issue #22747: Workaround for systems without langinfo.h.
skrah
committed
64a0bd5
View commit details
Copy full SHA for 64a0bd5
Browse repository at this point
Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.
Show description for 7e3b8ad
skrah
committed
7e3b8ad
View commit details
Copy full SHA for 7e3b8ad
Browse repository at this point
Previous
Next
You can’t perform that action at this time.