| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for trailing backslash. Fixes #593656. | Martin v. Löwis | 2002-08-14 | 1 | -0/+1 |
|
|
* | Patch #505705: Remove eval in pickle and cPickle. | Martin v. Löwis | 2002-08-14 | 1 | -3/+3 |
|
|
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -13/+15 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -1/+1 |
|
|
* | Special support for pickling os.stat and os.stat_vfs results portably | Michael W. Hudson | 2002-03-06 | 1 | -0/+11 |
|
|
* | A fix & test for | Michael W. Hudson | 2002-03-05 | 1 | -0/+7 |
|
|
* | Add test for pickling new-style class with custom metaclass. | Guido van Rossum | 2001-12-19 | 1 | -0/+12 |
|
|
* | The test using class initarg failed, because it was lacking a | Guido van Rossum | 2001-12-19 | 1 | -0/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | Covert pickle tests to use unittest. | Jeremy Hylton | 2001-10-15 | 1 | -163/+177 |
|
|
* | pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle | Tim Peters | 2001-08-28 | 1 | -0/+15 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -2/+6 |
|
|
* | Change the test data to ask for class C from module __main__ rather | Guido van Rossum | 2001-04-16 | 1 | -2/+3 |
|
|
* | Test full range of native ints. This exposes two more binary pickle | Tim Peters | 2001-04-10 | 1 | -0/+19 |
|
|
* | Pickles have a number of storage formats for various sizes and kinds of | Tim Peters | 2001-04-09 | 1 | -13/+40 |
|
|
* | No functional change -- just added whitespace in places so I could follow | Tim Peters | 2001-04-09 | 1 | -11/+30 |
|
|
* | Typo repair. | Tim Peters | 2001-01-22 | 1 | -1/+1 |
|
|
* | Reorganize pickle/cPickle testing so the tests pass regardless of the order | Tim Peters | 2001-01-22 | 1 | -0/+153 |
|
|