FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/copy.py - lp9102/cnpython · GitHub
lp9102
/
cnpython
Public
forked from
swizl/cnpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cnpython
Lib
copy.py
on
cnpython
User selector
Datepicker
Commit history
Commits on Mar 6, 2016
Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().
Show description for 818e18d
serhiy-storchaka
committed
818e18d
View commit details
Copy full SHA for 818e18d
View code at this point
Browse repository at this point
Commits on Jan 28, 2016
Issue #26202: copy.deepcopy() now correctly copies range() objects with
Show description for 0a20bbf
serhiy-storchaka
committed
0a20bbf
View commit details
Copy full SHA for 0a20bbf
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Issue #25718: Fixed copying object with state with boolean value is false.
serhiy-storchaka
committed
b63015b
View commit details
Copy full SHA for b63015b
View code at this point
Browse repository at this point
Issue #25718: Fixed copying object with state with boolean value is false.
serhiy-storchaka
committed
cbbec1c
View commit details
Copy full SHA for cbbec1c
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and
Show description for 32af754
serhiy-storchaka
committed
32af754
View commit details
Copy full SHA for 32af754
View code at this point
Browse repository at this point
Commits on May 4, 2014
improve idioms (closes #20642)
Show description for 4ce5f3f
benjaminp
committed
4ce5f3f
View commit details
Copy full SHA for 4ce5f3f
View code at this point
Browse repository at this point
Commits on Feb 27, 2014
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
pitrou
committed
dc9215f
View commit details
Copy full SHA for dc9215f
View code at this point
Browse repository at this point
Commits on Dec 1, 2013
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
Show description for 5c1c3b4
avassalotti
committed
5c1c3b4
View commit details
Copy full SHA for 5c1c3b4
View code at this point
Browse repository at this point
Commits on Aug 5, 2011
#11572: improvements to copy module tests along with removal of old test suite
sandrotosi
committed
4dc9c84
View commit details
Copy full SHA for 4dc9c84
View code at this point
Browse repository at this point
Commits on Jun 27, 2011
don't memoize objects that are their own copies (closes #12422)
Show description for e90ec36
benjaminp
committed
e90ec36
View commit details
Copy full SHA for e90ec36
View code at this point
Browse repository at this point
Commits on Sep 4, 2010
Fix running the copy module from the command-line (however use{ful,less} it may be).
pitrou
committed
d6399d2
View commit details
Copy full SHA for d6399d2
View code at this point
Browse repository at this point
Issue #1100562: Fix deep-copying of objects derived from the list and dict types.
Show description for 3941a8f
pitrou
committed
3941a8f
View commit details
Copy full SHA for 3941a8f
View code at this point
Browse repository at this point
Commits on Nov 28, 2009
Merged revisions 76571 via svnmerge from
Show description for 1fc0d2b
pitrou
committed
1fc0d2b
View commit details
Copy full SHA for 1fc0d2b
View code at this point
Browse repository at this point
Commits on May 15, 2009
Merged revisions 72669 via svnmerge from
Show description for 6e61006
pitrou
committed
6e61006
View commit details
Copy full SHA for 6e61006
View code at this point
Browse repository at this point
Commits on May 16, 2008
Rename the repr module to reprlib.
Show description for 1f2ba4b
avassalotti
committed
1f2ba4b
View commit details
Copy full SHA for 1f2ba4b
View code at this point
Browse repository at this point
Commits on May 11, 2008
Rename copy_reg module to copyreg.
Show description for f7fa63d
avassalotti
committed
f7fa63d
View commit details
Copy full SHA for f7fa63d
View code at this point
Browse repository at this point
Commits on Mar 25, 2008
Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from
Show description for cc47b05
tiran
committed
cc47b05
View commit details
Copy full SHA for cc47b05
View code at this point
Browse repository at this point
Commits on Nov 6, 2007
Merging the py3k-pep3137 branch back into the py3k branch.
Show description for 98297ee
gvanrossum
committed
98297ee
View commit details
Copy full SHA for 98297ee
View code at this point
Browse repository at this point
Commits on Jun 7, 2007
Merged revisions 55795-55816 via svnmerge from
Show description for 1325790
gvanrossum
committed
1325790
View commit details
Copy full SHA for 1325790
View code at this point
Browse repository at this point
Register a dispatcher for str8. (This makes test_copy.py pass again.)
Show description for 756f139
doerwalter
committed
756f139
View commit details
Copy full SHA for 756f139
View code at this point
Browse repository at this point
Commits on May 7, 2007
Merged revisions 55007-55179 via svnmerge from
Show description for 805365e
gvanrossum
committed
805365e
View commit details
Copy full SHA for 805365e
View code at this point
Browse repository at this point
Commits on May 2, 2007
Rip out all the u"..." literals and calls to unicode().
gvanrossum
committed
ef87d6e
View commit details
Copy full SHA for ef87d6e
View code at this point
Browse repository at this point
Commits on Feb 27, 2007
Remove duplicate refs to int from int/long unification presumably. (There might be more refs like these.)
nnorwitz
committed
b69b2e5
View commit details
Copy full SHA for b69b2e5
View code at this point
Browse repository at this point
Commits on Feb 11, 2007
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Show description for cc2b016
gvanrossum
committed
cc2b016
View commit details
Copy full SHA for cc2b016
View code at this point
Browse repository at this point
Commits on Feb 9, 2007
Fix most trivially-findable print statements.
Show description for be19ed7
gvanrossum
committed
be19ed7
View commit details
Copy full SHA for be19ed7
View code at this point
Browse repository at this point
Commits on Jan 15, 2007
Rip out 'long' and 'L'-suffixed integer literals.
Show description for e2a383d
gvanrossum
committed
e2a383d
View commit details
Copy full SHA for e2a383d
View code at this point
Browse repository at this point
Commits on May 26, 2006
SF patch 1495675: Remove types.InstanceType and new.instance
Show description for 65810fe
gvanrossum
committed
65810fe
View commit details
Copy full SHA for 65810fe
View code at this point
Browse repository at this point
Commits on Feb 26, 2006
Whitespace normalization.
tim-one
committed
d6e7e73
View commit details
Copy full SHA for d6e7e73
View code at this point
Browse repository at this point
Commits on Feb 25, 2006
- Patch 1433928:
Show description for 1968ad3
gvanrossum
committed
1968ad3
View commit details
Copy full SHA for 1968ad3
View code at this point
Browse repository at this point
Commits on Jun 13, 2005
SF bug #1219361 Fix typo
rhettinger
committed
f9d88ab
View commit details
Copy full SHA for f9d88ab
View code at this point
Browse repository at this point
Commits on Mar 8, 2005
Build with --disable-unicode again. Fixes #1158607.
Show description for e2713be
loewis
committed
e2713be
View commit details
Copy full SHA for e2713be
View code at this point
Browse repository at this point
Commits on Feb 7, 2005
Reduce the usage of the types module.
rhettinger
committed
f715366
View commit details
Copy full SHA for f715366
View code at this point
Browse repository at this point
Commits on Mar 8, 2004
Refactor the copy dispatcher code in copy.py. Simplifies and shortens
Show description for f0e3569
rhettinger
committed
f0e3569
View commit details
Copy full SHA for f0e3569
View code at this point
Browse repository at this point
Commits on Jun 14, 2003
Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.
loewis
committed
ba8f5ff
View commit details
Copy full SHA for ba8f5ff
View code at this point
Browse repository at this point
Commits on Jun 13, 2003
SF patch 707900, fixing bug 702858, by Steven Taschuk.
Show description for 99d2c25
gvanrossum
committed
99d2c25
View commit details
Copy full SHA for 99d2c25
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL