- 20 Jun, 2012 8 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Jason R. Coombs authored
Clarified comment on disabled code to reference issue15093.
-
doko@ubuntu.com authored
-
Georg Brandl authored
-
Christian Heimes authored
-
- 19 Jun, 2012 7 commits
-
-
Nadeem Vawda authored
Add relevant tests for GzipFile, and also for BZ2File and LZMAFile.
-
Nadeem Vawda authored
-
Antoine Pitrou authored
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
-
Kristjan Valur Jonsson authored
-
Brian Curtin authored
-
Antoine Pitrou authored
Issue #15103: remove the NUL character (serving as a Mercurial binary marker) from Python/importlib.h. Instead the email notification hook uses a configuration option to omit importlib.h diffs.
-
Kristjan Valur Jonsson authored
Fix incorrect test of the condition variable state, spotted by Richard Oudkerk. This could cause the internal condition variable to grow without bounds.
-
- 18 Jun, 2012 11 commits
-
-
Brian Curtin authored
-
Kristján Valur Jónsson authored
Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Stefan Krah authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- 17 Jun, 2012 14 commits
-
-
Antoine Pitrou authored
Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback. Should fix some buildbot failures.
-
Antoine Pitrou authored
Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap.
-
R David Murray authored
-
R David Murray authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Jason R. Coombs authored
-
Nick Coghlan authored
-
Martin v. Löwis authored
-