1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2025 — Aug 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding server.js to the manifest so that it's included for installs. More... about 15 years ago
Cleaning up a bit of cruft. More... about 15 years ago
Making tests runnable via `setup.py test` via a standalone pytest script. More... about 15 years ago
Scratch that. Property setters aren't used as functions, but rather via the assignment operator, so it doesn't make sense for them to be chained together with the @verb decorator. More... about 15 years ago
Fixing a bug and adding some inline docs. More... about 15 years ago
Improving a unit test to validate chaining for Browser.visit(). More... about 15 years ago
More refactoring. Now the Zombie.js proxy code has been refactored into two modules, `proxy.server` and `proxy.client`. More... about 15 years ago
Adding MIT License. More... about 15 years ago
Re-implementing function call chaining with a simple decorator. More... about 15 years ago
Making Browser/DOMNode "verb" methods return `self` so that Zombie API calls can be chained together (in a similar way to Zombie.js). More... about 15 years ago
Cleaning up a bit - there's not any away around this issue currently because it's caused by a bug in node.js. More... about 15 years ago
More unit tests. More... about 15 years ago
Unit tests for pythonzombie.server. More... about 15 years ago
Some initial unit tests. More... about 15 years ago
Extracting DOMNode.click() into a generic DOMNode.fire() method. More... about 15 years ago
Fixing another inline doc typo. More... about 15 years ago
Typo. More... about 15 years ago
Implementing browser.fill() and browser.pressButton(). Also, updating the README with a more interesting example. More... about 15 years ago
Implementing a handful of useful navigation API methods. More... about 15 years ago
Refactoring and adding inline docs. More... about 15 years ago
More cleanup for the Browser API implementation. More... about 15 years ago
For consistency with Zombie.js, renaming control.Control to browser.Browser. More... about 15 years ago
Renaming Control.query() to Control.css(). More... about 15 years ago
Fixing a bug in DOMNode.click(); More... about 15 years ago
Cleaning up. More... about 15 years ago
Implementing DOMNode.click() and getters/setters for DOMNode.value. More... about 15 years ago
Implementing simple lookups for DOM nodes and their simple attributes. More... about 15 years ago
A bit of refactoring. More... about 15 years ago
Adding some configurability, cleanup, and refactoring. More... about 15 years ago
Closing stdin for the spawned node child process. More... about 15 years ago