- 01 Nov, 2009 7 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
the maildir toc cache refresh date before actually refreshing the cache. (see #6896)
-
- 31 Oct, 2009 10 commits
-
-
Antoine Pitrou authored
-
Gregory P. Smith authored
Solaris due to not flushing the input buffer. This change also incorporates some additional getpass implementation suggestions for security based on an analysis of getpass.c linked to from the issue.
-
Gregory P. Smith authored
-
Eric Smith authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
from a gcc inline assembler peculiarity. (gcc's "A" constraint apparently means 'rax or rdx' in 64-bit mode, not edx:eax or rdx:rax as one might expect.)
-
Mark Dickinson authored
Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double.
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
- 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 5 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
-