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