- 01 Kas, 2009 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
the maildir toc cache refresh date before actually refreshing the cache. (see #6896)
-
- 31 Eki, 2009 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Gregory P. Smith yazdı
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 yazdı
-
Eric Smith yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
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 yazdı
Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double.
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
- 30 Eki, 2009 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
docstring more descriptive instead.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 Eki, 2009 12 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
arguments with more digits than the current context precision. Bug reported by Stefan Krah.
-
Mark Dickinson yazdı
accept ints and longs for the second argument.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
The sensible solution seems to be to implement %lld for PyString_FromFormat(V) and PyErr_Format. See issue #7228.
-
Lars Gustäbel yazdı
the gzip FNAME header as required by RFC 1952.
-
Benjamin Peterson yazdı
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 Eki, 2009 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
R. David Murray yazdı
-
Eric Smith yazdı
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 yazdı
-
Mark Dickinson yazdı
-
Tarek Ziadé yazdı
-
- 27 Eki, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
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.
-