- 12 Jun, 2016 13 commits
-
-
Berker Peksag authored
Patch by Dave Sawyer.
-
Berker Peksag authored
* Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer.
-
Berker Peksag authored
-
Berker Peksag authored
Initial patch by Jelle Zijlstra.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Based on patches by Konstantin Molchanov and Neil Girdhar.
-
Łukasz Langa authored
Patch by James Pickering.
-
- 11 Jun, 2016 13 commits
-
-
Łukasz Langa authored
Patch by Jason Fried.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
It was documented since 07a5610bae9d. Initial patch by Roger Luethi.
-
Terry Jan Reedy authored
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
Yury Selivanov authored
Patch by David Coles.
-
Yury Selivanov authored
Patch by Łukasz Langa.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake.
-
- 10 Jun, 2016 3 commits
-
-
Berker Peksag authored
Initial patch by ingrid.
-
https://github.com/python/pythondotorg/issues/945doko@ubuntu.com authored
unused and outdated icons.
-
Berker Peksag authored
Patch by Arthur Carcano.
-
- 02 Jun, 2016 1 commit
-
-
Tommy Beadle authored
-
- 10 Jun, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 02 Jun, 2016 1 commit
-
-
Tommy Beadle authored
-
- 09 Jun, 2016 2 commits
-
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
- 08 Jun, 2016 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
a negative number without setting an exception.
-
Guido van Rossum authored
-
Guido van Rossum authored
(Upstream is https://github.com/python/typing) - Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230). - Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229). - Repr of Tuple[()] should be 'Tuple[()]' (upstream #231). - Add NewType() (upstream #189).
-
Yury Selivanov authored
-