- 21 Haz, 2012 5 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
Ned Deily yazdı
1. on OS X, there is no separate /usr/lib/libcursesw nor libpanelw 2. _XOPEN_SOURCE_EXTENDED must be enabled for _curses build
-
Nadeem Vawda yazdı
Original patch by Sam Rushing.
-
- 20 Haz, 2012 6 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
1) _mpd_qdivmod() uses the context precision only in two places, and the new code should be exactly equivalent to the previous code. 2) Remove misleading comment. 3) The quotient *is* an integer with exponent 0, so calling mpd_qtrunc() is pointless. 4) Replace two instances of identical code by a single one. 5) Use _mpd_cmp_abs() instead of mpd_cmp_total_mag(): the operands are not special. 6) Don't clear MPD_Rounded in the status (with the current code it should not be set within the function).
-
Jason R. Coombs yazdı
Clarified comment on disabled code to reference issue15093.
-
doko@ubuntu.com yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
-
- 19 Haz, 2012 7 kayıt (commit)
-
-
Nadeem Vawda yazdı
Add relevant tests for GzipFile, and also for BZ2File and LZMAFile.
-
Nadeem Vawda yazdı
-
Antoine Pitrou yazdı
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
-
Kristjan Valur Jonsson yazdı
-
Brian Curtin yazdı
-
Antoine Pitrou yazdı
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 yazdı
Fix incorrect test of the condition variable state, spotted by Richard Oudkerk. This could cause the internal condition variable to grow without bounds.
-
- 18 Haz, 2012 11 kayıt (commit)
-
-
Brian Curtin yazdı
-
Kristján Valur Jónsson yazdı
Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows.
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Stefan Krah yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 17 Haz, 2012 11 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap.
-
R David Murray yazdı
-
R David Murray yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-