- 07 Kas, 2014 7 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Jon Poler for pointing this out.
-
Serhiy Storchaka yazdı
Based on patch by Martin Panter.
-
Serhiy Storchaka yazdı
Based on patch by Martin Panter.
-
Serhiy Storchaka yazdı
Based on patch by Aivars Kalvāns.
-
Serhiy Storchaka yazdı
Based on patch by Aivars Kalvāns.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 06 Kas, 2014 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Steve Dower yazdı
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip
-
- 05 Kas, 2014 19 kayıt (commit)
-
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Move the _loop attribute from the constructor of _SelectorTransport, _ProactorBasePipeTransport and _UnixWritePipeTransport classes to the constructor of the _FlowControlMixin class. Add also an assertion to explicit that the parent class must ensure that the loop is defined (not None)
-
Victor Stinner yazdı
Move the _loop attribute from the constructor of _SelectorTransport, _ProactorBasePipeTransport and _UnixWritePipeTransport classes to the constructor of the _FlowControlMixin class. Add also an assertion to explicit that the parent class must ensure that the loop is defined (not None)
-
Victor Stinner yazdı
MAXPATHLEN is now preferred.
-
Victor Stinner yazdı
now preferred. Patch written by Jeffrey Armstrong.
-
Steve Dower yazdı
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip
-
- 04 Kas, 2014 5 kayıt (commit)
-
-
Robert Collins yazdı
When used in the real world it can under some situations trigger " assert not _relpath.startswith('..'), "Path must be within the project" AssertionError: Path must be within the project " Because _get_name_from_path was not expecting to be called with the top level directory.
-
Robert Collins yazdı
We were not honouring load_tests in a package/__init__.py when that was the start_dir parameter, though we do when it is a child package. The fix required a little care since it introduces the possibility of infinite recursion.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-