- 03 Şub, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Andrew M. Kuchling yazdı
-
- 02 Şub, 2010 10 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Antoine Pitrou yazdı
`PyObject_GetBuffer` fails. Patch by Florent Xicluna.
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 01 Şub, 2010 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
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 Ock, 2010 9 kayıt (commit)
-
-
Victor Stinner yazdı
py3k was already patched by issue #3661.
-
Antoine Pitrou yazdı
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 yazdı
-
Georg Brandl yazdı
move exception descriptions to toplevel, not inside a class remove attribution in "versionadded" spell and grammar check docstring of FTP_TLS
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE).
-
Ezio Melotti yazdı
-
- 30 Ock, 2010 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Martin v. Löwis yazdı
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 yazdı
long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen.
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
Martin v. Löwis yazdı
-
- 29 Ock, 2010 2 kayıt (commit)
-
-
R. David Murray yazdı
-
Mark Dickinson yazdı
step value. Patch by Marcin Bachry.
-
- 28 Ock, 2010 5 kayıt (commit)
-
-
R. David Murray yazdı
callable to include the repr of the invalid object.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-