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 }}
HZongLin
/
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 Sep 21, 2018
Minor performance tweak for deque.index() with a start argument (GH-9440)
rhettinger
authored
b46ad54
View commit details
Copy full SHA for b46ad54
Browse repository at this point
bpo-34755: Add few minor optimizations in _asynciomodule.c. (GH-9455)
serhiy-storchaka
authored
fb3e9c0
View commit details
Copy full SHA for fb3e9c0
Browse repository at this point
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
Show description for 91e6c87
ZackerySpytz
authored and
serhiy-storchaka
committed
91e6c87
View commit details
Copy full SHA for 91e6c87
Browse repository at this point
Simplify PyInit_timezone. (GH-9467)
Show description for c510c6b
benjaminp
authored
c510c6b
View commit details
Copy full SHA for c510c6b
Browse repository at this point
closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)
benjaminp
authored
a4ae828
View commit details
Copy full SHA for a4ae828
Browse repository at this point
Commits on Sep 20, 2018
bpo-34011: Fixes missing venv files and other tests (GH-9458)
zooba
authored
f14c28f
View commit details
Copy full SHA for f14c28f
Browse repository at this point
bpo-34754: Fix test_flush_return_value on FreeBSD (GH-9451)
Show description for bc85475
berkerpeksag
authored
bc85475
View commit details
Copy full SHA for bc85475
Browse repository at this point
bpo-33649: More improvements (GH-9439)
Yury Selivanov
authored
e247b46
View commit details
Copy full SHA for e247b46
Browse repository at this point
bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)
berkerpeksag
authored
8213ead
View commit details
Copy full SHA for 8213ead
Browse repository at this point
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
berkerpeksag
authored
b10a64d
View commit details
Copy full SHA for b10a64d
Browse repository at this point
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
berkerpeksag
authored
8d1e190
View commit details
Copy full SHA for 8d1e190
Browse repository at this point
bpo-34746: Fix stop -> close (GH-9437)
Yury Selivanov
authored
ffef50f
View commit details
Copy full SHA for ffef50f
Browse repository at this point
Commits on Sep 19, 2018
Enables test result collection for CI builds (GH-9433)
zooba
authored and
miss-islington
committed
fd54a45
View commit details
Copy full SHA for fd54a45
Browse repository at this point
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Show description for 06e7608
vstinner
authored
06e7608
View commit details
Copy full SHA for 06e7608
Browse repository at this point
Ignores failure to update lists (GH-9424)
zooba
authored
76531e2
View commit details
Copy full SHA for 76531e2
Browse repository at this point
bpo-25711: Remove outdated zipimport tests. (GH-9404)
Show description for b2984ab
serhiy-storchaka
authored
b2984ab
View commit details
Copy full SHA for b2984ab
Browse repository at this point
bpo-34712: Fix style in examples in "Input and Output" (GH-9361)
Show description for 3705b98
benhoyt
authored and
miss-islington
committed
3705b98
View commit details
Copy full SHA for 3705b98
Browse repository at this point
bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)
Show description for e89de73
jdemeyer
authored and
miss-islington
committed
e89de73
View commit details
Copy full SHA for e89de73
Browse repository at this point
run autoconf (GH-9411)
Show description for b3b8cb4
benjaminp
authored
b3b8cb4
View commit details
Copy full SHA for b3b8cb4
Browse repository at this point
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
serhiy-storchaka
authored
9da3961
View commit details
Copy full SHA for 9da3961
Browse repository at this point
closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085)
Show description for 2a9c380
rossburton
authored and
benjaminp
committed
2a9c380
View commit details
Copy full SHA for 2a9c380
Browse repository at this point
Commits on Sep 18, 2018
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
Show description for 4715039
Yury Selivanov
and
elprans
authored
4715039
View commit details
Copy full SHA for 4715039
Browse repository at this point
Clarify that AsyncExitStack works with coroutine functions (GH-9405)
Show description for a3c88ef
njsmith
authored and
willingc
committed
a3c88ef
View commit details
Copy full SHA for a3c88ef
Browse repository at this point
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
serhiy-storchaka
authored
79d1c2e
View commit details
Copy full SHA for 79d1c2e
Browse repository at this point
bpo-34472: Add data descriptor signature to zipfile (GH-8871)
Show description for 4ba3b50
silas
authored and
serhiy-storchaka
committed
4ba3b50
View commit details
Copy full SHA for 4ba3b50
Browse repository at this point
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
zooba
authored
d0f49d2
View commit details
Copy full SHA for d0f49d2
Browse repository at this point
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Show description for cb5778f
tiran
authored and
miss-islington
committed
cb5778f
View commit details
Copy full SHA for cb5778f
Browse repository at this point
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695)
Show description for 0185f34
serhiy-storchaka
authored
0185f34
View commit details
Copy full SHA for 0185f34
Browse repository at this point
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Show description for 7bdf282
serhiy-storchaka
authored
7bdf282
View commit details
Copy full SHA for 7bdf282
Browse repository at this point
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)
Yury Selivanov
authored
b042cf1
View commit details
Copy full SHA for b042cf1
Browse repository at this point
bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310)
Show description for e0c19dd
serhiy-storchaka
authored
e0c19dd
View commit details
Copy full SHA for e0c19dd
Browse repository at this point
Fix syntax error on Asyncio example in doc (GH-9387)
Show description for 9c53fa6
magmax
authored and
Yury Selivanov
committed
9c53fa6
View commit details
Copy full SHA for 9c53fa6
Browse repository at this point
Change "set_after" reference to `say_after`. (GH-9384)
dhermes
authored and
Yury Selivanov
committed
7bfbda4
View commit details
Copy full SHA for 7bfbda4
Browse repository at this point
bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)
Yury Selivanov
authored
ac94e38
View commit details
Copy full SHA for ac94e38
Browse repository at this point
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Show description for dbdee00
vstinner
authored
dbdee00
View commit details
Copy full SHA for dbdee00
Browse repository at this point
Previous
Next
You can’t perform that action at this time.