- 12 Oct, 2014 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 04 Oct, 2014 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Georg Brandl authored
-
- 01 Oct, 2014 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Sep, 2014 6 commits
-
-
Georg Brandl authored
executables used to find the mac address, with /sbin and /usr/sbin as fallbacks. Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface. Original patch by Kent Frazier. Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Sep, 2014 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518)
-
- 17 Sep, 2014 2 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 16 Sep, 2014 1 commit
-
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
- 03 Aug, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
-
- 20 Jul, 2014 1 commit
-
-
Jason R. Coombs authored
Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524.
-
- 13 Jul, 2014 2 commits
- 25 Jun, 2014 2 commits
- 17 Jun, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Jun, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 13 May, 2014 1 commit
-
-
Jason R. Coombs authored
-
- 08 May, 2014 1 commit
-
-
Kristján Valur Jónsson authored
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-