- 30 May, 2013 2 commits
-
-
Brett Cannon authored
explains better what the context manager is providing.
-
Łukasz Langa authored
Patch by Ronald Oussoren
-
- 29 May, 2013 16 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by Hideaki Takahashi.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Serhiy Storchaka authored
PyObject_CallMethod() now changed to `const char*`. Based on patches by Jörg Müller and Lars Buitinck.
-
Stefan Krah authored
-
Stefan Krah authored
character in _decimal.c.
-
Senthil Kumaran authored
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. This helps in handling certain types invalid urls in a conservative manner. Patch contributed by Mher Movsisyan.
-
Senthil Kumaran authored
This helps in handling certain types invalid urls in a conservative manner.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
touchup test_idle. Rename README.txt.
-
Andrew Kuchling authored
-
- 28 May, 2013 22 commits
-
-
Ned Deily authored
-
Ned Deily authored
is overriden with the CC environment variable, use the new compiler as the default for linking if LDSHARED is not also overriden. This restores Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0.
-
Brett Cannon authored
-
Brett Cannon authored
and __package__ unconditionally in order to do the right thing for reloading.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
handle providing (and cleaning up if needed) the module to be loaded. A future commit will use the context manager in Lib/importlib/_bootstrap.py and thus why the code is placed there instead of in Lib/importlib/util.py.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
stream's read() returns more bytes than requested.
-
Serhiy Storchaka authored
stream's read() returns more bytes than requested.
-
Serhiy Storchaka authored
on unsuitable platform/environment.
-
Serhiy Storchaka authored
on unsuitable platform/environment.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
non-alphabet characters present in the input string to conform a docstring. Updated the module documentation.
-
Serhiy Storchaka authored
non-alphabet characters present in the input string to conform a docstring. Updated the module documentation.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-