- 16 May, 2016 20 kayıt (commit)
-
-
Ned Deily yazdı
-
Steve Dower yazdı
Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table.
-
Steve Dower yazdı
Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table.
-
Martin Panter yazdı
-
Serhiy Storchaka yazdı
in PyArg_ParseTuple().
-
Serhiy Storchaka yazdı
in PyArg_ParseTuple().
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
with correct type.
-
Serhiy Storchaka yazdı
smtpd.SMTPChannel and smtpd.SMTPServer constructors is changed to False.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Uppercase 'GUI', remove 2.7 references and reflow text.
-
Robert Collins yazdı
Patch from Yolanda Robla.
-
Robert Collins yazdı
Patch from Yolanda Robla.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Martin Panter yazdı
Some servers send Location header fields with non-ASCII bytes, but "http. client" requires the request target to be ASCII-encodable, otherwise a UnicodeEncodeError is raised. Based on patch by Christian Heimes. Python 2 does not suffer any problem because it allows non-ASCII bytes in the HTTP request target.
-
Martin Panter yazdı
-
- 15 May, 2016 16 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Martin Panter yazdı
Also work around separate Open BSD bug with kill() of a zombie.
-
Martin Panter yazdı
Also force terminate the child process in case it hangs for any reason.
-
Serhiy Storchaka yazdı
Patch by Thomas Kluyver.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch by Saimadhav Heblikar.
-
Senthil Kumaran yazdı
issue27018 - Fix the documentation of select.epoll.register method.
-
Senthil Kumaran yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
* "ctypes" documentation was using Python 2 bytes-str equivalence. * PyImport_FrozenModules is a pointer to const as of Python 3.4
-
- 14 May, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 13 May, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-