- 21 Haz, 2012 23 kayıt (commit)
-
-
Nadeem Vawda yazdı
These functions were originally added to support LZMA compression in the zipfile module, and are not of interest for the majority of users. They can be made public in 3.4 if there is user interest, but in the meanwhile, I've opted to present a smaller, simpler API for the module's initial release.
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Hynek Schlawack yazdı
Loosely based on the work by Hirokazu Yamamoto.
-
Hynek Schlawack yazdı
Loosely based on the work by Hirokazu Yamamoto.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
doko@ubuntu.com yazdı
-
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
-
Brian Curtin yazdı
-
Nadeem Vawda yazdı
Original patch by Sam Rushing.
-
- 20 Haz, 2012 12 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).
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
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 5 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ı
-