aboutsummaryrefslogtreecommitdiffstats
path: root/popenasync.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix popenasync.py for non-Ascii charactersChristian Tismer2017-04-281-3/+3
| | | | | | | | | | | | | | | | | Some windows guy had some files with funny characters in the file names. This caused a crash because no error handling was defined. The script then got very confused and ran even into code which was for linux, barfing about a missing fcntl module, and that created a total mess, because the guy installed some funny fcntl module and got even worse errors. The simple fix was to ignore the error, which made the guy very happy. Happened with python3 on windows. Python2 does not have this issue. I’m not sure if we should continue to use this module at all? Task-number: PYSIDE-497 Change-Id: I48099a135702225c12cf7d8e62f058c50f612e5f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix licensesFriedemann Kleint2017-04-051-0/+39
| | | | | | | | | | | | | | | | | | Fix license checker error messages when run in default mode (git ls-files in pyside-setup): Failed test '.../pyside-setup/header.LGPL re-defines a license of type LGPL originally defined in .../qtbase/header.LGPL' not ok 2 - docs/conf.py does not appear to contain a license header not ok 3 - docs/make.bat does not appear to contain a license header not ok 4 - ez_setup.py does not appear to contain a license header not ok 5 - popenasync.py does not appear to contain a license header not ok 7 - qtinfo.py does not appear to contain a license header not ok 11 - utils.py does not appear to contain a license header Task-number: PYSIDE-491 Change-Id: Ia10ff40ef39c64ac717f36ed073b1d1675a150d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Don't use the 'mswindows' private attributeempyrical2015-09-171-4/+1
|
* Fix subprocess.mswindows check for Python 3.5empyrical2015-09-171-2/+7
|
* Initial commit (copy of lck/pyside-dist repo)Roman Lacko2012-06-041-0/+311