Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
33.4k
Star
69.9k
Code
Issues
5k+
Pull requests
2k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
39be9f8
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 13, 2023
Factor-out common logic in linear_regression
rhettinger
committed
39be9f8
Copy full SHA for 39be9f8
Factor-out common logic in linear_regression
rhettinger
committed
c51e520
Copy full SHA for c51e520
Can skip centering if xbar or ybar is already zero
rhettinger
committed
b9eeee5
Copy full SHA for b9eeee5
Use sumprod() in linear_regression().
rhettinger
committed
16b2745
Copy full SHA for 16b2745
Use sumprod() in covariance().
rhettinger
committed
52c7584
Copy full SHA for 52c7584
Only compute differences once
rhettinger
committed
3241045
Copy full SHA for 3241045
Use sumprod() to speed-up and improve accuracy of correlation()
rhettinger
committed
3f2fd8d
Copy full SHA for 3f2fd8d
Fix broken link to MSDN (#102355)
imba-tjd
authored
9a8b66b
Copy full SHA for 9a8b66b
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. (GH-102301)
markshannon
authored
233e32f
Copy full SHA for 233e32f
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
Show description for 78e4e6c
hugovk
and
CAM-Gerlach
authored
78e4e6c
Copy full SHA for 78e4e6c
Commits on Mar 12, 2023
GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674)
gaogaotiantian
authored
5d677c5
Copy full SHA for 5d677c5
Fix duplicated words in the docs (GH-102629)
Show description for f6ca71a
vitaldmit
authored
f6ca71a
Copy full SHA for f6ca71a
Optimize fmean() weighted average (#102626)
rhettinger
authored
6cd7572
Copy full SHA for 6cd7572
Fixes duplicated word (#102623)
Show description for e621062
gvanrossum
and
eyherabh
authored
e621062
Copy full SHA for e621062
Commits on Mar 11, 2023
gh-101821: Test coverage for `ast.main` function (#101822)
sobolevn
authored
bb396ee
Copy full SHA for bb396ee
gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets (GH-102605)
Show description for 534660f
tkren
authored
534660f
Copy full SHA for 534660f
gh-79940: add introspection API for asynchronous generators to `inspect` module (#11590)
tkren
authored
ced13c9
Copy full SHA for ced13c9
gh-102213: Optimize the performance of `__getattr__` (GH-102248)
Show description for aa0a73d
wangxiang-hz
authored
aa0a73d
Copy full SHA for aa0a73d
gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (#102449)
Show description for 5ffdaf7
AlexWaygood
and
carljm
authored
5ffdaf7
Copy full SHA for 5ffdaf7
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
brandtbucher
authored
08b67fb
Copy full SHA for 08b67fb
gh-88071: Update docstrings of dataclass' astuple and asdict (#101806)
Show description for 767d3a8
ischurov
authored
767d3a8
Copy full SHA for 767d3a8
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
sobolevn
authored
b48be8f
Copy full SHA for b48be8f
gh-102578: Optimise setting and deleting mutable attributes on non-dataclass subclasses of frozen dataclasses (gh-102573)
XuehaiPan
authored
ee6f841
Copy full SHA for ee6f841
Commits on Mar 10, 2023
GH-80486: Fix handling of NTFS alternate data streams in pathlib (GH-102454)
Show description for 90f1d77
barneygale
and
kmaork
authored
90f1d77
Copy full SHA for 90f1d77
gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-102585)
zooba
authored
12226be
Copy full SHA for 12226be
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
Show description for 64bde50
pganssle
authored
64bde50
Copy full SHA for 64bde50
gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)
OTheDev
authored
53dceb5
Copy full SHA for 53dceb5
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
zooba
authored
cb35882
Copy full SHA for cb35882
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in `_ctypes` (#102477)
iritkatriel
authored
2999e02
Copy full SHA for 2999e02
Commits on Mar 9, 2023
gh-102378: don't bother stripping `/` from __text_signature__ (#102379)
davidhewitt
authored
71cf7c3
Copy full SHA for 71cf7c3
gh-102255: Improve build support for Windows API partitions (GH-102256)
Show description for c6858d1
maxbachmann
authored
c6858d1
Copy full SHA for c6858d1
gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505)
Show description for ca066bd
ericsnowcurrently
authored
ca066bd
Copy full SHA for ca066bd
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Show description for cf6e7c5
ericsnowcurrently
authored
cf6e7c5
Copy full SHA for cf6e7c5
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Show description for b45d14b
ericsnowcurrently
authored
b45d14b
Copy full SHA for b45d14b
GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. (#102548)
Yhg1s
authored
58d761e
Copy full SHA for 58d761e
Pagination
Previous
Next
You can’t perform that action at this time.