- 02 Kas, 2009 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
compiling the printf %zd check. http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/files/python-2.5-cross-printf.patch?rev=1.1&view=markup
-
Gregory P. Smith yazdı
-
http://bugs.python.org/issue1006238Gregory P. Smith yazdı
patch to make cross compilation of the chflags check easier: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/files/python-2.6-chflags-cross.patch?rev=1.1
-
- 01 Kas, 2009 12 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Tarek Ziadé yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Raymond Hettinger yazdı
-
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 5 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ı
-