- 22 Aug, 2016 5 commits
-
-
Mark Dickinson authored
-
Victor Stinner authored
Issue #27128. When a Python function is called with no arguments, but all parameters have a default value: use default values as arguments for the fast path.
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
-
Raymond Hettinger authored
-
- 21 Aug, 2016 19 commits
-
-
Jason R. Coombs authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
-
Berker Peksag authored
According to PEP 249, cursor.description must be available for any SELECT statements, such as those that use CTEs. Backported from https://github.com/ghaering/pysqlite/commit/f67fa9c898a4713850e16934046f0fe2cba8c44c Additional test cases added by me.
-
Mark Dickinson authored
-
Mark Dickinson authored
have caused off-by-one-ulp results on certain platforms.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Multi-phase extension module import now correctly allows the ``m_methods`` field to be used to add module level functions to instances of non-module types returned from ``Py_create_mod``. Patch by Xiang Zhang.
-
Martin Panter authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Martin Panter authored
Also try to clarify the find_spec() error message.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 20 Aug, 2016 16 commits
-
-
Jason R. Coombs authored
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Ethan Furman authored
-
Ethan Furman authored
-
Martin Panter authored
-
Martin Panter authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Ethan Furman authored
-
Martin Panter authored
-
Martin Panter authored
-
Ned Deily authored
-
Ned Deily authored
bootstrap files: Could not find platform dependent libraries <exec_prefix Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] Patch by Xiang Zhang
-