Commit Graph

210 Commits (stable)

Author SHA1 Message Date
c-holtermann e2c37359ef high level python wrappers for app-utils
6 years ago
c-holtermann 4dcdec664a remove whitespace in parentheses (PEP 8)
6 years ago
c-holtermann 43cebedd3d tests for session
6 years ago
c-holtermann daff201ffb don't allow instance=None for wrapper objects
6 years ago
c-holtermann 0da6b851b0 add instance argument to Session constructor
6 years ago
andygoblins 08af4ce9bd context manager examples
6 years ago
andygoblins f1f450cedc make Session a context manager
6 years ago
andygoblins 4502afad4f fix __eq__ in Split and Transaction
6 years ago
Christopher Lam 62c2203d40 Merge branch 'maint'
6 years ago
loftx 7cd2495674 Add Invoice.Unpost() to Python Bindings
6 years ago
Geert Janssens f52c581ddc Merge branch 'dropgml'
6 years ago
Geert Janssens d52aa0a0dd app-utils - remove gnc-module boilerplate
6 years ago
Geert Janssens 4c77f7670e engine - remove gncmod boilerplate
6 years ago
Geert Janssens 1c7f835f47 engine - move guile code to bindings/guile
6 years ago
Geert Janssens a6b7eecd81 core-utils - make the swig generated source file dependent on the core-utils headers
6 years ago
Geert Janssens a1898daf6c core-utils - move python wrapper code to bindings/python
6 years ago
Geert Janssens 33e1ff645c Allow to pass include directories to the add_swig_xyz commands
6 years ago
Geert Janssens df1f033f41 bindings-python - drop references to gnucash-env
6 years ago
Andrey Legayev 34c14b44a9
Remove not needed semicolons in Python bindings
6 years ago
luz.paz 65bb60d621 Fix typos for gnuchash/ doc/ bindings/ and misc.
7 years ago
Geert Janssens 15a35e6a3b Housekeeping - replace plenty of http links with https
7 years ago
Mike Evans 29416292a9 Remove FIX ME
7 years ago
John Ralls fc355958b8 Merge Christoph Holtermann's 'PR-python2to3-rest-api' into maint.
7 years ago
John Ralls b2f25408d7 Merge Christoff Holtermann's 'PR-python-time64-modifications' into maint
7 years ago
John Ralls 8823f7283f Merge Christoph Holtermann's 'PR-python2to3' into maint.
7 years ago
c-holtermann 0c02866964 PyDate_Check works for date and datetime
7 years ago
c-holtermann 18a2688419 typo
7 years ago
c-holtermann db9e98a812 also allow datetime.date
7 years ago
c-holtermann 3884e6abf5 unobfuscate get_date method name
7 years ago
c-holtermann 8ba5e552d9 return None object if return value is FALSE
7 years ago
c-holtermann dafdd702e6 additional author
7 years ago
c-holtermann 79decfb754 deal with functions returning values through arguments
7 years ago
c-holtermann 445ff7e6c9 check for argument type. Also allow int.
7 years ago
c-holtermann c779bcb72f GetOwner may return project instead of owner
7 years ago
c-holtermann 6925ee3115 be prepared for GetDateDue returning null
7 years ago
c-holtermann 876079f8d2 remove TS suffix
7 years ago
c-holtermann 6eae440534 GetDate return unserializable datetime object
7 years ago
c-holtermann b73be1b523 GetInvTaxTable returns unserializable object
7 years ago
c-holtermann b06801185c shebang should be specific to python version (PEP394)
7 years ago
c-holtermann e7d940ac3f iteritems removed in python3
7 years ago
c-holtermann 77727ffc49 python3 does not return list of keys
7 years ago
c-holtermann 64a01f3027 python3 - 'as' needed in exceptions instead of comma
7 years ago
c-holtermann 0068475bb1 xrange has been dropped in python3
7 years ago
c-holtermann 298797a9be fix due to different invoice date handling
7 years ago
Christoph Holtermann 206ed63233 typo
7 years ago
Christoph Holtermann 247d04a544 make executable, remove double -o
7 years ago
Christoph Holtermann 1184e92687 2to3
7 years ago
Christoph Holtermann 002595f4cc add options iOP
7 years ago
Christoph Holtermann 61f7613b8d fix for python3
7 years ago
Rob Reid 9be545f5ce Fixes for new 64-bit time setter/getters
7 years ago
John Ralls b8574a004a Merge Christoff Holterman's 'PR-Python-GetBalTaxValues' into maint.
7 years ago
Frank Oltmanns 5675dad2f3 Update query for get_all_customers
7 years ago
Christoph Holtermann ff660a873e Revert "Question about GncMonetary class instead of tuple"
7 years ago
Christoph Holtermann 8fe0b14213 Question about GncMonetary class instead of tuple
7 years ago
Christoph Holtermann b431d471e0 decorate monetary list to access GncCommodity and GncNumeric
7 years ago
Christoph Holtermann 929a3bcd9e pass additional args and document function
7 years ago
Frank H. Ellenberger 0467dd0b92 Fix several URLs in documentation parts
7 years ago
John Ralls d9ed847595 Merge Christoph Holterman's 'PR-python2to3fixes' into maint.
7 years ago
Tom Lofts 820cd842f1 Bug 796893 - invoice.GetDatePosted() and other date related...
7 years ago
Mahmoud Yaser 3e014f189f
Update change_tax_code.py
8 years ago
Mahmoud Yaser f726238865
Update change_tax_code.py
8 years ago
Mahmoud Yaser 3b416f07be
Update change_tax_code.py
8 years ago
Christoph Holtermann 64a28b5263 xrange deprecated in python3, change to range
8 years ago
Christoph Holtermann 97916c6682 whitespace fixes
8 years ago
Christoph Holtermann 34fa18f04e additional fixes for python3
8 years ago
Christoph Holtermann 54cb3358ce add basic test for python query
8 years ago
John Ralls 1a7c5b9a32 Merge Christoff Holterman's Bug 796137 repair into maint.
8 years ago
Christoph Holtermann 3ab66623cd Bug 796137 - implement search_for as method of Python Query
8 years ago
Christoph Holtermann 0551ee36e8 add option to exclude specified methods
8 years ago
John Ralls fee589b28c Remove Timespec from pricedb.
8 years ago
John Ralls 756f444ac3 Update bug tracker URL
8 years ago
Geert Janssens 1f3cf845c4 Work around a conflict between gcc 8.0 and swig 3.0
8 years ago
Geert Janssens a9f35ed7ae Lowercase cmake commands
8 years ago
Fabian Köster 07a5485814 Fix syntax
8 years ago
John Ralls a0f49d8b17 Revert "Load the environment file when initializing the python bindings."
8 years ago
John Ralls 7b6854c163 Load the environment file when initializing the python bindings.
8 years ago
John Ralls 148c02d231 [python bindings] Add required posted dates to the transactions.
8 years ago
John Ralls bea89a50ac More python 3 fixups.
8 years ago
John Ralls 7989f02c73 Merge Tomas Schlosser's "Allow creation of prices in Python bindings" into unstable.
8 years ago
Julian Wollrath a43b115a45 Bug 791831 - Add python3 support
8 years ago
Tomas Schlosser 01bb298504
Allow creation of prices in Python bindings
8 years ago
John Ralls c9f3c0760c Provide fallback value for test_core_dir in case it hasn't been built yet.
8 years ago
John Ralls fbb172d096 Bug 793900 - 2.7.5: test failure: 105 - python-bindings.
8 years ago
John Ralls 474c3ae079 Make a target for the python-bindings test to set its dependencies.
8 years ago
Geert Janssens 36cb167b68 Rewrite gnc_add_swig_python_command to work in dist tarball as well
8 years ago
Geert Janssens 4317d8a8f6 Improve handling of generated distributable files
8 years ago
Geert Janssens 3dff4e5211 Fix make dist on a clean checkout
8 years ago
John Ralls 74ddb671e4 Merge Chris Lam's and Aaron Laws's branch 'time64-ftw' into unstable.
8 years ago
John Ralls 91f4b19039 Convert python bindings from timespec to time64.
8 years ago
John Ralls 6ffb77de20 Merge branch Rob Gowin's 'bye_bye_autotools' into unstable.
8 years ago
John Ralls 8900b19da3 Bug 790845 - 2.7.3: massive test failures on some architectures (reopened).
8 years ago
Rob Gowin 54ac7f23e0 Remove Autotools
8 years ago
Geert Janssens f11eab36d9 Replace GNC_CONFIGURE(2) with configure_file
8 years ago
John Ralls ad11afefb4 LIBDIR is not lib--two more CMakeLists.txt.
8 years ago
John Ralls 4a84fca9b1 Add GLIB_CFLAGS and srcdir to SWIG includes.
8 years ago
John Ralls 41656c920e Fix python test failure on Travis.
8 years ago
Guy Taylor 744cdac5a4 Use builtin SWIG conversions for glib types
8 years ago
Guy Taylor e011576e37 Add GncNumeric to native Python Fraction
8 years ago
Guy Taylor 1ef379a704 Fix Python GncNumeric for non (int, int) pairs
8 years ago
John Ralls e92a1b3723 Fix python tests in tarball builds.
8 years ago
John Ralls 13657ee1bb Merge branch 'maint' into unstable
8 years ago
John Ralls 961cb5a829 Bug 790550 - FTBFS: missing __init__.py
8 years ago
John Ralls f888eb88f0 Fix with_Python build in cmake.
8 years ago
Geert Janssens df8ceadb63 Fix building from dist tarball with python bindings enabled
8 years ago
Geert Janssens 1238b9d8cd Prevent gcc from searching config.h in the current directory
8 years ago
Geert Janssens 37ecf56fbb Merge branch 'maint'
9 years ago
Geert Janssens f0fe1e9949 Re-enable python-bindings test this time with a fully corrected python path
9 years ago
Geert Janssens a1bc2d0202 Temporarily disable python-bindings as it's currently failing
9 years ago
Geert Janssens 22b11427cb Merge branch 'maint'
9 years ago
Geert Janssens 83d14e1c1c Restructure the src directory
9 years ago