- 04 Dec, 2010 40 commits
-
-
Éric Araujo authored
-
Victor Stinner authored
UnicodeEncodeError.
-
Eric Smith authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C.
-
Eric Smith authored
-
Eric Smith authored
-
Martin v. Löwis authored
-
Łukasz Langa authored
70% coverage at the moment (not tragic but needs work).
-
Eric Smith authored
-
Eric Smith authored
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 authored
Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations.
-
Łukasz Langa authored
were ensured to be strings but section names and option keys were not. Behaviour unchanged for RawConfigParser and ConfigParser.
-
Mark Dickinson authored
float.__divmod__ with respect to signed zeros.
-
Hirokazu Yamamoto authored
-
Martin v. Löwis authored
limited API.
-
Mark Dickinson authored
-
Łukasz Langa authored
-
Gregory P. Smith authored
generated html docs. visible in chrome, possibly other webkit browsers.
-
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.
-