- 12 Sep, 2016 25 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Patch by Duane Griffin. Reviewed and approved by Stefan Behnel.)
-
Terry Jan Reedy authored
Patch by Roger Serwy, updated by Bayard Randel.
-
Terry Jan Reedy authored
Patch by Roger Serwy, updated by Bayard Randel.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by wim glenn.
-
Ned Deily authored
-
Berker Peksag authored
Patch adapted from https://github.com/ghaering/pysqlite/commit/9b79188edbc50faa24dc178afe24a10454f3fcad
-
Steve Dower authored
-
Steve Dower authored
-
Alexander Belopolsky authored
-
Steve Dower authored
-
Zachary Ware authored
-
Martin Panter authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Martin Panter authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 11 Sep, 2016 15 commits
-
-
Christian Heimes authored
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Ivan Levkivskyi (3.5 version)
-
Guido van Rossum authored
-
Guido van Rossum authored
Ivan Levkivskyi (3.6 version)
-
Christian Heimes authored
-
Ethan Furman authored
-
Serhiy Storchaka authored
* BUILD_TUPLE_UNPACK and BUILD_MAP_UNPACK_WITH_CALL no longer generated with single tuple or dict. * Restored more informative error messages for incorrect var-positional and var-keyword arguments. * Removed code duplications in _PyEval_EvalCodeWithName(). * Removed redundant runtime checks and parameters in _PyStack_AsDict(). * Added a workaround and enabled previously disabled test in test_traceback. * Removed dead code from the dis module.
-
R David Murray authored
-
R David Murray authored
This is a further restoration of backward compatibility, as well as being correct per the RFCs.
-
Christian Heimes authored
-
Ethan Furman authored
-
Ethan Furman authored
-