- 02 Sep, 2016 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 01 Sep, 2016 2 commits
-
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
Terry Jan Reedy authored
-
- 31 Aug, 2016 6 commits
-
-
Raymond Hettinger authored
-
Guido van Rossum authored
Upstream https://github.com/python/asyncio/pull/408 by Ron Frederick.
-
Guido van Rossum authored
Upstream https://github.com/python/asyncio/pull/374 by Ron Frederick.
-
Guido van Rossum authored
-
Raymond Hettinger authored
-
R David Murray authored
Perhaps the BytesParser 'text' argument should really be bytes, but it hasn't been, it has been text, so for backward compatibility and for consistency with the regular Parser class, I'm keeping it as 'text'.
-
- 30 Aug, 2016 6 commits
-
-
Terry Jan Reedy authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
test_tools is pretty much useless unless somebody copies the scripts it tests into the proper location, but we might as well install it anyway to make sure it skips properly. test_warnings just didn't get included when it was turned into a package in 94966dfd3bd3.
-
Zachary Ware authored
-
- 29 Aug, 2016 1 commit
-
-
Serhiy Storchaka authored
creates not a cursor. Patch by Xiang Zhang.
-
- 27 Aug, 2016 2 commits
-
-
Martin Panter authored
In Subversion r86731, the path was changed from $(BINLIBDEST)/config to $(LIBDEST)/config-$(LDVERSION).
-
Martin Panter authored
Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0.
-
- 26 Aug, 2016 3 commits
-
-
Berker Peksag authored
Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
- 25 Aug, 2016 2 commits
-
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
- 24 Aug, 2016 4 commits
-
-
Terry Jan Reedy authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Jaysinh Shukla and Stéphane Wirtel.
-
R David Murray authored
Patch by SilengGhost.
-
- 23 Aug, 2016 2 commits
-
-
-
Guido van Rossum authored
-
- 22 Aug, 2016 2 commits
-
-
Berker Peksag authored
This was found by PVS-Studio: V595 The 'def' pointer was utilized before it was verified against nullptr. Check lines: 286, 292. pystate.c 286 Initial patch by Christian Heimes.
-
Mark Dickinson authored
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
-
- 21 Aug, 2016 6 commits
-
-
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.
-
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
Also try to clarify the find_spec() error message.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 20 Aug, 2016 2 commits
-
-
Martin Panter authored
-
Berker Peksag authored
-