-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backport to 3.5] bpo-28929: Link the documentation to its source file on GitHub #36
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change the documentation's `Show Source` link on the left menu to GitHub source file. (cherry picked from commit 23bafa2)
methane
approved these changes
Feb 12, 2017
berkerpeksag
approved these changes
Feb 12, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
- Update the C-API docs to match stackless_api.h - Add the Stackless C-API documentation to the TOC-tree. - fix broken links to external locations - Add Anselm Kruis to the list of maintainers. https://bitbucket.org/stackless-dev/stackless/issues/36 (grafted from f5b236f83d72 and 1896b9fd070901be01e6fc466fc1f9fa520b9c1d)
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Apr 22, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Apr 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Apr 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Apr 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
May 17, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
May 27, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Jun 6, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Jun 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
tiran
pushed a commit
to tiran/cpython
that referenced
this pull request
Aug 22, 2022
tiran
pushed a commit
to tiran/cpython
that referenced
this pull request
Aug 22, 2022
tiran
pushed a commit
to tiran/cpython
that referenced
this pull request
Aug 23, 2022
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Sep 22, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Dec 8, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
jaraco
pushed a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
Document the ABC Closes python#36 See merge request python-devs/importlib_resources!40
jaraco
pushed a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
This change adds `nitpicky=True` (which is an equivalent of `-n`) to make Sphinx emit warnings for any references to non-existing targets. Then, it adds `-W` to make it fail whenever a single warning is seen. Finally, `--keep-going` allows Sphinx to print out all the warnings before exiting instead of showing just one and bailing. Resolves python#29 Refs: * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jun 25, 2023
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Jul 28, 2023
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Aug 27, 2023
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Feb 10, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Feb 19, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Feb 21, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Jul 11, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Aug 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Sep 4, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Sep 9, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
lazka
added a commit
to lazka/cpython
that referenced
this pull request
Nov 2, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Nov 2, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Nov 2, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
naveen521kk
pushed a commit
to naveen521kk/cpython
that referenced
this pull request
Dec 27, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code that isn't compatible on Windows, mainly because the feature is Unix related. Default to "no" on Windows instead. Fixes python#36
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change the documentation's
Show Source
link on the left menuto GitHub source file.
(cherry picked from commit 23bafa2)