- 07 Mar, 2016 6 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Since Python 3.4, there is no need to install pip and setuptools into a venv manually.
-
Berker Peksag authored
Since Python 3.4, there is no need to install pip and setuptools into a venv manually.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 06 Mar, 2016 15 commits
-
-
Alexander Belopolsky authored
Added an optional argument timespec to the datetime isoformat() method to choose the precision of the time component. Original patch by Alessandro Cucci.
-
Berker Peksag authored
Patch by Guo Ci Teo.
-
Berker Peksag authored
Patch by Guo Ci Teo.
-
Berker Peksag authored
Raise ValueError if algorithm is not MD5 or SHA. Initial patch by Mathieu Dupuy.
-
Berker Peksag authored
Raise ValueError if algorithm is not MD5 or SHA. Initial patch by Mathieu Dupuy.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Optimized copying and deepcopying bytearrays, NotImplemented, slices, short lists, tuples, dicts, sets.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 05 Mar, 2016 1 commit
-
-
Berker Peksag authored
Output of func(*args) stored in the next line: item_help = join([func(*args) for func, args in self.items]) _Section.items only used by HelpFormatter._add_item() and it looks like it doesn't have any side effects. Patch by Yogesh Chaudhari.
-
- 04 Mar, 2016 6 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Mar, 2016 12 commits
-
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Berker Peksag authored
other write methods. Patch by Jakub Stasiak.
-
Yury Selivanov authored
-
Yury Selivanov authored
Issue #25888
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Sebastien Bourdeauducq (issue #26338)
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Frederick Wagner (issue #26347)
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Chris Angelico (issue #26221)
-