nixpkgs/pkgs/development/interpreters/python/cpython/3.6
Frederik Rietdijk efbe87f3ef CPython: merge expressions of interpreters
Each time a new major/minor version of CPython was released, a new
expression would be written, typically copied from the previous release.
Often fixes are only made in the current/latest release. By merging the
expressions it's more likely that modifications end up in all versions,
as is likely intended.

This commit introduces one expression for Python 3, and another for 2.7.
These two may also be merged, but it will result in a lot of extra
conditionals making the expression harder to follow.

A common passthru is introduced for CPython and PyPy.

python 2.7: use common passthru
2019-01-04 10:45:22 +01:00
..
no-ldconfig.patch python 3.4, 3.5, 3.6: Don't use ldconfig and speed up uuid load, fixes #28349 2017-08-28 09:42:59 +02:00
use-correct-tcl-tk-on-darwin.patch pythonPackages.tkinter: fix darwin build 2018-03-18 22:28:46 +01:00