- 27 Ara, 2008 8 kayıt (commit)
-
-
Georg Brandl yazdı
so that ``help('@')`` works as expected.
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
Patch by Gabriel Genellina.
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
Update outdated copy of PyUnicode_EncodeRawUnicodeEscape. Add a test case.
-
Alexandre Vassalotti yazdı
Make the _PyUnicode_Resize macro a static function. These changes are needed to avoid breaking strict aliasing rules.
-
Hirokazu Yamamoto yazdı
(There is no behavior difference in 2.x because HIGHEST_PROTOCOL == 2)
-
- 26 Ara, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 24 Ara, 2008 3 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 23 Ara, 2008 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Skip Montanaro yazdı
ensures that when you try to read from a file opened for writing an IOError is raised.
-
- 22 Ara, 2008 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 21 Ara, 2008 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Neal Norwitz yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67809 | benjamin.peterson | 2008-12-15 21:54:45 -0600 (Mon, 15 Dec 2008) | 1 line fix logic error ........
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 20 Ara, 2008 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 19 Ara, 2008 5 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Will port to 3.0
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
* Replace dramatic footnote with in-line comment about possible round-off errors in logarithms of large numbers. * Add comments to the pure python code equivalent. * replace floor() with int() in the mathematical equivalent so the type is correct (should be an int, not a float). * add abs() to the mathematical equivalent so that it matches the previous line that it is supposed to be equivalent to. * make one combined example with a negative input.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 18 Ara, 2008 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Thanks Ned Deily.
-