- 02 Nov, 2009 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
-
http://bugs.python.org/issue1006238Gregory P. Smith authored
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 Nov, 2009 12 commits
-
-
Antoine Pitrou authored
-
Tarek Ziadé authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
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 5 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
-