Eugenio Lacuesta
|
744f352d09
|
Do not process cookies from headers
|
2020-10-01 14:52:23 -03:00 |
Eugenio Lacuesta
|
307e35c664
|
Improve check for invalid cookie in CookiesMiddleware (#4772)
|
2020-09-01 11:04:00 +02:00 |
Adrián Chaves
|
890b2138a6
|
Remove the u prefix from strings
|
2020-07-30 13:39:30 +02:00 |
Eugenio Lacuesta
|
f6ed5edc31
|
CookiesMiddleware: keep cookies from 'Cookie' request header
|
2020-05-21 11:07:41 -03:00 |
Eugenio Lacuesta
|
df8a1d1c01
|
Flake8: Remove E741
|
2020-05-14 10:40:50 -03:00 |
Eugenio Lacuesta
|
4c12a234ae
|
Flake8: Remove E126
|
2020-05-06 16:10:21 -03:00 |
Adrián Chaves
|
d323a57381
|
Merge branch 'master' into fix-pycodestyle-e731
|
2020-04-15 14:16:15 +02:00 |
Eugenio Lacuesta
|
94d7ad76cb
|
Fix pycodestyle E2XX (whitespace) (#4468)
|
2020-04-15 14:11:37 +02:00 |
Eugenio Lacuesta
|
4270e0a0da
|
Fix E731: do not assign a lambda expression
|
2020-04-04 21:54:55 -03:00 |
Marc Hernández
|
91bbc70bc1
|
fix E30X flake8 (#4355)
|
2020-02-21 06:05:31 +01:00 |
Eugenio Lacuesta
|
40086dabb8
|
Prevent more DeprecationWarnings
|
2019-07-13 22:14:00 -03:00 |
Chomba Ng'ang'a
|
4ca61a2051
|
Update deprecated test aliases
- change ``failIf`` to ``assertFalse``
- change ``asertEquals`` to ``assertEqual``
- change ``assert_`` to ``assertTrue``
https://docs.python.org/2/library/unittest.html#deprecated-aliases
|
2017-08-09 12:52:10 +02:00 |
Daniel Graña
|
f4fc05c2a1
|
Do not propagate cookie log messages in tests so TopLevelFormatter does not rewrite them
|
2015-08-03 17:18:08 -03:00 |
Daniel Graña
|
c6adf648dc
|
PY3 port COOKIES_DEBUG and add tests
|
2015-08-03 16:28:29 -03:00 |
Daniel Graña
|
dba7e39f61
|
Do not break cookie parsing on non-utf8 headers
|
2015-08-03 10:53:40 -03:00 |
Daniel Graña
|
5f02ef82e8
|
PY3 port http cookies handling
|
2015-08-02 22:28:45 -03:00 |
Julia Medina
|
d3f576a816
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
Julia Medina
|
d7c444fefb
|
Move scrapy/contrib/downloadermiddleware to scrapy/downloadermiddlewares
|
2015-04-29 21:24:30 -03:00 |
Mikhail Korobov
|
49645d4bf9
|
TST small cleanup of a cookie test
|
2014-09-21 05:31:34 +06:00 |
andrewshir
|
e583c030db
|
Test for local domains (without dots) added
|
2014-09-14 14:24:16 +06:00 |
Rocio Aramberri
|
51b0bd281d
|
fix dont settings on meta behaviour, add docs and tests
|
2014-08-15 13:47:42 -07:00 |
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |