| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-28 | Python: move interpreters | Frederik Rietdijk | |
| Move Python interpreters (CPython, PyPy) to same folder and share layout. | |||
| 2016-07-19 | Python 2.7.11 -> 2.7.12 | Frederik Rietdijk | |
| 2016-07-19 | Python 2.7: add less | Frederik Rietdijk | |
| 2016-07-05 | Merge remote-tracking branch 'upstream/master' into staging | Tuomas Tynkkynen | |
| 2016-07-01 | python: fix modules in buildEnv, closes #16646 | Frederik Rietdijk | |
| Python 2.7 on Nix is stripped of some modules, which can be added when needed. This was broken with python.buildEnv. | |||
| 2016-07-01 | python-2.7: Don't use ldconfig and speed up uuid load | Eelco Dolstra | |
| 2016-06-20 | Captialize meta.description of all packages | Bjørn Forsman | |
| 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) | |||
| 2016-05-29 | python: add python.withPackages function | Benno Fünfstück | |
| Fixes #15801 | |||
| 2016-05-17 | rename iElectric to domenkozar to match GitHub | Domen Kožar | |
| 2016-05-16 | Bring my stdenv.lib.maintainers user name in line with my github nick. | Peter Simons | |
| 2016-04-25 | add get* helper functions and mass-replace manual outputs search with them | Nikolay Amiantov | |
| 2016-02-13 | python2: Fix on non-Linux | Tuomas Tynkkynen | |
| 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 | |||
| 2016-02-13 | python2: Fix on Darwin | Tuomas Tynkkynen | |
| Presumably $out/lib/python*/plat-linux2/ is a Linux-only thing. | |||
| 2015-12-11 | Merge branch 'master' into closure-size | Luca Bruno | |
| 2015-12-08 | python27: 2.7.10 -> 2.7.11 | Rok Garbas | |
| 2015-11-20 | Merge staging into closure-size | Vladimír Čunát | |
| 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. | |||
| 2015-11-19 | use per-derivation sandbox profiles | Jude Taylor | |
| 2015-11-03 | darwin purity: pythonPackages.pandas | Jude Taylor | |
| 2015-10-03 | Merge commit staging+systemd into closure-size | Vladimír Čunát | |
| Many non-conflict problems weren't (fully) resolved in this commit yet. | |||
| 2015-09-15 | x11: replace its usage by xlibsWrapper directly | Vladimír Čunát | |
| Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default. | |||
| 2015-06-19 | remove unbuildables from impure darwin stdenv | Jude Taylor | |
| 2015-06-19 | darwin purity: python-2.7 | Jude Taylor | |
| 2015-06-18 | Merge #8363: pure-darwin stdenv | Vladimír Čunát | |
| 2015-06-18 | pure darwin stdenv | Jude Taylor | |
| 2015-06-15 | python: Correctly detect ncurses opaque api | William A. Kennington III | |
| 2015-06-12 | cygwin: python27 gdbm module needs gettext | Rok Garbas | |
| 2015-05-28 | cygwin: for 2.7.10 export-PyNode_SizeOf patch not needed anymore | Rok Garbas | |
| 2015-05-28 | cygwin: python-2.7 | Florian Friesdorf | |
| 2015-05-24 | python: 2.7.9 -> 2.7.10 | Domen Kožar | |
| 2015-05-14 | fix eval | Domen Kožar | |
| 2015-05-13 | python: pass stdenv.glibc to crypt module to expose crypt.so | Domen Kožar | |
| 2015-05-12 | python2: Pass configureFlags to modules as well. | aszlig | |
| Fixes regression from 086e801d5132bcf9a4e4cac56c361651b7b22ac0. The switch tu UCS-4 only happened for the main Python interpreter and libraries, but the extension modules were using the same source but without any configureFlags, so the extensions still referred to UCS-2 symbols. Tested module builds of Python 2.7 and all modules except crypto fail. Also tested against sqlite3 module of Python 2.6, although for other modules there still seems to be an unrelated build failure with Tcl/Tk libraries, so we might need to fix that later. Signed-off-by: aszlig <aszlig@redmoonstudios.org> | |||
| 2015-05-12 | python2: Don't fail silently on module build. | aszlig | |
| A build output of such a failure can be found here: http://hydra.nixos.org/build/21994789/nixlog/1/raw The build_ext command doesn't return non-zero if it fails but instead produces a file with a "_failed.so" suffix, which we're now checking after the build_ext command. Signed-off-by: aszlig <aszlig@redmoonstudios.org> | |||
| 2015-05-06 | Enable old pythons' wide builds | Dario Bertini | |
| 2015-04-19 | python2*: fix modules as well after 4101db0be | Vladimír Čunát | |
| There was a typo that failed them. Also, drop pkgconfig again, as it seems unused; and fix python26. Now all python*.modules build, except for python26.tkinter which fails on master as well. | |||
| 2015-04-18 | python2*: fix detecting C libs, no header references | Vladimír Čunát | |
| 2015-03-29 | python 2.7: add x11Support option | Jan Malakhovski | |
| 2015-01-24 | Explicitly specify the pythonVersion and use that together with ↵ | Dario Bertini | |
| versionOlder/versionAtLeast to specify bounds | |||
| 2014-12-26 | Missed gcc refs | Shea Levy | |
| 2014-12-26 | Change occurrences of gcc to the more general cc | John Wiegley | |
| This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux. | |||
| 2014-12-14 | python: 2.7.8 -> 2.7.9 | Domen Kožar | |
| (cherry picked from commit 1f059cd5a91fee7d4ec50c7272bca5bc6733f245) Signed-off-by: Domen Kožar <domen@dev.si> | |||
| 2014-11-14 | Merge branch 'master' into staging | Vladimír Čunát | |
| Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh | |||
| 2014-11-13 | python: add python.interpreter attribute | Domen Kožar | |
| 2014-10-24 | Merge remote-tracking branch 'origin/master' into staging | Eelco Dolstra | |
| 2014-10-24 | python: adding test/test_support.py module in all python versions | Rok Garbas | |
| - test/test_support.py module is used by many libraries which backport python 3.0 functionality to 2.6/2.7 - enable subprocess32 tests (now passing for python 2.6/2.7) | |||
| 2014-10-23 | Merge recent master into staging | Vladimír Čunát | |
| Hydra nixpkgs: ?compare=1156478 | |||
| 2014-10-19 | python27FullBuildEnv -> python.buildEnv for all interpreters | Domen Kožar | |
| 2014-10-16 | Merge remote-tracking branch 'origin/master' into staging | Eelco Dolstra | |
| Conflicts: pkgs/development/libraries/poppler/default.nix | |||
| 2014-10-16 | Merge pull request #4495 from NixOS/pythonFull_improvements | Domen Kožar | |
| PythonFull improvements | |||
| 2014-10-16 | simplify | Domen Kožar | |
