- 25 Feb, 2011 31 commits
-
-
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
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Eli Bendersky authored
-
- 24 Feb, 2011 8 commits
-
-
Giampaolo Rodolà authored
-
Antoine Pitrou authored
a buffer struct having a NULL data pointer.
-
Alexander Belopolsky authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r88535 | brett.cannon | 2011-02-23 13:46:46 -0600 (Wed, 23 Feb 2011) | 1 line Add lib2to3.__main__ for easy testing from the console. ........
-
Raymond Hettinger authored
-
- 23 Feb, 2011 1 commit
-
-
Brett Cannon authored
-