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 }}
selik
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
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
5cd22cf
User selector
All users
Datepicker
All time
Commit history
Commits on May 14, 2018
bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
Show description for 5cd22cf
grimreaper
authored and
benjaminp
committed
5cd22cf
View commit details
Copy full SHA for 5cd22cf
Browse repository at this point
Commits on May 13, 2018
fix error message in ast.c (#6776)
Show description for 898ff92
JelleZijlstra
authored and
freddrake
committed
898ff92
View commit details
Copy full SHA for 898ff92
Browse repository at this point
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Show description for 1e2ec8a
DerDakon
authored and
serhiy-storchaka
committed
1e2ec8a
View commit details
Copy full SHA for 1e2ec8a
Browse repository at this point
Commits on May 11, 2018
bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
Show description for 7ec8f28
hroncok
authored and
serhiy-storchaka
committed
7ec8f28
View commit details
Copy full SHA for 7ec8f28
Browse repository at this point
Fix a bug in Generic.__new__ (GH-6758)
ilevkivskyi
authored
b551e9f
View commit details
Copy full SHA for b551e9f
Browse repository at this point
Commits on May 10, 2018
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
serhiy-storchaka
authored and
ncoghlan
committed
df00f04
View commit details
Copy full SHA for df00f04
Browse repository at this point
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251)
serhiy-storchaka
authored
b00854c
View commit details
Copy full SHA for b00854c
Browse repository at this point
Commits on May 9, 2018
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
orenmn
authored and
zooba
committed
d518d8b
View commit details
Copy full SHA for d518d8b
Browse repository at this point
bpo-33311: Do not display parameters displayed in parentheses for module call. (GH-6677)
sblondon
authored and
serhiy-storchaka
committed
8cf4b34
View commit details
Copy full SHA for 8cf4b34
Browse repository at this point
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
serhiy-storchaka
authored
ddb6215
View commit details
Copy full SHA for ddb6215
Browse repository at this point
Fix superfluous if in documentation. (GH-6728)
JulienPalard
authored and
serhiy-storchaka
committed
b3c3698
View commit details
Copy full SHA for b3c3698
Browse repository at this point
closes bpo-33445: fail properly in test_cprofile() (GH-6727)
jdemeyer
authored and
benjaminp
committed
ac9240b
View commit details
Copy full SHA for ac9240b
Browse repository at this point
bpo-28556: Minor fixes for typing module (GH-6732)
Show description for 43d12a6
ilevkivskyi
authored
43d12a6
View commit details
Copy full SHA for 43d12a6
Browse repository at this point
Commits on May 8, 2018
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
grantjenks
authored and
serhiy-storchaka
committed
0904f76
View commit details
Copy full SHA for 0904f76
Browse repository at this point
bpo-32717: Document PEP 560 (GH-6726)
ilevkivskyi
authored
bd5f965
View commit details
Copy full SHA for bd5f965
Browse repository at this point
bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563)
Show description for ec1622d
serhiy-storchaka
authored
ec1622d
View commit details
Copy full SHA for ec1622d
Browse repository at this point
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Show description for d54cfb1
serhiy-storchaka
authored
d54cfb1
View commit details
Copy full SHA for d54cfb1
Browse repository at this point
Commits on May 6, 2018
Remove mojibake in the locale aliases mapping. (GH-6716)
serhiy-storchaka
authored
a3f19c3
View commit details
Copy full SHA for a3f19c3
Browse repository at this point
bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (ПР-6708)
serhiy-storchaka
authored
cedc9b7
View commit details
Copy full SHA for cedc9b7
Browse repository at this point
Commits on May 5, 2018
bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701)
Show description for b2043bb
andresdelfino
authored and
serhiy-storchaka
committed
b2043bb
View commit details
Copy full SHA for b2043bb
Browse repository at this point
Commits on May 4, 2018
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702)
vsajip
authored
c4994dc
View commit details
Copy full SHA for c4994dc
Browse repository at this point
bpo-33332: Add signal.valid_signals() (GH-6581)
pitrou
authored
9d3627e
View commit details
Copy full SHA for 9d3627e
Browse repository at this point
Commits on May 2, 2018
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
lekma
authored and
methane
committed
491bbed
View commit details
Copy full SHA for 491bbed
Browse repository at this point
Mitigate macOS race condition in installer build (GH-6686)
ned-deily
authored
fc6aa28
View commit details
Copy full SHA for fc6aa28
Browse repository at this point
bpo-33290: Have macOS installer remove "pip" alias (GH-6683)
Show description for 0dd8070
ned-deily
authored
0dd8070
View commit details
Copy full SHA for 0dd8070
Browse repository at this point
bpo-33281: NEWS and ACK (GH-6681)
ned-deily
authored
69a013e
View commit details
Copy full SHA for 69a013e
Browse repository at this point
bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625)
mingwandroid
authored and
ned-deily
committed
d06d345
View commit details
Copy full SHA for d06d345
Browse repository at this point
Commits on May 1, 2018
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332)
serhiy-storchaka
authored
ef34753
View commit details
Copy full SHA for ef34753
Browse repository at this point
bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469)
Show description for 7508a54
2 people
authored and
JulienPalard
committed
7508a54
View commit details
Copy full SHA for 7508a54
Browse repository at this point
Add What's New for Korean documentation translation. (GH-6645)
JulienPalard
authored
335a602
View commit details
Copy full SHA for 335a602
Browse repository at this point
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)
Show description for 47ab154
selik
authored and
serhiy-storchaka
committed
47ab154
View commit details
Copy full SHA for 47ab154
Browse repository at this point
Commits on Apr 30, 2018
bpo-30465: Fix C downcast warning on Windows in ast.c (#6593)
Show description for fb7e799
vstinner
authored and
ambv
committed
fb7e799
View commit details
Copy full SHA for fb7e799
Browse repository at this point
Add mypy cache to gitignore (GH-6614)
onlined
authored and
brettcannon
committed
5a49ca6
View commit details
Copy full SHA for 5a49ca6
Browse repository at this point
bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)
brettcannon
authored
3ab9365
View commit details
Copy full SHA for 3ab9365
Browse repository at this point
Enable the verbose build for extension modules with GNU make (#6659)
doko42
authored
10f715d
View commit details
Copy full SHA for 10f715d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.