| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Idan Melamed for the original patch.
|
|
wrapped object doesn't have __reduce__().
Forwardport of 30f334cc58e939c7d9bd8455c80bd066fbde9f2b from stable/1.11.x
|
|
parse_duration().
|
|
|
|
|
|
ordered attributes.
|
|
dotted path.
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
The is_iterator() function was removed in 2456ffa42c33d63b54579eae0f5b9cf2a8cd3714.
|
|
|
|
This is a security fix.
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
Thanks Tim Graham for the review.
|
|
|
|
Atom1Feed.add_item().
Regression in 75cf9b5ac031feb8f94271c9906157c921a14520
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
The new test crashed in the removed branch. It's unclear if the branch has
value since c6a2bd9b962af1cdf46f964589e6023046cfa8ec didn't include tests.
|
|
|
|
|
|
|
|
|
|
This will allow to replace force_text() by str() in several places (as one of
the features of force_text is to keep the safe status).
|
|
|
|
The class will be removed as part of #27753.
Thanks Tim Graham for the review.
|
|
Fixed #21628 by removing the last usage of the imp module.
|
|
equivalents
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
|