- 04 Ara, 2010 28 kayıt (commit)
-
-
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)
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Alexander Belopolsky yazdı
types. Added a new API function, PyUnicode_TransformDecimalToASCII(), which transforms non-ASCII decimal digits in a Unicode string to their ASCII equivalents.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
- 03 Ara, 2010 12 kayıt (commit)
-
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r85551 | benjamin.peterson | 2010-10-15 23:57:29 +0200 (Fr, 15 Okt 2010) | 1 line escape() is now in the html module ........ r86156 | georg.brandl | 2010-11-04 09:34:57 +0100 (Do, 04 Nov 2010) | 1 line Consistency fixes in option parser help texts. ........ r86157 | georg.brandl | 2010-11-04 09:35:30 +0100 (Do, 04 Nov 2010) | 1 line #10286: fix urllib class names. ........ r86464 | benjamin.peterson | 2010-11-14 16:28:52 +0100 (So, 14 Nov 2010) | 1 line match only .py files #10416 ........
-
Terry Reedy yazdı
-
Terry Reedy yazdı
Will add gone in 3.3 test later.
-
Łukasz Langa yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
SSLError on socket timeouts.
-
Georg Brandl yazdı
-
Éric Araujo yazdı
argparse (#10528). There is no unit test; I checked with xgettext that no more warnings were emitted. Steven approved the change.
-
Michael Foord yazdı
-
Éric Araujo yazdı
Steven, the maintainer of argparse, agreed to have this committed without tests for now, since the fix is obvious. See the bug log.
-
Antoine Pitrou yazdı
-
Terry Reedy yazdı
--no commit message
-