- 09 Agu, 2012 3 kayıt (commit)
-
-
Victor Stinner yazdı
Restore the errno before calling the previous signal handler, and not after.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 08 Agu, 2012 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
Larry Hastings yazdı
that occasionally uses doubles.
-
Victor Stinner yazdı
different than KeyboardInterrupt
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
doko@ubuntu.com yazdı
tools (dpkg-dev) installed.
-
- 07 Agu, 2012 3 kayıt (commit)
-
-
Ned Deily yazdı
by building a local copy of libsqlite3 with OS X installers rather than depending on the wide range of versions supplied with various OS X releases.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 06 Agu, 2012 8 kayıt (commit)
-
-
Brett Cannon yazdı
data. Also alphabetized the attributes in the blacklist to make it easier to detect changes. Initial patch by Éric Araujo.
-
Brett Cannon yazdı
parameters of importlib.__import__().
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
Ned Deily yazdı
to avoid curses.unget_wch bug present in older versions of ncurses such as those shipped with OS X.
-
Ned Deily yazdı
- Remove OS X installer and Mac/Makefile dependencies on /Developer which no longer exists with Xcode 4; the referenced tools have been installed into the usr/bin tool root since Xcode 3. - Support adding the SDK usr/bin tool root to the installer's PATH via the SDK_TOOLS_BIN environment variable.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
__import__(). To help explain why the -1 default value is typically not seen, a note about how import statements only use values of >= 0 is also noted.
-
- 05 Agu, 2012 20 kayıt (commit)
-
-
Brett Cannon yazdı
-
Victor Stinner yazdı
'u' format of the array module uses again Py_UNICODE type for backward compatibility with Python 3.2. The only change from Python 3.2 is that PyUnicode_AsUnicode() result is now checked for NULL value.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
-
Nadeem Vawda yazdı
-
Nick Coghlan yazdı
Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property
-