pullrequests Search Results · repo:cs50/python-cs50 language:Python is:merged
Filter by
102 results
(138 ms)102 results
incs50/python-cs50 (press backspace or delete to remove) - Also wraps writelines now, per https://stackoverflow.com/a/107717.
- Updates style per latest style50.
- Increments version.
enhancement
dmalan
- Opened on Dec 17, 2023
- #180
This PR handles the situation when CREATE VIEW AND SELECT are both present in the query.
bug
enhancement
rongxin-liu
- 4
- Opened on Sep 29, 2023
- #176
The change is required when the stream to be wrapped is already a wrapper over the original std-stream and the wrapper
also uses method delegation via __getattr__.
I discovered this issue when investigating ...
enhancement
aivarannamaa
- 1
- Opened on Sep 23, 2023
- #175
As described in pep8: Object type comparisons should always use isinstance() instead of comparing types directly
Ref. https://peps.python.org/pep-0008/
up-n-atom
- 2
- Opened on Jan 29, 2023
- #172
Attempt to only load the sqlite3 module if the database connection string is for a sqlite database.
This should help with issues loading the sqlite3 module in an environment where this is not available ...
enhancement
matthiaswenz
- Opened on Dec 2, 2022
- #170