- 15 Feb, 2014 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 14 Feb, 2014 4 commits
-
-
Nick Coghlan authored
- now also allows POSIX installation with SSL/TLS missing - a goal for pip 1.6 is to allow local use without SSL/TLS
-
Ned Deily authored
-
Ned Deily authored
-
Benjamin Peterson authored
-
- 13 Feb, 2014 10 commits
-
-
Victor Stinner authored
regression: don't clear anymore the state of Python threads early during the Python shutdown.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families.
-
Serhiy Storchaka authored
variables names and values.
-
Serhiy Storchaka authored
variables names and values.
-
Guido van Rossum authored
-
- 12 Feb, 2014 14 commits
-
-
Yury Selivanov authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Victor Stinner authored
On Windows, the codec of sys.stdout is implemented in Python. At exit, the codec may be unloaded before the destructor tries to write something to sys.stdout.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Stephen Tu.
-
Serhiy Storchaka authored
Based on patch by Stephen Tu.
-
Serhiy Storchaka authored
This silences a Coverity complain.
-
Serhiy Storchaka authored
This silences a Coverity complain.
-
R David Murray authored
-
R David Murray authored
-
Ned Deily authored
-
Ned Deily authored
to the internal Mac/README file.
-
- 11 Feb, 2014 10 commits
-
-
R David Murray authored
See issues #7994 and #9856. I also modified with wording of the format doc entry to better match what really happens, and added a versionchanged to the datamodel object.__format__ section.
-
Victor Stinner authored
FreeBSD 8
-
R David Murray authored
-
Gregory P. Smith authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
Also a NEWS wording fixup.
-
Victor Stinner authored
the list of futures is not a list but a Future, Task or coroutine object
-