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
/
Python
/
marshal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
1
-1/+1
*
[Oops, I forgot half of the patch.]
Guido van Rossum
2007-08-29
1
-0/+5
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
1
-2/+10
*
Add a missing "rf.depth = 0;" to marshal_load().
Guido van Rossum
2007-07-30
1
-0/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2/+2
*
Rip out the file object's implementation.
Guido van Rossum
2007-06-12
1
-58/+29
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-68/+155
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-9/+3
*
Make test_marshal pass. Not my best work. :-(
Guido van Rossum
2007-05-09
1
-5/+38
*
More coding by random modification.
Guido van Rossum
2007-05-04
1
-3/+3
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-4/+0
*
Support marshal.dump(x, f) where f is not a real file.
Guido van Rossum
2007-04-13
1
-3/+8
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-20/+23
*
Remove PyFloat_AsReprString() and PyFloat_AsString() which should not
Neal Norwitz
2006-12-28
1
-20/+6
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-14/+26
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-1/+5
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+8
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-5/+3
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
1
-10/+26
*
Make Py_ssize_t clean.
Thomas Wouters
2006-03-01
1
-1/+3
*
Fix incompatible assignment warning from previous checkin.
Thomas Wouters
2006-03-01
1
-1/+2
*
Fix gcc (4.0.x) warning about use of uninitialized variables.
Thomas Wouters
2006-03-01
1
-1/+2
*
Move cast to suppress warning.
Martin v. Löwis
2006-02-16
1
-2/+2
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-11/+15
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
version was not initialized properly
Neal Norwitz
2005-11-16
1
-0/+1
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
1
-1/+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+1
*
Add a C API for sets and frozensets.
Raymond Hettinger
2005-08-16
1
-4/+2
*
Fix signedness of various char variables to stop causing a warning under gcc 4.
Brett Cannon
2005-06-25
1
-10/+10
*
Fix bug
Michael W. Hudson
2005-06-13
1
-0/+4
*
Remove extraneous format character from PyArg_ParseTuple call in
Michael W. Hudson
2005-06-13
1
-1/+1
*
Fix a couple of crashing-on-malformed data marshal bugs.
Michael W. Hudson
2005-06-03
1
-6/+8
*
This is my patch:
Michael W. Hudson
2005-06-03
1
-65/+175
*
remove unused variable
Fred Drake
2005-01-12
1
-1/+0
*
SF 1098985: set objects cannot be marshalled
Raymond Hettinger
2005-01-11
1
-1/+66
*
Any call to marshal.dumps() with the new optional argument 'version' just
Armin Rigo
2004-12-20
1
-1/+1
*
Patch #923098: Share interned strings in marshal.
Martin v. Löwis
2004-06-27
1
-15/+74
*
Make private function static
Neal Norwitz
2004-06-13
1
-1/+1
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-3/+3
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
1
-63/+54
*
Bug #794140: cygwin builds do not embed
Jason Tishler
2003-09-04
1
-1/+1
*
Whitespace normalization.
Thomas Heller
2002-07-30
1
-4/+4
*
Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).
Thomas Heller
2002-07-30
1
-6/+6
*
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz
2002-06-14
1
-10/+10
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-0/+16
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
1
-4/+4
*
Use PyObject_CheckReadBuffer().
Jeremy Hylton
2001-11-09
1
-6/+2
*
SF patch #470393 (Jim Ahlstrom): Add missing marshal function
Guido van Rossum
2001-10-19
1
-0/+8
*
fix for part of bug #453523: disable unmarshalling of code objects in
Michael W. Hudson
2001-08-30
1
-1/+7
[next]