- 21 Sep, 2014 13 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
module.
-
Serhiy Storchaka authored
module.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
-
Antoine Pitrou authored
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
-
Serhiy Storchaka authored
AttributeError when sys.stderr is None.
-
Serhiy Storchaka authored
AttributeError when sys.stderr is None.
-
- 20 Sep, 2014 17 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
R David Murray authored
-
R David Murray authored
Since EmailMessage is a provisional API we can fix API bugs in a maintenance release, but I used a trick suggested by Serhiy to maintain backward compatibility with 3.4.0/1.
-
R David Murray authored
-
R David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function
-
Berker Peksag authored
-
Berker Peksag authored
-
Ned Deily authored
-
Ned Deily authored
python.org OS X installers are now distributed as signed installer packages compatible with the Gatekeeper security feature.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Change a couple of existing prints. Original patch by Serhiy Storchaka.
-
- 19 Sep, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
as an argument which will then used be for HTTPS connection. Patch by Alex Gaynor.
-
- 18 Sep, 2014 5 commits
-
-
Charles-François Natali authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
Issue #16827: Make Interpreter introduction section of the tutorial more focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
-
Senthil Kumaran authored
focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
-