1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-13 19:04:50 +00:00

10 Commits

Author SHA1 Message Date
Andrey Rakhmatullin
75b1d051d9 Simplify some more imports. 2019-10-31 15:22:45 +05:00
Andrey Rakhmatullin
bbd9f4be90 Remove six.PY2 and six.PY3 conditionals. 2019-10-31 15:07:10 +05:00
Adrián Chaves
1236e9e81e Provide complete API documentation coverage of scrapy.item 2019-09-25 13:24:56 +02:00
Adrián Chaves
7c148fce5a Implement Item.deepcopy() 2019-03-22 17:07:10 +01:00
cclauss
0a69a32b5a Force Travis CI to test again 2017-08-04 14:35:43 +02:00
cclauss
c016a4309d # noqa to close #2836
Marks #2836 as will not fix.
2017-08-04 01:44:23 +02:00
Rolando Espinoza
4e765acaed BUG: Fix __classcell__ propagation.
Python 3.6 added simpler customization of class creation but this
requires to propagate correctly the __classcell__ attribute in custom
__new__ methods.

See https://docs.python.org/3.6/whatsnew/3.6.html#pep-487-simpler-
customization-of-class-creation
2017-02-08 02:12:52 -04:00
nramirezuy
773ea5a5ef item fields defined on fields class attribute fix 2015-05-13 15:51:23 -03:00
nramirezuy
7871acd665 Item multi inherit fixed 2015-04-21 18:10:52 -03:00
Daniel Graña
242c08553f move tests under root dir 2014-07-30 19:45:08 -03:00