- 24 Apr, 2016 22 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
There were duplicated methods with the same name and body.
-
Serhiy Storchaka authored
It is not needed since tests use unittest.main().
-
Victor Stinner authored
Optimizations section.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
reopened on Windows. Added tests for fallbacks.
-
Serhiy Storchaka authored
reopened on Windows. Added tests for fallbacks.
-
Martin Panter authored
-
Berker Peksag authored
Patch by Jon Dufresne.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Berker Peksag authored
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag authored
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag authored
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag authored
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Corey Brune.
-
Berker Peksag authored
Patch by Corey Brune.
-
- 23 Apr, 2016 15 commits
-
-
Berker Peksag authored
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 authored
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 authored
It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville.
-
Berker Peksag authored
* 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 authored
* 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 authored
silently ignore keyword arguments.
-
Serhiy Storchaka authored
silently ignore keyword arguments.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Senthil Kumaran authored
Document no_proxy environment variable in python 3.x #issue23806
-
Senthil Kumaran authored
-
Martin Panter authored
-
Martin Panter authored
Patch by Xavier de Gaye.
-
- 22 Apr, 2016 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
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 Apr, 2016 1 commit
-
-
Senthil Kumaran authored
-