Next | Query returned 38 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2019-11-13 22:41:21 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-mechanize: update to 0.4.4.

2019-11-07 Kovid Goyal
	* 0.4.4 release
	* URLs passed into mechanize now automatically have URL unsafe characters
	percent encoded. This is necessary because newer versions of python
	disallow processing of URLs with unsafe characters. Note that this means
	values return by get_full_url(), get_selector() etc will be percent encoded.
   2019-09-07 09:16:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mechanize: updated to 0.4.3

0.4.3:
* When filling forms with unicode strings automatically encode them into
  the correct encoding fr the HTML page being viewed
* Guess content type when uploading files if not specified
* py3 compat - Have the version of simple cookies be 0 rather than None
   2019-04-17 11:48:23 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-mechanize: update to 0.4.2.

Changes not found.
   2019-03-25 14:28:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-mechanize: update to 0.4.1.

No changelog found.
   2019-02-13 21:19:06 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-mechanize: update to 0.4.0.

Changes not found.
   2018-10-26 10:09:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-mechanize: updated to 0.3.7

0.3.7 release
* Fix processing of http-equiv meta tags incorrectly lower casing the content
* Fix error when a textbox contained within a form contains unicode characters
   2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495)
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
   2017-11-02 13:58:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mechanize: updated to 0.3.6

0.3.6:
* Use html5-parser for parsing HTML, when available instead of html5lib
  for a big performance boost.
* Fix error when trying to submit forms with non-ascii values on systems
  where the default encoding is ascii.
* Fix errors on python environments with broken threading
   2017-07-26 12:58:52 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
0.3.5 release:
* Fix error when trying to open pages that contain HTML entities that
  decode to unicode characters in their <head> sections
   2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352)
Log message:
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Next | Query returned 38 messages, browsing 11 to 20 | Previous