History log of /petsc/src/binding/petsc4py/test/test_stdout.py (Results 1 – 10 of 10)
Revision Date Author Comments
# 552edb63 18-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 10fdf553 18-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-petsc4py' into 'release'

petsc4py: finalize docstrings and linting

See merge request petsc/petsc!7467


# 6f336411 09-Apr-2024 Stefano Zampini <stefano.zampini@gmail.com>

petsc4py: finalize docstring and linting

default options values should have the correct type
fix tests
conform oarray to PETSc convention
wrap Py_InitializeEx and PyImport_ImportModule with stack ca

petsc4py: finalize docstring and linting

default options values should have the correct type
fix tests
conform oarray to PETSc convention
wrap Py_InitializeEx and PyImport_ImportModule with stack calls
update makefile for docs and linting rules
add petsc4py tests to linux-pkgs-dbg
modify documentation

show more ...


# a686821c 04-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-rm-spaces-plurals' into 'main'

Remove unneeded spaces/plurals

See merge request petsc/petsc!5193


# 8cc725e6 01-May-2022 Pierre Jolivet <pierre@joliv.et>

Remove extra spaces and unwanted plurals


# 0330569c 15-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a1df9247 14-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-petsc4pytests-single' into 'release'

PETSC4PY: fix tests for single precision

See merge request petsc/petsc!4418


# e0aaf7da 06-Oct-2021 Stefano Zampini <stefano.zampini@gmail.com>

PETSC4PY: fix tests for single precision


# 5cb574dc 25-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-printf-jupyter' into 'main'

printing in jupyter

See merge request petsc/petsc!3900


# 9e2fe138 20-Apr-2021 Toby Isaac <tisaac@cc.gatech.edu>

Add PetscVFPrintf_PythonStd, PETSc._push_python_vfprintf() and PETSc._pop_python_vfprintf()

Added test of redirected python stdout

Move test into petsc4pytest and use push/pop to avoid losing info

Add PetscVFPrintf_PythonStd, PETSc._push_python_vfprintf() and PETSc._pop_python_vfprintf()

Added test of redirected python stdout

Move test into petsc4pytest and use push/pop to avoid losing info about past vfprintf functions

Use file pointer in cython thanks to Lisandro's guidance

Apply 2 suggestion(s) to 1 file(s)

Apply 1 suggestion(s) to 1 file(s)

Add stderr control to python vfprintf, rename PETSc._push_python_stdout() to PETSc._push_python_vfprintf(), and add assertions for good state

Undo vfprintf stack in finalize and handle -error_output_stdout

Strip trailing nul bytes out of strings before decoding

show more ...