-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Comparing changes
Open a pull request
base repository: sphinx-doc/sphinx
base: v3.4.0
head repository: sphinx-doc/sphinx
compare: v3.4.1
- 16 commits
- 11 files changed
- 3 contributors
Commits on Dec 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 323b136 - Browse repository at this point
Copy the full SHA 323b136View commit details
Commits on Dec 21, 2020
-
Fix #8559: AttributeError is raised when using ForwardRef
The restify() helper crashes when ForwardRef is passed.
Configuration menu - View commit details
-
Copy full SHA for 423e7ab - Browse repository at this point
Copy the full SHA 423e7abView commit details -
Merge pull request #8564 from tk0miya/8559_AttributeError_for_ForwardRef
Fix #8559: AttributeError is raised when using ForwardRef
Configuration menu - View commit details
-
Copy full SHA for 97a0bab - Browse repository at this point
Copy the full SHA 97a0babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4431f11 - Browse repository at this point
Copy the full SHA 4431f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2208094 - Browse repository at this point
Copy the full SHA 2208094View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3292b5 - Browse repository at this point
Copy the full SHA b3292b5View commit details -
Merge pull request #8570 from tk0miya/8569_getslots_TypeError
Fixes #8568. Ignore TypeError from getslots in isslotsattribute
Configuration menu - View commit details
-
Copy full SHA for 31cad2e - Browse repository at this point
Copy the full SHA 31cad2eView commit details -
Fix #8567: autodoc: Instance attributes are incorrectly added to Pare…
…nt class The instance attributes on subclasses are shown on the document of parent class unexpectedly because of autodoc modifies `__annotations__` in place. This fix creates a copy of `__annotations__` attribute and attach it to the subclass.
Configuration menu - View commit details
-
Copy full SHA for 70bb226 - Browse repository at this point
Copy the full SHA 70bb226View commit details
Commits on Dec 22, 2020
-
Merge pull request #8571 from tk0miya/8567_wrong_ivars_in_parent_class
Fix #8567: autodoc: Instance attributes are incorrectly added to Parent class
Configuration menu - View commit details
-
Copy full SHA for 955d655 - Browse repository at this point
Copy the full SHA 955d655View commit details -
Ensure linkcheck items are comparable
Linkcheck organizes the URLs to checks in a PriorityQueue. The items are tuples (priority, url, docname, lineno). Tuples where the lineno is `None` are not comparable with tuples that have an integer lineno, and PriorityQueue items must be comparable (see https://bugs.python.org/issue31145). Fixes an issue when a document contains two links to the same URL, one with an int line number and the other without line number metadata (such as an image :target: attribute). Using 0 instead of None to represent no line number should not lead to observable changes, the result logger only logs the line number when it is truthy. Close #8565
Configuration menu - View commit details
-
Copy full SHA for a1b8b1f - Browse repository at this point
Copy the full SHA a1b8b1fView commit details
Commits on Dec 23, 2020
-
Merge pull request #8579 from francoisfreitag/fix-queue
Ensure linkcheck items are comparable
Configuration menu - View commit details
-
Copy full SHA for 46eaa5d - Browse repository at this point
Copy the full SHA 46eaa5dView commit details -
Fix #8566: autodoc-process-docstring is emitted to the alias classes
On the refactoring of Documenter.add_content() method, the autodoc-process-docstring event is emitted to the alias classes (called as doc_as_attr in our code) unexpectedly. Before the change, it has never been emitted. The event causes that extensions (ex. numpydoc) confused. So this reverts the change temporarily (during 3.4.x). refs: #8533
Configuration menu - View commit details
-
Copy full SHA for df8ab21 - Browse repository at this point
Copy the full SHA df8ab21View commit details
Commits on Dec 24, 2020
-
Merge pull request #8581 from tk0miya/8566_autodoc_process_docstring_…
…for_alias_classes Fix #8566: autodoc-process-docstring is emitted to the alias classes
Configuration menu - View commit details
-
Copy full SHA for 0432604 - Browse repository at this point
Copy the full SHA 0432604View commit details -
Fix #8583: autodoc: Unnecessary object comparision via
__eq__methodIt should be compared by `is` keyword instead.
Configuration menu - View commit details
-
Copy full SHA for 5c39d0c - Browse repository at this point
Copy the full SHA 5c39d0cView commit details -
Merge pull request #8585 from tk0miya/8583_unnecessary_eq
Fix #8583: autodoc: Unnecessary object comparision via ``__eq__`` method
Configuration menu - View commit details
-
Copy full SHA for b94752a - Browse repository at this point
Copy the full SHA b94752aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5406b9 - Browse repository at this point
Copy the full SHA f5406b9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.4.0...v3.4.1