- 11 Aug, 2012 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Meador Inge authored
Patch by Ludwig Hähne.
-
Meador Inge authored
Patch by Ludwig Hähne.
-
- 10 Aug, 2012 7 commits
-
-
Philip Jenvey authored
-
Brett Cannon authored
PyImport_ImportModuleLevel() with a 'level' of 0 instead of -1 as the latter is no longer a valid value. Also added a versionchanged note for PyImport_ImportModuleLevel() just in case people don't make the connection between changes to __import__() and this C function.
-
Brett Cannon authored
-
Senthil Kumaran authored
Patch contributed by Daniel Ellis.
-
Philip Jenvey authored
-
Brett Cannon authored
module again. Also took the opportunity to stop accidentally exporting _imp.extension_suffixes() as public.
-
Brett Cannon authored
state of the import system. Also make importlib.invalidate_caches() work with sys.meta_path instead of sys.path_importer_cache to completely separate the path-based import system from the overall import system. Patch by Eric Snow.
-
- 09 Aug, 2012 14 commits
-
-
Victor Stinner authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Initial patch by Anton Barkovsky.
-
Andrew Svetlov authored
Initial patch by Anton Barkovsky.
-
Andrew Svetlov authored
-
Eli Bendersky authored
-
Ned Deily authored
-
Ned Deily authored
failure on OS X built with 10.4 ABI.
-
Victor Stinner authored
Restore the errno before calling the previous signal handler, and not after.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 08 Aug, 2012 6 commits
-
-
Victor Stinner authored
-
Larry Hastings authored
that occasionally uses doubles.
-
Victor Stinner authored
different than KeyboardInterrupt
-
Victor Stinner authored
-
Victor Stinner authored
-
doko@ubuntu.com authored
tools (dpkg-dev) installed.
-
- 07 Aug, 2012 3 commits
-
-
Ned Deily authored
by building a local copy of libsqlite3 with OS X installers rather than depending on the wide range of versions supplied with various OS X releases.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 06 Aug, 2012 1 commit
-
-
Brett Cannon authored
data. Also alphabetized the attributes in the blacklist to make it easier to detect changes. Initial patch by Éric Araujo.
-