Package: python-mechanize / 1:0.4.8+pypi-5
Metadata
Package | Version | Patches format |
---|---|---|
python-mechanize | 1:0.4.8+pypi-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
upstream/0001 Fix an error on pypy3.patch | (download) |
mechanize/_urllib2_fork.py |
14 10 + 4 - 0 ! |
fix an error on pypy3 Fix #72 |
upstream/0002 setup.cfg Move packages def to options section.patch | (download) |
setup.cfg |
2 1 + 1 - 0 ! |
setup.cfg: move packages def to options section Fix packaging with older setuptools. |
upstream/0003 Use asserts for failing test so we get better feedba.patch | (download) |
test/test_cookies.py |
8 4 + 4 - 0 ! |
use asserts for failing test so we get better feedback on the failure |
upstream/0004 DRYer.patch | (download) |
test/test_cookies.py |
9 2 + 7 - 0 ! |
dryer |
upstream/0005 Change test to not rely on order of cookie iteration.patch | (download) |
test/test_cookies.py |
11 5 + 6 - 0 ! |
change test to not rely on order of cookie iteration python 3.11 iterates in add order, earlier pythons iterate in domain sorted order Fix #74 |
upstream/0006 Deduplicate doc for context param.patch | (download) |
mechanize/_useragent.py |
10 5 + 5 - 0 ! |
deduplicate doc for context param The documentation for Browser.set_ca_param documents the context parameter twice. This prunes the redundancy. |
upstream/0007 debugging enable HTTPRedirectDebugProcessor for http.patch | (download) |
mechanize/_debug.py |
3 3 + 0 - 0 ! |
debugging - enable httpredirectdebugprocessor for https |
upstream/0008 Fix previous PR.patch | (download) |
mechanize/_debug.py |
5 2 + 3 - 0 ! |
fix previous pr |
0009 Use Python 3.patch | (download) |
examples/forms/echo.cgi |
2 1 + 1 - 0 ! |
use python 3 |
0010 Sort lines.patch | (download) |
mechanize.egg-info/PKG-INFO |
2 1 + 1 - 0 ! |
sort lines Add some hack to restore original files at end of a package build process. These files are rebuild in each build processes. |
0011 Fix warning.patch | (download) |
MANIFEST.in |
2 1 + 1 - 0 ! |
fix warning Remove unused word |