- 17 Dec, 2016 1 commit
-
-
Benjamin Peterson authored
-
- 14 Dec, 2016 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Dec, 2016 15 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
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 authored
-
Martin Panter authored
-
- 02 Dec, 2016 5 commits
-
-
Serhiy Storchaka authored
names.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Original patch by Andreas Stührk.
-
Serhiy Storchaka authored
changed and supports reading read-only files.
-
- 01 Dec, 2016 3 commits
-
-
doko@ubuntu.com authored
-
Serhiy Storchaka authored
with custom __oct__ and __hex__.
-
Martin Panter authored
-
- 30 Nov, 2016 2 commits
-
-
Martin Panter authored
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 authored
-
- 29 Nov, 2016 1 commit
-
-
Serhiy Storchaka authored
tp_free (e.g. C-inherited Cython classes).
-
- 26 Nov, 2016 1 commit
-
-
Serhiy Storchaka authored
in the documentation.
-
- 21 Nov, 2016 3 commits
-
-
Serhiy Storchaka authored
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
-
Gregory P. Smith authored
-
Martin Panter authored
-
- 20 Nov, 2016 7 commits
-
-
Martin Panter authored
Based on suggestion by Eryk Sun.
-
Martin Panter authored
The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner.
-
Martin Panter authored
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unreadable directories on Windows too.
-
Serhiy Storchaka authored
unreadable directories.
-