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 }}
bob1de
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 26, 2017
bpo-30781: IDLE - use ttk widgets in configdialog (#2654)
Show description for 7028e59
csabella
authored and
terryjreedy
committed
7028e59
View commit details
Copy full SHA for 7028e59
Browse repository at this point
bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)
Show description for 0780bf7
pfmoore
authored
0780bf7
View commit details
Copy full SHA for 0780bf7
Browse repository at this point
Commits on Aug 25, 2017
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
orenmn
authored and
serhiy-storchaka
committed
a5b4ea1
View commit details
Copy full SHA for a5b4ea1
Browse repository at this point
bpo-31279: Silence -Wstringop-overflow warning. (#3207)
skrah
authored
dce6502
View commit details
Copy full SHA for dce6502
Browse repository at this point
bpo-31275: Small refactoring to silence a fall-through warning. (#3206)
skrah
authored
138753c
View commit details
Copy full SHA for 138753c
Browse repository at this point
bpo-30923: Silence fall-through warnings in libexpat build. (#3205)
skrah
authored
9e1e6f5
View commit details
Copy full SHA for 9e1e6f5
Browse repository at this point
Skip two tests not intended to pass on Windows. (#3202)
gpshead
authored
a3a6df3
View commit details
Copy full SHA for a3a6df3
Browse repository at this point
Commits on Aug 24, 2017
bpo-22536: Set the filename in FileNotFoundError. (#3194)
Show description for 8621bb5
gpshead
authored
8621bb5
View commit details
Copy full SHA for 8621bb5
Browse repository at this point
bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560)
orenmn
authored and
zooba
committed
de50360
View commit details
Copy full SHA for de50360
Browse repository at this point
bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples (leftovers) (#3198)
orenmn
authored and
serhiy-storchaka
committed
13614e3
View commit details
Copy full SHA for 13614e3
Browse repository at this point
bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)
Show description for a5fab17
ambv
authored
a5fab17
View commit details
Copy full SHA for a5fab17
Browse repository at this point
bpo-31095: fix potential crash during GC (GH-2974)
methane
authored
a6296d3
View commit details
Copy full SHA for a6296d3
Browse repository at this point
Commits on Aug 23, 2017
bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180)
orenmn
authored and
serhiy-storchaka
committed
bf9075a
View commit details
Copy full SHA for bf9075a
Browse repository at this point
Commits on Aug 22, 2017
bpo-31161: only check for parens error for SyntaxError (#3082)
Show description for 772d809
mjpieters
authored and
ambv
committed
772d809
View commit details
Copy full SHA for 772d809
Browse repository at this point
Touch up the contributing notes (#3158)
Show description for 5df8c58
brettcannon
authored and
ambv
committed
5df8c58
View commit details
Copy full SHA for 5df8c58
Browse repository at this point
bpo-31234: test_threaded_import: fix test_side_effect_import() (#3189)
Show description for 41bbd82
vstinner
authored
41bbd82
View commit details
Copy full SHA for 41bbd82
Browse repository at this point
bpo-31234: test_httpservers joins the server thread (#3188)
vstinner
authored
830d7d2
View commit details
Copy full SHA for 830d7d2
Browse repository at this point
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)
Show description for bc61315
vstinner
authored
bc61315
View commit details
Copy full SHA for bc61315
Browse repository at this point
Commits on Aug 21, 2017
bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)
Show description for 5fe59f8
ambv
authored
5fe59f8
View commit details
Copy full SHA for 5fe59f8
Browse repository at this point
bpo-23835: [docs] configparser converts defaults to strings (#3176)
Show description for ea57923
ambv
authored
ea57923
View commit details
Copy full SHA for ea57923
Browse repository at this point
bpo-23835: Enforce that configparser defaults are strings (#2558)
Show description for 44e6ad8
aragilar
authored and
ambv
committed
44e6ad8
View commit details
Copy full SHA for 44e6ad8
Browse repository at this point
Add test_subprocess.test_nonexisting_with_pipes() (#3133)
Show description for 9a83f65
vstinner
authored
9a83f65
View commit details
Copy full SHA for 9a83f65
Browse repository at this point
bpo-31238: pydoc ServerThread.stop() now joins itself (#3151)
Show description for 4cab2cd
vstinner
authored
4cab2cd
View commit details
Copy full SHA for 4cab2cd
Browse repository at this point
bpo-31249: test_concurrent_futures checks dangling threads (#3167)
Show description for 489d91c
vstinner
authored
489d91c
View commit details
Copy full SHA for 489d91c
Browse repository at this point
bpo-31236: Improved some error messages of min() and max().
orenmn
authored and
serhiy-storchaka
committed
58cf748
View commit details
Copy full SHA for 58cf748
Browse repository at this point
bpo-31247: xmlrpc.server: break reference cycle (#3166)
Show description for 8452445
vstinner
authored
8452445
View commit details
Copy full SHA for 8452445
Browse repository at this point
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
Browse repository at this point
Commits on Aug 20, 2017
bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)
Show description for 0267128
segevfiner
authored and
pitrou
committed
0267128
View commit details
Copy full SHA for 0267128
Browse repository at this point
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
orenmn
authored and
serhiy-storchaka
committed
1d1d3e9
View commit details
Copy full SHA for 1d1d3e9
Browse repository at this point
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160)
Show description for 4bfebc6
csabella
authored and
terryjreedy
committed
4bfebc6
View commit details
Copy full SHA for 4bfebc6
Browse repository at this point
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)
Show description for 8f7a798
csabella
authored and
terryjreedy
committed
8f7a798
View commit details
Copy full SHA for 8f7a798
Browse repository at this point
Commits on Aug 18, 2017
bpo-31234: test_threading: fix ref cycle (#3150)
Show description for 3d284c0
vstinner
authored
3d284c0
View commit details
Copy full SHA for 3d284c0
Browse repository at this point
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)
Show description for a32e405
csabella
authored and
terryjreedy
committed
a32e405
View commit details
Copy full SHA for a32e405
Browse repository at this point
bpo-31235: Fix ResourceWarning in test_logging (#3147)
vstinner
authored
a7719e2
View commit details
Copy full SHA for a7719e2
Browse repository at this point
bpo-30830: test_logging uses threading_setup/cleanup (#3137)
Show description for 6966960
vstinner
authored
6966960
View commit details
Copy full SHA for 6966960
Browse repository at this point
Previous
Next
You can’t perform that action at this time.