- 04 Feb, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 03 Feb, 2013 9 commits
-
-
Brett Cannon authored
__loader__ for this test to succeed without a major changes. It also doesn't test the original issue of modules imported by Py_Initialize() having __loader__ set (the rest of the test covers that).
-
Gregory P. Smith authored
-
Brett Cannon authored
-
Brett Cannon authored
scratch. This means they do not set __loader__ by default. This is acceptable under importlib/PEP 302 definitions, so relax the test that was trying to apply this universally.
-
Serhiy Storchaka authored
stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
-
Serhiy Storchaka authored
stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
method for windows file name sanitization. Splits the unittest up into several based on platform.
-
- 02 Feb, 2013 29 commits
-
-
Ned Deily authored
-
Ned Deily authored
deployment target prior to 10.6.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
-
Antoine Pitrou authored
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Serhiy Storchaka authored
Remove trailing dots on Windows.
-
Serhiy Storchaka authored
Remove trailing dots on Windows.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
-
Ned Deily authored
supported.
-
Ned Deily authored
-
Ned Deily authored
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X framework builds linked with Cocoa Tk 8.5+. Suggested by Kevin Walzer
-
Gregory P. Smith authored
constructors once, to avoid memory leaks when finalizing and re-initializing the Python interpreter.
-
Gregory P. Smith authored
constructors once, to avoid memory leaks when finalizing and re-initializing the Python interpreter.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 01 Feb, 2013 1 commit
-
-
Ned Deily authored
-