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 }}
native-api
/
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
Tools
on
tkinter_docs
User selector
All users
All time
Commit history
Commits on May 16, 2018
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
zooba
authored
e5f41d2
View commit details
Copy full SHA for e5f41d2
View code at this point
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
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
bpo-25427: Remove pyvenv (GH-5962)
brettcannon
authored
a8c3424
View commit details
Copy full SHA for a8c3424
View code at this point
Browse repository at this point
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548)
gpshead
authored
53f67d4
View commit details
Copy full SHA for 53f67d4
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Show description for 6952482
serhiy-storchaka
authored
6952482
View commit details
Copy full SHA for 6952482
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259)
Show description for c93938b
serhiy-storchaka
authored
c93938b
View commit details
Copy full SHA for c93938b
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210)
Show description for 4ca0739
tiran
authored
4ca0739
View commit details
Copy full SHA for 4ca0739
View code at this point
Browse repository at this point
Commits on Mar 13, 2018
bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)
Show description for 5affd5c
hroncok
authored and
tiran
committed
5affd5c
View commit details
Copy full SHA for 5affd5c
View code at this point
Browse repository at this point
Commits on Feb 28, 2018
Minor improvements to the Windows build/release process (GH-5935)
zooba
authored
881323d
View commit details
Copy full SHA for 881323d
View code at this point
Browse repository at this point
Commits on Feb 27, 2018
bpo-31355: Travis-CI: re-enable macOS job (#5858)
Show description for d7687eb
pitrou
authored
d7687eb
View commit details
Copy full SHA for d7687eb
View code at this point
Browse repository at this point
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Show description for 05d9fe3
tiran
authored
05d9fe3
View commit details
Copy full SHA for 05d9fe3
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
Tobotimus
authored and
serhiy-storchaka
committed
eee72d4
View commit details
Copy full SHA for eee72d4
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
bpo-20361: Remove workaround for a now fixed bug (#5283)
Show description for dc6b946
vstinner
authored
dc6b946
View commit details
Copy full SHA for dc6b946
View code at this point
Browse repository at this point
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
authored
f23746a
View commit details
Copy full SHA for f23746a
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
zooba
authored
2507e29
View commit details
Copy full SHA for 2507e29
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
Show description for ced9cb5
tiran
authored
ced9cb5
View commit details
Copy full SHA for ced9cb5
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
bpo-32507: Change Windows install to include app-local UCRT (#5119)
zooba
authored
d135f20
View commit details
Copy full SHA for d135f20
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Show description for 53f7a7c
mehanig
authored and
asvetlov
committed
53f7a7c
View commit details
Copy full SHA for 53f7a7c
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
Allows non-critical upload steps to fail (#4742)
zooba
authored
9ab11b3
View commit details
Copy full SHA for 9ab11b3
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
bpo-32159: Remove tools for CVS and Subversion (#4615)
Show description for fe2d5ba
vstinner
authored
fe2d5ba
View commit details
Copy full SHA for fe2d5ba
View code at this point
Browse repository at this point
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
Show description for 696b501
vstinner
authored
696b501
View commit details
Copy full SHA for 696b501
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
Show description for da9c8c3
vstinner
authored
da9c8c3
View commit details
Copy full SHA for da9c8c3
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Replace KB unit with KiB (#4293)
Show description for 8c663fd
vstinner
authored
8c663fd
View commit details
Copy full SHA for 8c663fd
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Nov 4, 2017
bpo-31944: Fixes build and Modify button (#4278)
zooba
authored
0d2a908
View commit details
Copy full SHA for 0d2a908
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
Show description for 4f57409
taleinat
authored and
serhiy-storchaka
committed
4f57409
View commit details
Copy full SHA for 4f57409
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
Update multissltests: 1.0.2m, 1.1.0g (#4232)
tiran
authored
0d2c645
View commit details
Copy full SHA for 0d2c645
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
bpo-31827: Remove os.stat_float_times() (GH-4061)
vstinner
authored
01b5aab
View commit details
Copy full SHA for 01b5aab
View code at this point
Browse repository at this point
bpo-31810: Add smelly.py to check exported symbols (#4057)
Show description for 87d332d
vstinner
authored
87d332d
View commit details
Copy full SHA for 87d332d
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
csarn
authored and
berkerpeksag
committed
62adc55
View commit details
Copy full SHA for 62adc55
View code at this point
Browse repository at this point
Commits on Oct 5, 2017
bpo-31523: Reliability improvements to the Windows build files (#3900)
zooba
authored
2084b30
View commit details
Copy full SHA for 2084b30
View code at this point
Browse repository at this point
Commits on Oct 2, 2017
bpo-31662: Fix typos in uploadrelease.bat script
Anselm Kruis
authored and
zooba
committed
efb560e
View commit details
Copy full SHA for efb560e
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
gronke
authored and
pfmoore
committed
f1502d0
View commit details
Copy full SHA for f1502d0
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Show description for b091bec
pitrou
authored and
vstinner
committed
b091bec
View commit details
Copy full SHA for b091bec
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.