summary refs log tree commit diff
path: root/pkgs/development/interpreters/python
Commit message (Collapse)AuthorAge
* fix eval after 0c3b1112afe3c9231db2498f913c9b2bcf90a5b4Domen Kožar2016-09-01
|
* Revert "Python 3.5: add less"Eelco Dolstra2016-09-01
| | | | | This reverts commit e261818c687af3fee9caa77b349d6f74a9e6aa93 and others. Having Python propagate less really doesn't make sense.
* treewide: Use explicit 'dev' references to glibcTuomas Tynkkynen2016-08-30
|
* pypy: disable pic hardening on i686Franz Pletz2016-08-25
|
* pypy27: 5.1.1 -> 5.3.1Frederik Rietdijk2016-08-17
|
* Python: move interpretersFrederik Rietdijk2016-07-28
| | | | | Move Python interpreters (CPython, PyPy) to same folder and share layout.
* Python 2.7.11 -> 2.7.12Frederik Rietdijk2016-07-19
|
* Python 2.6: add lessFrederik Rietdijk2016-07-19
|
* Python 2.7: add lessFrederik Rietdijk2016-07-19
|
* Python 3.3: add lessFrederik Rietdijk2016-07-19
|
* Python 3.4: add lessFrederik Rietdijk2016-07-19
|
* Python 3.5: add lessFrederik Rietdijk2016-07-19
|
* Python 3.6: add lessFrederik Rietdijk2016-07-19
|
* python: add alpha release of 3.6Louis Taylor2016-07-19
| | | | | This might be jumping the gun a little, but I needed to use 3.6 locally and thought I may as well push it upstream.
* python 3.4.4 -> 3.4.5Frederik Rietdijk2016-07-10
|
* python 3.5.1 -> 3.5.2Frederik Rietdijk2016-07-10
|
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-07-05
|\
| * python: fix modules in buildEnv, closes #16646Frederik Rietdijk2016-07-01
| | | | | | | | | | Python 2.7 on Nix is stripped of some modules, which can be added when needed. This was broken with python.buildEnv.
* | python-2.7: Don't use ldconfig and speed up uuid loadEelco Dolstra2016-07-01
|/
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* python: add python.withPackages functionBenno Fünfstück2016-05-29
| | | | Fixes #15801
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* Merge pull request #15477 from FRidh/pythonbuildinputsFrederik Rietdijk2016-05-16
|\ | | | | Python: be explicit about buildInputs
| * Python 3.5: be explicit about buildInputsFrederik Rietdijk2016-05-16
| |
| * Python 3.4: be explicit about buildInputsFrederik Rietdijk2016-05-16
| |
| * Python 3.3: be explicit about buildInputsFrederik Rietdijk2016-05-16
| |
* | remove python32 due to pip 8.1.2 not supporting python 3.2 anymoreRok Garbas2016-05-15
|/
* python3*: port the fix from parent commitVladimír Čunát2016-04-26
| | | | | | I really love such copied expressions... but this case was easy compared to usual consequences of file-copying in long-running branches.
* python3: fix build after 5ff40dded, refactorVladimír Čunát2016-04-26
| | | | | | The path list was passed in a format not suitable for gcc command-line. Also, let's utilize that we had `with stdenv.lib;`. /cc @abbradar.
* add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
|
* python2: Fix on non-LinuxTuomas Tynkkynen2016-02-13
| | | | | | | | | The location of this 'regen' script (whatever is does) depends on the platform. AFAICT it always exists due to this: $(srcdir)/Lib/$(PLATDIR): mkdir $(srcdir)/Lib/$(PLATDIR) cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
* python2: Fix on DarwinTuomas Tynkkynen2016-02-13
| | | | Presumably $out/lib/python*/plat-linux2/ is a Linux-only thing.
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * python: 3.4.3 -> 3.4.4Domen Kožar2016-01-07
| |
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * python35: 3.5.0 -> 3.5.1Rok Garbas2015-12-08
| |
| * python27: 2.7.10 -> 2.7.11Rok Garbas2015-12-08
| |
| * Merge recent staging built on HydraVladimír Čunát2015-12-05
| |\ | | | | | | | | | | | | | | | http://hydra.nixos.org/eval/1231884 Only Darwin jobs seem to be queued now, but we can't afford to wait for that single build slave.
| | * use per-derivation sandbox profilesJude Taylor2015-11-19
| | |
| * | Merge pull request #11147 from FRidh/wrapperDomen Kožar2015-11-30
| |\ \ | | |/ | |/| python: apply wrapper to all packages in python.buildEnv extraLibs
| | * python: apply wrapper to all packages in python.buildEnv extraLibsFrederik Rietdijk2015-11-30
| | | | | | | | | | | | | | | | | | | | | Currently, when constructing a buildEnv and adding packages via extraLibs, then binaries in extraLibs cannot access the other Python modules. An example is having ipython/jupyter in extraLibs; in that case ipython cannot import any other modules.
* | | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\| | | | | | | | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * | darwin purity: pythonPackages.pandasJude Taylor2015-11-03
| |/
| * darwin: python35: add needed inputsAsko Soukka2015-10-22
| |
| * darwin: add needed inputs to python-3.4Jude Taylor2015-10-20
| |
* | python3: Use correct build inputs for multi-output depsTuomas Tynkkynen2015-10-03
| | | | | | | | | | | | | | Without this, python will silently build without native extensions (e.g openssl); this causes wget to fail its tests for instance. vcunat added python-3.5.
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | | | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
| * add python35 and python35PackagesDomen Kožar2015-09-15
| |