- 26 Feb, 2011 24 commits
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r88661 | benjamin.peterson | 2011-02-26 16:06:24 -0600 (Sat, 26 Feb 2011) | 6 lines fix refactoring on formfeed characters #11250 This is because text.splitlines() is not the same as list(StringIO.StringIO(text)). ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Antoine Pitrou authored
Patch by Hirokazu Yamamoto.
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
by Jonas H.
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are available (Patch by Ray.Allen)
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 25 Feb, 2011 16 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
module. Patch by Ross Lagerwall.
-
Antoine Pitrou authored
occurred now raises an error instead of silently losing data. Patch by Ross Lagerwall.
-
Vinay Sajip authored
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
-
Antoine Pitrou authored
and multiprocessing.Process constructors in order to override the default behaviour of inheriting the daemonic property from the current thread/process.
-
Giampaolo Rodolà authored
(issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Also fixed an AttributeError in get/set priority tests.
-
Éric Araujo authored
-
Antoine Pitrou authored
has arrived and the handler returned successfully.
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
-
Antoine Pitrou authored
to 1000x faster in some cases). It is still one to two order of magnitudes slower than binary tell().
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
-
Alexander Belopolsky authored
Documented the list of optimized encodings as CPython implementation detail.
-