| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.ipython: 7.19.0 -> 7.21.0 | Frederik Rietdijk | 2021-03-06 | 1 | -2/+2 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -1/+1 |
| * | python3Packages.ipython: 7.17.0 -> 7.19.0 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)•••IPython versions 7.17 and higher don't support Python 3.6 anymore, so this commit adds back the old expression for 7.16.1 from before ba1038a98bc2e3aa399c5ef3c4b03d42c94e1bea for use in python36Packages only. nix-repl> :b python36.withPackages (ps: [ ps.ipython ]) builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines: Python 3.5 was supported with IPython 7.0 to 7.9. Python 3.6 was supported with IPython up to 7.16. See IPython `README.rst` file for more information: https://github.com/ipython/ipython/blob/master/README.rst Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected. cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built [0 built (1 failed)] error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed | Keshav Kini | 2020-09-16 | 2 | -1/+71 |
| * | python: ipython: 7.16.1 -> 7.17.0 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | python35: remove | Jonathan Ringer | 2020-08-12 | 1 | -69/+0 |
| * | python: ipython: 7.15.0 -> 7.16.1 | Frederik Rietdijk | 2020-06-30 | 1 | -2/+2 |
| * | python: ipython: 7.14.0 -> 7.15.0 | Frederik Rietdijk | 2020-06-05 | 1 | -2/+2 |
| * | Remove fridh as maintainer of older Python packages•••I am not interested in maintaining packages for Python < 3.7. | Frederik Rietdijk | 2020-06-05 | 1 | -1/+1 |
| * | python: ipython: 7.13.0 -> 7.14.0 | Frederik Rietdijk | 2020-05-11 | 1 | -2/+2 |
| * | python3Packages.ipython: 7.12.0 -> 7.13.0 | Frederik Rietdijk | 2020-04-27 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 3 | -3/+3 |
| * | python: ipython: 7.10.2 -> 7.12.0 | Frederik Rietdijk | 2020-02-09 | 1 | -2/+2 |
| * | python2.pkgs.ipython: use the proper python2 lexer•••Since pygments 2.5 `PythonLexer` refers to python3 [1]. We have to be explicit if we want to use python2. [1] https://pygments.org/docs/changelog/ | Timo Kaufmann | 2020-01-23 | 1 | -0/+10 |
| * | python35Packages.ipython: freeze at 7.9.0 | Jonathan Ringer | 2019-12-30 | 1 | -0/+69 |
| * | python35Packages.ipython: python35 not supported | Jonathan Ringer | 2019-12-30 | 1 | -1/+1 |
| * | python: ipython: 7.10.1 -> 7.10.2 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | python3Packages.ipython: 7.8.0 -> 7.10.1 | Jonathan Ringer | 2019-12-15 | 1 | -5/+9 |
| * | Revert "pythonPackages.ipython: remove python2 frozen package"•••This reverts commit 0ccf10b955910dd511208720f3bbf49a2ffe9fbb. I think it was premature to drop the support a couple of weeks before the official deadline. At least sage still depends on it. | Timo Kaufmann | 2019-11-02 | 1 | -0/+62 |
| * | pythonPackages.ipython: remove python2 frozen package•••promptoolkit no longer supports python2, instead of freezeing the package, decided to remove python2 support. | Jonathan Ringer | 2019-10-27 | 1 | -62/+0 |
| * | python: ipython: 7.6.1 -> 7.8.0 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python3.pkgs.ipython: 7.5.0 -> 7.6.1 | Frederik Rietdijk | 2019-07-21 | 1 | -9/+2 |
| * | Merge branch 'master' into staging-next•••Hydra nixpkgs: ?compare=1525828 | Vladimír Čunát | 2019-06-18 | 1 | -1/+0 |
| |\ | |||||
| | * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy | volth | 2019-06-16 | 1 | -1/+0 |
| * | | pythonPackages.ipython: fix in order for ipykernel tests to pass | Frederik Rietdijk | 2019-06-15 | 1 | -0/+8 |
| * | | python: ipython: 7.2.0 -> 7.5.0 | Frederik Rietdijk | 2019-06-15 | 1 | -2/+2 |
| |/ | |||||
| * | misc: Remove myself from list of maintainers•••Unfortunately I don't have the time anymore to maintain those packages. | Jascha Geerds | 2019-03-12 | 2 | -2/+2 |
| * | python: ipython: 7.1.1 -> 7.2.0 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 | Frederik Rietdijk | 2018-11-21 | 1 | -2/+2 |
| * | pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7•••Created a version to prompt_toolkit_1 for legacy ipython | Chris Ostrouchov | 2018-11-21 | 1 | -2/+2 |
| * | python27Packages.ipython: 5.7.0 -> 5.8.0, python36Packages.ipython 5.7.0 -> 7...••• - removed patch for sage as it is applied in most recent release. - simplified `ipython` attribute no need for explicit version `5` vs. `6`. - upgrade to most recent version of ipython | Chris Ostrouchov | 2018-11-21 | 2 | -24/+7 |
| * | python: ipython: 6.4.0 -> 6.5.0 | Frederik Rietdijk | 2018-08-25 | 1 | -2/+2 |
| * | python2Packages.ipython: apply upstream signature patch | Timo Kaufmann | 2018-08-03 | 1 | -0/+11 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -2/+0 |
| * | python: ipython: 6.3.1 -> 6.4.0 | Frederik Rietdijk | 2018-06-22 | 1 | -2/+2 |
| * | python-ipython: 5.6.0 -> 5.7.0 | Daiderd Jordan | 2018-05-16 | 1 | -2/+2 |
| * | python: ipython: 6.3.0 -> 6.3.1 | Frederik Rietdijk | 2018-04-08 | 1 | -2/+2 |
| * | python.pkgs.ipython_5: 5.5.0 -> 5.6.0 | Frederik Rietdijk | 2018-04-08 | 1 | -3/+2 |
| * | python: ipython: 6.2.1 -> 6.3.0 | Frederik Rietdijk | 2018-04-08 | 1 | -3/+4 |
| * | python2.pkgs.ipython: 5.3.0 -> 5.5.0 | Frederik Rietdijk | 2018-01-07 | 1 | -2/+2 |
| * | python.pkgs.ipython: add missing typing dependency | Frederik Rietdijk | 2017-11-11 | 1 | -1/+3 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -2/+2 |
| * | python.pkgs.ipython: 6.0.0 -> 6.1.0 | Frederik Rietdijk | 2017-06-02 | 1 | -2/+2 |
| * | Python: replace requests2 with requests tree-wide•••See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead. | Frederik Rietdijk | 2017-05-07 | 1 | -2/+2 |
| * | pythonPackages.ipython: support python2•••Fixes #25234 | Orivej Desh | 2017-05-01 | 2 | -3/+66 |
| * | pythonPackages.ipython: 5.3.0 -> 6.0.0 | Frederik Rietdijk | 2017-04-20 | 1 | -0/+71 |
