-
Notifications
You must be signed in to change notification settings - Fork 898
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Python-Markdown/markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Python-Markdown/markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 39 files changed
- 5 contributors
Commits on Nov 1, 2023
-
Correct the declarations of I/O buffers as bytes-based
* Correctly declare the parameter annotations as `BinaryIO`, because in fact it works only with byte-based buffers. * `sys.stdin.read()` is always a string, so remove the Python2-specific check. * Correct the patch in the test which incorrectly sets `sys.stdin` to a bytes buffer which it never is. * `sys.stdout.buffer` always exists, so remove the Python2-specific fallback. * Correct the patch in the test which incorrectly sets `sys.stdout` to a bytes buffer which it never is. And fix a matching mistake because this necessitated `stdout.read().decode()`.Configuration menu - View commit details
-
Copy full SHA for 8e517de - Browse repository at this point
Copy the full SHA 8e517deView commit details
Commits on Nov 2, 2023
-
Switch to a different action (cpina/github-action-push-to-another-repository) which has worked in testing (see https://github.com/waylan/test-repo-source). Also updated the version of many actions in all workflows to eliminate various warnings we have been getting of late.
Configuration menu - View commit details
-
Copy full SHA for 5cbabe1 - Browse repository at this point
Copy the full SHA 5cbabe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d0c18 - Browse repository at this point
Copy the full SHA 85d0c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 040b617 - Browse repository at this point
Copy the full SHA 040b617View commit details -
There are no other references to `content_indention`, and it seems that there were no problems with this only because the other line `self.content_indent = indent` kicks in in all relevant situations.
Configuration menu - View commit details
-
Copy full SHA for 87249be - Browse repository at this point
Copy the full SHA 87249beView commit details
Commits on Nov 3, 2023
-
Fix edge-case crash in codehilite
If there is an empty `<pre><code></code></pre>` inserted by another extension, there can be an exception. The added test case was crashing before this change.
Configuration menu - View commit details
-
Copy full SHA for f5b151a - Browse repository at this point
Copy the full SHA f5b151aView commit details -
Fix edge-case crash in InlineProcessor
If an inlineprocessor returns an AtomicString (even though that is pointless, a plain string is atomic in that context), there can be an exception in 2 separate places. The added test case was crashing before this change.
Configuration menu - View commit details
-
Copy full SHA for a63e6f3 - Browse repository at this point
Copy the full SHA a63e6f3View commit details
Commits on Nov 6, 2023
-
The update in 5cbabe1 didn't provide for a .nojekyll file, which is necessary when publishing to GitHub Pages to avoid Jekyll messing with our statically generated documentation. Also added a user input to the manual deploy script which allows deploying from any past reference (tag or commit).
Configuration menu - View commit details
-
Copy full SHA for dcd69b1 - Browse repository at this point
Copy the full SHA dcd69b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac7977 - Browse repository at this point
Copy the full SHA dac7977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b06df2 - Browse repository at this point
Copy the full SHA 9b06df2View commit details -
Split changelog workflows to separate logic on when each gets run.
Also fix a typo (`path=>paths`).
Configuration menu - View commit details
-
Copy full SHA for bc14d59 - Browse repository at this point
Copy the full SHA bc14d59View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d7f255 - Browse repository at this point
Copy the full SHA 5d7f255View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cef5afe - Browse repository at this point
Copy the full SHA cef5afeView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2a9c53 - Browse repository at this point
Copy the full SHA a2a9c53View commit details
Commits on Jan 3, 2024
-
Fix handling of bogus comments.
As with most implementations, we now pass through bogus comments (as defined by the HTML Spec) unaltered except that they are HTML escaped. This deviates from the reference implementation which completely ignores them. As the reference implementation seems to not have even contemplated their existence, it is not being used as a reference in this instance. Fixes #1425.
Configuration menu - View commit details
-
Copy full SHA for e466f38 - Browse repository at this point
Copy the full SHA e466f38View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08dacae - Browse repository at this point
Copy the full SHA 08dacaeView commit details
Loading
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 3.5.1...3.5.2