Commit Graph

  • de9aa4be5b Update SIP ABI version to 12.14 Scott Talbert 2025-02-09 17:50:08 -05:00
  • b671bef2ab Fix a few numpy renames missed in 95cafd1 Scott Talbert 2025-02-09 22:12:37 -05:00
  • ea1d541ef4 Update waf to v2.1.5 Scott Talbert 2025-02-09 17:12:53 -05:00
  • d19bd20836 Merge pull request #2698 from echoix/numpy-fixes Scott Talbert 2025-02-09 17:04:32 -05:00
  • ad0dfcc0cf Merge pull request #2697 from echoix/build.py-fixes Scott Talbert 2025-02-09 13:22:55 -05:00
  • 6575e53c35 Merge pull request #2696 from arigit/patch-1 Scott Talbert 2025-02-09 13:22:27 -05:00
  • a2743ad554 Handle deprecated NumPy type aliases in samples Edouard Choinière 2025-02-08 17:11:21 +00:00
  • 6ab1b5ced4 Merge pull request #2694 from echoix/element-tree-ICN001 Scott Talbert 2025-02-09 12:14:07 -05:00
  • 0a4900df32 Merge pull request #2693 from echoix/numpy-unconventionnal-import-alias Scott Talbert 2025-02-09 12:09:44 -05:00
  • e080cd9522 Merge branch 'master' into build.py-fixes Edouard Choinière 2025-02-09 12:09:06 -05:00
  • 2feadd3bae Merge pull request #2692 from echoix/default-python-version-build.py Scott Talbert 2025-02-09 12:02:24 -05:00
  • 495426605a Merge pull request #2691 from echoix/simplify-haveWheel-setup.py Scott Talbert 2025-02-09 11:45:28 -05:00
  • a7bc011277 Update hyperlink.py, fixes #2686 Ari 2025-02-08 18:58:21 -05:00
  • e6c0de4e32 style: Normalise ElementTree imports with import xml.etree.ElementTree as ET Edouard Choinière 2025-02-08 17:04:56 +00:00
  • 95cafd1a3f style: Normalise numpy imports with import numpy as np Edouard Choinière 2025-02-08 16:48:57 +00:00
  • 616f65c7d6 Use pathlib write_text for more situations in build.py Edouard Choinière 2025-02-08 16:15:32 +00:00
  • 36fbef4c19 Replace textfile_open wrapper with pure calls in build.py Edouard Choinière 2025-02-08 16:14:36 +00:00
  • 450f106469 Use pathlib's read_text()/write_text() and read_bytes()/write_bytes() for simple file IO in build.py Edouard Choinière 2025-02-08 15:19:53 +00:00
  • a50ae3da22 Only import Path from pathlib in build.py Edouard Choinière 2025-02-08 15:11:02 +00:00
  • 5c06e43ae3 style: Fix sorted-min-max (FURB192) in build.py Edouard Choinière 2025-02-08 15:05:43 +00:00
  • b8fd58a029 style: Fix repeated-append (FURB113) in build.py Edouard Choinière 2025-02-08 15:04:10 +00:00
  • f32b3dd289 Remove references to Python 2.7 defaults from build.py Edouard Choinière 2025-02-08 14:32:55 +00:00
  • f8c85711c9 Remove haveWheel condition in setup.py Edouard Choinière 2025-02-08 03:49:20 +00:00
  • 45f9e89f5d Merge pull request #2689 from echoix/pyproject-metadata Scott Talbert 2025-02-04 09:34:28 -05:00
  • da22777e99 Merge pull request #2688 from swt2c/remove_python2_six Scott Talbert 2025-02-03 21:49:53 -05:00
  • eef0ba41e8 Extract entry point scripts to pyproject.toml Edouard Choinière 2025-02-04 02:06:29 +00:00
  • 9ae5c112b4 Extract static metadata from setup.py Edouard Choinière 2025-02-04 01:59:20 +00:00
  • a29322f678 Remove shutil.which backport - it was added in Python 3.3 Scott Talbert 2025-02-03 20:31:24 -05:00
  • bf2a6554e2 Remove textwrap backport - textwrap added in Python 3.4 Scott Talbert 2025-02-03 20:27:43 -05:00
  • b0bde88a2c Remove pathlib2 backport - pathlib was added in Python 3.4 Scott Talbert 2025-02-03 20:22:26 -05:00
  • bb35bcd9d9 Fix bugs in Python2 / six removal Scott Talbert 2025-02-03 20:13:56 -05:00
  • 961d14b9cc Introduce basic pyproject.toml, supporting existing build methods only (#2687) Edouard Choinière 2025-02-03 19:52:44 -05:00
  • 66a9320917 finish removing six Alexandre Detiste 2024-03-22 08:15:00 +01:00
  • 323e78c085 remove more Python2 hybridation Alexandre Detiste 2024-03-22 00:25:15 +01:00
  • 0257f755cf remove most of Python2 compatibility code Alexandre Detiste 2024-03-22 00:06:03 +01:00
  • beb9932241 remove usage of six.print_() Alexandre Detiste 2024-03-20 14:39:16 +01:00
  • 5abeba2f5d Fix bundled wxWidgets build on OpenSUSE Scott Talbert 2025-02-01 19:33:50 -05:00
  • e93b55882d Fix more int conversions in FlatNotebook Scott Talbert 2025-01-28 19:25:01 -05:00
  • 75c27acc7a Merge pull request #2684 from echoix/ordered-sip-sbf-glob Scott Talbert 2025-01-28 18:34:21 -05:00
  • 7819799d0d Sort almost all usages of glob.glob for reproducible output Edouard Choinière 2025-01-28 03:28:11 +00:00
  • c30fe8a95c Sort sources in generated .sbf files to be reproducible Edouard Choinière 2025-01-28 03:22:43 +00:00
  • 1b5cc2e67a Allow overriding wxSizer.InformFirstDirection() Scott Talbert 2023-08-28 23:00:47 -04:00
  • 2adbeaa785 Implement __iter__ for wxList iterator classes Scott Talbert 2025-01-23 21:46:20 -05:00
  • 744801f8ef Merge pull request #2674 from echoix/typing-self-python-only Scott Talbert 2025-01-21 21:40:16 -05:00
  • 5ee3aa1a27 Require typing_extensions at runtime for python < 3.11 Edouard Choinière 2025-01-18 20:33:50 -05:00
  • ff1cae7d56 Add typing annotations to methods returning self. Edouard Choinière 2025-01-18 00:59:54 +00:00
  • b5e5cb419a Add typing for context managers returning Self Edouard Choinière 2025-01-18 00:58:32 +00:00
  • 15c6e01231 Merge pull request #2675 from echoix/remove-attrdict3 Scott Talbert 2025-01-21 21:25:47 -05:00
  • e56e248767 Remove attrdict3 build dependency and use plain dict Edouard Choinière 2025-01-18 23:34:11 +00:00
  • 169aacfab6 CI: only build the oldest and newest Pythons on PRs Scott Talbert 2025-01-14 19:26:39 -05:00
  • 385bc6a0b1 Use Python 3.13 to build sdist during CI Scott Talbert 2025-01-13 21:57:57 -05:00
  • c3092be458 Merge pull request #2468 from lojack5/lojack-typed-typestubs Scott Talbert 2025-01-06 22:14:20 -05:00
  • 37dcdcad57 Fix rubberband not clearing DC on redraw belono 2024-11-25 22:49:40 +01:00
  • ce82caf404 Merge pull request #2661 from jensgoe/fix_artprovider_createbitmapbundle Scott Talbert 2024-12-26 18:14:13 -05:00
  • 92c178e8f9 support implementing CreateBitmapBundle for custom ArtProvider jensgoe 2024-12-23 17:48:48 +01:00
  • 9dd38b6a50 Update sip to v6.9.1 Scott Talbert 2024-12-14 22:37:21 -05:00
  • 21596cda86 Update sip to v6.9.0 Scott Talbert 2024-12-07 13:38:13 -05:00
  • 73a31af7aa Merge pull request #2655 from amarinoICEg/drawrectangleCast Scott Talbert 2024-12-04 08:24:31 -05:00
  • 0f57ad4105 casting drawrectangle arguments to int as required amarinoICEg 2024-12-04 12:01:00 +01:00
  • 8a0d4e77ec Merge pull request #2649 from lorenzonebolosi/master Scott Talbert 2024-11-19 14:57:02 -05:00
  • ef42749294 float -> int Lorenzo Nebolosi 2024-11-19 17:22:00 +01:00
  • 8908dd6c51 Merge pull request #2237 from bosonogi/webview-demo-with-fs-handler Scott Talbert 2024-11-14 20:33:47 -05:00
  • 31c996461e Merge pull request #2365 from komoto48g/py-filling Scott Talbert 2024-11-14 20:30:31 -05:00
  • 6ec1db43b2 Merge pull request #2447 from tianzhuqiao/agw_aui_minimize_pane Scott Talbert 2024-11-14 20:30:01 -05:00
  • 44fe243935 Adds range field to wx.lib.agw.pygauge.PyGauge format string. (#2583) sphh 2024-11-15 01:27:59 +00:00
  • b102e88d18 Merge pull request #2646 from swt2c/fix_realpoint_pickle Scott Talbert 2024-11-14 09:16:50 -05:00
  • f624b8a251 Fix pickling of wx.RealPoint Scott Talbert 2024-11-13 23:19:51 -05:00
  • 73cbeec905 Merge pull request #2639 from swt2c/fix_flatmenu_destroy Scott Talbert 2024-11-12 11:39:36 -05:00
  • 21e4ab9fd6 Build Linux wheels for all Pythons Scott Talbert 2024-11-11 22:09:43 -05:00
  • 521daf70dd Use script for installing Linux depends Scott Talbert 2024-11-11 20:41:16 -05:00
  • 044d62d27b Correct architecture for Linux wheel build Scott Talbert 2024-11-11 09:43:43 -05:00
  • eac3d77f60 Add GitHub Action to build Linux wheels Scott Talbert 2024-11-10 21:35:25 -05:00
  • 862086874f Avoid calling FlatMenu Destroy() in a finally block Scott Talbert 2024-11-08 18:39:02 -05:00
  • 45871c2959 Merge pull request #2638 from swt2c/isdisplayavailable_wayland Scott Talbert 2024-11-08 17:28:30 -05:00
  • 57fd2156f5 Update wxApp.IsDisplayAvailable to work on Wayland Scott Talbert 2024-11-07 20:37:45 -05:00
  • 41823e3458 Merge pull request #2637 from komoto48g/fix-it Scott Talbert 2024-11-07 12:15:48 -05:00
  • 74f2381a00 Merge pull request #2635 from swt2c/waf_2.1.3 Scott Talbert 2024-11-05 23:23:16 -05:00
  • 841919dfa3 Merge pull request #2636 from swt2c/python_3.8_3.13 Scott Talbert 2024-11-05 23:22:24 -05:00
  • ba0e6b0e32 Fix InspectionTool crashes due to bad perspective string errros Kazuya O'moto 2024-11-06 02:48:19 +09:00
  • 6e5015a009 CI: drop EOL Python 3.8 and use Python 3.13 final Scott Talbert 2024-11-04 22:59:02 -05:00
  • 09603e0776 Update waf to v2.1.3 Scott Talbert 2024-11-04 22:41:16 -05:00
  • 82b1c7aa7e Merge pull request #2618 from DietmarSchwertberger/TWEAKER_TOOLS_WINDOWS Scott Talbert 2024-10-14 21:37:41 -04:00
  • d226fa33ac Merge pull request #2620 from AlessandroMattiazzi/Fix_AuiManager_missing_check Scott Talbert 2024-10-14 20:38:12 -04:00
  • 9d69e78dc1 Merge pull request #2622 from komoto48g/fix-pbbmp Scott Talbert 2024-10-14 20:36:32 -04:00
  • 9a76a36536 Merge pull request #2624 from DietmarSchwertberger/ISS1944_DD_MULTIPLE Scott Talbert 2024-10-14 20:32:13 -04:00
  • a49f199215 add Python implementation of GetPaths (fix issue #1944) DietmarSchwertberger 2024-10-12 15:06:47 +02:00
  • fac81a39b1 Fix RecursionError in platebtn bitmap getters Kazuya O'moto 2024-10-12 16:06:13 +09:00
  • 3cd2c3b1e5 Added check_condition Alessandro Mattiazzi 2024-10-08 15:06:48 +02:00
  • b6b28eeca5 Merge pull request #2561 from unawarez/master Scott Talbert 2024-10-03 11:02:49 -04:00
  • 5279c3c344 add CreateAccessible for Windows only DietmarSchwertberger 2024-10-03 14:34:49 +02:00
  • 31b687fa9c Merge pull request #2480 from jmoraleda/variable-page-size-pdfviewer Scott Talbert 2024-09-23 17:16:18 -06:00
  • c21bb8d82c Merge pull request #2495 from jmoraleda/agw-aui-improved-pane-minimize-support Scott Talbert 2024-09-23 13:05:41 -06:00
  • 4115dd8b06 Improve support when specifying a pre-existing toolbar as the target for the restore icon when minimizing a pane in agw.aui Jorge Moraleda 2023-11-29 18:37:07 -05:00
  • be9e7d21f2 Merge pull request #2613 from jmoraleda/multiple-bug-fixes-in-pure-python-aui Scott Talbert 2024-09-23 10:46:45 -05:00
  • e4cb183ff7 Multiple bugfixes in pure python aui Jorge Moraleda 2024-01-18 22:18:01 -05:00
  • 2dc886a480 Refactor python only pdfviewer to support displaying pdf files where not all pages have the same size Jorge Moraleda 2024-01-23 16:52:20 -05:00
  • b2733b5814 Merge pull request #2609 from Infernio/inf-pymupdf-import Scott Talbert 2024-09-13 17:34:55 -04:00
  • 6dd4312d84 pdfviewer: Add support for pymupdf renaming Infernio 2024-09-13 21:17:56 +02:00
  • 99d1749683 Merge pull request #2603 from komoto48g/py312-warn Scott Talbert 2024-09-12 20:42:48 -04:00
  • 299dcb34e7 Get rid of Azure Pipelines completely Scott Talbert 2024-09-12 19:59:13 -04:00