| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26167: Backported copy tests. | Serhiy Storchaka | 2016-03-06 | 1 | -4/+47 |
|
|
* | Issue #25718: Fixed copying object with state with boolean value is false. | Serhiy Storchaka | 2015-11-30 | 1 | -0/+9 |
|
|
* | Merged revisions 84495-84496 via svnmerge from | Antoine Pitrou | 2010-09-04 | 1 | -0/+20 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+0 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -1/+1 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert... | Antoine Pitrou | 2009-11-28 | 1 | -0/+11 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -62/+62 |
|
|
* | Issue #2116: Weak references and weak dictionaries now support copy()ing and ... | Antoine Pitrou | 2009-05-15 | 1 | -0/+88 |
|
|
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+4 |
|
|
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
|
|
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -3/+3 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -0/+16 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 1 | -6/+6 |
|
|
* | Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. | Martin v. Löwis | 2003-06-14 | 1 | -2/+2 |
|
|
* | SF patch 707900, fixing bug 702858, by Steven Taschuk. | Guido van Rossum | 2003-06-13 | 1 | -2/+49 |
|
|
* | Fix SF #749831, copy raises SystemError when getstate raises exception | Neal Norwitz | 2003-06-08 | 1 | -0/+6 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
|
|
* | Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. | Guido van Rossum | 2003-02-19 | 1 | -8/+24 |
|
|
* | Somehow, copy() of a classic class object was handled | Guido van Rossum | 2003-02-07 | 1 | -1/+1 |
|
|
* | Add support for copy_reg.dispatch_table. | Guido van Rossum | 2003-02-07 | 1 | -0/+27 |
|
|
* | Fix a bug in the way __getnewargs__ was handled. | Guido van Rossum | 2003-02-06 | 1 | -0/+18 |
|
|
* | Support all the new stuff supported by the new pickle code: | Guido van Rossum | 2003-02-06 | 1 | -2/+45 |
|
|
* | Support __reduce__ returning a 4-tuple or 5-tuple. | Guido van Rossum | 2003-02-06 | 1 | -0/+36 |
|
|
* | A test suite for the copy module. This should provide full code | Guido van Rossum | 2003-02-06 | 1 | -0/+384 |
|
|