- 22 Haz, 2012 16 kayıt (commit)
-
-
David Malcolm yazdı
-
Kristjan Valur Jonsson yazdı
not contested, similar to what _thread.RLock already has.
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Jesus Cea yazdı
-
Alexander Belopolsky yazdı
timezone instance corresponding to the system local timezone when called with no arguments.
-
Alexander Belopolsky yazdı
timezone instance corresponding to the system local timezone when called with no arguments.
-
Larry Hastings yazdı
for "parity" between PyArg_ParseTuple() and the Python/getargs.c static function skipitem() for all possible "format units".
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Add version guard for Py_LIMITED_API additions. Issue #15081: Document PyState_FindModule. Patch by Robin Schreiber.
-
Hynek Schlawack yazdı
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 yazdı
mktime() when timezone offest is supplied.
-
Alexander Belopolsky yazdı
mktime() when timezone offest is supplied.
-
- 21 Haz, 2012 24 kayıt (commit)
-
-
Nadeem Vawda yazdı
Original patch by Jim Jewett; see issue 14684.
-
Nadeem Vawda yazdı
-
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ı
-