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 }}
stratakis
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 26, 2018
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Show description for bb81651
andersson
authored and
taleinat
committed
bb81651
View commit details
Copy full SHA for bb81651
Browse repository at this point
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
Show description for 2aaf98c
methane
authored and
miss-islington
committed
2aaf98c
View commit details
Copy full SHA for 2aaf98c
Browse repository at this point
Commits on Sep 25, 2018
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
csabella
authored and
vsajip
committed
d345bb4
View commit details
Copy full SHA for d345bb4
Browse repository at this point
asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)
Yury Selivanov
authored
fad6af2
View commit details
Copy full SHA for fad6af2
Browse repository at this point
bpo-5950: Support reading zips with comments in zipimport (#9548)
Show description for 5a5ce06
ZackerySpytz
authored and
warsaw
committed
5a5ce06
View commit details
Copy full SHA for 5a5ce06
Browse repository at this point
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543)
Yury Selivanov
authored
996859a
View commit details
Copy full SHA for 996859a
Browse repository at this point
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
terryjreedy
authored
22ef31d
View commit details
Copy full SHA for 22ef31d
Browse repository at this point
bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)
terryjreedy
authored
fdcb5ae
View commit details
Copy full SHA for fdcb5ae
Browse repository at this point
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)
terryjreedy
authored
ea718d3
View commit details
Copy full SHA for ea718d3
Browse repository at this point
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567)
terryjreedy
authored
dac712d
View commit details
Copy full SHA for dac712d
Browse repository at this point
bpo-33937: Catch ENOMEM error in test_socket (#9557)
Show description for 46f40be
vstinner
authored
46f40be
View commit details
Copy full SHA for 46f40be
Browse repository at this point
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
vstinner
authored and
Yury Selivanov
committed
6ea29c5
View commit details
Copy full SHA for 6ea29c5
Browse repository at this point
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Show description for c8c0249
jopamer
authored and
miss-islington
committed
c8c0249
View commit details
Copy full SHA for c8c0249
Browse repository at this point
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
taleinat
authored
604e7b9
View commit details
Copy full SHA for 604e7b9
Browse repository at this point
Improved the more elaborate multiprocessing example in the logging cookbook (GH-9326)
geryogam
authored and
vsajip
committed
5b3cbcd
View commit details
Copy full SHA for 5b3cbcd
Browse repository at this point
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Show description for f6c8007
ZackerySpytz
authored and
miss-islington
committed
f6c8007
View commit details
Copy full SHA for f6c8007
Browse repository at this point
Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533)
kahara
authored and
zhangyangyu
committed
b60b468
View commit details
Copy full SHA for b60b468
Browse repository at this point
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
terryjreedy
authored
16fba62
View commit details
Copy full SHA for 16fba62
Browse repository at this point
Commits on Sep 24, 2018
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
terryjreedy
authored
5a60667
View commit details
Copy full SHA for 5a60667
Browse repository at this point
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Show description for 025eb98
ammaraskar
authored and
gvanrossum
committed
025eb98
View commit details
Copy full SHA for 025eb98
Browse repository at this point
bpo-34791: xml package obeys ignore env flags (GH-9544)
Show description for 223e501
tiran
authored and
miss-islington
committed
223e501
View commit details
Copy full SHA for 223e501
Browse repository at this point
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
Show description for a46467f
vstinner
authored
a46467f
View commit details
Copy full SHA for a46467f
Browse repository at this point
bpo-34582: Fixes Python version used for patch check (GH-9532)
Show description for 1b77f92
zooba
authored and
miss-islington
committed
1b77f92
View commit details
Copy full SHA for 1b77f92
Browse repository at this point
Update Azure Pipelines badge (GH-9529)
zooba
authored
680d26e
View commit details
Copy full SHA for 680d26e
Browse repository at this point
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
zooba
authored
5767509
View commit details
Copy full SHA for 5767509
Browse repository at this point
bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317)
encukou
authored
2d3ff2b
View commit details
Copy full SHA for 2d3ff2b
Browse repository at this point
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
Show description for 558c49b
joaojunior
authored and
willingc
committed
558c49b
View commit details
Copy full SHA for 558c49b
Browse repository at this point
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
timhoffm
authored and
encukou
committed
a0fd7f1
View commit details
Copy full SHA for a0fd7f1
Browse repository at this point
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
lisroach
authored
9718b59
View commit details
Copy full SHA for 9718b59
Browse repository at this point
Commits on Sep 23, 2018
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
Show description for c87d9f4
taleinat
authored and
miss-islington
committed
c87d9f4
View commit details
Copy full SHA for c87d9f4
Browse repository at this point
Use in-memory streams instead of NamedTemporaryFile. (GH-9508)
serhiy-storchaka
authored
24b447e
View commit details
Copy full SHA for 24b447e
Browse repository at this point
bpo-17239: Disable external entities in SAX parser (GH-9217)
Show description for 17b1d5d
tiran
authored and
miss-islington
committed
17b1d5d
View commit details
Copy full SHA for 17b1d5d
Browse repository at this point
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Show description for 9fb051f
tiran
authored and
miss-islington
committed
9fb051f
View commit details
Copy full SHA for 9fb051f
Browse repository at this point
bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126)
Show description for 4b860fd
serhiy-storchaka
authored
4b860fd
View commit details
Copy full SHA for 4b860fd
Browse repository at this point
bpo-32117: Iterable unpacking in return and yield documentation (GH-9487)
Show description for 8fabae3
jChapman
authored and
miss-islington
committed
8fabae3
View commit details
Copy full SHA for 8fabae3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.