- 04 Ara, 2010 18 kayıt (commit)
-
-
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 22 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
-
Antoine Pitrou yazdı
way of a signal handler) now raise a RuntimeError instead of freezing the current process.
-
Georg Brandl yazdı
-
Victor Stinner yazdı
(instead of PyArg_Parse*() with "es" format and Py_FileSystemDefaultEncoding)
-
Victor Stinner yazdı
-
Łukasz Langa yazdı
-
Nick Coghlan yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). Refer to the tracker issue for the language moratorium implications of this change
-
Vinay Sajip yazdı
-