- 04 Dec, 2010 40 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Gregory P. Smith authored
-
Łukasz Langa authored
-
É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)
-