summaryrefslogtreecommitdiff
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* Patcherized test_urllib2_localnetRyan Williams2009-11-292-19/+11
* Patcherized both urllib2 and its test.Ryan Williams2009-11-291-8/+6
* Added all.py convenience module for running stdlib tests. Patcherized test_t...Ryan Williams2009-11-292-7/+45
* Greened CGIHTTPServer and added a 2.6 test that covers a bunch of *HTTPServer...Ryan Williams2009-11-291-0/+20
* Greened asynchatRyan Williams2009-11-291-0/+19
* Greened SimpleHTTPServerRyan Williams2009-11-292-1/+10
* Added test for ssl module, fixed bug that it found with definition of setbloc...Ryan Williams2009-11-291-0/+43
* Greened asyncore.Ryan Williams2009-11-292-0/+53
* Replaced copy-and-paste code of urllib with short patcher snippet, adding a h...Ryan Williams2009-11-292-0/+24
* Made the boundedsem test play nicer with the other tests...it still stomps on...Ryan Williams2009-11-281-2/+8
* Removed cwd dependency in test_thread__boundedsemRyan Williams2009-11-281-1/+2
* Replaced copy-and-pasted httplib with patched httplib, saving a few K. Added...Ryan Williams2009-11-281-0/+11
* Patcherized test_threading_localRyan Williams2009-11-271-9/+9
* Patcherized test_threadRyan Williams2009-11-271-11/+9
* Patcher-ized test_socket_ssl and test_socketserver. Also patcher-ized Socket...Ryan Williams2009-11-272-31/+19
* Convert test_select to patcherRyan Williams2009-11-261-4/+5
* Converted test_socket to use the patcher, fixed minor divergence from standar...Ryan Williams2009-11-261-9/+8
* Fixed test_select so it runs on 2.6, moved get_fileno into eventlet.green.sel...Ryan Williams2009-11-241-1/+7
* Fix for twistedhub incompatibility. Added the stdlib select test, which unco...Ryan Williams2009-10-301-0/+7
* Many testing-related changes, switched completely over to using nose, added d...Ryan Williams2009-09-092-2/+14
* Replaced copy-and-paste test_timeout with patched version.Ryan Williams2009-09-021-0/+15
* Migrated test_threading_local to be a patching test. Discovered that it's ac...Ryan Williams2009-09-021-0/+17
* Replaced copy-and-paste test_thread with patched thread test.Ryan Williams2009-09-021-0/+20
* Moved some copy-and-paste test code into stdlib and did the monkeypatching th...Ryan Williams2009-08-241-0/+20
* Migrated test_urllib2 tests to stdlib directory, thereby removing copy-and-pa...Ryan Williams2009-08-142-0/+39
* Converted test_socketserver away from copy-n-paste.Ryan Williams2009-08-061-0/+29
* Converted test_socket_ssl away from copy-n-paste.Ryan Williams2009-08-062-1/+22
* Moved from having a copy-n-pasted test_socket to using the system test_socket...Ryan Williams2009-08-061-0/+19