Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python
/
cpython
Public
Notifications
You must be signed in to change notification settings
Fork
31.8k
Star
66.7k
Code
Issues
5k+
Pull requests
1.9k
Actions
Projects
28
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
cpython
Lib
filecmp.py
on
main
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 30, 2024
gh-122400: Handle ValueError in filecmp (GH-122401)
picnixz
authored
3a9b2aa
Copy full SHA for 3a9b2aa
Commits on Jul 14, 2024
gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)
Show description for 50eec50
JelleZijlstra
authored
50eec50
Copy full SHA for 50eec50
Commits on Mar 4, 2024
gh-57141: Add dircmp shallow option (GH-109499)
Show description for 60743a9
3 people
authored
60743a9
Copy full SHA for 60743a9
Commits on Jun 19, 2022
gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)
Show description for 476d302
leikdga
authored
476d302
Copy full SHA for 476d302
Commits on Aug 4, 2021
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
Show description for a8dc489
3 people
authored
a8dc489
Copy full SHA for a8dc489
Commits on Nov 23, 2020
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Show description for 2f2f9d0
NickCrews
and
cjerdonek
authored
2f2f9d0
Copy full SHA for 2f2f9d0
Commits on Apr 10, 2020
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
emmatyping
authored
e3ec44d
Copy full SHA for e3ec44d
Commits on Nov 19, 2019
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
Show description for 293dd23
pablogsal
authored
293dd23
Copy full SHA for 293dd23
Commits on Apr 26, 2014
shallow defaults to 'True' not '1' (closes #21355)
Show description for d4992dc
benjaminp
committed
d4992dc
Copy full SHA for d4992dc
Commits on Feb 2, 2014
whatsnew: filecmp.clear_cache, and reword description of cache in docs.
bitdancer
committed
4885f49
Copy full SHA for 4885f49
Commits on Jun 14, 2013
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Show description for 7bff3cb
ned-deily
committed
7bff3cb
Copy full SHA for 7bff3cb
Commits on Jan 12, 2013
Close #15442: Expand the list of default directories ignored by filecmp.dircmp and expose it as a module attribute
eliben
committed
eb2884a
Copy full SHA for eb2884a
Commits on Dec 14, 2012
Cleanup filecmp: starting from 3.3 os.error is alias for OSError
asvetlov
committed
22f36ee
Copy full SHA for 22f36ee
Commits on Jun 25, 2011
Issue 11802: filecmp cache was growing without bound.
rhettinger
committed
7079719
Copy full SHA for 7079719
Commits on Jun 4, 2009
Use new form of with-statement instead of contextlib.nested().
rhettinger
committed
686057b
Copy full SHA for 686057b
Commits on May 17, 2009
Use PEP 8 and true booleans.
birkenfeld
committed
55689c9
Copy full SHA for 55689c9
Commits on Mar 21, 2009
Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from
Show description for f07d002
benjaminp
committed
f07d002
Copy full SHA for f07d002
Commits on Aug 17, 2008
Merged revisions 65787 via svnmerge from
Show description for b5ebf27
brettcannon
committed
b5ebf27
Copy full SHA for b5ebf27
Commits on Mar 13, 2008
Move itertools izip() code to builtins as zip(). Complete the renaming.
rhettinger
committed
736c0ab
Copy full SHA for 736c0ab
Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().
rhettinger
committed
b0002d2
Copy full SHA for b0002d2
Issues 2186 and 2187. Move map() from itertools to builtins.
rhettinger
committed
a6c6037
Copy full SHA for a6c6037
Issue 2186 and 2187. Move filter from itertools to builtins.
rhettinger
committed
17301e9
Copy full SHA for 17301e9
Commits on Jan 6, 2008
Fix more exception slicing.
birkenfeld
committed
d11b68a
Copy full SHA for d11b68a
Commits on Aug 30, 2007
Raise statement normalization in Lib/.
collinw
committed
ce36ad8
Copy full SHA for ce36ad8
Commits on Jul 3, 2007
Merged revisions 56125-56153 via svnmerge from
Show description for c1f779c
gvanrossum
committed
c1f779c
Copy full SHA for c1f779c
Commits on Feb 11, 2007
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Show description for cc2b016
gvanrossum
committed
cc2b016
Copy full SHA for cc2b016
Commits on Feb 9, 2007
Fix most trivially-findable print statements.
Show description for be19ed7
gvanrossum
committed
be19ed7
Copy full SHA for be19ed7
Commits on Jan 10, 2007
SF patch 1631942 by Collin Winter:
Show description for b940e11
gvanrossum
committed
b940e11
Copy full SHA for b940e11
Commits on Aug 19, 2006
Only three failing tests left: dbm, gdbm, tcl!
gvanrossum
committed
6e23e37
Copy full SHA for 6e23e37
Commits on Dec 5, 2004
Removed deprecated use_statcache argument.
rhettinger
committed
f3fa946
Copy full SHA for f3fa946
Commits on Sep 2, 2003
SF bug #453515: filecmp.dircmp case sensitivity bug
rhettinger
committed
eeca37e
Copy full SHA for eeca37e
Commits on Feb 27, 2003
Module review:
Show description for 05595e9
rhettinger
committed
05595e9
Copy full SHA for 05595e9
Commits on Feb 6, 2003
Add DeprecationWarning when use_statcache argument is supplied
Show description for 83e879d
akuchling
committed
83e879d
Copy full SHA for 83e879d
[Bug #680494] filecmp.py uses obsolete statcache module.
Show description for 8eb4044
akuchling
committed
8eb4044
Copy full SHA for 8eb4044
Commits on Jun 2, 2002
Replaced .keys() with dictionary iterators
rhettinger
committed
e0d4972
Copy full SHA for e0d4972
Pagination
Previous
Next
You can’t perform that action at this time.