Staging
v0.8.1
https://github.com/python/cpython
Revision b63a620014b67a6e63d10783149c41baaf59def8 authored by Matěj Cepl on 07 December 2020, 20:05:13 UTC, committed by GitHub on 07 December 2020, 20:05:13 UTC
The solution in gh#python/cpython#13236 is too strict because it
effectively requires the use of Sphinx >= 2.0. It is not too difficult to
make the same solution more robust so it works with all normal versions
of Sphinx.
1 parent c0afb7f
History
Tip revision: b63a620014b67a6e63d10783149c41baaf59def8 authored by Matěj Cepl on 07 December 2020, 20:05:13 UTC
bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)
Tip revision: b63a620
File Mode Size
clinic
cache.c -rw-r--r-- 7.8 KB
cache.h -rw-r--r-- 2.3 KB
connection.c -rw-r--r-- 54.3 KB
connection.h -rw-r--r-- 4.6 KB
cursor.c -rw-r--r-- 27.4 KB
cursor.h -rw-r--r-- 2.4 KB
microprotocols.c -rw-r--r-- 4.3 KB
microprotocols.h -rw-r--r-- 1.8 KB
module.c -rw-r--r-- 14.3 KB
module.h -rw-r--r-- 1.9 KB
prepare_protocol.c -rw-r--r-- 2.0 KB
prepare_protocol.h -rw-r--r-- 1.5 KB
row.c -rw-r--r-- 6.7 KB
row.h -rw-r--r-- 1.3 KB
statement.c -rw-r--r-- 14.5 KB
statement.h -rw-r--r-- 2.0 KB
util.c -rw-r--r-- 4.0 KB
util.h -rw-r--r-- 1.6 KB

back to top