Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
hello-adam
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 10, 2020
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
shihai1991
authored
490c542
Copy full SHA for 490c542
MSVC: The ARM command line should not define MASM. (#21817)
skrah
authored
a02efe4
Copy full SHA for a02efe4
Replace import_fresh_module in decimal test files (GH-21815)
skrah
authored
85fdafa
Copy full SHA for 85fdafa
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
Show description for eaa5517
vstinner
authored
eaa5517
Copy full SHA for eaa5517
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Show description for 4ce6faa
FFY00
authored
4ce6faa
Copy full SHA for 4ce6faa
bpo-41324 Add a minimal decimal capsule API (#21519)
skrah
authored
39042e0
Copy full SHA for 39042e0
bpo-41514: Fix buggy IDLE test (GH-21808)
Show description for 416f0b7
terryjreedy
authored
416f0b7
Copy full SHA for 416f0b7
Commits on Aug 9, 2020
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Show description for f2e161c
terryjreedy
authored
f2e161c
Copy full SHA for f2e161c
Improve renamed test_run.RecursionLimitTest (GH-21794)
Show description for 8b67bf9
terryjreedy
authored
8b67bf9
Copy full SHA for 8b67bf9
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Show description for e28b8c9
ZackerySpytz
and
JonathanGossage
authored
e28b8c9
Copy full SHA for e28b8c9
Commits on Aug 8, 2020
Doc: Add output to example code in programming FAQ (GH-21346)
Show description for 67acf74
zhongjiajie
authored
67acf74
Copy full SHA for 67acf74
bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)
Show description for 82ca8fa
ypankovych
and
pablogsal
authored
82ca8fa
Copy full SHA for 82ca8fa
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
shihai1991
authored
c6f282f
Copy full SHA for c6f282f
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
shihai1991
authored
d94af3f
Copy full SHA for d94af3f
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
zkonge
authored
a4084b9
Copy full SHA for a4084b9
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Show description for 705f145
bbkane
authored
705f145
Copy full SHA for 705f145
Commits on Aug 7, 2020
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776)
zooba
authored
102b498
Copy full SHA for 102b498
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
shihai1991
authored
fcce8c6
Copy full SHA for fcce8c6
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
Show description for e27a51c
vstinner
authored
e27a51c
Copy full SHA for e27a51c
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
vstinner
authored
f44693e
Copy full SHA for f44693e
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
shihai1991
authored
598a951
Copy full SHA for 598a951
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Show description for 46e19b6
methane
authored
46e19b6
Copy full SHA for 46e19b6
bpo-39871: Fix an error in a news entry (GH-21749)
ZackerySpytz
authored
5463635
Copy full SHA for 5463635
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr
authored
3405e05
Copy full SHA for 3405e05
bpo-41493: Refactoring dictresize (GH-21751)
Show description for d9323a8
methane
authored
d9323a8
Copy full SHA for d9323a8
Commits on Aug 6, 2020
bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)
nmaynes
authored
5f0769a
Copy full SHA for 5f0769a
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
zooba
authored
777b611
Copy full SHA for 777b611
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
shihai1991
authored
79bb2c9
Copy full SHA for 79bb2c9
Commits on Aug 5, 2020
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
ericfrederich
authored
52f9842
Copy full SHA for 52f9842
bpo-40989: Fix compiler warning in winreg.c (GH-21722)
Show description for 15edaec
vstinner
authored
15edaec
Copy full SHA for 15edaec
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
isidentical
authored
8f4380d
Copy full SHA for 8f4380d
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Show description for 270b4ad
methane
authored
270b4ad
Copy full SHA for 270b4ad
Commits on Aug 4, 2020
bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714)
Show description for 582aaf1
markshannon
authored
582aaf1
Copy full SHA for 582aaf1
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
shihai1991
authored
c7decc2
Copy full SHA for c7decc2
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
shihai1991
authored
604bba1
Copy full SHA for 604bba1
Pagination
Previous
Next
You can’t perform that action at this time.