1ee3cafd12
Accepting request 1132689 from devel:languages:python
Ana Guerrero2023-12-13 17:34:09 +00:00
d005fa0649
- update to 3.0.0: * Dropped Python 2 support. * Added an optional non-pipe TestProcess mode. You can use file objects for processes that are too verbose for a pipe. * Added some tests.
Dirk Mueller2023-12-12 13:51:28 +00:00
41620c57eb
- update to 3.0.0: * Dropped Python 2 support. * Added an optional non-pipe TestProcess mode. You can use file objects for processes that are too verbose for a pipe. * Added some tests.
Dirk Mueller2023-12-12 13:51:28 +00:00
d1092a530d
- update to 2.1.2: * Fixed another regression caused by the `universal_newlines for Windows. * Fixed regression caused by the universal_newlines (now the internals don't decode strings). * Applied the cookiecutter-pylibrary templates. * TestProcess will use universal_newlines by default for the contained subprocess.Popen` to make sure line buffering is actually used. This also fixes warnings on Python 3.
Dirk Mueller2023-01-05 20:36:56 +00:00
eb688c7398
- update to 2.1.2: * Fixed another regression caused by the `universal_newlines for Windows. * Fixed regression caused by the universal_newlines (now the internals don't decode strings). * Applied the cookiecutter-pylibrary templates. * TestProcess will use universal_newlines by default for the contained subprocess.Popen` to make sure line buffering is actually used. This also fixes warnings on Python 3.
Dirk Mueller2023-01-05 20:36:56 +00:00