65 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Antoine Pitrou ce111caaeb Merged revisions 84495-84497 via svnmerge from 16 years ago
Antoine Pitrou d6399d2d19 Fix running the copy module from the command-line (however use{ful,less} it may be). 16 years ago
Antoine Pitrou 3941a8fece Issue #1100562: Fix deep-copying of objects derived from the list and dict types. 16 years ago
Antoine Pitrou 1fc0d2b364 Merged revisions 76571 via svnmerge from 16 years ago
Antoine Pitrou 6e61006cc2 Merged revisions 72669 via svnmerge from 17 years ago
Alexandre Vassalotti 1f2ba4b6da Rename the repr module to reprlib. 18 years ago
Alexandre Vassalotti f7fa63dd55 Rename copy_reg module to copyreg. 18 years ago
Christian Heimes cc47b05fe5 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 18 years ago
Guido van Rossum 1325790b93 Merged revisions 55795-55816 via svnmerge from 19 years ago
Walter Dörwald 756f139b97 Register a dispatcher for str8. (This makes test_copy.py pass again.) 19 years ago
Guido van Rossum 805365ee39 Merged revisions 55007-55179 via svnmerge from 19 years ago
Guido van Rossum ef87d6ed94 Rip out all the u"..." literals and calls to unicode(). 19 years ago
Neal Norwitz b69b2e59f6 Remove duplicate refs to int from int/long unification presumably. (There might be more refs like these.) 19 years ago
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum e2a383d062 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
Guido van Rossum 65810fee5e SF patch 1495675: Remove types.InstanceType and new.instance 20 years ago
Tim Peters d6e7e73ff8 Whitespace normalization. 20 years ago
Guido van Rossum 1968ad32cd - Patch 1433928: 20 years ago
Raymond Hettinger f9d88ab39e SF bug #1219361 Fix typo 21 years ago
Martin v. Löwis e2713becd8 Build with --disable-unicode again. Fixes #1158607. 21 years ago
Raymond Hettinger f715366f23 Reduce the usage of the types module. 21 years ago
Raymond Hettinger f0e3569a28 Refactor the copy dispatcher code in copy.py. Simplifies and shortens 22 years ago
Martin v. Löwis ba8f5ff76c Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. 23 years ago
Guido van Rossum 99d2c251df SF patch 707900, fixing bug 702858, by Steven Taschuk. 23 years ago
Guido van Rossum 68468eba63 Get rid of many apply() calls. 23 years ago
Tim Peters f2715e0764 Whitespace normalization. 23 years ago
Guido van Rossum 9c9cf41a01 Remove now unused _better_reduce. 23 years ago
Guido van Rossum e690883ccf Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. 23 years ago
Guido van Rossum 1dca482dbd Somehow, copy() of a classic class object was handled 23 years ago
Guido van Rossum c06e3acc73 Add support for copy_reg.dispatch_table. 23 years ago
Guido van Rossum 5aac4e6312 Move _better_reduce from copy.py to copy_reg.py, and also use it in 23 years ago
Guido van Rossum 85233bf746 Fix a bug in the way __getnewargs__ was handled. 23 years ago
Guido van Rossum c755758906 Support all the new stuff supported by the new pickle code: 23 years ago
Guido van Rossum 90e05b0e25 Support __reduce__ returning a 4-tuple or 5-tuple. 23 years ago
Martin v. Löwis 71b755646a Support copying booleans. Fixes #668925. 23 years ago
Guido van Rossum 611546005b Make sure that *any* object whose id() is used as a memo key is kept 24 years ago
Guido van Rossum 11ade1ddc0 SF patch 560794 (Greg Chapman): deepcopy can't handle custom 24 years ago
Guido van Rossum 3e3583c345 Fix from SF patch 565085: copy._reduction doesn't __setstate__. 24 years ago
Raymond Hettinger e0d4972acc Replaced .keys() with dictionary iterators 24 years ago
Raymond Hettinger 54f0222547 SF 563203. Replaced 'has_key()' with 'in'. 24 years ago
Guido van Rossum 88b666ca3f SF patch 518765 (Derek Harland): Bug in copy.py when used through 24 years ago
Guido van Rossum 1e91c1444a Fix for SF bug ##497426: can't deepcopy recursive new objects 24 years ago
Guido van Rossum 8b9def3aac Add complex to the dispatch tables, to avoid going through the whole 25 years ago
Guido van Rossum 6cef6d5d62 Changes to copy() and deepcopy() in copy.py to support __reduce__ as a 25 years ago
Martin v. Löwis 339d0f720e Patch #445762: Support --disable-unicode 25 years ago
Skip Montanaro e99d5ea25b added __all__ lists to a number of Python modules 25 years ago
Tim Peters 88869f9787 Whitespace normalization. 25 years ago
Guido van Rossum f8baad0f17 Patch by Finn Bock to support PyStringMap in Jython. 25 years ago