- 02 Feb, 2010 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 01 Feb, 2010 2 commits
-
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77855 | benjamin.peterson | 2010-01-30 17:32:05 +0100 (Sa, 30 Jan 2010) | 1 line don't return node if it is not changed ........ r77856 | benjamin.peterson | 2010-01-30 17:35:29 +0100 (Sa, 30 Jan 2010) | 1 line return None to indicate no change ........ r77870 | benjamin.peterson | 2010-01-31 02:21:26 +0100 (So, 31 Jan 2010) | 1 line never return the original node given to transform() ........
-
- 31 Jan, 2010 9 commits
-
-
Victor Stinner authored
py3k was already patched by issue #3661.
-
Antoine Pitrou authored
file position when calling `truncate()`. It would previously change the file position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon.
-
Michael Foord authored
-
Georg Brandl authored
move exception descriptions to toplevel, not inside a class remove attribution in "versionadded" spell and grammar check docstring of FTP_TLS
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Matthias Klose authored
-
Matthias Klose authored
PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE).
-
Ezio Melotti authored
-
- 30 Jan, 2010 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Martin v. Löwis authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77419 | benjamin.peterson | 2010-01-10 21:39:48 +0100 (So, 10 Jan 2010) | 1 line enclose path in quotes to handle paths with spaces correctly #7666 ........ r77435 | alexandre.vassalotti | 2010-01-12 01:36:54 +0100 (Di, 12 Jan 2010) | 2 lines Issue #1967: Add fixer for dictionary views. ........
-
Mark Dickinson authored
long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen.
-
Ezio Melotti authored
-
Victor Stinner authored
-
Martin v. Löwis authored
-
- 29 Jan, 2010 2 commits
-
-
R. David Murray authored
-
Mark Dickinson authored
step value. Patch by Marcin Bachry.
-
- 28 Jan, 2010 5 commits
-
-
R. David Murray authored
callable to include the repr of the invalid object.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
- 27 Jan, 2010 8 commits
-
-
Antoine Pitrou authored
:class:`zipfile.ZipExtFile` class used to represent files stored inside an archive. The new implementation is significantly faster and can be wrapped in a :class:`io.BufferedReader` object for more speedups. It also solves an issue where interleaved calls to `read()` and `readline()` give wrong results. Patch by Nir Aides.
-
Ezio Melotti authored
-
Jesse Noller authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eric Smith authored
-
Eric Smith authored
-
Eric Smith authored
-