| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merged revisions 85299 via svnmerge from | Brian Curtin | 2010-10-07 | 1 | -18/+12 | |
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85299 | brian.curtin | 2010-10-06 20:12:19 -0500 (Wed, 06 Oct 2010) | 9 lines Fix #8584. Fix the skipping of a number of tests due to incorrect importing. This undoes a previous attempt to fix some of the skips. Value and copy come from sharedctypes rather than plain ctypes, and the test skipping is then done at the class level rather than test-by-test. There are zero skipped tests after the fix. ........ | |||||
| * | Issue #8576: Remove use of find_unused_port() in test_smtplib and | Antoine Pitrou | 2010-04-30 | 1 | -3/+3 | |
| | | | | | test_multiprocessing. Patch by Paul Moore. | |||||
| * | Issue #7449, part 4: skip test_multiprocessing if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -3/+4 | |
| | | | | | | | import threading after _multiprocessing to raise a more revelant error message: "No module named _multiprocessing". _multiprocessing is not compiled without thread support. | |||||
| * | Fix typo in comment | Nick Coghlan | 2010-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | Try to turn some buildbots green by allowing test_multiprocessing to pass ↵ | Nick Coghlan | 2010-04-10 | 1 | -6/+22 | |
| | | | | | even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) | |||||
| * | Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not ↵ | Florent Xicluna | 2010-03-24 | 1 | -31/+33 | |
| | | | | | available. | |||||
| * | #7092 - Silence more py3k deprecation warnings, using ↵ | Florent Xicluna | 2010-03-21 | 1 | -1/+3 | |
| | | | | | test_support.check_py3k_warnings() helper. | |||||
| * | #7805: wait until all workers are started before collecting their PIDs | Florent Xicluna | 2010-03-04 | 1 | -1/+9 | |
| | | ||||||
| * | Fix import/access for some identifiers. _TestSharedCTypes does not seem to ↵ | Georg Brandl | 2010-02-06 | 1 | -3/+3 | |
| | | | | | be executed? | |||||
| * | Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool | Jesse Noller | 2010-01-27 | 1 | -1/+25 | |
| | | ||||||
| * | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -8/+8 | |
| | | ||||||
| * | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -6/+1 | |
| | | | | | mistake. ( It may come in for sure tough) | |||||
| * | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -1/+6 | |
| | | | | | Patch by flox | |||||
| * | Issue #7498: make test_multiprocessing use test_support.find_unused_port | R. David Murray | 2009-12-14 | 1 | -2/+3 | |
| | | | | | instead of a hard coded port number in test_rapid_restart. | |||||
| * | comment out test added in r76438, which caused refleaks | Jesse Noller | 2009-11-24 | 1 | -18/+18 | |
| | | ||||||
| * | issue6615: Additional test for logging support in multiprocessing | Jesse Noller | 2009-11-21 | 1 | -0/+20 | |
| | | ||||||
| * | Issue #7272: Add configure test to detect whether sem_open works | Mark Dickinson | 2009-11-20 | 1 | -1/+1 | |
| | | | | | | | properly, and use this to skip test_multiprocessing on platforms where sem_open raises a signal. This should fix some FreeBSD buildbot failures for test_multiprocessing. | |||||
| * | Issue 6433: multiprocessing.pool.map hangs on empty list | Jesse Noller | 2009-07-16 | 1 | -0/+6 | |
| | | ||||||
| * | Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes ↵ | Jesse Noller | 2009-06-30 | 1 | -1/+69 | |
| | | | | | in processes | |||||
| * | remove useless import | Benjamin Peterson | 2009-04-12 | 1 | -1/+0 | |
| | | ||||||
| * | Add custom initializer argument to multiprocess.Manager*, courtesy of lekma | Jesse Noller | 2009-04-02 | 1 | -1/+31 | |
| | | ||||||
| * | Fix multiprocessing.event to match the new threading.Event API | Jesse Noller | 2009-04-01 | 1 | -7/+9 | |
| | | ||||||
| * | merge in patch from tim golden to fix contextmanager support for mp.Lock() | Jesse Noller | 2009-03-30 | 1 | -0/+4 | |
| | | ||||||
| * | Change more tests to use import_module for the modules that | R. David Murray | 2009-03-30 | 1 | -5/+4 | |
| | | | | | | should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring. | |||||
| * | finalize the queue prior to shutdown | Jesse Noller | 2009-03-30 | 1 | -0/+2 | |
| | | ||||||
| * | Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets | Jesse Noller | 2009-03-30 | 1 | -0/+24 | |
| | | ||||||
| * | fix incorrect auto-translation of TestSkipped -> unittest.SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -3/+2 | |
| | | ||||||
| * | remove test_support.TestSkipped and just use unittest.SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -4/+4 | |
| | | ||||||
| * | Issue 5009: multiprocessing: failure in manager._debug_info() | Jesse Noller | 2009-01-21 | 1 | -0/+2 | |
| | | ||||||
| * | Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ↵ | Jesse Noller | 2009-01-19 | 1 | -1/+15 | |
| | | | | | handle | |||||
| * | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 1 | -2/+14 | |
| | | ||||||
| * | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick ↵ | Jesse Noller | 2008-09-30 | 1 | -0/+8 | |
| | | | | | Coghlan, Damien Miller | |||||
| * | Use bytes as return type from recv_bytes() methods. Not sure why this only | Neal Norwitz | 2008-08-25 | 1 | -3/+3 | |
| | | | | | | | | affects some buildbots. R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing | |||||
| * | Fix problem reported by pychecker where AuthenticationError wasn't imported. | Neal Norwitz | 2008-08-25 | 1 | -1/+33 | |
| | | | | | | | | Add some test coverage to this code. More tests should be added (TODO added). R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing | |||||
| * | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -32/+26 | |
| | | | | | and convert them to properties. Update the docs and the examples included. | |||||
| * | patch up multiprocessing until it's API can be changed too | Benjamin Peterson | 2008-08-18 | 1 | -2/+8 | |
| | | ||||||
| * | change a few uses of the threading APIs | Benjamin Peterson | 2008-08-18 | 1 | -2/+2 | |
| | | ||||||
| * | Remove duplicate import | Mark Dickinson | 2008-08-06 | 1 | -1/+0 | |
| | | ||||||
| * | Fix issue 3395, update _debugInfo to be _debug_info | Jesse Noller | 2008-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | remove sys.version_info check for 3.0 | Benjamin Peterson | 2008-07-13 | 1 | -5/+1 | |
| | | ||||||
| * | remove bytes alias | Benjamin Peterson | 2008-07-13 | 1 | -7/+0 | |
| | | ||||||
| * | Add #!/usr/bin/env python for ben | Jesse Noller | 2008-07-02 | 1 | -0/+2 | |
| | | ||||||
| * | Reenable the manager tests with Amaury's threading fix | Jesse Noller | 2008-07-02 | 1 | -17/+13 | |
| | | ||||||
| * | Remove test_listener_client to remove possible race condition in the ↵ | Jesse Noller | 2008-06-18 | 1 | -2/+2 | |
| | | | | | multiprocessing tests | |||||
| * | Attempt RLock creation prior to test execution on Linux, if it raises the ↵ | Jesse Noller | 2008-06-18 | 1 | -3/+6 | |
| | | | | | OSError in issue 3111, skip the test suite | |||||
| * | add needed import | Benjamin Peterson | 2008-06-17 | 1 | -0/+1 | |
| | | ||||||
| * | skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a ↵ | Benjamin Peterson | 2008-06-17 | 1 | -0/+3 | |
| | | | | | chroot problem in the buildbot env. | |||||
| * | reduce the test_multiprocessing load to ones that shouldn't hang. These will ↵ | Benjamin Peterson | 2008-06-16 | 1 | -19/+20 | |
| | | | | | be reenabled gradually as we find the problems. | |||||
| * | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -1791/+1791 | |
| | | ||||||
