| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed reference leak when read truncated pickle. | Serhiy Storchaka | 2015-11-30 | 1 | -1/+3 |
|
|
* | Issue #25725: Fixed a reference leak in pickle.loads() when unpickling | Serhiy Storchaka | 2015-11-25 | 1 | -19/+8 |
|
|
* | Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. | Serhiy Storchaka | 2015-11-23 | 1 | -3/+16 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -8/+8 |
|
|
* | Issue #25262. Added support for BINBYTES8 opcode in Python implementation of | Serhiy Storchaka | 2015-09-29 | 1 | -1/+11 |
|
|
* | initialize return value to NULL to avoid compiler compliants (closes #25245) | Benjamin Peterson | 2015-09-27 | 1 | -0/+1 |
|
|
* | prevent overflow in _Unpickler_Read | Benjamin Peterson | 2015-09-26 | 1 | -0/+6 |
|
|
* | fix use after free (closes #24552) | Benjamin Peterson | 2015-07-02 | 1 | -1/+1 |
|
|
* | merge 3.3 | Benjamin Peterson | 2015-06-27 | 1 | -16/+10 |
|\ |
|
| * | use safe allocation and reallocation macros | Benjamin Peterson | 2015-06-27 | 1 | -16/+10 |
|
|
* | | Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. | Serhiy Storchaka | 2015-03-31 | 1 | -12/+14 |
|
|
* | | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 1 | -1/+57 |
|
|
* | | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 1 | -17/+17 |
|
|
* | | Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate ... | Serhiy Storchaka | 2014-01-27 | 1 | -479/+28 |
|
|
* | | silence compiler warning that 's' may be used uninitialized in the load funct... | Christian Heimes | 2014-01-27 | 1 | -1/+1 |
|
|
* | | Issue #20390: Small fixes and improvements for Argument Clinic. | Larry Hastings | 2014-01-26 | 1 | -41/+8 |
|
|
* | | Issue #20189: Four additional builtin types (PyTypeObject, | Larry Hastings | 2014-01-24 | 1 | -48/+48 |
|
|
* | | Two minor Argument Clinic bugfixes: use the name of the class in the | Larry Hastings | 2014-01-22 | 1 | -4/+4 |
|
|
* | | Issue #20294: Argument Clinic now supports argument parsing for __new__ and | Larry Hastings | 2014-01-19 | 1 | -48/+26 |
|
|
* | | Issue #20287: Argument Clinic's output is now configurable, allowing | Larry Hastings | 2014-01-18 | 1 | -51/+19 |
|
|
* | | Issue #20228: Argument Clinic now has special support for class special | Larry Hastings | 2014-01-12 | 1 | -8/+2 |
|
|
* | | Issue #19273: The marker comments Argument Clinic uses have been changed | Larry Hastings | 2014-01-07 | 1 | -61/+61 |
|
|
* | | Issue #19976: Argument Clinic METH_NOARGS functions now always | Larry Hastings | 2014-01-04 | 1 | -18/+122 |
|
|
* | | Issue #19972: Add rarely used freefunc. This fixes a leak if sys.exit() | Stefan Krah | 2013-12-14 | 1 | -8/+14 |
|
|
* | | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. | Alexandre Vassalotti | 2013-12-07 | 1 | -189/+217 |
|
|
* | | Issue #19881: Fix bad pickling of large bytes in cpickle. | Alexandre Vassalotti | 2013-12-06 | 1 | -1/+1 |
|
|
* | | Issue #6477: Merge with 3.3. | Alexandre Vassalotti | 2013-12-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. | Alexandre Vassalotti | 2013-12-01 | 1 | -2/+2 |
|
|
* | | Issue #6477: Merge with 3.3. | Alexandre Vassalotti | 2013-12-01 | 1 | -1/+31 |
|\ \
| |/ |
|
| * | Issue #6477: Added support for pickling the types of built-in singletons. | Alexandre Vassalotti | 2013-12-01 | 1 | -1/+31 |
|
|
* | | Merge with 3.3. | Alexandre Vassalotti | 2013-11-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixed _pickle.Unpickler to handle empty persistent IDs correctly. | Alexandre Vassalotti | 2013-11-30 | 1 | -1/+1 |
|
|
* | | Issue #17897: Optimized unpickle prefetching. | Serhiy Storchaka | 2013-11-30 | 1 | -30/+22 |
|
|
* | | Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle. | Alexandre Vassalotti | 2013-11-29 | 1 | -12/+35 |
|
|
* | | Remove explicit empty tuple reuse in cpickle. | Alexandre Vassalotti | 2013-11-28 | 1 | -12/+6 |
|
|
* | | Remove the tuple reuse optimization in _Pickle_FastCall. | Alexandre Vassalotti | 2013-11-28 | 1 | -30/+15 |
|
|
* | | Encapsulate cpickle global state in a dedicated object. | Alexandre Vassalotti | 2013-11-28 | 1 | -270/+426 |
|
|
* | | Combine the FastCall functions in cpickle. | Alexandre Vassalotti | 2013-11-27 | 1 | -90/+42 |
|
|
* | | Reverting e39db21df580 eagerly due to buildbot failures. | Alexandre Vassalotti | 2013-11-25 | 1 | -33/+90 |
|
|
* | | Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle. | Alexandre Vassalotti | 2013-11-25 | 1 | -90/+33 |
|
|
* | | Issue #19739: Try to fix compiler warnings on 32-bit Windows. | Alexandre Vassalotti | 2013-11-25 | 1 | -22/+21 |
|
|
* | | Merge save_int into save_long in cpickle to remove redundant code. | Alexandre Vassalotti | 2013-11-25 | 1 | -53/+33 |
|
|
* | | Simplify save_bool in cpickle. | Alexandre Vassalotti | 2013-11-25 | 1 | -18/+11 |
|
|
* | | Use Clinic to process arguments in cpickle. | Alexandre Vassalotti | 2013-11-24 | 1 | -257/+672 |
|
|
* | | Remove code path in cpickle that does not exist in pickle. | Alexandre Vassalotti | 2013-11-24 | 1 | -7/+1 |
|
|
* | | Make Ellipsis and NotImplemented picklable through the reduce protocol. | Alexandre Vassalotti | 2013-11-24 | 1 | -32/+0 |
|
|
* | | Make built-in methods picklable through the reduce protocol. | Alexandre Vassalotti | 2013-11-24 | 1 | -32/+0 |
|
|
* | | Make framing optional in pickle protocol 4. | Alexandre Vassalotti | 2013-11-24 | 1 | -126/+34 |
|
|
* | | Fix signed / unsigned comparison | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|
|
* | | gcc doesn't realize that dummy is always initialized by the function call | Gregory P. Smith | 2013-11-23 | 1 | -1/+1 |
|
|