about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/2.6
Commit message (Collapse)AuthorAge
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
|
* 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.
| * python-2.6: mark broken because being insecure for yearsJames Cook2015-07-12
| |
| * fix evalDomen Kožar2015-05-14
| |
| * python: pass stdenv.glibc to crypt module to expose crypt.soDomen Kožar2015-05-13
| |
| * python2: Pass configureFlags to modules as well.aszlig2015-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * python2: Don't fail silently on module build.aszlig2015-05-12
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Enable old pythons' wide buildsDario Bertini2015-05-06
| |
* | python2*: fix modules as well after 4101db0beVladimír Čunát2015-04-19
| | | | | | | | | | | | | | | | 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.
* | python2*: fix detecting C libs, no header referencesVladimír Čunát2015-04-18
|/
* Explicitly specify the pythonVersion and use that together with ↵Dario Bertini2015-01-24
| | | | versionOlder/versionAtLeast to specify bounds
* python2.6: add a patch to fix parallel make failureDomen Kožar2015-01-18
| | | | | (cherry picked from commit 23a202519cb1d8704a0b4294d8d13a224efb1a74) Signed-off-by: Domen Kožar <domen@dev.si>
* Missed gcc refsShea Levy2014-12-26
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Merge branch 'master' into stagingVladimír Čunát2014-11-14
|\ | | | | | | | | Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh
| * python: add python.interpreter attributeDomen Kožar2014-11-13
| |
* | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-10-31
|\|
| * Merge pull request #4646 from geerds/python26-sqlite3Domen Kožar2014-10-24
| |\ | | | | | | Fix python26Packages.sqlite3
| | * Fix python26Packages.sqlite3Jascha Geerds2014-10-23
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-24
|\| |
| * | python: adding test/test_support.py module in all python versionsRok Garbas2014-10-24
| |/ | | | | | | | | | | - 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)
* | Merge recent master into stagingVladimír Čunát2014-10-23
|\| | | | | | | Hydra nixpkgs: ?compare=1156478
| * python27FullBuildEnv -> python.buildEnv for all interpretersDomen Kožar2014-10-19
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-16
|\| | | | | | | | | Conflicts: pkgs/development/libraries/poppler/default.nix
| * simplifyDomen Kožar2014-10-16
| |
| * python: make 2.6 and 2.7 expr similar, introduce includeModulesDomen Kožar2014-10-13
| | | | | | | | | | When includeModules is true, python is built with all optional modules as part of derivation.
| * python: get rid of ssl module as it's always builtinDomen Kožar2014-10-11
| |
* | merge 'staging' into modular-stdenvVladimír Čunát2014-09-08
|\| | | | | | | | | | | | | | | In 2c62a36b77 the messages in pkgs/stdenv/generic/default.nix were not merged correctly. Conflicts: pkgs/stdenv/generic/default.nix
| * include ssl with python2.6 as is the case with 2.7Florian Friesdorf2014-08-12
| | | | | | | | Signed-off-by: Domen Kožar <domen@dev.si>
* | Cleanup: Use += to append to envHooksEelco Dolstra2014-08-09
|/
* python.isPyXY markersFlorian Friesdorf2014-07-10
|
* pythonX.Y sitePackages passthruFlorian Friesdorf2014-07-10
| | | | Let python tell you the correct path for site-packages.
* python2.6: 2.6.8 -> 2.6.9Domen Kožar2014-02-20
|
* Move all db4 packages to the default db5William A. Kennington III2014-02-15
|
* Merge master into stdenv-updatesVladimír Čunát2013-12-29
|\ | | | | | | | | | | | | | | | | | | Conflicts (easy): pkgs/development/compilers/llvm/default.nix pkgs/development/compilers/openjdk/default.nix pkgs/development/libraries/icu/default.nix pkgs/development/libraries/libssh/default.nix pkgs/development/libraries/libxslt/default.nix pkgs/development/tools/parsing/bison/3.x.nix
| * python-2.6-bsddb: build this module with Berkeley DB 4.5Peter Simons2013-12-23
| | | | | | | | | | The current 'db' attribute refers to DB 4.8, which Python 2.6 does recognize: <http://hydra.nixos.org/build/7320517/nixlog/1/raw>.
* | Merge branch 'origin/master' into stdenv-updates.Peter Simons2013-10-18
|\| | | | | | | | | There was a minor conflict in 'stumpwm'. The package needs texinfo version 4.x. At least is used to, I'm not sure whether it still does.
| * Reflect addition of curses_panel python moduleMichael Raskin2013-10-18
| |
* | Merge branch 'master' into stdenv-updatesPeter Simons2013-08-16
|\| | | | | | | | | Conflicts: pkgs/development/compilers/ghc/with-packages.nix
| * python2.6: add crpyt moduleDomen Kožar2013-08-14
| |
* | Merge remote-tracking branch 'master' into stdenv-updates.Peter Simons2013-07-30
|\| | | | | | | | | | | Conflicts: pkgs/applications/version-management/git-and-tools/git/default.nix pkgs/top-level/all-packages.nix
| * add python3 support to pythonPackagesDomen Kozar2013-07-29
| |
* | python: Remove --with-wctype-functions flagEelco Dolstra2013-06-21
|/ | | | | | | | This causes functions like string.upper() to misbehave on non-ASCII characters. Upstream also advises against it: http://bugs.python.org/issue9210 http://bugs.python.org/issue11309
* for some reason the python2.6 manpage is not gzippedFlorian Friesdorf2013-01-09
|
* fix python-2.6 build: purity for systems with stdenv.gcc.libcFlorian Friesdorf2013-01-09
| | | | | | On other systems python26 will continue to look for /usr/include/netinet/in.h among others. I don't know whether/what to do about that.
* python-2.6.8: long overdueFlorian Friesdorf2013-01-09
|
* python manpages as python2.6, python2.7 and pythonFlorian Friesdorf2012-12-22
| | | | see #68
* python: make pdb.py available as bin/pdb and bin/pdb${python.majorVersion}Florian Friesdorf2012-07-20
|