Author |
Date |
Commit |
Message |
brian.quinlan |
Nov 13, 2010 |
d37ce3399e79 |
Reintegrate feedback to head |
brian.quinlan |
Nov 13, 2010 |
53b823ff7831 |
Update for PEP |
brian.quinlan |
Nov 13, 2010 |
b55307f8a31a |
Fix some incorrect imports |
brian.quinlan |
Nov 13, 2010 |
2df9c6b3669a |
Integrate from py3k. |
brian.quinlan |
Jul 30, 2010 |
e79ce9ae7425 |
Handles the case were a Future callback raises. |
brian.quinlan |
Jul 9, 2010 |
b6bdec96b542 |
Make it more clear that Future mutation methods are logically private. |
brian.quinlan |
Jun 28, 2010 |
63b0255c70c8 |
Fixed some broken markup. |
brian.quinlan |
Jun 1, 2010 |
4be536247238 |
Changes based on the last round of python-dev feedback. |
brian.quinlan |
May 23, 2010 |
9d644636665a |
Expose Executor ABC publically |
brian.quinlan |
May 23, 2010 |
83259be8ce7a |
Fixes a test that was flaky because it depended on time.sleep(x) sleeping for at |
brian.quinlan |
May 22, 2010 |
a90cf85499f4 |
Fixed examples for windows |
brian.quinlan |
May 22, 2010 |
51a8899a05aa |
Remove PEP 'cause the one at python.org is definitive. |
Alex Grönholm |
Sep 25, 2014 |
40d0e7e67f84 |
Added tag 2.2.0 for changeset 3540bcd722c4 |
brian.quinlan |
May 22, 2010 |
06ac35c2de67 |
Fixes examples for windows. |
Alex Grönholm |
Sep 8, 2014 |
3540bcd722c4 |
Added the set_exception_info() and exception_info() methods to Future which prov |
brian.quinlan |
May 20, 2010 |
81c54099280c |
A minor improvement in the test documentation. |
Alex Grönholm |
Jan 14, 2014 |
a2aa928a1822 |
Added tag 2.1.6 for changeset b7b2c0c45e14 |
brian.quinlan |
May 20, 2010 |
b93c87f99120 |
Fixes some test breakage on POSIX. |
Alex Grönholm |
Jan 14, 2014 |
b7b2c0c45e14 |
Fixed files missing from the source distribution |
brian.quinlan |
May 20, 2010 |
5fda55d4b1f1 |
Fix tests on windows. |
Alex Grönholm |
Jan 14, 2014 |
2610450a0eb9 |
Added tag 2.1.5 for changeset 474b01a6d978 |
brian.quinlan |
Apr 5, 2010 |
44cbc9bb0c01 |
Add a reference to the stdlib-sig discussion |
Alex Grönholm |
Nov 12, 2013 |
474b01a6d978 |
Fixed Jython compatibility by making the ProcessPoolExecutor import optional
Add |
brian.quinlan |
Apr 4, 2010 |
20377d67bf52 |
Added a note saving that using executor/future methods in a ProcessPoolExecutor |
Alex Grönholm |
Jun 23, 2013 |
05e0c9c1b3d4 |
Added tag 2.1.4 for changeset 1c3e8d491aa6 |
brian.quinlan |
Apr 4, 2010 |
2a5a10f9aa92 |
Add the ability to install a function that will be called with the Future finish |
Alex Grönholm |
Jun 23, 2013 |
04e12c4fae6d |
Added tag 2.1.3 for changeset 696dfb37afde |
brian.quinlan |
Mar 9, 2010 |
4f3b177b3cd5 |
Removed the note about wait() only being callable by keyword |
Alex Grönholm |
Jun 23, 2013 |
1c3e8d491aa6 |
Redid the port from scratch using Python 3.2.5 as base |
brian.quinlan |
Feb 25, 2010 |
c2b64ba66d79 |
remove an unnecessary acquisition of the future condition. |
convert-repo |
Aug 28, 2012 |
867291db3865 |
update tags |
brian.quinlan |
Feb 25, 2010 |
b8ac5486f259 |
Fixed some RST formatting issues. |
Alex Grönholm |
Aug 25, 2012 |
696dfb37afde |
Fixed race condition (thanks Ralf Schmitt) |
brian.quinlan |
Feb 25, 2010 |
b470ecfa2bf2 |
Added a note about Executor.submit being an extensibility point |
Alex Grönholm |
Aug 25, 2012 |
4c89749e1f24 |
Added missing setUp() methods to several test classes |
brian.quinlan |
Feb 25, 2010 |
7b4768069f1e |
Renamed the PEP to match the official Python naming. |
Alex Grönholm |
Jan 8, 2011 |
5c7c7c899e3c |
Added the CHANGES document |
brian.quinlan |
Feb 25, 2010 |
bc78bccb557f |
Adds a note about the possibility of deadlock. |
Alex Grönholm |
Jan 8, 2011 |
bc0ec42f2cea |
Bumped up the version number and added the zip_safe flag |
brian.quinlan |
Feb 24, 2010 |
af7fa780453f |
Updates to the Future class to make it possible to create Executor subclasses wi |
Alex Grönholm |
Jan 8, 2011 |
168453acb1ee |
Changed the namedtuple implementation so it will compile on Python 3.1 (even tho |
brian.quinlan |
Feb 24, 2010 |
a23bf674a5a5 |
Updated web crawl example to match new context manager behavior. |
Alex Grönholm |
Jan 7, 2011 |
af33236e3122 |
Bumped up version number |
brian.quinlan |
Feb 23, 2010 |
a5a3226f2e10 |
Documentation updates. |
Alex Grönholm |
Jan 7, 2011 |
4011f6a6360d |
The 'concurrent' package was missing __init__.py after installation |
brian.quinlan |
Feb 23, 2010 |
3400599f5f2a |
Update docs to include content manager usage |
Alex Grönholm |
Dec 23, 2010 |
873646d17025 |
Added setup.cfg for proper docs uploading |
brian.quinlan |
Feb 21, 2010 |
3f62099360c0 |
Really changes the default for .shutdown(wait) to True. |
Alex Grönholm |
Dec 23, 2010 |
731939d083c6 |
Fixed title underline length |
brian.quinlan |
Feb 21, 2010 |
4b3bfde866fb |
Changed the default for .shutdown(wait) to True. Minor doc fixes. |
Alex Grönholm |
Dec 23, 2010 |
698c9e91b6a9 |
Bumped up docs version |
brian.quinlan |
Jan 29, 2010 |
81d54c49818f |
Update PEP and fix some doc nits. |
Alex Grönholm |
Dec 18, 2010 |
022dc1180df3 |
Minor cleanups |
brian.quinlan |
Jan 15, 2010 |
3c1da6873eac |
Updated documentation based on API changes. |
Alex Grönholm |
Dec 18, 2010 |
b4bcbfc135d7 |
Fixed download url |
brian.quinlan |
Jan 10, 2010 |
2c251943066e |
Updated unit tests |
Alex Grönholm |
Dec 18, 2010 |
9633e5fe50c7 |
Moved the code in the futures package to concurrent.futures as per PEP 3148; uni |
brian.quinlan |
Jan 8, 2010 |
219124b07023 |
Improved an exception message. |
geekmug |
Dec 10, 2010 |
846f4284e7a1 |
Merging changes from py3k's r86491 (issue10432) |
brian.quinlan |
Jan 8, 2010 |
d625f96eaee3 |
More efficient iter_as_completed implementation |
brian.quinlan |
Nov 13, 2010 |
bc0f00c0abdc |
Bump version number for Python 3.2-matching release |
brian.quinlan |
Jan 2, 2010 |
a0c074500757 |
First run |
brian.quinlan |
Nov 13, 2010 |
83ea02d7ed42 |
Fix incorrect python version |
brian.quinlan |
Dec 24, 2009 |
5b5d29f3d807 |
Update based on peer feedback. |
brian.quinlan |
Nov 13, 2010 |
9e5d13a74338 |
Reintegrate feedback to head |
brian.quinlan |
Oct 30, 2009 |
0148693ee551 |
Set the PEP title |
brian.quinlan |
Oct 29, 2009 |
11e35ab8faa6 |
Fixed a few grammar problems. |
brian.quinlan |
Oct 25, 2009 |
e4b210aa1da6 |
Removed the 'experimental' label from ProcessPoolExecutor |
brian.quinlan |
Oct 25, 2009 |
990151e4d285 |
Update the version number and use different targets for python 2.x and 3.x |
brian.quinlan |
Oct 25, 2009 |
11c58fd4ae9b |
Updated the PEP to include ProcessPoolExecutor |
brian.quinlan |
Oct 25, 2009 |
c952698b17a4 |
Improved ProcessPoolExecutor module documentation. Ensure that inactive threads |
brian.quinlan |
Oct 23, 2009 |
14d4c9df9dff |
Make the number of extra items in the multiprocessing queue configuration |
brian.quinlan |
Oct 23, 2009 |
20787db113f9 |
Fixes two bugs: the _result function could exit if there is work still in progre |
brian.quinlan |
Oct 16, 2009 |
afb695882321 |
Fixed a few >80 char lines |
brian.quinlan |
Oct 16, 2009 |
5aba897f7396 |
Fixed a >80 char line |
brian.quinlan |
Oct 16, 2009 |
f54511f441aa |
Removed trailing whitespace |
brian.quinlan |
Oct 16, 2009 |
39b38b34d181 |
Fixes a >80 character line |
brian.quinlan |
Oct 16, 2009 |
da69df1b482f |
Minor formatting fix |
brian.quinlan |
Oct 16, 2009 |
aaad22ca6940 |
Add a section pointing to the reference implementation |
brian.quinlan |
Oct 16, 2009 |
95f8b53e5ff5 |
First draft of fleshed-out PEP. Modified docs to be consistent |
brian.quinlan |
Oct 6, 2009 |
047ec3412598 |
Come comment fixes an PEP work. |
brian.quinlan |
Oct 4, 2009 |
5b6617410268 |
Large module documentation cleanup |
brian.quinlan |
Oct 2, 2009 |
4895b9f8f7e5 |
Remove use of multiprocess executor in crawl example. Also generate a warning if |
brian.quinlan |
Aug 1, 2009 |
fc6482dcf266 |
Fixed a docstring mis-capitalization. |
brian.quinlan |
Aug 1, 2009 |
2a1ff98beab6 |
Added a single doc string |
brian.quinlan |
Jul 19, 2009 |
ac67485810b7 |
Added some extra doc comments for FutureList |
brian.quinlan |
Jun 18, 2009 |
1e0ab65eece5 |
Increment version number to 0.2 |
brian.quinlan |
Jun 14, 2009 |
c046f86ac789 |
Some style fixes and documentation improvements. |
brian.quinlan |
Jun 14, 2009 |
929872455a9a |
Formatting fix. |
brian.quinlan |
Jun 14, 2009 |
09a6bfebe173 |
Add documentation for the CancelledError exception. |
brian.quinlan |
Jun 14, 2009 |
e38ca940b10d |
Fixed all XXX comments and added a module overview. |
brian.quinlan |
Jun 13, 2009 |
de2bb2747541 |
Ignore .pyc, build and dist files |
brian.quinlan |
Jun 11, 2009 |
95606c1dfdfd |
Add tags for Python 2 and 3. |
brian.quinlan |
Jun 11, 2009 |
06410be6eb73 |
Added setup scripts. |
brian.quinlan |
Jun 11, 2009 |
cc2ed04ceecb |
Added a license file |
brian.quinlan |
Jun 5, 2009 |
2f7d248f3095 |
Change the name of the doc file from futures.html to index.html |
brian.quinlan |
Jun 4, 2009 |
41621e6b8e18 |
First run of documentation |
brian.quinlan |
Jun 3, 2009 |
193459d30394 |
Clean up threads when the executor is garbage collected and when the interpreter |
brian.quinlan |
May 28, 2009 |
4312479d15c6 |
Provide a replacement for functools.partial for python 2.4 |
brian.quinlan |
May 28, 2009 |
c4e26c42615d |
Python 2.4 compatibility |