5
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update doc generation toolchain, fix some LaTeX Sphinx format issues for nicer PDF output More... almost 16 years ago
Update MANIFEST.in, C++ files were removed, add doc files More... almost 16 years ago
Update install instructions More... almost 16 years ago
Add provides and requires to setup metadata More... almost 16 years ago
More robust import hackery for multi-arch builds More... almost 16 years ago
Unimportant change for default init args More... almost 16 years ago
Add {Mat|KSP|PC|SNES|TS}.setPythonType() methods (and support them on older PETSc releases). More... almost 16 years ago
Make test/runtests.py print PETSc version, patch and arch More... almost 16 years ago
Remove unused compatibility code More... almost 16 years ago
Give some internal calls for Python-implemented types PETSC_EXTERN_CXX binding More... almost 16 years ago
Remove unused file (forgot to do it in 2eea1a7c68db) More... almost 16 years ago
Explicit cast in PetscInt -> long conversion, the return value is hardly useful, so do not bother. More... almost 16 years ago
Remove enumeration-like classes from the module namespace More... almost 16 years ago
Disable include source code for epydoc More... almost 16 years ago
Fix bug introduced in previous commit More... almost 16 years ago
Manage by hand the conversion Python <--> C for PetscReal More... almost 16 years ago
Get rid of the dependency on numpy.distutils, just use plain core Python distutils More... almost 16 years ago
Make some enumeration classes inherit from object More... almost 16 years ago
Change the handling of mod-level predefined comms More... almost 16 years ago
List docs/html in hg ignore More... almost 16 years ago
Remove VERSION.txt, get it from src/__init__.py More... almost 16 years ago
Changes to doc generation config stuff More... almost 16 years ago
Python's distutils ignores compiler's 'linker_so' executable for C++ extensions, it uses 'compiler_cxx', so set it. More... almost 16 years ago
Documentation update, finalize the move to epydoc+sphinx toolchain More... almost 16 years ago
Enable the generation of module cleanup code More... almost 16 years ago
Protect Error class from race conditions between module cleanup and deallocators More... almost 16 years ago
Disable the generation of module cleanup code More... almost 16 years ago
Restore ctypedef for size_t, should be removed when Cython-0.11 gets released More... almost 16 years ago
Remove __bool__ method from the Error class More... almost 16 years ago
Expose PETSC_IGNORE to Python land More... almost 16 years ago