Skip to content

Commit 8c5204c

Browse files
committed
README: Order branch descriptions from latest to oldest
1 parent 585d405 commit 8c5204c

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,49 +26,49 @@ That said, there are few scenarios where maintaining CPython patches is relevant
2626
Available branches
2727
------------------
2828

29-
* `2.7.3-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.3-patches>`_:
29+
* `3.6.2-patches <https://github.com/python/cpython/compare/3.6...python-cmake-buildsystem:3.6.2-patches>`_:
3030

31-
* Fix build with GNU readline >= 6.3.
32-
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
31+
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
32+
of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.6.x
3333

34-
*Apply to 2.7.3 and 2.7.4*
34+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.6.x
3535

36-
* `2.7.5-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.5-patches>`_:
36+
* Export inlined functions to support extension built-in on Windows. - Apply to 3.6.x
37+
38+
* `3.5.3-patches <https://github.com/python/cpython/compare/3.5...python-cmake-buildsystem:3.5.3-patches>`_:
3739

38-
* Fix build with GNU readline >= 6.3.
39-
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
40+
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
41+
of the same name (``io.h`` and ``memory.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.5.x
4042

41-
*Apply to 2.7.5 and 2.7.6*
43+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.5.x
4244

43-
* `2.7.13-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.13-patches>`_:
45+
* Export inlined functions to support extension built-in on Windows. - Apply to 3.5.x
46+
47+
* `2.7.15-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.15-patches>`_:
4448

4549
* Support for VS2010 and VS2015.
4650
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
4751

48-
*Apply to 2.7.11, 2.7.12 and 2.7.14*
49-
50-
* `2.7.15-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.15-patches>`_:
52+
* `2.7.13-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.13-patches>`_:
5153

5254
* Support for VS2010 and VS2015.
5355
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
5456

55-
* `3.5.3-patches <https://github.com/python/cpython/compare/3.5...python-cmake-buildsystem:3.5.3-patches>`_:
56-
57-
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
58-
of the same name (``io.h`` and ``memory.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.5.x
57+
*Apply to 2.7.11, 2.7.12 and 2.7.14*
5958

60-
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.5.x
59+
* `2.7.5-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.5-patches>`_:
6160

62-
* Export inlined functions to support extension built-in on Windows. - Apply to 3.5.x
61+
* Fix build with GNU readline >= 6.3.
62+
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
6363

64-
* `3.6.2-patches <https://github.com/python/cpython/compare/3.6...python-cmake-buildsystem:3.6.2-patches>`_:
64+
*Apply to 2.7.5 and 2.7.6*
6565

66-
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
67-
of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.6.x
66+
* `2.7.3-patches <https://github.com/python/cpython/compare/2.7...python-cmake-buildsystem:2.7.3-patches>`_:
6867

69-
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.6.x
68+
* Fix build with GNU readline >= 6.3.
69+
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
7070

71-
* Export inlined functions to support extension built-in on Windows. - Apply to 3.6.x
71+
*Apply to 2.7.3 and 2.7.4*
7272

7373

7474
License

0 commit comments

Comments
 (0)