- 08 May, 2016 8 commits
-
-
Serhiy Storchaka authored
_tkinter and curses.panel modules.
-
Serhiy Storchaka authored
_tkinter and curses.panel modules.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Based on patch by Julien.
-
Steven D'Aprano authored
-
Martin Panter authored
-
- 07 May, 2016 15 commits
-
-
Berker Peksag authored
sem_unlink is defined as #define SEM_UNLINK(name) 0 under Windows.
-
Berker Peksag authored
Android declares sem_unlink but doesn't implement it.
-
Berker Peksag authored
-
Berker Peksag authored
-
Serhiy Storchaka authored
This can help to avoid unintentional modification.
-
Berker Peksag authored
example.com/404 returns 500 instead of 404 now.
-
Berker Peksag authored
example.com/404 returns 500 instead of 404 now.
-
Serhiy Storchaka authored
Patch by Georg Brandl.
-
Serhiy Storchaka authored
Patch by Georg Brandl.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 06 May, 2016 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 05 May, 2016 4 commits
-
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
Patch by Xavier de Gaye.
-
Serhiy Storchaka authored
to a template file.
-
- 04 May, 2016 9 commits
-
-
Berker Peksag authored
Patch by Alex Chan.
-
Berker Peksag authored
Patch by Alex Chan.
-
Serhiy Storchaka authored
to bytes_methods.c.
-
-
Serhiy Storchaka authored
pointer.
-
Serhiy Storchaka authored
pointer.
-
Steven D'Aprano authored
patches by Upendra Kumar and Stefan Krah speed up median by using bisect, and general speedup for Decimals using as_integer_ratio
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0.
-