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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Beefed up the tests by putting in more "for proto in protocols:" outer
Tim Peters
2003-02-02
1
-0/+5
*
Fix compiler warning
Neal Norwitz
2003-02-02
2
-1/+2
*
dump(): Added asserts that self->proto is sane.
Tim Peters
2003-02-02
1
-1/+2
*
dump(): Fixed a stupid bug in new code. It wasn't possible for the bug
Tim Peters
2003-02-02
1
-1/+1
*
Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in
Tim Peters
2003-02-02
1
-2/+56
*
Fix memory leak: free memory storing the content model passed to the
Fred Drake
2003-02-02
1
-24/+48
*
cPickle.c: Full support for the new LONG1 and LONG4. Added comments.
Tim Peters
2003-02-02
1
-21/+161
*
The C pickle now knows how to deal with a proto= argument. Assorted
Tim Peters
2003-02-01
1
-45/+86
*
Removed needless include of errno.h.
Tim Peters
2003-02-01
1
-4/+0
*
The module docstring had an RCS ID from 1999 embedded in it. Enough
Tim Peters
2003-02-01
1
-3/+1
*
Trimmed trailing whitespace.
Tim Peters
2003-02-01
1
-223/+223
*
Added #defines for proto 2 opcodes; gave the Pickler a proto member;
Tim Peters
2003-02-01
1
-16/+30
*
New functions alloc_{time,datetime}. Got rid of all setstate-like
Tim Peters
2003-02-01
1
-168/+123
*
There's no good reason for datetime objects to expose __getstate__()
Tim Peters
2003-02-01
1
-52/+4
*
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
Tim Peters
2003-02-01
2
-73/+5
*
All over: changed comments to reflect pickling is straightforward now,
Tim Peters
2003-02-01
1
-7/+5
*
delta_setstate(): This waS no longer referenced, so nukeit.
Tim Peters
2003-02-01
1
-38/+2
*
Move itertools module from the sandbox and into production.
Raymond Hettinger
2003-02-01
1
-0/+1532
*
The various datetime object __setstate__() methods are no longer public
Tim Peters
2003-01-31
1
-116/+105
*
Ignore the state returned by __reduce__ if it is Py_None.
Guido van Rossum
2003-01-31
1
-0/+2
*
SF patch #678257 by Geoff Talvola.
Guido van Rossum
2003-01-31
1
-1/+1
*
SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie.
Guido van Rossum
2003-01-31
1
-13/+65
*
Change the treatment of positions returned by PEP293
Walter Dörwald
2003-01-31
1
-4/+14
*
Initialize swappedinput to silence the compiler warning about
Walter Dörwald
2003-01-31
1
-1/+1
*
_PyLong_NumBits(): The definition of this was too specific to the quirky
Tim Peters
2003-01-31
1
-21/+27
*
Backward branches are disgusting, at least when a forward branch
Tim Peters
2003-01-31
1
-6/+6
*
Change the approach to pickling to use __reduce__ everywhere. Most
Guido van Rossum
2003-01-30
1
-242/+221
*
Check whether the choosen encoding requires byte swapping
Walter Dörwald
2003-01-30
1
-1/+79
*
I was in this module anyway, so I did some janitorial things.
Michael W. Hudson
2003-01-30
1
-17/+14
*
Add the get_completer() function based on Michael Stone's patch in
Michael W. Hudson
2003-01-30
1
-0/+17
*
Teach the parsermodule about floor division. Fixes
Michael W. Hudson
2003-01-29
1
-0/+2
*
Added new private API function _PyLong_NumBits. This will be used at the
Tim Peters
2003-01-28
1
-2/+39
*
Bump the version number
Barry Warsaw
2003-01-28
1
-1/+1
*
Update to the final version released as Expat 1.95.6 (maintaining
Fred Drake
2003-01-28
1
-78/+66
*
Support socket timeout in SSL, by Geoff Talvola.
Guido van Rossum
2003-01-27
1
-0/+51
*
Fix reference counting of iconvcodec_Type. Fixes #670715.
Martin v. Löwis
2003-01-27
1
-6/+4
*
Get rid of compiler warnings on Redhat
Neal Norwitz
2003-01-26
1
-2/+2
*
Add _iconv_codec to Setup.dist. Use PyModule_ functions.
Martin v. Löwis
2003-01-26
2
-8/+6
*
Patch #670715: Universal Unicode Codec for POSIX iconv.
Martin v. Löwis
2003-01-26
1
-0/+626
*
Undo inclusion of Python.h. Remove HAVE_MEMCPY section.
Martin v. Löwis
2003-01-26
1
-12/+0
*
Uncomment usage of expat_config.h
Martin v. Löwis
2003-01-25
1
-0/+2
*
Incorporate Expat 1.95.6.
Martin v. Löwis
2003-01-25
10
-3941/+5444
*
date and datetime comparison: when we don't know how to
Tim Peters
2003-01-24
1
-1/+13
*
Updated the astimezone() proof to recover from all the last week's
Tim Peters
2003-01-24
1
-77/+94
*
Fix typo
Neal Norwitz
2003-01-23
1
-1/+1
*
SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).
Tim Peters
2003-01-23
1
-12/+20
*
Reimplemented datetime.now() to be useful.
Tim Peters
2003-01-23
1
-7/+17
*
fromutc(): Repair incorrect failure return, as noted by NealN. Thanks!
Tim Peters
2003-01-23
1
-1/+1
*
Bringing the code and test suite into line with doc and NEWS changes
Tim Peters
2003-01-23
1
-92/+127
*
Convert booleans to integers in IntVar.set. Fixes #671741.
Martin v. Löwis
2003-01-22
1
-1/+3
[next]