0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoiding multithreaded tests makes this runnable when running all tests More... about 14 years ago
Remove unused resolve_aliases function. See #6164 More... over 14 years ago
Fix up the package removal. TODO: Decide on what action to take for subpackages and modules. Implement working subpackage loader. (See #6164) More... over 14 years ago
Fix up to not do in-place list altering. More... over 14 years ago
Resolve modulnames containing aliases to instead use the aliased modules' module name. Change the order of dynamic package loading to load the site package before any others. (See #6164) More... over 14 years ago
Only log about missing ticks if we've actually missed some More... over 14 years ago
Make virtual time wait for a callback, and set this once we've set up each run. See #6165 More... over 14 years ago
Unroll the inner `while` loop to simplify virtual time callback (which isn't here yet but will be soon). Set up overridable methods that may relate to this. See #6165 More... over 14 years ago
Fix wrong variable name. See #6165 More... over 14 years ago
Make sure each method has normal time and cleans up properly when testing virtual time. See #6165 More... over 14 years ago
Added system for enabling and disabling virtual time, checking if it's enabled or not, and helper classes to do those from tests - rearranged tests significantly to take advantage of that More... over 14 years ago
Added `datetime`-style equivalents of `forward` function calls. See #6165 * Also added more tests for negative time deltas, and copied `totalseconds_float` to `VirtualTime`. More... over 14 years ago
Added method that gives you total number of seconds in timedelta, including fractions. Added tests. See #6165 More... over 14 years ago
Moved `Timer` virtual time tests back into `test_Timer` and merged with the original tests. See #6165 More... over 14 years ago
Make sure we get our `interrupt_event` notified if the time changes. See #6165 More... over 14 years ago
Switch to using a separate `interrupt_event` to get the `Timer` to re-check if something is due, and `_running` flag to say when to stop. See #6165 More... over 14 years ago
Change assert to list of errors, so threads don't just abort after end of test. Join threads at the end of tests, so we don't leave them behind unawares. See #6165 More... over 14 years ago
Rather use a `Condition` to notify any waiting sleeping processes... do a nearly-busy loop around acquiring the related lock. See #6165 * Support passing in a `time_function` to `Basic.TimedLock`. We don't use it though, as it doesn't work well enough for this. * Add a test for many threads sleeping More... over 14 years ago
Allow multiple loops if the `wait` returns earlier than expected. See #6165 More... over 14 years ago
Replace all except Exception, e with except Exception as e More... over 14 years ago
Add `xpath` and `_Comment` for lxml, which are used by soaplib `0.9.3-alpha3` More... over 14 years ago
Use `tidylib` to clean up issues with this (duplicate namespaces). See #5760 More... over 14 years ago
Wrap the standard elementtree `to_string` method to support the `xml_declaration` and `pretty_print` arguments lxml has (by ignoring them). See #5760 More... over 14 years ago
Use our universal etree instead of importing lxml.etree directly, and make it handle special-cases for PyPy. See #5760 More... over 14 years ago
Handle `lxml` not being present (not yet pypy-compatible) and `xml.etree.cElementTree` not being present (e.g. on pypy) - see #5760 More... over 14 years ago
In pypy, there are base methods on `object` that get inherited. Check through and ignore these. See #5760 More... over 14 years ago
Fixed errors with `pop` and `clear` in `DictUtils.ordereddict` by running `pypy` tests on them. Also updated `update` More... over 14 years ago
`classmethod`s shouldn't call their first parameter `self`; it's actually the class and should be called `cls` by convention and to avoid confusion More... almost 15 years ago
Corrections to new function More... almost 15 years ago
Function to get all the distinct implementations of the same function in the mro of an object More... almost 15 years ago