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 }}
codeape2
/
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 Mar 7, 2019
Refine statistics.NormalDist documentation and improve test coverage (GH-12208)
rhettinger
authored and
miss-islington
committed
1f58f4f
Copy full SHA for 1f58f4f
bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)
rhettinger
authored
318d537
Copy full SHA for 318d537
Fix the documentation for set.copy() (GH-12176)
Show description for e942e7b
andresdelfino
authored and
serhiy-storchaka
committed
e942e7b
Copy full SHA for e942e7b
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
eamanu
authored and
serhiy-storchaka
committed
ecc161d
Copy full SHA for ecc161d
Commits on Mar 6, 2019
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
sorcio
authored and
vstinner
committed
dc07894
Copy full SHA for dc07894
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
Show description for edad38e
jkloth
authored and
vstinner
committed
edad38e
Copy full SHA for edad38e
closes bpo-36139: release GIL around munmap(). (GH-12073)
sorcio
authored and
benjaminp
committed
bb9593a
Copy full SHA for bb9593a
bpo-36209: Fix typo on hashlib error message (GH-12194)
eamanu
authored and
vstinner
committed
b71e28e
Copy full SHA for b71e28e
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
Show description for 25d13f3
vstinner
authored
25d13f3
Copy full SHA for 25d13f3
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Show description for 01e0f43
pradyunsg
authored and
dstufft
committed
01e0f43
Copy full SHA for 01e0f43
Add more tests for pdf() and cdf() (GH-12190)
rhettinger
authored and
miss-islington
committed
18ee50d
Copy full SHA for 18ee50d
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Show description for 4fffd38
vstinner
authored
4fffd38
Copy full SHA for 4fffd38
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Show description for c656e25
vstinner
authored
c656e25
Copy full SHA for c656e25
Commits on Mar 5, 2019
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Show description for 7d2ef3e
vstinner
authored
7d2ef3e
Copy full SHA for 7d2ef3e
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Show description for a9df651
vstinner
authored
a9df651
Copy full SHA for a9df651
bpo-36187: Remove NamedStore. (GH-12167)
Show description for d8b3a98
serhiy-storchaka
authored
d8b3a98
Copy full SHA for d8b3a98
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180)
Show description for adfffc7
serhiy-storchaka
authored
adfffc7
Copy full SHA for adfffc7
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Show description for b35be4b
vstinner
authored
b35be4b
Copy full SHA for b35be4b
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
Show description for 359a2f3
matrixise
authored and
vstinner
committed
359a2f3
Copy full SHA for 359a2f3
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Show description for 5a02e0d
vstinner
authored
5a02e0d
Copy full SHA for 5a02e0d
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
serhiy-storchaka
authored
5b10b98
Copy full SHA for 5b10b98
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
serhiy-storchaka
authored
9e4861f
Copy full SHA for 9e4861f
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
Show description for b727239
mjpieters
authored and
benjaminp
committed
b727239
Copy full SHA for b727239
Doc: Use `option` word for command line interface. (GH-12142)
Show description for 0983fcd
osamu0329nakamura
authored and
benjaminp
committed
0983fcd
Copy full SHA for 0983fcd
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Show description for 6dcb542
vstinner
authored
6dcb542
Copy full SHA for 6dcb542
bpo-36142: Add _PyPreConfig structure (GH-12172)
Show description for cad1f74
vstinner
authored
cad1f74
Copy full SHA for cad1f74
Commits on Mar 4, 2019
Fixed a missing . and a missing capital letter. (GH-12170)
Seluj78
authored and
serhiy-storchaka
committed
7e9ce4c
Copy full SHA for 7e9ce4c
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Show description for b7bc283
tiran
authored and
miss-islington
committed
b7bc283
Copy full SHA for b7bc283
bpo-35198 Fix C++ extension compilation on AIX (GH-10437)
Show description for 800d5cd
kadler
authored and
vstinner
committed
800d5cd
Copy full SHA for 800d5cd
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Show description for 4d61e6e
vstinner
authored
4d61e6e
Copy full SHA for 4d61e6e
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
Show description for f4b0a1c
pxinwr
authored and
vstinner
committed
f4b0a1c
Copy full SHA for f4b0a1c
Clean implementation of Parser/pgen and fix some style issues (GH-12156)
pablogsal
authored
8bc401a
Copy full SHA for 8bc401a
bpo-20906: Various revisions to the Unicode howto (#8394)
Show description for 97c288d
akuchling
authored
97c288d
Copy full SHA for 97c288d
fix typo in configparser doc (GH-12154)
WokoLiu
authored and
lisroach
committed
45d75fa
Copy full SHA for 45d75fa
Commits on Mar 3, 2019
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
Show description for 8b914d2
bdbaraban
authored and
miss-islington
committed
8b914d2
Copy full SHA for 8b914d2
Pagination
Previous
Next
You can’t perform that action at this time.