1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
modify CHANGELOG More... almost 15 years ago
require execnet-1.0.6 - it's release already More... almost 15 years ago
add python3 classifier More... almost 15 years ago
adapt to new 1.3.0 hook registration More... almost 15 years ago
require py-1.3.0 for xdist plugin More... almost 15 years ago
update CHANGELOG More... almost 15 years ago
fixing a (likely) race condition when simultanous pickling/unpickling can leave inconsistent memo states. Rather than adding locks, the fix actually simplifies the code by keeping the pickling/unpickling memo's in sync directly and more efficiently, also removing a long outstanding XXX. More... almost 15 years ago
adapt for fnmatch_lines changes on trunk More... almost 15 years ago
fix python3 issues and add info to changelog More... almost 15 years ago
adapt for changed py-trunk, new outcome exceptions More... almost 15 years ago
fix py3 print issue More... almost 15 years ago
fixes issue79 - call hooks more systematically on slave nodes and also in the case of SIGINT reorganize internal session code to share more code with the "normal" non-distributed session More... almost 15 years ago
internally rename SlaveNode to SlaveSession which fits better More... almost 15 years ago
add to changelog More... almost 15 years ago
Fix description. More... almost 15 years ago
* introduce explicit pytest_configure_node hook for node configuration, simplifying implementation of slaveinput/slaveoutput data exchange * only require the already released execnet-1.0.5 More... almost 15 years ago
Slave data stored on config for slave and node for master. More... almost 15 years ago
declare xdist-related hooks directly here (requires a recent py-trunk) More... almost 15 years ago
Added support for exchanging data between master and slave. More... almost 15 years ago
Added tag 1.1 for changeset eca7ce17eabf More... almost 15 years ago
higher test-timeouts for slower nightly run machines More... about 15 years ago
fix an indefinite hang which would wait for events although no events are pending - this happened if items arrive very quickly while the "reschedule-event" tried unconditionally avoiding a busy-loop and not schedule new work. More... about 15 years ago
Added tag 1.0 for changeset 42c6503ee48f More... about 15 years ago
update doc bits More... about 15 years ago
pointing to (upcoming) pypi page, fixing url More... about 15 years ago
preparing release packaging More... about 15 years ago
add CHANGELGOG, and make "-x" work harder to shut down immediately. More... about 15 years ago
requiring py-1.2.0 now More... about 15 years ago
fix windows kill issue More... about 15 years ago
improve and cleanup node-ready handling More... about 15 years ago