index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_pickle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...
Serhiy Storchaka
2017-03-21
1
-9/+9
*
Issue #29368: Fix _Pickle_FastCall() usage in do_append()
Victor Stinner
2017-02-02
1
-1/+0
*
Issue #29368: The extend() method is now called instead of the append()
Serhiy Storchaka
2017-02-02
1
-19/+41
*
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
Serhiy Storchaka
2017-01-09
1
-12/+6
|
\
|
*
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
Serhiy Storchaka
2017-01-09
1
-12/+6
|
|
\
|
|
*
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
Serhiy Storchaka
2017-01-09
1
-12/+6
*
|
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-9/+6
*
|
|
Initialize variables to fix compiler warnings
Victor Stinner
2016-12-09
1
-3/+3
*
|
|
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner
2016-12-09
1
-3/+3
*
|
|
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-1/+1
*
|
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-2/+2
|
/
/
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-1/+1
*
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-1/+1
*
|
Issue #25761: Improved error reporting about truncated pickle data in
Serhiy Storchaka
2016-09-06
1
-39/+41
*
|
Avoid inefficient way to call functions without argument
Victor Stinner
2016-09-06
1
-1/+1
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-2/+2
*
|
_pickle: remove outdated comment
Victor Stinner
2016-08-24
1
-11/+0
*
|
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-3/+3
*
|
Issue #27128: _pickle uses fast call
Victor Stinner
2016-08-19
1
-15/+4
*
|
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka
2016-07-17
1
-12/+22
|
\
\
|
|
/
|
*
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka
2016-07-17
1
-12/+22
*
|
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-8/+8
|
\
\
|
|
/
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-8/+8
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-6/+6
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-6/+6
*
|
Issue #27056: Fix _Unpickler_Read() to avoid integer overflow
Victor Stinner
2016-05-20
1
-1/+1
*
|
Optimize pickle.load() and pickle.loads()
Victor Stinner
2016-05-20
1
-19/+26
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
1
-1/+1
|
\
\
|
|
/
|
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-2/+2
|
*
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size
Victor Stinner
2016-03-14
1
-1/+1
*
|
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size
Victor Stinner
2016-03-14
1
-1/+1
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-10/+2
*
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-5/+3
|
\
\
|
|
/
|
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-5/+3
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
*
|
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-2/+2
|
\
\
|
|
/
|
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-2/+2
*
|
Issue #25761: Fixed reference leak added in previous changeset (5c670af0100f).
Serhiy Storchaka
2015-12-07
1
-0/+1
*
|
Issue #25761: Improved detecting errors in broken pickle data.
Serhiy Storchaka
2015-12-06
1
-42/+69
*
|
Fixed reference leak when read truncated pickle.
Serhiy Storchaka
2015-11-30
1
-1/+3
|
\
\
|
|
/
|
*
Fixed reference leak when read truncated pickle.
Serhiy Storchaka
2015-11-30
1
-1/+3
|
|
\
|
|
*
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
|
\
\
\
|
|
/
/
[next]