| Age | Commit message (Collapse) | Author |
|
Regression in fee42fd99ee470528858c2ccb3621135c30ec262.
Thanks Claude Paroz, Jon Dufresne, and Tim Graham for the guidance.
Backport of 41be85862d9067a809ccf3707d2a22dfef23d99a from master
|
|
Backport of 0e212a705e6b2e49a246b16286036c40ec2ac4f8 from master
|
|
Regression in 508b5debfb16843a8443ebac82c1fb91f15da687 which
added Node.__eq__().
Backport of fc6528b25ab1834be1a478b405bf8f7ec5cf860c from master
|
|
|
|
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.
|