summaryrefslogtreecommitdiff
path: root/tests/stdlib
Commit message (Collapse)AuthorAgeFilesLines
* pep8: Fix remaining issuesJakub Stasiak2014-11-121-2/+9
|
* Reformat with autopep8Jakub Stasiak2014-10-111-2/+4
|
* Remove most of the deprecated codeJakub Stasiak2014-10-101-3/+3
| | | | Closes GH #144
* PEP-8 fixesSergey Shepelev2014-08-2723-42/+68
|
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-033-16/+5
| | | | print() function syntax
* python3 compat: print() function syntaxSergey Shepelev2013-12-033-6/+6
|
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
| | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers
* Argh accursed tests that connect to sto svn.python.org.Ryan Williams2011-01-231-1/+2
|
* Temporarily cutting out these tests.Ryan Williams2010-10-171-0/+11
|
* May god smite whoever set things up so that --with-xunit interferes with the ↵Ryan Williams2010-07-291-0/+6
| | | | test operation.
* Fixing ftplib test failures.Ryan Williams2010-07-292-4/+5
|
* Silencing a few 2.7 tests.Ryan Williams2010-07-252-9/+26
|
* Older version compatibility.Ryan Williams2010-07-231-3/+6
|
* Fixed test_asyncore for 2.7Ryan Williams2010-07-231-8/+6
|
* Some 2.7 compatibility work, since the emulated APIs changed a bit.Ryan Williams2010-07-061-6/+2
|
* Added multiple-reader prevention code because it seems to be a fairly common ↵Ryan Williams2010-03-151-0/+2
| | | | pitfall. Also added defaults to the debug methods so you can call them no-args to reset them.
* Much easier to just use the blanket defaults. :)Ryan Williams2010-02-241-11/+3
|
* Fixed bad references in test_socket_ssl.pyRyan Williams2010-02-241-0/+17
|
* Missed a few patches.Ryan Williams2010-02-251-0/+6
|
* Hub initialization is no longer needed hereRyan Williams2010-02-241-2/+0
|
* Deprecating eventlet.processes, hopefully fixing executable bit on all these ↵Ryan Williams2010-02-211-0/+0
| | | | dang files.
* MergeRyan Williams2010-02-201-1/+8
|\
| * Commenting out test that fails only in hudson, need to investigate why later.Ryan Williams2010-02-2025-1/+8
|/
* Documented the hell out of semaphore, noticed that BoundedSemaphore had the ↵Ryan Williams2010-02-201-1/+1
| | | | wrong semantics so created a new BoundedSemaphore, renaming the old to CappedSemaphore, to correct for that.
* Version-specific test changes, plus name aliasing in db_pool.Ryan Williams2010-02-161-1/+4
|
* MergeRyan Williams2010-02-161-1/+1
|\
| * MergeRyan Williams2010-02-161-0/+1
| |\
| * | Correct naming of stdlib tests.Ryan Williams2010-02-161-1/+1
| | |
* | | Disabling pyevent-problematic tests.Ryan Williams2010-02-161-4/+8
| |/ |/|
* | Moar restartingRyan Williams2010-02-141-0/+1
|/
* Different versions of Python have different sets of tests.Ryan Williams2010-02-141-1/+4
|
* Adding hub reset method around the stdlib tests prevents bad data from ↵Ryan Williams2010-02-143-4/+19
| | | | spilling between them.
* Added monkeypatch stdlib tests, which test how well monkeypatching works. ↵Ryan Williams2010-02-093-42/+70
| | | | Unsurprisingly, some tweakage was also needed.
* Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe ↵Ryan Williams2010-02-052-0/+11
| | | | to accomodate. Slight changes to eventlet.green.subprocess.
* First cut of eventlet.green.subprocess module. Added stdlib tests as well. ↵Ryan Williams2010-01-291-0/+11
| | | | Fixed GreenPipe's incorrect assumption that all callers would use a buflen argument to read().
* test_urllib2 is a bit funkyRyan Williams2010-01-281-0/+1
|
* Add queue to stdlib tests.Ryan Williams2010-01-231-0/+1
|
* Added eventlet.green.Queue, and refactored the queue module so that it's ↵Ryan Williams2010-01-231-0/+13
| | | | actually stdlib-compatible.
* Taking test_socketserver out of rotation for now.Ryan Williams2010-01-171-2/+2
|
* Disabling tpool on darwin, disabling a misbehaving test.Ryan Williams2010-01-171-1/+4
|
* Commented out bogusly-failing ssl tests.Ryan Williams2010-01-101-0/+8
|
* Fixed 2.4 stdlib test failure.Ryan Williams2010-01-081-1/+4
|
* Fixed all.py to be simpler and 2.4-compatible.Ryan Williams2010-01-081-21/+21
|
* Added continuous build links to index, tinkered with stdlib tests some more.Ryan Williams2010-01-082-4/+5
|
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ↵Ryan Williams2009-12-172-4/+4
| | | | the direction of better factoring and fewer circular-ish dependencies.
* Corrected timeout behavior of ssl sockets, better docs on the annoying close ↵Ryan Williams2009-12-061-3/+3
| | | | behavior.
* Restored ssl test.Ryan Williams2009-11-301-1/+2
|
* Reordered test_select so it runs on 2.5Ryan Williams2009-11-301-2/+2
|
* Fleshed out the rest of eventlet.green.thread, tweaked all.py so it discerns ↵Ryan Williams2009-11-302-8/+33
| | | | which tests will run when the frikkin internet is down, and used the improved corolocal that Tyler and I worked on (and fixed some bugs with it that these tests revealed.
* Patcherized threading and its test, removing a ton of copy-and-pasted code ↵Ryan Williams2009-11-291-11/+13
| | | | in the process. :-)