|
|
1
|
Add release notes and doc updates for pydiffx 1.1.1.
|
chipx86
|
June 5th, 2023, 3:24 p.m.
|
|
|
|
1
|
Fix and add support for Python 3.12.
|
chipx86
|
June 2nd, 2023, 12:31 a.m.
|
|
|
|
1
|
Remove six from pydiffx.
|
chipx86
|
August 20th, 2022, 8:52 p.m.
|
|
|
|
1
|
Bump pydiffx to 2.0 dev and update Python compatibility.
|
chipx86
|
August 20th, 2022, 8:44 p.m.
|
|
|
|
1
|
Switch pydiffx's test runner to pytest.
|
chipx86
|
September 19th, 2022, 7:14 p.m.
|
|
|
|
1
|
Fix parsing unified diff hunks with "No newline at end of file" markers.
|
chipx86
|
September 4th, 2022, 3:51 a.m.
|
|
|
|
1
|
Move pydiffx unit tests to pytest.
|
chipx86
|
August 20th, 2022, 9:02 p.m.
|
|
|
|
1
|
Remove unicode_literals from pydiffx.
|
chipx86
|
August 20th, 2022, 8:56 p.m.
|
|
|
|
1
|
Flesh out information and examples on symlinks.
|
chipx86
|
April 15th, 2022, 12:25 a.m.
|
|
|
|
1
|
Fix documentation typo in reader.py
|
jordanvandenbruel
|
December 6th, 2021, 11:36 a.m.
|
|
|
|
4
|
Implementation of GoDiffX up to Reader.go
|
jordanvandenbruel
|
November 10th, 2021, 7:15 p.m.
|
|
|
|
1
|
Fix concatenation issue in 'test_with_garbage_hunk' test for unifed_diffs.py
|
jordanvandenbruel
|
November 3rd, 2021, 8:43 p.m.
|
|
|
|
|
[Outdated] Basic Util Files For GoDiffX
|
jordanvandenbruel
|
October 1st, 2021, 3:21 p.m.
|
|
|
|
|
Create LICENSE and README for project
|
jordanvandenbruel
|
September 28th, 2021, 9:23 a.m.
|
|
|
|
1
|
Suppress errors when trying to generate stats for empty diffs.
|
david
|
August 18th, 2021, 2:39 p.m.
|
|
|
|
1
|
Update the spec to include the line_endings option and trailing newline rules.
|
chipx86
|
August 2nd, 2021, 1:04 a.m.
|
|
|
|
1
|
Fix setting diff types and avoid generating stats for binary diffs.
|
chipx86
|
August 3rd, 2021, 2:01 a.m.
|
|
|
|
1
|
Fix appending a specified newline type to a multi-byte-encoded diff.
|
chipx86
|
July 31st, 2021, 2:18 a.m.
|
|
|
|
1
|
Fix a crash in DiffXFileSection.generate_stats with no diff.
|
chipx86
|
July 31st, 2021, 1:10 a.m.
|
|
|
|
1
|
Allow the version to be set during DiffX construction.
|
chipx86
|
July 31st, 2021, 1:03 a.m.
|
|
|
|
1
|
Improve the section order errors to help diagnose problems.
|
chipx86
|
July 31st, 2021, 12:40 a.m.
|
|
|
|
1
|
Ensure byte-for-byte results when reading and then writing a file.
|
chipx86
|
July 31st, 2021, 1:59 a.m.
|
|
|
|
1
|
Clarify some metadata and change the keys for date-related metadata.
|
chipx86
|
July 28th, 2021, 5:32 p.m.
|
|
|
|
1
|
Clean up some text of the sections part of the spec and add more anchors.
|
chipx86
|
July 28th, 2021, 5:39 p.m.
|
|
|
|
1
|
Add custom CSS to the spec to left-align example code captions.
|
chipx86
|
July 28th, 2021, 6:09 p.m.
|
|
|
|
1
|
Add versioning and package metadata for pydiffx.
|
chipx86
|
July 28th, 2021, 4:31 p.m.
|
|
|
|
1
|
Fix up metadata in tests and add a missing test file.
|
chipx86
|
July 28th, 2021, 4:46 p.m.
|
|
|
|
1
|
Add READMEs and a LICENSE file for the repository and pydiffx.
|
chipx86
|
July 28th, 2021, 4:35 p.m.
|
|
|
|
1
|
Add a utility function for returning encoded newlines for a type.
|
chipx86
|
July 23rd, 2021, 3:13 p.m.
|
|
|
|
1
|
Add a DOM function for generating the "stats" metadata.
|
chipx86
|
July 23rd, 2021, 5:38 p.m.
|
|
|
|
1
|
Add initial documentation for pydiffx.
|
chipx86
|
July 21st, 2021, 10:14 p.m.
|
|
|
|
1
|
Update some text and examples in the spec.
|
chipx86
|
July 20th, 2021, 5:01 p.m.
|
|
|
|
1
|
Update the theme and Last Updated timestamp for the spec.
|
chipx86
|
July 23rd, 2021, 2:48 a.m.
|
|
|
|
1
|
Add a utility parser for hunks in a diff.
|
chipx86
|
July 21st, 2021, 10:43 p.m.
|
|
|
|
1
|
Add convenience imports and docs to the base pydiffx module.
|
chipx86
|
July 21st, 2021, 10:04 p.m.
|
|
|
|
1
|
Clarify some metadata and update optional/required/recommended status.
|
chipx86
|
July 19th, 2021, 2:54 a.m.
|
|
|
|
1
|
Add constants for default options in DiffXWriter.
|
chipx86
|
July 17th, 2021, 2:54 a.m.
|
|
|
|
1
|
Fix issues with multi-byte encodings in content sections.
|
chipx86
|
July 10th, 2021, 4:34 p.m.
|
|
|
|
1
|
Add a streaming writer for DiffX files.
|
chipx86
|
July 10th, 2021, 12:17 a.m.
|
|
|
|
1
|
Rename the diffx Python module and package to pydiffx.
|
chipx86
|
July 10th, 2021, 7:58 p.m.
|
|
|
|
1
|
Add a streaming parser for DiffX files.
|
chipx86
|
July 7th, 2021, 5:29 p.m.
|
|
|
|
1
|
Add an object model for DiffX files.
|
chipx86
|
July 17th, 2021, 6:21 p.m.
|
|
|
|
1
|
Always use byte strings and don't inherit encodings for diff content.
|
chipx86
|
July 20th, 2021, 1:33 a.m.
|
|
|
|
1
|
Rename "commit id" and "parent commit ids" to "id" and "parent ids".
|
chipx86
|
July 19th, 2021, 1:57 a.m.
|
|
|
|
1
|
Add an Introduction page with some high-level information.
|
chipx86
|
July 6th, 2021, 1:47 a.m.
|
|
|
|
1
|
Reorganize and improve upon the docs on sections and definitions.
|
chipx86
|
July 6th, 2021, 1:43 a.m.
|
|
|
|
1
|
Add initial support for unit tests for the diffx module.
|
chipx86
|
July 7th, 2021, 4:55 p.m.
|
|
|
|
1
|
Split up the main DiffX spec into multiple files.
|
chipx86
|
July 6th, 2021, 6:02 p.m.
|
|
|
|
1
|
Add a section of example diffs to the spec.
|
chipx86
|
July 2nd, 2021, 4:23 p.m.
|
|
|
|
1
|
Move to JSON as the metadata format for DiffX.
|
chipx86
|
July 5th, 2021, 7:25 p.m.
|
|