- 15 Ara, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
It no longer spends much time doing complex calculations and no longer consumes much memory for creating large constants that will be dropped later. This fixes also bpo-21074.
-
- 24 Agu, 2017 1 kayıt (commit)
-
-
Oren Milman yazdı
bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560)
-
- 20 Eki, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 28 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
This matches the usage of ZipFile and BufferedWriter. This still requires return values to be bytes() objects. Also document and test that the write() methods should only access their argument before they return.
-
- 26 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 04 Eyl, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
set beyond size. Based on patch by John Leitch.
-
- 03 Eyl, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
set beyond size. Based on patch by John Leitch.
-
- 02 Agu, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
-
- 03 Şub, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
prevent corrupting exported buffer.
-
- 15 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Tem, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
defers making a copy until it is mutated, improving performance and memory use on some use cases. Patch by David Wilson.
-
- 05 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Şub, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 29 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Nis, 2013 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
The test was closing the orginal object instead the copy. This didn't result in visible failures because the loop range was incorrect as well.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 05 Eyl, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
and io.StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
Antoine Pitrou yazdı
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 30 Tem, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Followup to issue #15489.
-
- 29 Tem, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 16 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 21 Kas, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86587 | benjamin.peterson | 2010-11-20 11:24:04 -0600 (Sat, 20 Nov 2010) | 1 line correct logic when pos is after the string #10467 ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86587 | benjamin.peterson | 2010-11-20 11:24:04 -0600 (Sat, 20 Nov 2010) | 1 line correct logic when pos is after the string #10467 ........
-
Benjamin Peterson yazdı
-
- 06 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
view of their contents without duplicating them. The view is both readable and writable.
-
- 01 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
frombytes() and tobytes(), respectively, to avoid confusion. Furthermore, array.frombytes(), array.extend() as well as the array.array() constructor now accept bytearray objects. Patch by Thomas Jollans.
-
- 14 Mar, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line Remove unused imports in test modules. ........
-
- 07 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 07 Şub, 2010 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78088 | antoine.pitrou | 2010-02-07 17:56:23 +0100 (dim., 07 févr. 2010) | 4 lines Issue #7870: Remove duplicate test methods. Reported by Georg Brandl. ........
-
Antoine Pitrou yazdı
-
- 31 Ock, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77895 | antoine.pitrou | 2010-01-31 23:47:27 +0100 (dim., 31 janv. 2010) | 12 lines Merged revisions 77890 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77890 | antoine.pitrou | 2010-01-31 23:26:04 +0100 (dim., 31 janv. 2010) | 7 lines - Issue #6939: Fix file I/O objects in the `io` module to keep the original 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. ........ ................ r77896 | antoine.pitrou | 2010-02-01 00:12:29 +0100 (lun., 01 févr. 2010) | 3 lines r77895 broke doctest. ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77890 | antoine.pitrou | 2010-01-31 23:26:04 +0100 (dim., 31 janv. 2010) | 7 lines - Issue #6939: Fix file I/O objects in the `io` module to keep the original 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. ........
-
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.
-