- 19 Jun, 2012 1 commit
-
-
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 24 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
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Jason R. Coombs authored
-
Nick Coghlan authored
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi)
-
Nick Coghlan authored
Improve an internal ipaddress test, add a comment explaining why treating networks as containers of interfaces rather than addresses would prove confusing
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Meador Inge authored
Patch by Serhiy Storchaka.
-
- 16 Jun, 2012 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Stefan Krah authored
2) _mpd_qpow_mpd(): Abort the loop for all specials, not only infinity. 3) _mpd_qpow_mpd(): Make the function more general and distinguish between zero clamping and folding down the exponent. The latter case is currently handled by setting context->clamp to 0 before calling the function. 4) _mpd_qpow_int(): Add one to the work precision in case of a negative exponent. This is to get the same relative error (0.1 * 10**-prec) for both positive and negative exponents. The previous relative error for negative exponents was (0.2 * 10**-prec). Both errors are _before_ the final rounding to the context precision.
-