summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reintegrate feedback to headfeedbackbrian.quinlan2010-11-1321-4719/+0
|
* Update for PEPbrian.quinlan2010-11-138-1057/+919
|
* Fix some incorrect importsbrian.quinlan2010-11-131-3/+3
|
* Integrate from py3k.brian.quinlan2010-11-135-88/+93
|
* Handles the case were a Future callback raises.brian.quinlan2010-07-303-4/+32
|
* Make it more clear that Future mutation methods are logically private.brian.quinlan2010-07-092-4/+10
|
* Fixed some broken markup.brian.quinlan2010-06-281-7/+7
|
* Changes based on the last round of python-dev feedback.brian.quinlan2010-06-015-104/+71
|
* Expose Executor ABC publicallybrian.quinlan2010-05-231-0/+1
|
* Fixes a test that was flaky because it depended on time.sleep(x) sleeping ↵brian.quinlan2010-05-231-7/+24
| | | | for at least x seconds.
* Fixed examples for windowsbrian.quinlan2010-05-221-19/+25
|
* Remove PEP 'cause the one at python.org is definitive.brian.quinlan2010-05-221-429/+0
|
* Fixes examples for windows.brian.quinlan2010-05-223-61/+4
|
* A minor improvement in the test documentation.brian.quinlan2010-05-201-0/+4
|
* Fixes some test breakage on POSIX.brian.quinlan2010-05-201-2/+2
|
* Fix tests on windows.brian.quinlan2010-05-201-31/+58
|
* Add a reference to the stdlib-sig discussionbrian.quinlan2010-04-051-2/+7
|
* Added a note saving that using executor/future methods in a ↵brian.quinlan2010-04-042-0/+6
| | | | ProcessPoolExecutor worker will result in deadlock.
* Add the ability to install a function that will be called with the Future ↵brian.quinlan2010-04-044-6/+167
| | | | finishes
* Removed the note about wait() only being callable by keywordbrian.quinlan2010-03-092-22/+13
|
* remove an unnecessary acquisition of the future condition.brian.quinlan2010-02-251-5/+4
|
* Fixed some RST formatting issues.brian.quinlan2010-02-251-21/+14
|
* Added a note about Executor.submit being an extensibility pointbrian.quinlan2010-02-251-0/+2
|
* Renamed the PEP to match the official Python naming.brian.quinlan2010-02-251-0/+0
|
* Adds a note about the possibility of deadlock.brian.quinlan2010-02-252-3/+72
|
* Updates to the Future class to make it possible to create Executor ↵brian.quinlan2010-02-246-67/+158
| | | | subclasses without calling private methods
* Updated web crawl example to match new context manager behavior.brian.quinlan2010-02-242-13/+15
|
* Documentation updates.brian.quinlan2010-02-238-87/+101
|
* Update docs to include content manager usagebrian.quinlan2010-02-231-10/+24
|
* Really changes the default for .shutdown(wait) to True.brian.quinlan2010-02-212-2/+2
|
* Changed the default for .shutdown(wait) to True. Minor doc fixes.brian.quinlan2010-02-212-10/+13
|
* Update PEP and fix some doc nits.brian.quinlan2010-01-292-112/+53
|
* Updated documentation based on API changes.brian.quinlan2010-01-152-222/+107
|
* Updated unit testsbrian.quinlan2010-01-104-306/+369
|
* Improved an exception message.brian.quinlan2010-01-081-2/+3
|
* More efficient iter_as_completed implementationbrian.quinlan2010-01-083-70/+90
|
* First runbrian.quinlan2010-01-026-562/+246
|
* Update based on peer feedback.brian.quinlan2009-12-240-0/+0
|
* Set the PEP titlebrian.quinlan2009-10-301-2/+2
|
* Fixed a few grammar problems.brian.quinlan2009-10-292-8/+10
|
* Removed the 'experimental' label from ProcessPoolExecutorbrian.quinlan2009-10-252-4/+3
|
* Update the version number and use different targets for python 2.x and 3.x1.0brian.quinlan2009-10-252-8/+8
|
* Updated the PEP to include ProcessPoolExecutorbrian.quinlan2009-10-252-28/+67
|
* Improved ProcessPoolExecutor module documentation. Ensure that inactive ↵brian.quinlan2009-10-252-35/+291
| | | | threads are periodically collected rather than leaking.
* Make the number of extra items in the multiprocessing queue configurationbrian.quinlan2009-10-232-2/+6
|
* Fixes two bugs: the _result function could exit if there is work still in ↵brian.quinlan2009-10-2311-23/+125
| | | | progress and a deadlock can occur on Mac OS X.
* Fixed a few >80 char linesbrian.quinlan2009-10-161-2/+4
|
* Fixed a >80 char linebrian.quinlan2009-10-161-2/+2
|
* Removed trailing whitespacebrian.quinlan2009-10-161-7/+7
|
* Fixes a >80 character linebrian.quinlan2009-10-161-4/+4
|