- 11 Ara, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 08 Ara, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 06 Ara, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Ara, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 03 Ara, 2016 16 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
system Python site-packages directory, to sys.path for macOS framework builds. The coupling between the two Python instances often caused confusion and, as of macOS 10.12, changes to the site-packages layout can cause pip component installations to fail. This change reverts the effects introduced in 2.7.0 by Issue #4865. If you are using a package with both the Apple system Python 2.7 and a user-installed Python 2.7, you will need to ensure that copies of the package are installed with both Python instances.
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
-
- 02 Ara, 2016 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
names.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
Original patch by Andreas Stührk.
-
Serhiy Storchaka yazdı
changed and supports reading read-only files.
-
- 01 Ara, 2016 3 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
Serhiy Storchaka yazdı
with custom __oct__ and __hex__.
-
Martin Panter yazdı
-
- 30 Kas, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
Also document that using the dedicated functions to delete items is preferred. Using PyObject_SetAttr/String() and PySequence_SetItem/Slice() for deletion is deprecated.
-
Martin Panter yazdı
-
- 29 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
tp_free (e.g. C-inherited Cython classes).
-
- 26 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in the documentation.
-
- 21 Kas, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
-
Gregory P. Smith yazdı
-
Martin Panter yazdı
-
- 20 Kas, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
Based on suggestion by Eryk Sun.
-
Martin Panter yazdı
The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner.
-
Martin Panter yazdı
-