| Age | Commit message (Collapse) | Author |
|
system checks.
Thanks Simon Charette, Mariusz Felisiak, Tim Graham, and Adam Johnson
for review.
|
|
|
|
widget rendering.
|
|
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.
|
|
|
|
|
|
This reverts commit 91023d79ec70df9289271e63a67675ee51e7dea8 as it
increases memory usage for the test suite.
|
|
|
|
Fixed #21628 by removing the last usage of the imp module.
|
|
|
|
|
|
|
|
|
|
Regression in f0ef0c49e9284f262fbc63e8a497699ca4a248fe.
|
|
manager.
|
|
equivalents
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed an unneeded EnvironmentError catching and used
"raise from exc" syntax.
|
|
Literals are faster and more idiomatic.
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
These methods only work on Python 2.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
|
|
|
|
|
|
|
|
io.open() is an alias for open() on Python 3.
|