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 }}
dumpforjunk
/
python-readability
Public
forked from
buriy/python-readability
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 Jul 17, 2012
Bump to 0.2.6.1
buriy
committed
9cd5fb6
View commit details
Copy full SHA for 9cd5fb6
Browse repository at this point
Merge pull request #24 from zacharydenton/master
Show description for 4491551
buriy
committed
4491551
View commit details
Copy full SHA for 4491551
Browse repository at this point
Commits on Jul 9, 2012
Explicitly check if title is None. fixes #22
Show description for 0843d9c
zacharydenton
committed
0843d9c
View commit details
Copy full SHA for 0843d9c
Browse repository at this point
Commits on Jun 21, 2012
Updated README with 0.2.6 changes.
buriy
committed
8aefc61
View commit details
Copy full SHA for 8aefc61
Browse repository at this point
Bump to 0.2.6
buriy
committed
20d5f3a
View commit details
Copy full SHA for 20d5f3a
Browse repository at this point
Commits on Jun 7, 2012
Merge pull request #20 from andreypopp/master
Show description for 2e49e34
buriy
committed
2e49e34
View commit details
Copy full SHA for 2e49e34
Browse repository at this point
readability.htmls: some docs do not have title elem
andreypopp
committed
95852d5
View commit details
Copy full SHA for 95852d5
Browse repository at this point
Commits on Jun 4, 2012
Merge pull request #19 from EvaSDK/master
Show description for 274b60c
buriy
committed
274b60c
View commit details
Copy full SHA for 274b60c
Browse repository at this point
Commits on Jun 2, 2012
Make sure code is actually distributed
EvaSDK
committed
ea6afd3
View commit details
Copy full SHA for ea6afd3
Browse repository at this point
Commits on Apr 17, 2012
Update version so we can upload new tar.gz to pypi
mitechie
committed
a19e766
View commit details
Copy full SHA for a19e766
Browse repository at this point
Merge branch 'master' of github.com:buriy/python-readability
mitechie
committed
b9f6f67
View commit details
Copy full SHA for b9f6f67
Browse repository at this point
Update setup.py for finding the package correctly
mitechie
committed
873562c
View commit details
Copy full SHA for 873562c
Browse repository at this point
Remove pdb dummy
mitechie
committed
e9a5cbf
View commit details
Copy full SHA for e9a5cbf
Browse repository at this point
Update to make sure we don't drop the html tag when ditching elements
mitechie
committed
f1a79fb
View commit details
Copy full SHA for f1a79fb
Browse repository at this point
rename the document_only flag to html_partial
mitechie
committed
46f0302
View commit details
Copy full SHA for 46f0302
Browse repository at this point
Merge pull request #18 from mitechie/add_makefile
Show description for 6e8a1f5
mitechie
committed
6e8a1f5
View commit details
Copy full SHA for 6e8a1f5
Browse repository at this point
Fix rebase issue in the Makefile
mitechie
committed
b8fc399
View commit details
Copy full SHA for b8fc399
Browse repository at this point
Update .gitignore file for venv and nosetests.
mitechie
committed
82804b6
View commit details
Copy full SHA for 82804b6
Browse repository at this point
Add makefile testing, building, uploading.
Show description for 4376eed
mitechie
committed
4376eed
View commit details
Copy full SHA for 4376eed
Browse repository at this point
Added test suite to setup.py
Show description for 7338e9e
buriy
committed
7338e9e
View commit details
Copy full SHA for 7338e9e
Browse repository at this point
Merge pull request #15 from mitechie/master
Show description for a1ae4ea
buriy
committed
a1ae4ea
View commit details
Copy full SHA for a1ae4ea
Browse repository at this point
Update readme
mitechie
committed
8d3e39f
View commit details
Copy full SHA for 8d3e39f
Browse repository at this point
Try to pep8 all the things but give up when I got close.
mitechie
committed
a46dc14
View commit details
Copy full SHA for a46dc14
Browse repository at this point
Correct appending and allow for document only
Show description for 5a98e2c
mitechie
committed
5a98e2c
View commit details
Copy full SHA for 5a98e2c
Browse repository at this point
Commits on Apr 16, 2012
Work on why we have an empty <body/> tag
Show description for edccec5
mitechie
committed
edccec5
View commit details
Copy full SHA for edccec5
Browse repository at this point
Commits on Mar 26, 2012
Merge pull request #11 from JanX2/master
Show description for ab783b2
buriy
committed
ab783b2
View commit details
Copy full SHA for ab783b2
Browse repository at this point
Commits on Mar 24, 2012
Adding comment about oversight in transform_misused_divs_into_paragraphs().
Jan Weiß
committed
3cdc3d6
View commit details
Copy full SHA for 3cdc3d6
Browse repository at this point
Continue early in remove_unlikely_candidates() in case there is neither a class nor an id attribute.
Jan Weiß
committed
960f885
View commit details
Copy full SHA for 960f885
Browse repository at this point
Fixing gap in node_length coverage.
Jan Weiß
committed
6b3961c
View commit details
Copy full SHA for 6b3961c
Browse repository at this point
Commits on Feb 8, 2012
Merge pull request #10 from facundo/master
Show description for f9b604c
buriy
committed
f9b604c
View commit details
Copy full SHA for f9b604c
Browse repository at this point
Commits on Feb 7, 2012
fixed a small issue on the Document score_paragraphs method
facundo
committed
bb93ae1
View commit details
Copy full SHA for bb93ae1
Browse repository at this point
Commits on Jan 8, 2012
Merge pull request #9 from Psycojoker/master
Show description for fc6a500
buriy
committed
fc6a500
View commit details
Copy full SHA for fc6a500
Browse repository at this point
Commits on Jan 7, 2012
add lxml missing dependancy
Psycojoker
committed
1583d8a
View commit details
Copy full SHA for 1583d8a
Browse repository at this point
Commits on Jul 26, 2011
Fixed indentation, encoding issue and README bug. Thanks to Greg Jastrab. Bump version to 0.2.3
buriy
committed
11c4d95
View commit details
Copy full SHA for 11c4d95
Browse repository at this point
More README fixes for pipy and github. Bump to version 0.2.2
buriy
committed
6bf4948
View commit details
Copy full SHA for 6bf4948
Browse repository at this point
Previous
Next
You can’t perform that action at this time.