Commits
User selector
Commit History
Commits on Feb 9, 2026
Fix GitConfigParser ignoring multiple [include] path entries
Show description for 1a74bcecommitted
Commits on Nov 29, 2025
Commits on Nov 28, 2025
Commits on Oct 7, 2025
Commits on Jul 20, 2025
- committed
Commits on Jun 8, 2025
Don't remove quotes if `\` or `"` are present inside
Show description for f2b8041committedRefactor quote parsing, to prepare for more checks
Show description for c8e4aa0committedRemove explicit empty `""` handling in ConfigParser
Show description for 2f22524committed
Commits on Jun 7, 2025
Preserve quoted leading and trailing single-line whitespace
Show description for bd2b930committed
Commits on Jun 6, 2025
Commits on Apr 26, 2024
Commits on Apr 22, 2024
Fix IndexError in GitConfigParser when config value ends in new line
Show description for 47e5738committed
Commits on Mar 19, 2024
Pick a consistent type for __all__ (for now, list)
Show description for 78055a8committedImprove how second-level imports and __all__ are written
Show description for 3d4e476committed
Commits on Mar 15, 2024
Use Sphinx manpage references where applicable
Show description for d8ab99ccommitted
Commits on Mar 10, 2024
Have git module use sys.platform to check for Windows
Show description for 88557bccommittedRemove some unneeded mypy suppressions
Show description for 84fc806committed
Commits on Feb 29, 2024
A couple more small docstring refinements
Show description for 37c93decommitted- committed
Commits on Feb 28, 2024
Further revise docstrings in second-level modules
Show description for cd61eb4committed
Commits on Feb 26, 2024
Revise docstrings in second-level modules
Show description for 1cd73bacommitted
Commits on Jan 26, 2024
Don't add `NullHandler`s
Show description for bc42ee5committedRename logger globals from log to _logger
Show description for 7bbccb4committedUse consistent style for passing logger name
Show description for 987dbf4committed
Commits on Dec 22, 2023
Convert constant and attribute comments to docstrings
Show description for 94a85d1committed
Commits on Dec 3, 2023
Don't return with operand when conceptually void
Show description for 39e2dffcommitted
Commits on Nov 6, 2023
Revise and restore some module docstrings
Show description for aed3b59committedMerge pull request #1732 from EliahKagan/compat
Show description for d5d897cauthored
Commits on Nov 4, 2023
Deprecate compat.is_<platform>, rewriting all uses
Show description for c01fe76committed
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032ccommitted
Commits on Nov 2, 2023
Use zero-argument super() where applicable
Show description for a47e46dcommitted