[issue1100562] deepcopying listlike and dictlike objects

2015-11-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Note that this change added discrepancy between pickle and copy modules and broke deepcopying of minidom documents (issue10131). -- nosy: +serhiy.storchaka ___ Python tracker

[issue1100562] deepcopying listlike and dictlike objects

2010-09-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r84495 (3.x), r84498 (3.1), r84499 (2.7). Thank you! -- nosy: +pitrou resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue1100562] deepcopying listlike and dictlike objects

2010-08-26 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is small and clean, can a core dev please take a look and commit if you see fit, thanks. -- ___ Python tracker ___

[issue1100562] deepcopying listlike and dictlike objects

2010-08-04 Thread Michele Orrù
Michele Orrù added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1100562] deepcopying listlike and dictlike objects

2010-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Michele, thanks for your prompt response. I should of course have said "I'm making this a behaviour type", sorry. alexandre, could you please comment on whether the patches are acceptable or not, thanks. -- nosy: +alexandre.vassalotti __

[issue1100562] deepcopying listlike and dictlike objects

2010-07-16 Thread Michele Orrù
Michele Orrù added the comment: Yes. Anyway, to be sure, I've just re-checked on py3.2, py3.1 and py2.7 with last svn revision. I'm pretty sure all works well. -- ___ Python tracker ___

[issue1100562] deepcopying listlike and dictlike objects

2010-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: I've made this a feature request as #1099746 title is "copy.deepcopy barfs when copying a class derived from dict". Michelle can you confirm that you have run the unit tests and that all passed ok? -- nosy: +BreamoreBoy type: feature request -> behavi

[issue1100562] deepcopying listlike and dictlike objects

2010-06-22 Thread Michele Orrù
Changes by Michele Orrù : Added file: http://bugs.python.org/file17745/issue1100562_py3k.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue1100562] deepcopying listlike and dictlike objects

2010-06-22 Thread Michele Orrù
Changes by Michele Orrù : Removed file: http://bugs.python.org/file17744/issue1100562_py3k.patch ___ Python tracker ___ ___ Python-bugs-list

[issue1100562] deepcopying listlike and dictlike objects

2010-06-22 Thread Michele Orrù
Michele Orrù added the comment: Ported to Py3k. -- versions: +Python 3.2 -Python 2.6, Python 2.7 Added file: http://bugs.python.org/file17744/issue1100562_py3k.patch ___ Python tracker __

[issue1100562] deepcopying listlike and dictlike objects

2010-05-28 Thread Ryan Coyner
Changes by Ryan Coyner : -- nosy: +rcoyner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue1100562] deepcopying listlike and dictlike objects

2010-05-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Library (Lib) -None nosy: +ezio.melotti stage: unit test needed -> patch review ___ Python tracker ___ ___

[issue1100562] deepcopying listlike and dictlike objects

2010-05-13 Thread Michele Orrù
Michele Orrù added the comment: Unit tests added; tested both on python2.6 and python2.7. -- nosy: +maker versions: +Python 2.6 Added file: http://bugs.python.org/file17319/issue1100562.patch ___ Python tracker

[issue1100562] deepcopying listlike and dictlike objects

2009-04-22 Thread Daniel Diniz
Daniel Diniz added the comment: See issue 1099746 for an example that can be used as a starting point for the unit tests. -- keywords: +easy nosy: +ajaksu2 ___ Python tracker

[issue1100562] deepcopying listlike and dictlike objects

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ _