- 30 Oct, 2009 6 commits
-
-
Antoine Pitrou authored
docstring more descriptive instead.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
leak-chasing test runs give sensible results. The previous method of reaping threads could return successfully while some Thread objects were still referenced. This also introduces a new private function: :func:hread._count().
-
- 29 Oct, 2009 12 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests.
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
arguments with more digits than the current context precision. Bug reported by Stefan Krah.
-
Mark Dickinson authored
accept ints and longs for the second argument.
-
Mark Dickinson authored
-
Mark Dickinson authored
The sensible solution seems to be to implement %lld for PyString_FromFormat(V) and PyErr_Format. See issue #7228.
-
Lars Gustäbel authored
the gzip FNAME header as required by RFC 1952.
-
Benjamin Peterson authored
The added test does not fail without the patch, but we still fix the issue of surrogates being used in wide builds where they should not be.
-
- 28 Oct, 2009 6 commits
-
-
Vinay Sajip authored
-
R. David Murray authored
-
Eric Smith authored
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Tarek Ziadé authored
-
- 27 Oct, 2009 16 commits
-
-
Tarek Ziadé authored
-
Georg Brandl authored
Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode.
-
Mark Dickinson authored
-
Mark Dickinson authored
where off_t has type long (e.g., 64-bit Linux).
-
Antoine Pitrou authored
Not completely suppressed though, see issue #7222.
-
Tarek Ziadé authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Eric Smith authored
Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-