- 04 Ara, 2010 40 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Gregory P. Smith yazdı
-
Łukasz Langa yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
UnicodeEncodeError.
-
Eric Smith yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C.
-
Eric Smith yazdı
-
Eric Smith yazdı
-
Martin v. Löwis yazdı
-
Łukasz Langa yazdı
70% coverage at the moment (not tragic but needs work).
-
Eric Smith yazdı
-
Eric Smith yazdı
Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex.
-
Mark Dickinson yazdı
Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations.
-
Łukasz Langa yazdı
were ensured to be strings but section names and option keys were not. Behaviour unchanged for RawConfigParser and ConfigParser.
-
Mark Dickinson yazdı
float.__divmod__ with respect to signed zeros.
-
Hirokazu Yamamoto yazdı
-
Martin v. Löwis yazdı
limited API.
-
Mark Dickinson yazdı
-
Łukasz Langa yazdı
-
Gregory P. Smith yazdı
generated html docs. visible in chrome, possibly other webkit browsers.
-
Gregory P. Smith yazdı
to list exactly which file descriptors should be kept open.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
-
Hirokazu Yamamoto yazdı
points. (Windows) - Set S_IEXEC via final path name not link name. - Set S_IFLNK also via FindFirstFile (when CreateFile fails)
-
Gregory P. Smith yazdı
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Gregory P. Smith yazdı
not passed to subprocess.Popen as the default value will be changing in a future Python to the safer and more often desired value of True. DeprecationWarnings that show up in a lot of existing code are controversial and have caused pain in the past. I'd like to leave this on for 3.2 beta1 and see how things go. We can remove the warning if it is deemed too noisy during any betas. (case study: the md5 and sha module DeprecationWarnings are loathed around the world as those modules were never going to be removed in 2.x and 2to3 has a fixer for code that uses them)
-