about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25pythonInterpreters.graalpython37: removeThiago Kenji Okada1-5/+0
2022-04-14Merge branch 'staging-next' into stagingVladimír Čunát1-2/+2
Minor conflicts; I hope I didn't mess up: pkgs/development/tools/misc/binutils/default.nix pkgs/games/openjk/default.nix
2022-04-12python39: 3.10.3 -> 3.10.4Martin Weinelt1-2/+2
https://www.python.org/downloads/release/python-3104/ https://docs.python.org/release/3.10.4/whatsnew/changelog.html
2022-04-12python39: 3.9.11 -> 3.9.12Martin Weinelt1-2/+2
https://www.python.org/downloads/release/python-3912/ https://docs.python.org/release/3.9.12/whatsnew/changelog.html
2022-04-12python311: 3.11.0a6 -> 3.11.0a7Martin Weinelt1-2/+2
https://www.python.org/downloads/release/python-3110a7/ https://pythoninsider.blogspot.com/2022/04/the-last-python-311-alpha-3110a7-is.html
2022-04-05Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-04-01config.allowAliases: Define as optionRobert Hensing1-1/+1
This simplifies usages and makes the default value consistent. In a few cases, the default value was interpreted to be `false`, but this is useless, because virtually nobody will explicitly set `allowAliases = true;`.
2022-03-17Merge staging-next into staginggithub-actions[bot]1-13/+11
2022-03-17python310: 3.10.2 -> 3.10.3Martin Weinelt1-2/+2
https://www.python.org/downloads/release/python-3103/
2022-03-17python39: 3.9.10 -> 3.9.11Martin Weinelt1-2/+2
https://www.python.org/downloads/release/python-3911/
2022-03-17python37: 3.7.12 -> 3.7.13Martin Weinelt1-2/+2
https://www.python.org/downloads/release/python-3713/
2022-03-17python38: 3.8.12 -> 3.8.13Martin Weinelt1-11/+9
https://www.python.org/downloads/release/python-3813/
2022-03-16Merge pull request #163916 from mweinelt/python311Martin Weinelt1-2/+2
2022-03-13python311: 3.11.0a4 -> 3.11.0a6Martin Weinelt1-2/+2
https://pythoninsider.blogspot.com/2022/03/python-3110a6-is-available.html https://pythoninsider.blogspot.com/2022/02/python-3110a5-is-available.html
2022-02-22pypy27_prebuilt: 7.3.6 -> 7.3.8ajs1241-2/+2
2022-01-31python311: 3.11a2 -> 3.11a4Jonathan Ringer1-2/+2
2022-01-15Merge staging-next into staginggithub-actions[bot]1-8/+8
2022-01-15Merge master into staging-nextgithub-actions[bot]1-8/+8
2022-01-15pythonInterpreters.pypy38_prebuilt: 7.3.6 -> 7.3.7Frederik Rietdijk1-5/+5
Change python language version and attribute.
2022-01-15pythonInterpreters.pypy27_prebuilt: 7.3.3 -> 7.3.6Frederik Rietdijk1-3/+3
2022-01-15python310: 3.10.1 -> 3.10.2Frederik Rietdijk1-9/+10
2022-01-15python39: 3.9.9 -> 3.9.10Frederik Rietdijk1-2/+3
2021-12-28Merge pull request #151066 from zhaofengli/libffi-testsuiteRobert Scott1-0/+1
libffi: Run test suite
2021-12-26python310: 3.10.0 -> 3.10.1Martin Weinelt1-2/+2
2021-12-22Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer1-0/+5
- Fix which python interpreters are exposed Conflicts: pkgs/top-level/all-packages.nix
2021-12-22pypy37: reinitMichael Raskin1-0/+5
2021-12-16libffi: Run test suiteZhaofeng Li1-0/+1
2021-12-15Merge remote-tracking branch 'origin/master' into staging-nextsternenseemann1-0/+4
2021-12-14rustpython: init at unstable-2021-12-09Pavol Rusnak1-0/+4
2021-12-05Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer1-5/+5
Conflicts: pkgs/development/python-modules/django-rq/default.nix pkgs/top-level/all-packages.nix
2021-12-05pypy3: 7.3.5 -> 7.3.7 (#147875)Sumner Evans1-5/+5
This adds support for Python 3.8. https://www.pypy.org/posts/2021/10/pypy-v737-release.html
2021-11-30python39: 3.9.8 -> 3.9.9Martin Weinelt1-2/+2
2021-11-30python311: init at 3.11.0a2Martin Weinelt1-0/+14
2021-11-30python39: 3.9.6 -> 3.9.8Martin Weinelt1-2/+2
2021-10-09Revert "python39: 3.9.6 -> 3.9.7"Martin Weinelt1-2/+2
This reverts commit d003f75d7888cd92993107b5a1d6e3a8d340bf68. Causes an unnecessary amount of breakages due to a DeprecationWarning regarding the loop argument in asyncio, that is going to be deprecrated in Python 3.10. > 'The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.' The ecosystem needs more time to catch up here. Broken packages are for example aiohttp, argh and by extension alot of other packages.
2021-10-05python310: 3.10.0-rc2 -> 3.10.0Martin Weinelt1-3/+3
2021-10-03python36: removeMartin Weinelt1-13/+0
2021-10-03python310: 3.10.0-rc1 -> 3.10.0-rc2Martin Weinelt1-2/+2
2021-10-03python36: 3.6.14 -> 3.6.15Martin Weinelt1-2/+2
2021-10-03python37: 3.7.11 -> 3.7.12Martin Weinelt1-2/+2
2021-10-03python39: 3.9.6 -> 3.9.7Martin Weinelt1-2/+2
2021-10-03python38: 3.8.11 -> 3.8.12Martin Weinelt1-2/+2
2021-08-09python310: 3.10.0b3 -> 3.10.0rc1Martin Weinelt1-2/+2
2021-07-29Merge pull request #131719 from FRidh/python2-to-3Frederik Rietdijk1-0/+1
Python: further migrate packages from 2 to 3
2021-07-27python interpreters: use correct python whenFrederik Rietdijk1-0/+1
calling pythonPackages.
2021-07-17Merge staging-next into staginggithub-actions[bot]1-7/+7
2021-07-17Merge master into staging-nextgithub-actions[bot]1-7/+7
2021-07-16pypy: 7.3.3 -> 7.3.5Dmitry Kalinkin1-4/+4
2021-07-16pypy3: change pythonVersion to 3.7Dmitry Kalinkin1-4/+4
2021-07-10python37: 3.7.10 -> 3.7.11Martin Weinelt1-2/+2