- 26 Jan, 2015 16 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
directory containing a backslash.
-
Serhiy Storchaka authored
directory containing a backslash.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
returned NotImplemented. Removed incorrect implementations of __ne__().
-
Serhiy Storchaka authored
returned NotImplemented. Removed incorrect implementations of __ne__().
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Cory Benfield.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 25 Jan, 2015 8 commits
-
-
Serhiy Storchaka authored
replacment string longer than mailformed input data.
-
Serhiy Storchaka authored
replacment string longer than mailformed input data.
-
Serhiy Storchaka authored
decoding and translating.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
This change parallels the language used in the unix man page.
-
Senthil Kumaran authored
Increase http.client.HTTPConnection test coverage. Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port, _tunnel_headers attributes on HTTPConnection object.
-
Senthil Kumaran authored
Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port, _tunnel_headers attributes on HTTPConnection object.
-
- 24 Jan, 2015 2 commits
-
-
Steve Dower authored
-
Ethan Furman authored
-
- 23 Jan, 2015 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
Patch by Demian Brecht.
-
Gregory P. Smith authored
*any* kwarg supplied to _assert_python causes it to not append -E to the command line flags so without='-E' does effectively work.
-
Gregory P. Smith authored
*any* kwarg supplied to _assert_python causes it to not append -E to the command line flags so without='-E' does effectively work.
-
Gregory P. Smith authored
script_helper.assert_python_failure(). No such feature has ever existed, thus it doesn't do what the comment claims. (It does add a 'without' variable to the environment of the child process but that was not intended)
-
Gregory P. Smith authored
script_helper.assert_python_failure(). No such feature has ever existed, thus it doesn't do what the comment claims. (It does add a 'without' variable to the environment of the child process but that was not intended)
-
Gregory P. Smith authored
mode. Explicitly remove the PYTHONFAULTHANDLER environment variable before launching a child interpreter when its presence would impact the test (the reason -E was being used in the first place). This enables running the test in an environment where other Python environment variables must be set in order for things to run (such as using PYTHONHOME to tell an embedded interpreter where it should think it lives).
-