aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/copy.py
Commit message (Expand)AuthorAge
* gh-121300: Add `replace` to `copy.__all__` (#121302)Max Muoto2024-07-03
* gh-114264: Optimize performance of copy.deepcopy by adding a fast path for at...Pieter Eendebak2024-06-07
* gh-109868: Skip deepcopy memo check for empty memo (GH-109869)Pieter Eendebak2023-09-29
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-06
* gh-100815: Normalize `types` module usage in `copy` module (#100816)Nikita Sobolev2023-01-07
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-23
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)Serhiy Storchaka2022-06-09
* bpo-45752: Remove "array" from list of things that cannot be copied in `copy`...Alex Waygood2021-11-14
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-28
* bpo-38293: Allow shallow and deep copying of property objects (GH-16438)Guðni Natan Gunnarsson2020-01-12
* bpo-11572: Make minor improvements to copy module (GH-8208)Berker Peksag2018-07-09
* Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().Serhiy Storchaka2016-03-06
* Issue #26202: copy.deepcopy() now correctly copies range() objects withSerhiy Storchaka2016-01-28
* Issue #25718: Fixed copying object with state with boolean value is false.Serhiy Storchaka2015-11-30
|\
| * Issue #25718: Fixed copying object with state with boolean value is false.Serhiy Storchaka2015-11-30
* | Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) andSerhiy Storchaka2015-03-24
* | improve idioms (closes #20642)Benjamin Peterson2014-05-03
|/
* Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...Antoine Pitrou2014-02-27
* Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.Alexandre Vassalotti2013-12-01
* #11572: improvements to copy module tests along with removal of old test suiteSandro Tosi2011-08-05
* don't memoize objects that are their own copies (closes #12422)Benjamin Peterson2011-06-27
* Fix running the copy module from the command-line (however use{ful,less} it m...Antoine Pitrou2010-09-04
* Issue #1100562: Fix deep-copying of objects derived from the list and dict ty...Antoine Pitrou2010-09-04
* Merged revisions 76571 via svnmerge fromAntoine Pitrou2009-11-28
* Merged revisions 72669 via svnmerge fromAntoine Pitrou2009-05-15
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-16
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-11
* Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,...Christian Heimes2008-03-25
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-07
* Register a dispatcher for str8. (This makes test_copy.py pass again.)Walter Dörwald2007-06-07
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Remove duplicate refs to int from int/long unification presumably. (There mi...Neal Norwitz2007-02-27
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF patch 1495675: Remove types.InstanceType and new.instanceGuido van Rossum2006-05-26
* Whitespace normalization.Tim Peters2006-02-26
* - Patch 1433928:Guido van Rossum2006-02-25
* SF bug #1219361 Fix typoRaymond Hettinger2005-06-13
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-08
* Reduce the usage of the types module.Raymond Hettinger2005-02-07
* Refactor the copy dispatcher code in copy.py. Simplifies and shortensRaymond Hettinger2004-03-08
* Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.Martin v. Löwis2003-06-14
* SF patch 707900, fixing bug 702858, by Steven Taschuk.Guido van Rossum2003-06-13
* Get rid of many apply() calls.Guido van Rossum2003-02-27
* Whitespace normalization.Tim Peters2003-02-19
* Remove now unused _better_reduce.Guido van Rossum2003-02-19
* Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.Guido van Rossum2003-02-19