- 26 Eyl, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb78) Co-authored-by:
Krzysztof Wroblewski <krzysiek.wr@gmail.com>
-
- 06 Ock, 2018 1 kayıt (commit)
-
-
Olivier Grisel yazdı
The picklers do no longer allocate temporary memory when dumping large bytes and str objects into a file object. Instead the data is directly streamed into the underlying file object. Previously the C implementation would buffer all content and issue a single call to file.write() at the end of the dump. With protocol 4 this behavior has changed to issue one call to file.write() per frame. The Python pickler with protocol 4 now dumps each frame content as a memoryview to an IOBytes instance that is never reused and the memoryview is no longer released after the call to write. This makes it possible for the file object to delay access to the memoryview of previous frames without forcing any additional memory copy as was already possible with the C pickler.
-
- 16 Kas, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Nis, 2017 1 kayıt (commit)
-
-
Jelle Zijlstra yazdı
There were two almost identical definitions of bytes1.
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 29 Eki, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Eki, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
MEMOIZE opcode.
-
Serhiy Storchaka yazdı
pickletools.opcodes.
-
- 16 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes.
-
- 07 Ara, 2013 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Initial patch by Merlijn van Deen. I've added a few unrelated docstring fixes in the patch while I was at it, which makes the documentation for pickle a bit more consistent.
-
- 02 Ara, 2013 2 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Antoine Pitrou yazdı
Most of the work is by Alexandre.
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 14 Nis, 2013 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
integers where appropriate. Initial patch by Serhiy Storchaka.
-
- 26 Mar, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 13 Ara, 2011 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Initial patch by sbt.
-
- 12 Ara, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 23 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 16 Mar, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 14 Agu, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83212 | florent.xicluna | 2010-07-28 18:39:41 +0200 (mer., 28 juil. 2010) | 2 lines Syntax cleanup. ........ r83829 | florent.xicluna | 2010-08-08 18:16:07 +0200 (dim., 08 août 2010) | 2 lines Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. ........ r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608. ........ r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines Typo. ........ r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines Issue #7564: Skip test_ioctl if another process is attached to /dev/tty. ........ r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest). ........ r84019 | florent.xicluna | 2010-08-14 17:56:42 +0200 (sam., 14 août 2010) | 11 lines Merged manually from 2.7 branch to 3.x trunk. ------------------------------------------------------------------------ r79925 | nick.coghlan | 2010-04-10 16:24:36 +0200 (sam. 10 avril 2010) Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) ------------------------------------------------------------------------ ........ r84025 | florent.xicluna | 2010-08-14 18:56:27 +0200 (sam., 14 août 2010) | 1 line List Misc/python-config.in in Misc/README. Fix few typos. ........ r84028 | florent.xicluna | 2010-08-14 19:02:49 +0200 (sam., 14 août 2010) | 1 line Fix order. ........ r84032 | florent.xicluna | 2010-08-14 19:15:31 +0200 (sam., 14 août 2010) | 1 line Convert to spaces. ........ r84036 | florent.xicluna | 2010-08-14 20:03:19 +0200 (sam., 14 août 2010) | 1 line Remove bad merge (from svnmerge r82301) ........
-
- 28 Tem, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 17 Tem, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 16 Tem, 2010 3 kayıt (commit)
-
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82915 | alexander.belopolsky | 2010-07-16 10:39:45 -0400 (Fri, 16 Jul 2010) | 1 line Corrected TUPLE<N> opcodes' docs. ........
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82915 | alexander.belopolsky | 2010-07-16 10:39:45 -0400 (Fri, 16 Jul 2010) | 1 line Corrected TUPLE<N> opcodes' docs. ........
-
Alexander Belopolsky yazdı
-
- 03 Tem, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
the command line.
-
- 13 Nis, 2010 2 kayıt (commit)
-
-
Victor Stinner yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80031 | victor.stinner | 2010-04-13 13:07:24 +0200 (mar., 13 avril 2010) | 4 lines Issue #8383: pickle and pickletools use surrogatepass error handler when encoding unicode as utf8 to support lone surrogates and stay compatible with Python 2.x and 3.0 ........
-
Victor Stinner yazdı
encoding unicode as utf8 to support lone surrogates and stay compatible with Python 2.x and 3.0
-
- 04 Haz, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the new `fix_imports` optional argument.
-
- 20 May, 2009 3 kayıt (commit)
-
-
Collin Winter yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72792 | collin.winter | 2009-05-20 09:49:12 -0700 (Wed, 20 May 2009) | 1 line Issue 6066: POP_MARK was not in pickle protocol 0. ........
-
Collin Winter yazdı
-
Collin Winter yazdı
-
- 24 Ock, 2009 3 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68903 | mark.dickinson | 2009-01-24 16:40:29 +0000 (Sat, 24 Jan 2009) | 5 lines Issue #1672332: Fix unpickling of subnormal floats, which was raising ValueError on some platforms as a result of the platform strtod setting errno on underflow. ........ r68906 | mark.dickinson | 2009-01-24 21:08:38 +0000 (Sat, 24 Jan 2009) | 2 lines Issue #3657: fix occasional test_pickletools failures. ........
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68903 | mark.dickinson | 2009-01-24 16:40:29 +0000 (Sat, 24 Jan 2009) | 5 lines Issue #1672332: Fix unpickling of subnormal floats, which was raising ValueError on some platforms as a result of the platform strtod setting errno on underflow. ........ r68906 | mark.dickinson | 2009-01-24 21:08:38 +0000 (Sat, 24 Jan 2009) | 2 lines Issue #3657: fix occasional test_pickletools failures. ........
-
Mark Dickinson yazdı
-