Skip to content

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

Filter by

123 results
 (126 ms)

123 results

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

I have implemented two overloads of get_int() and get_float(). Minimum and Maximum value can be passed and then get_int() and get_float() will give input within a range specified. By using this user can ...
  • MuhammadHassanRazaa
  • 2
  • Opened 
    on Mar 10, 2021
  • #148

  • kzidane
  • Opened 
    on Mar 10, 2021
  • #147

Fixes #140, #141.
bug
  • dmalan
  • Opened 
    on Dec 14, 2020
  • #142

When debug mode is off, sometimes a AttributeError: _AppCtxGlobals object has no attribute _connection is thrown during operation. This is solved by checking that _connection exists in the flask ...
bug
  • io614
  • 1
  • Opened 
    on Nov 29, 2020
  • #137

When instantiating cs50.SQL, logging.basicConfig is called. It adds a handler on the root logger, if one doesn t exist, which causes flask to not add its own default handler, in which case our _formatException ...
  • kzidane
  • 11
  • Opened 
    on Nov 24, 2020
  • #136