- 20 Dec, 2016 1 commit
-
-
INADA Naoki authored
Original patch by Rasmus Villemoes.
-
- 19 Dec, 2016 3 commits
-
-
Steve Dower authored
-
Victor Stinner authored
Issue #28383: __hash__ documentation recommends naive XOR to combine but this is suboptimal. Update the doc to suggest to reuse the hash() method using a tuple, with an example.
-
Antoine Pitrou authored
when a GC collection happens in another thread. Original patch and report by Armin Rigo.
-
- 18 Dec, 2016 1 commit
-
-
Martin Panter authored
-
- 17 Dec, 2016 5 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 16 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
Improved the documentation and tests for make_archive(). Improved error handling when corresponding compress module is not available. External zip executable is now used if the zlib module is not available.
-
- 15 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
of old-style classes.
-
- 14 Dec, 2016 4 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 11 Dec, 2016 1 commit
-
-
Martin Panter authored
-
- 08 Dec, 2016 1 commit
-
-
Ned Deily authored
-
- 06 Dec, 2016 1 commit
-
-
Benjamin Peterson authored
-
- 04 Dec, 2016 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 03 Dec, 2016 16 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
-
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 2 commits
-
-
Serhiy Storchaka authored
names.
-
Benjamin Peterson authored
-