- 24 Nis, 2016 5 kayıt (commit)
-
-
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ı
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ı
Patch by Corey Brune.
-
- 23 Nis, 2016 7 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ı
* 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.
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Senthil Kumaran yazdı
-
Martin Panter yazdı
Patch by Xavier de Gaye.
-
- 20 Nis, 2016 3 kayıt (commit)
-
-
Victor Stinner yazdı
The function was only called in _sizeof_void_p()
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #26799: Fix python-gdb.py: don't get once C types when the Python code is loaded, but get C types on demande. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche.
-
- 19 Nis, 2016 9 kayıt (commit)
-
-
Martin Panter yazdı
-
Victor Stinner yazdı
-
Paul Moore yazdı
Issue #26805.
-
Victor Stinner yazdı
Issue #26801: Fix error handling in shutil.get_terminal_size(), catch AttributeError instead of NameError. Patch written by Emanuel Barry. test_shutil: skip the functional test using "stty size" command if os.get_terminal_size() is missing.
-
Jesus Cea yazdı
-
Zachary Ware yazdı
Sync with upstream, see github.com/python/typing/pull/205
-
Victor Stinner yazdı
Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm, except on Mac OS X. Patch written by Xavier de Gaye.
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
link field limits for multibyte character encodings like utf-8.
-
- 18 Nis, 2016 5 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Xiang Zhang.
-
Guido van Rossum yazdı
typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201.
-
Victor Stinner yazdı
Issue #26777: Fix random failing of the test on the "AMD64 FreeBSD 9.x 3.5" buildbot: File ".../Lib/test/test_asyncio/test_tasks.py", line 2398, in go self.assertTrue(0.09 < dt < 0.11, dt) AssertionError: False is not true : 0.11902812402695417 Replace "< 0.11" with "< 0.15".
-
Martin Panter yazdı
Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47.
-
Guido van Rossum yazdı
-
- 17 Nis, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
Patch by Anthony Sottile.
-
- 16 Nis, 2016 9 kayıt (commit)
-
-
Martin Panter yazdı
Handle is probably meant to be excluded, and STARTUPINFO will be added to __all__ in 3.6.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
Patch by Aviv Palivoda.
-
Senthil Kumaran yazdı
Patch contributed by Luiz Poleto.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
* Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous
-