-
Notifications
You must be signed in to change notification settings - Fork 272
Comparing changes
Open a pull request
base repository: cs50/python-cs50
base: v7.0.2
head repository: cs50/python-cs50
compare: main
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 959abb5 - Browse repository at this point
Copy the full SHA 959abb5View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 98840ee - Browse repository at this point
Copy the full SHA 98840eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3113628 - Browse repository at this point
Copy the full SHA 3113628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6108d - Browse repository at this point
Copy the full SHA 4c6108dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ed957 - Browse repository at this point
Copy the full SHA e1ed957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7240955 - Browse repository at this point
Copy the full SHA 7240955View commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d827119 - Browse repository at this point
Copy the full SHA d827119View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb03140 - Browse repository at this point
Copy the full SHA cb03140View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9a6315 - Browse repository at this point
Copy the full SHA d9a6315View commit details
Commits on Feb 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c08044 - Browse repository at this point
Copy the full SHA 8c08044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9342365 - Browse repository at this point
Copy the full SHA 9342365View commit details -
Configuration menu - View commit details
-
Copy full SHA for b813f9f - Browse repository at this point
Copy the full SHA b813f9fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for be80c55 - Browse repository at this point
Copy the full SHA be80c55View commit details -
Merge pull request #163 from cs50/postgresql
Addresses PostgreSQL rollbacks
Configuration menu - View commit details
-
Copy full SHA for 6d9bad7 - Browse repository at this point
Copy the full SHA 6d9bad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c908273 - Browse repository at this point
Copy the full SHA c908273View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351fcb3 - Browse repository at this point
Copy the full SHA 351fcb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90fab66 - Browse repository at this point
Copy the full SHA 90fab66View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d06017f - Browse repository at this point
Copy the full SHA d06017fView commit details -
Configuration menu - View commit details
-
Copy full SHA for afb51bc - Browse repository at this point
Copy the full SHA afb51bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5bee0 - Browse repository at this point
Copy the full SHA 6a5bee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42482f9 - Browse repository at this point
Copy the full SHA 42482f9View commit details -
Merge pull request #166 from cs50/logging
using INFO, WARNING, and ERROR instead of DEBUG
Configuration menu - View commit details
-
Copy full SHA for 9540ec3 - Browse repository at this point
Copy the full SHA 9540ec3View commit details
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a43b565 - Browse repository at this point
Copy the full SHA a43b565View commit details -
Merge pull request #167 from cs50/flask_env
scoping INFO and ERROR to FLASK_ENV=development
Configuration menu - View commit details
-
Copy full SHA for 0251617 - Browse repository at this point
Copy the full SHA 0251617View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6ceac6 - Browse repository at this point
Copy the full SHA a6ceac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0039f7e - Browse repository at this point
Copy the full SHA 0039f7eView commit details
Commits on Jul 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7448bc0 - Browse repository at this point
Copy the full SHA 7448bc0View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2353182 - Browse repository at this point
Copy the full SHA 2353182View commit details
Commits on Oct 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07ad96b - Browse repository at this point
Copy the full SHA 07ad96bView commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fcc68a1 - Browse repository at this point
Copy the full SHA fcc68a1View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b048ba2 - Browse repository at this point
Copy the full SHA b048ba2View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bd25298 - Browse repository at this point
Copy the full SHA bd25298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01236bc - Browse repository at this point
Copy the full SHA 01236bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3784cc - Browse repository at this point
Copy the full SHA a3784ccView commit details -
Merge pull request #170 from matthiaswenz/conditional-import-sqlite
Load sqlite module only if sqlite connection
Configuration menu - View commit details
-
Copy full SHA for 1cfb99f - Browse repository at this point
Copy the full SHA 1cfb99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 328a76c - Browse repository at this point
Copy the full SHA 328a76cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c552d3 - Browse repository at this point
Copy the full SHA 0c552d3View commit details -
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
There are no files selected for viewing