summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python
AgeCommit message (Expand)Author
2020-06-27fix indentation in mk-python-derivation.nixDavHau
2020-06-21python3: improve cross-compilation of extension modules, fixes #91171Frederik Rietdijk
2020-06-17buildPythonPackage: don't recompile bytecodeFrederik Rietdijk
2020-06-16python2Packages: default to dontUsePythonRecompileBytecode = true;Jonathan Ringer
2020-06-13Merge staging-next into stagingFrederik Rietdijk
2020-06-13buildPythonPackage: recompile bytecode for reproducibilityFrederik Rietdijk
2020-06-13pythonRemoveBinBytecodeHook: fix explanationFrederik Rietdijk
2020-06-12python: don't use optimizations on DarwinFrederik Rietdijk
2020-06-06pythonPackages.setuptoolsBuildHook: do not build in an isolated environmentDaniël de Kok
2020-06-06pythonPackages.pipBuildHook: do not build in an isolated environmentDaniël de Kok
2020-06-05Merge staging-next into stagingFrederik Rietdijk
2020-06-05Merge master into staging-nextFrederik Rietdijk
2020-06-05python3Minimal: override python38, not python3Frederik Rietdijk
2020-06-04python3Minimal: disable optimizationsFrederik Rietdijk
2020-06-04Revert "cpython: Optimize dynamic symbol tables, for a 6% speedup."Frederik Rietdijk
2020-06-04Merge pull request #84072 from gnprice/python-buildFrederik Rietdijk
2020-06-04python3: now points to python38Frederik Rietdijk
2020-06-04python39: fix build on macOSLuflosi
2020-05-27python38: 3.8.2 -> 3.8.3Frederik Rietdijk
2020-05-24Python: fix virtualenv with Python 2Frederik Rietdijk
2020-05-24Python tests: fix use of is_virtualenvFrederik Rietdijk
2020-05-24Merge master into staging-nextFrederik Rietdijk
2020-05-23python.tests: also test virtualenvFrederik Rietdijk
2020-05-23pypy: Remove bootstrap python from closureadisbladis
2020-05-18Merge branch 'master' into staging-nextJan Tojnar
2020-05-16python3Packages.venvShellHook: add postVenvCreation (#87850)Jon
2020-05-13cpython: Optimize dynamic symbol tables, for a 6% speedup.Greg Price
2020-05-13cpython: Use autoreconfHook to rebuild configure script.Greg Price
2020-05-11cpython: Use --enable-optimizations, for a 16% speedup.Greg Price
2020-05-11pythonPackages.pytestCheckHook: disable setuptoolsCheckPhaseJonathan Ringer
2020-05-09python: Fix creating RPMs from Python packagesJosef Kemetmüller
2020-05-04python: remove isPy33, isPy34Pavol Rusnak
2020-04-25Python integration tests: disable for older python 3 versionsFrederik Rietdijk
2020-04-25Python tests: test venv from a nix env with Python 3.8Frederik Rietdijk
2020-04-21python2: 2.7.17 -> 2.7.18Frederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-31Merge branch 'master' into staging-nextJan Tojnar
2020-03-30cpython: Drop unrecognized --with-threads configure flag.Greg Price
2020-03-30pkgsStatic.python3: fix buildFrederik Rietdijk
2020-03-28Merge staging-next into stagingFrederik Rietdijk
2020-03-27python: add use-pkgs-prefix option to update scriptJonathan Ringer
2020-03-18python: add pythonNamespacesHookJonathan Ringer
2020-03-14Fix sys.prefix in case of a Nix envFrederik Rietdijk
2020-03-14Python: Add integration test verifying NIX_PYTHONPATH with Mypyadisbladis
2020-03-14Python Add test for NIX_PYTHONPREFIXadisbladis
2020-03-14Python: introduce NIX_PYTHONPREFIX in order to set site.PREFIXESadisbladis
2020-03-14Python: introduce tests for interpretersFrederik Rietdijk
2020-03-14Python: introduce tests for interpretersFrederik Rietdijk
2020-03-14pythonMinimal: don't include site-customiseGraham Christensen
2020-03-12python3: 3.7.6 -> 3.7.7Frederik Rietdijk