- 04 Dec, 2010 20 commits
-
-
Gregory P. Smith authored
to list exactly which file descriptors should be kept open.
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Georg Brandl authored
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
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 authored
points. (Windows) - Set S_IEXEC via final path name not link name. - Set S_IFLNK also via FindFirstFile (when CreateFile fails)
-
Gregory P. Smith authored
-
Senthil Kumaran authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Gregory P. Smith authored
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 authored
-
Georg Brandl authored
-
Alexander Belopolsky authored
types. Added a new API function, PyUnicode_TransformDecimalToASCII(), which transforms non-ASCII decimal digits in a Unicode string to their ASCII equivalents.
-
Michael Foord authored
-
Michael Foord authored
-
- 03 Dec, 2010 20 commits
-
-
Martin v. Löwis authored
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 authored
-
Terry Reedy authored
Will add gone in 3.3 test later.
-
Łukasz Langa authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
SSLError on socket timeouts.
-
Georg Brandl authored
-
Éric Araujo authored
argparse (#10528). There is no unit test; I checked with xgettext that no more warnings were emitted. Steven approved the change.
-
Michael Foord authored
-
Éric Araujo authored
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 authored
-
Terry Reedy authored
No commit message
-
Antoine Pitrou authored
way of a signal handler) now raise a RuntimeError instead of freezing the current process.
-
Georg Brandl authored
-
Victor Stinner authored
(instead of PyArg_Parse*() with "es" format and Py_FileSystemDefaultEncoding)
-
Victor Stinner authored
-
Łukasz Langa authored
-
Nick Coghlan authored
-
Georg Brandl authored
-
Nick Coghlan authored
-