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

History of commit frequency

CVS Commit History:


   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.
   2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577)
Log message:
Add python-3.6 to incompatible versions.

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