- 24 Nis, 2016 17 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
reopened on Windows. Added tests for fallbacks.
-
Serhiy Storchaka yazdı
reopened on Windows. Added tests for fallbacks.
-
Martin Panter yazdı
-
Berker Peksag yazdı
Patch by Jon Dufresne.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Berker Peksag yazdı
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag yazdı
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag yazdı
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag yazdı
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Corey Brune.
-
Berker Peksag yazdı
Patch by Corey Brune.
-
- 23 Nis, 2016 15 kayıt (commit)
-
-
Berker Peksag yazdı
All signal.SIG* constants may not be defined on Windows so a call like signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) will raise an AttributeError.
-
Berker Peksag yazdı
All signal.SIG* constants may not be defined on Windows so a call like signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) will raise an AttributeError.
-
Berker Peksag yazdı
It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville.
-
Berker Peksag yazdı
* Explain how 'error_message_format' is used by 'send_error' method * Mention that 'responses' is used by 'send_response_only' and 'send_error' methods * Replace 'class variables' with 'attributes' Initial patch by Anastasia Filatova.
-
Berker Peksag yazdı
* Explain how 'error_message_format' is used by 'send_error' method * Mention that 'responses' is used by 'send_response_only' and 'send_error' methods * Replace 'class variables' with 'attributes' Initial patch by Anastasia Filatova.
-
Serhiy Storchaka yazdı
silently ignore keyword arguments.
-
Serhiy Storchaka yazdı
silently ignore keyword arguments.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Senthil Kumaran yazdı
Document no_proxy environment variable in python 3.x #issue23806
-
Senthil Kumaran yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Xavier de Gaye.
-
- 22 Nis, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator rather than system malloc(). Applications calling PyMem_Malloc() without holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to validate the usage of memory allocators in your application.
-
- 21 Nis, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 20 Nis, 2016 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The function was only called in _sizeof_void_p()
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-