- 22 Jun, 2012 7 commits
-
-
Larry Hastings authored
for "parity" between PyArg_ParseTuple() and the Python/getargs.c static function skipitem() for all possible "format units".
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Add version guard for Py_LIMITED_API additions. Issue #15081: Document PyState_FindModule. Patch by Robin Schreiber.
-
Hynek Schlawack authored
If an identical code line is in both at the end of if and else, it can as well stand after the block. :) The code is from 464cf523485e, I didn't see it before checking the commits in the web interface of course.
-
Alexander Belopolsky authored
mktime() when timezone offest is supplied.
-
Alexander Belopolsky authored
mktime() when timezone offest is supplied.
-
- 21 Jun, 2012 25 commits
-
-
Nadeem Vawda authored
Original patch by Jim Jewett; see issue 14684.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
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 authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Hynek Schlawack authored
Loosely based on the work by Hirokazu Yamamoto.
-
Hynek Schlawack authored
Loosely based on the work by Hirokazu Yamamoto.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Ned Deily authored
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 authored
-
Nadeem Vawda authored
Original patch by Sam Rushing.
-
- 20 Jun, 2012 8 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
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 authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-