3a226ae7d7Make sure that we get the default signal handler for test_asyncio, The parent process may have decided to ignore SIGHUP, and signal handlers are inherited which can cause the test to hang in koji.
Charalampos Stratakis
2017-07-25 18:03:55 +0200
5b6a3e0e34Replace the "--verbose" flag with "-wW" when invoking the test suite, so that the tests are run in non-verbose mode by default and failed tests are rerun in verbose mode.
Charalampos Stratakis
2017-07-20 17:50:38 +0200
f13050e2f3Update the PEP 538 backport
Charalampos Stratakis
2017-07-18 16:48:45 +0200
4ff21139d7Update to Python 3.6.2
Charalampos Stratakis
2017-07-18 16:40:02 +0200
46034c8139Provide additional references for patches 251 and 252
Charalampos Stratakis
2017-06-28 15:46:50 +0200
7e7918aaddFix for a build failure when with_debug_build=0
Tomas Orsava
2017-06-27 18:02:44 +0200
252962389cUpdate to the latest implementation of PEP 538.
Charalampos Stratakis
2017-06-27 15:38:30 +0200
332b947dfcMake pip and distutils in user environment install into separate location
Michal Cyprian
2017-06-26 16:32:56 +0200
b5403ba5ebFix test_alpn_protocols from test_ssl
Charalampos Stratakis
2017-06-24 17:24:42 +0200
3f280d64adsetuptools from version 36.0.0 rebundled its dependencies so we don't have to require them in order for rewheel to work, so dropping patch 260 as well.
Charalampos Stratakis
2017-06-19 11:10:58 +0200
bb9ca6b393Add dependency to the devel subpackage on python3-rpm-generators
Tomas Orsava
2017-05-05 16:47:58 +0200
afb0016f9dPolishing the Notes on bootstrapping Python
Tomas Orsava
2017-05-16 11:06:53 +0200
27c558eb66Added patch for fixing recompilation of Python when using common build commands and the --enable-optimizations flag.
Charalampos Stratakis
2017-05-09 16:57:18 +0200
51bb7c4cc2Update to a newer implementation of PEP 538
Charalampos Stratakis
2017-05-09 14:44:40 +0200
6245861480Change description, to reflect that python3 is now the default Python
Charalampos Stratakis
2017-05-09 11:43:22 +0200
31fe33b583Update PEP 538 to the latest upstream implementation
Charalampos Stratakis
2017-05-06 23:27:11 +0200
bbbc440d2csystem-python-libs subpackage was shipping some windows executables which are used as templates, for creating windows installers for python modules. These executables are moved to the devel subpackage.
Charalampos Stratakis
2017-04-18 13:51:54 +0200
3f69bcd628Enable link time optimizations
Charalampos Stratakis
2017-04-18 13:48:56 +0200
3a35e0ba67Rename python3.Xdm-config script from -debug to be arch specific (rhbz#1179073)
Tomas Orsava
2017-04-13 16:20:52 +0200
bea97d96d2Since upstream issue 23968, the platform directory changed to include the architectures, however patch205 was not updated to reflect that and as a result the Makefile and various other files were installed at another directory (rhbz#1438219).
Charalampos Stratakis
2017-04-05 18:08:56 +0200
b603b2d8f9Update to version 3.6.1 final
Iryna Shcherbina
2017-03-22 11:05:15 +0100
628b06df1bFix syntax error in %py_byte_compile macro (rhbz#1433569)
Tomas Orsava
2017-03-21 11:51:35 +0100
3b36b495e5Backport of PEP 538: Coercing the legacy C locale to a UTF-8 based locale
Charalampos Stratakis
2017-03-13 14:53:53 +0100
860f392aefAdd AppData and desktop file for IDLE 3 (rhbz#1392049)
Charalampos Stratakis
2017-02-28 14:33:44 +0100
bbccd649abRevert "Set values of prefix and exec_prefix to /usr/local for..." - Prevent build failures of packages using alternate build tools - This reverts commit 24515db173
Michal Cyprian
2017-02-24 14:57:15 +0100
24515db173Set values of prefix and exec_prefix to /usr/local for /usr/bin/python* executables to make pip and distutils install to the separate location - Use new %%_module_build macro
Michal Cyprian
2017-02-21 11:17:54 +0100
ef5c6fe479Add --executable option to install.py command
Michal Cyprian
2017-02-21 10:38:18 +0100
7973de8b00BuildRequire the new dependencies of python-setuptools when rewheel mode is enabled and add a patch to adjust the upstream test suite to account for these dependencies, since without them, the virtualenv's would not install anything in their site-packages directory thus making pip unusable inside virtualenv's.
Charalampos Stratakis
2017-02-17 10:26:59 +0100