- 12 Nov, 2015 2 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
Reported on docs@ by Keith Briggs.
-
- 11 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 10 Nov, 2015 9 commits
-
-
Serhiy Storchaka authored
Use time.monotonic instead of time.clock.
-
Serhiy Storchaka authored
Use time.monotonic or time.time instead of time.clock.
-
Stefan Krah authored
-
Stefan Krah authored
-
Serhiy Storchaka authored
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
Serhiy Storchaka authored
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
Victor Stinner authored
I forgot to rename it in my previous refactoring of pytime.c.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Nov, 2015 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
From patch by Xavier de Gaye.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 07 Nov, 2015 4 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
This avoids possible buffer overreads when int(), float(), compile(), exec() and eval() are passed bytes-like objects. Similar code is removed from the complex() constructor, where it was not reachable. Patch by John Leitch, Serhiy Storchaka and Martin Panter.
-
- 06 Nov, 2015 1 commit
-
-
Victor Stinner authored
compiling AST from Python objects.
-
- 09 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Steve Dower authored
-
- 08 Nov, 2015 2 commits
-
-
Martin Panter authored
-
R David Murray authored
The auth method tests simply weren't adequate because of the fact that smtpd doesn't support authentication. I borrowed some of Milan's code for that from issue #21935 and added it to the smtplib tests. Also discovered that the direct test for the 'auth' method wasn't actually testing anything and fixed it. The fix makes the new authobject mechanism work the way it is documented...the problem was that wasn't checking for a 334 return code if an initial-response was provided, which works fine for auth plain and cram-md5, but not for auth login.
-
- 07 Nov, 2015 5 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
The mkstemp() and mkdtemp() signatures have already been updated, but the higher-level functions still suggest that the default values are forced to text strings. Also merged some paragraphs describing the "suffix" and "prefix" parameters, and pointed out that mktemp() does not support the new changes.
-
- 06 Nov, 2015 6 commits
-
-
Serhiy Storchaka authored
reliable.
-
Serhiy Storchaka authored
Thanks Марк Коренберг.
-
Serhiy Storchaka authored
_odict_add_new_node() fails.
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
Implementation by Antoine Pitrou.
-