- 26 Feb, 2011 18 commits
-
-
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 22 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.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Marc-André Lemburg authored
'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303.
-
Georg Brandl authored
-
Georg Brandl authored
-