- 21 Sep, 2015 1 commit
-
-
Victor Stinner authored
sequence of strings. Patch written by Yann Sionneau.
-
- 20 Sep, 2015 1 commit
-
-
Martin Panter authored
-
- 11 Sep, 2015 1 commit
-
-
Martin Panter authored
Patch from Shiyao Ma.
-
- 09 Sep, 2015 1 commit
-
-
Martin Panter authored
Patch from Tim Tisdall.
-
- 07 Sep, 2015 3 commits
-
-
Serhiy Storchaka authored
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Martin Panter authored
Patch from John Beck.
-
Martin Panter authored
Patch from Matheus Vieira Portela.
-
- 04 Sep, 2015 1 commit
-
-
Victor Stinner authored
Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set to None if the creation of the object failed, instead of raising an OSError exception. Initial patch written by Marco Paolini.
-
- 31 Aug, 2015 1 commit
-
-
Martin Panter authored
Patch from Mattip.
-
- 25 Aug, 2015 1 commit
-
-
Martin Panter authored
Patch by Joseph Weston.
-
- 24 Aug, 2015 1 commit
-
-
Robert Collins authored
Patch from Pam McA'Nulty.
-
- 18 Aug, 2015 1 commit
-
-
Victor Stinner authored
Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel.
-
- 17 Aug, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Robert Collins authored
Patch from Chiu-Hsiang Hsu.
-
- 13 Aug, 2015 1 commit
-
-
R David Murray authored
Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
-
- 05 Aug, 2015 1 commit
-
-
Nick Coghlan authored
This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi.
-
- 04 Aug, 2015 2 commits
-
-
Robert Collins authored
-
Robert Collins authored
Patch from Daniel Andrade Groppe and Peter Lovett
-
- 01 Aug, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Do not print false prompts. Original patch by Adnan Umer.
-
- 31 Jul, 2015 1 commit
-
-
Robert Collins authored
Patch from Dmitry Shachnev.
-
- 30 Jul, 2015 1 commit
-
-
Robert Collins authored
Patch from Craig Holmquist.
-
- 29 Jul, 2015 1 commit
-
-
Victor Stinner authored
-
- 26 Jul, 2015 1 commit
-
-
Robert Collins authored
-
- 22 Jul, 2015 1 commit
-
-
Robert Collins authored
-
- 14 Jul, 2015 1 commit
-
-
Robert Collins authored
Patch from Nicola Palumbo and Laurent De Buyst.
-
- 21 May, 2015 1 commit
-
-
Serhiy Storchaka authored
Clement Rouault.
-
- 14 Apr, 2015 1 commit
-
-
Łukasz Langa authored
Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.
-
- 13 Apr, 2015 1 commit
-
-
Zachary Ware authored
-
- 04 Apr, 2015 1 commit
-
-
Serhiy Storchaka authored
Patch by Makoto Kato.
-
- 24 Mar, 2015 1 commit
-
-
Ezio Melotti authored
-
- 23 Mar, 2015 1 commit
-
-
Victor Stinner authored
Issue #23654: Turn off ICC's tail call optimization for the stack_overflow generator. ICC turns the recursive tail call into a loop. Patch written by Matt Frank.
-
- 22 Mar, 2015 1 commit
-
-
R David Murray authored
Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford, with additional cleaning up of the 'request' documentation by me.
-
- 13 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
-
- 11 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 27 Feb, 2015 1 commit
-
-
Victor Stinner authored
-
- 17 Feb, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Yuyang Guo and Berker Peksag.
-
- 06 Feb, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Eldar Abusalimov.
-
- 18 Jan, 2015 1 commit
-
-
Ned Deily authored
Patch by Al Sweigart.
-
- 13 Jan, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Karan Goel.
-