- 28 Apr, 2013 14 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
modules which will typically work when reloaded. A hack is used to support these functions as their API allowed them to pass in a file object but then operate as if import had loaded them. Unfortunately the hack kept a reference around for the file object passed in which would be unusable on reload since it had been closed. The solution is to simply use the hack for the initial load but then a proper loader on the module so that imp.reload() at least has a chance to work.
-
R David Murray authored
(I got a merge conflict on this in urllib.request.rst, which makes no sense to me. Hopefully I didn't screw up the previous 3.3 commit.)
-
R David Murray authored
I know one of them looks worse, but now it is <80 chars and matches the 2.7 text.
-
R David Murray authored
Behavior confirmation and initial patch by Jessica McKellar.
-
R David Murray authored
Behavior confirmation and initial patch by Jessica McKellar.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by Kushal Das.
-
Serhiy Storchaka authored
Original patch by Kushal Das.
-
Serhiy Storchaka authored
such as was shipped with Centos 5 and Mac OS X 10.4.
-
Serhiy Storchaka authored
such as was shipped with Centos 5 and Mac OS X 10.4.
-
Brett Cannon authored
-
Brett Cannon authored
importlib.invalidate_caches().
-
- 26 Apr, 2013 3 commits
-
-
Antoine Pitrou authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
- 25 Apr, 2013 2 commits
-
-
R David Murray authored
This fixes the test failures on Windows from the new tests, and includes test fixes as well as the module fix.
-
Senthil Kumaran authored
bugs with assignment to full_url. Patch by Demian Brecht.
-
- 24 Apr, 2013 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Antoine Pitrou authored
Also, make the private function static.
-
Eli Bendersky authored
-
- 23 Apr, 2013 12 commits
-
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Ronald Oussoren authored
Without this changeset plistlib would write empty tags for plistlib.Data objects in deeply nested datastructures. Fixes #17353
-
Ronald Oussoren authored
Without this changeset plistlib would write empty tags for plistlib.Data objects in deeply nested datastructures. Fixes #17353
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 22 Apr, 2013 4 commits
-
-
Serhiy Storchaka authored
condition variable. Original patch by Thomas Rachel.
-
Serhiy Storchaka authored
condition variable. Original patch by Thomas Rachel.
-
Serhiy Storchaka authored
allowing the subprocess's stdin to be provided as a (byte) string. Patch by Zack Weinberg.
-
Eli Bendersky authored
-