-
Notifications
You must be signed in to change notification settings - Fork 270
Comparing changes
Open a pull request
base repository: cs50/python-cs50
base: v9.2.3
head repository: cs50/python-cs50
compare: main
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ccbd99 - Browse repository at this point
Copy the full SHA 3ccbd99View commit details
Commits on Jan 29, 2023
-
Respect pep8 and revert 659c8f4
As described in pep8: "Object type comparisons should always use isinstance() instead of comparing types directly:" Ref. https://peps.python.org/pep-0008/
Configuration menu - View commit details
-
Copy full SHA for 777b4da - Browse repository at this point
Copy the full SHA 777b4daView commit details -
Fix order of datetime type checks
datetime.datetime inherits datetime.date and will prematurely evaluate as an instance of datetime.date.
Configuration menu - View commit details
-
Copy full SHA for 6096c7e - Browse repository at this point
Copy the full SHA 6096c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53cf4d2 - Browse repository at this point
Copy the full SHA 53cf4d2View commit details -
Merge pull request #172 from up-n-atom/type-checking
Respect pep8 and revert 659c8f4
Configuration menu - View commit details
-
Copy full SHA for 5c06978 - Browse repository at this point
Copy the full SHA 5c06978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 464f237 - Browse repository at this point
Copy the full SHA 464f237View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f807f1e - Browse repository at this point
Copy the full SHA f807f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca09441 - Browse repository at this point
Copy the full SHA ca09441View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ed4803 - Browse repository at this point
Copy the full SHA 2ed4803View commit details
Commits on Sep 23, 2023
-
Fix method delegation in _flushfile
Required when the faked stream is already faked and the original fake also uses method delegation.
Configuration menu - View commit details
-
Copy full SHA for b8581fe - Browse repository at this point
Copy the full SHA b8581feView commit details -
Merge pull request #1 from aivarannamaa/aivarannamaa-flushfile-getattr
Fix method delegation in _flushfile
Configuration menu - View commit details
-
Copy full SHA for c5b093f - Browse repository at this point
Copy the full SHA c5b093fView commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4424e65 - Browse repository at this point
Copy the full SHA 4424e65View commit details -
Merge pull request #176 from cs50/create-view
Adds support for 'CREATE VIEW' statement
Configuration menu - View commit details
-
Copy full SHA for 955637c - Browse repository at this point
Copy the full SHA 955637cView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0608340 - Browse repository at this point
Copy the full SHA 0608340View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3f0a0c - Browse repository at this point
Copy the full SHA b3f0a0cView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f42ff32 - Browse repository at this point
Copy the full SHA f42ff32View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb72634 - Browse repository at this point
Copy the full SHA bb72634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ddef31 - Browse repository at this point
Copy the full SHA 3ddef31View commit details -
Merge pull request #174 from cs50/SQLAlchemy-2.0
Support SQLAlchemy 2.0
Configuration menu - View commit details
-
Copy full SHA for fcc8cb9 - Browse repository at this point
Copy the full SHA fcc8cb9View commit details
Commits on Dec 17, 2023
-
Merge pull request #175 from aivarannamaa/main
Fix method delegation in `_flushfile`
Configuration menu - View commit details
-
Copy full SHA for 62ad33c - Browse repository at this point
Copy the full SHA 62ad33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b644dd - Browse repository at this point
Copy the full SHA 1b644ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18486c - Browse repository at this point
Copy the full SHA e18486cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 781c1c2 - Browse repository at this point
Copy the full SHA 781c1c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a9741 - Browse repository at this point
Copy the full SHA 14a9741View commit details -
Configuration menu - View commit details
-
Copy full SHA for d981368 - Browse repository at this point
Copy the full SHA d981368View commit details -
Merge pull request #180 from cs50/updates
updated IO wrapper, style, version
Configuration menu - View commit details
-
Copy full SHA for c73d1d2 - Browse repository at this point
Copy the full SHA c73d1d2View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc6647a - Browse repository at this point
Copy the full SHA fc6647aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128f498 - Browse repository at this point
Copy the full SHA 128f498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b90369 - Browse repository at this point
Copy the full SHA 3b90369View commit details -
Configuration menu - View commit details
-
Copy full SHA for e47cc35 - Browse repository at this point
Copy the full SHA e47cc35View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6a43f - Browse repository at this point
Copy the full SHA dc6a43fView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 688af68 - Browse repository at this point
Copy the full SHA 688af68View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d67a26b - Browse repository at this point
Copy the full SHA d67a26bView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d5fd94 - Browse repository at this point
Copy the full SHA 2d5fd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81a0a3 - Browse repository at this point
Copy the full SHA f81a0a3View commit details -
Merge pull request #186 from cs50/vacuum
Adds support for `VACUUM`, fixes raw strings
Configuration menu - View commit details
-
Copy full SHA for e75afaf - Browse repository at this point
Copy the full SHA e75afafView commit details
There are no files selected for viewing