Skip to content

pullrequests Search Results · repo:cs50/python-cs50 language:Python

Filter by

123 results
 (120 ms)

123 results

incs50/python-cs50 (press backspace or delete to remove)

New functions for cs50 Based on my experience with python during cs50x week 6, I didnt understand much of how .csv files worked and how to read them but eventually I did understand how to read those files. ...
  • OmarSSpy
  • 3
  • Opened 
    on Feb 12
  • #188

bug
enhancement
  • dmalan
  • Opened 
    on Oct 15, 2024
  • #186

  • Leckso0
  • Opened 
    on Apr 23, 2024
  • #182

- 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

enhancement
  • rongxin-liu
  • 4
  • Opened 
    on Sep 13, 2023
  • #174

  • Damz1
  • Opened 
    on Jun 19, 2023
  • #173

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