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 }}
jdemeyer
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
remove_PyCFunction_FastCallDict
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2019
bpo-37151: remove _PyCFunction_FastCallDict
jdemeyer
committed
d7237af
View commit details
Copy full SHA for d7237af
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454)
paulmon
authored and
zooba
committed
f355069
View commit details
Copy full SHA for f355069
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Fix Windows release build issues (GH-14091)
Show description for 749e730
zooba
authored
749e730
View commit details
Copy full SHA for 749e730
View code at this point
Browse repository at this point
Implement Windows release builds in Azure Pipelines (GH-14065)
zooba
authored
21a92f8
View commit details
Copy full SHA for 21a92f8
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
paulmon
authored and
zooba
committed
e7e5039
View commit details
Copy full SHA for e7e5039
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
zooba
authored
e0c0c7e
View commit details
Copy full SHA for e0c0c7e
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
Show description for e35d1ba
tiran
authored
e35d1ba
View commit details
Copy full SHA for e35d1ba
View code at this point
Browse repository at this point
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Show description for 06651ee
tiran
authored
06651ee
View commit details
Copy full SHA for 06651ee
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
Add description to the command line help of the argument clinic (GH-8518)
timhoffm
authored and
pablogsal
committed
5df4025
View commit details
Copy full SHA for 5df4025
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558)
scoder
authored
faa2948
View commit details
Copy full SHA for faa2948
View code at this point
Browse repository at this point
Commits on May 30, 2019
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
jdemeyer
authored and
encukou
committed
37788bc
View commit details
Copy full SHA for 37788bc
View code at this point
Browse repository at this point
Commits on May 29, 2019
bpo-36974: Fix GDB integration (GH-13665)
Show description for fecb75c
encukou
authored
fecb75c
View commit details
Copy full SHA for fecb75c
View code at this point
Browse repository at this point
Commits on May 26, 2019
bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583)
Show description for aaf47ca
Chih-Hsuan Yen
authored and
miss-islington
committed
aaf47ca
View commit details
Copy full SHA for aaf47ca
View code at this point
Browse repository at this point
Commits on May 24, 2019
bpo-36511: Ensure error code propagates out of batch files (GH-13529)
paulmon
authored and
zooba
committed
51394b8
View commit details
Copy full SHA for 51394b8
View code at this point
Browse repository at this point
Commits on May 15, 2019
bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351)
Show description for 4f82072
paulmon
authored and
miss-islington
committed
4f82072
View commit details
Copy full SHA for 4f82072
View code at this point
Browse repository at this point
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
paulmon
authored and
zooba
committed
67ff6a1
View commit details
Copy full SHA for 67ff6a1
View code at this point
Browse repository at this point
Commits on May 9, 2019
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Show description for 3aca40d
benjaminp
authored
3aca40d
View commit details
Copy full SHA for 3aca40d
View code at this point
Browse repository at this point
Commits on May 2, 2019
bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)
ZackerySpytz
authored and
serhiy-storchaka
committed
c4e78b1
View commit details
Copy full SHA for c4e78b1
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
bpo-36540: PEP 570 -- Implementation (GH-12701)
Show description for 8c77b8c
pablogsal
authored
8c77b8c
View commit details
Copy full SHA for 8c77b8c
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
BriFuture
authored and
berkerpeksag
committed
d59b662
View commit details
Copy full SHA for d59b662
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
bpo-36642: make unicodedata const (GH-12855)
methane
authored
6fec905
View commit details
Copy full SHA for 6fec905
View code at this point
Browse repository at this point
bpo-36345: Update wsgiref example (GH-12562)
Show description for 2b7f93b
matrixise
authored
2b7f93b
View commit details
Copy full SHA for 2b7f93b
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
Allow Windows layout builds to fully skip code signing (GH-12808)
zooba
authored
606c66a
View commit details
Copy full SHA for 606c66a
View code at this point
Browse repository at this point
Enable building nuget packages for ARM32 (GH-12669)
paulmon
authored and
zooba
committed
aa25d5d
View commit details
Copy full SHA for aa25d5d
View code at this point
Browse repository at this point
Commits on Apr 5, 2019
Tools/importbench: Fix a misplaced stderr= (GH-12690)
asottile
authored and
encukou
committed
2a4ce43
View commit details
Copy full SHA for 2a4ce43
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
bpo-36085: Add installer check for KB2533625 (GH-12636)
zooba
authored
79da388
View commit details
Copy full SHA for 79da388
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
bpo-36010: Add venv to the nuget distribution (GH-12367)
pfmoore
authored and
zooba
committed
e724152
View commit details
Copy full SHA for e724152
View code at this point
Browse repository at this point
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
serhiy-storchaka
authored
172bb39
View commit details
Copy full SHA for 172bb39
View code at this point
Browse repository at this point
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
serhiy-storchaka
authored
afbb7a3
View commit details
Copy full SHA for afbb7a3
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Show description for 32119e1
paulmon
authored and
zooba
committed
32119e1
View commit details
Copy full SHA for 32119e1
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
zooba
authored
4a9a505
View commit details
Copy full SHA for 4a9a505
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_benchmark.py (GH-11905)
scoder
authored and
rhettinger
committed
68d228f
View commit details
Copy full SHA for 68d228f
View code at this point
Browse repository at this point
Commits on Mar 23, 2019
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
Show description for a7987e7
AraHaan
authored and
csabella
committed
a7987e7
View commit details
Copy full SHA for a7987e7
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
serhiy-storchaka
authored
3191391
View commit details
Copy full SHA for 3191391
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
bpo-36174: Update nuget authoring for new license field. (GH-12300)
zooba
authored
26c910c
View commit details
Copy full SHA for 26c910c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.