- 02 Mar, 2017 7 kayıt (commit)
-
-
Alex Gaynor yazdı
-
Christian Heimes yazdı
The curses module used mkstemp() + fopen() to create a temporary file in /tmp. The /tmp directory does not exist on Android. The tmpfile() function simplifies the task a lot. It creates a temporary file in a correct directory, takes care of cleanup and returns FILE*. tmpfile is supported on all platforms (C89, POSIX 2001, Android, Windows). Signed-off-by:
Christian Heimes <christian@python.org>
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
The way mocking is written in these tests, we need to have the underlying function around.
-
Benjamin Peterson yazdı
#157 added the test, but it's currently (correctly) broken on windows.
-
Benjamin Peterson yazdı
If ctypes is not available, _uuid_generate_time will be None not its restype attribute.
-
Benjamin Peterson yazdı
This reverts commit 43f5df5b.
-
- 01 Mar, 2017 13 kayıt (commit)
-
-
Brett Cannon yazdı
He's written so much code he gets mentioned **a lot**.
-
Lev Abalkin yazdı
This change is required to make python-dbg.py compatible with GDB versions before 7.3.
-
Petr Motejlek yazdı
(or any other exception) to exception(s) raised in the dispatched methods. Patch by Petr Motejlek.
-
Mariatta yazdı
-
INADA Naoki yazdı
It should raise TypeError when kwargs is not a dict.
-
Berker Peksag yazdı
* Document STARTUPINFO constructor * Move versionchanged directive to above of attributes
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Windows uses backslashes for separators.
-
amosonn yazdı
Moved explicit raise from inside try to try...else.
-
Berker Peksag yazdı
-
Alex Gaynor yazdı
-
- 28 Şub, 2017 6 kayıt (commit)
-
-
Kartik Anand yazdı
-
Donald Stufft yazdı
Discussed at https://github.com/python/core-workflow/issues/32.
-
Xiang Zhang yazdı
-
INADA Naoki yazdı
-
Evan Klitzke yazdı
-
Xiang Zhang yazdı
-
- 27 Şub, 2017 6 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Mariatta yazdı
-
INADA Naoki yazdı
reported by Alexis Lopez-Garcia.
-
Xiang Zhang yazdı
-
Xiang Zhang yazdı
-
- 26 Şub, 2017 8 kayıt (commit)
-
-
Mariatta yazdı
-
Sayan Chowdhury yazdı
-
Mariatta yazdı
Mention that an ImportError is raised when exec_module() is defined, but create_module() is not.
-
Berker Peksag yazdı
Patch by Aviv Palivoda.
-
Marco Buttu yazdı
-
Berker Peksag yazdı
Patch by Aviv Palivoda.
-
Marco Buttu yazdı
Add a reference to create_module(), in the first versionadded of section Loaders.
-
INADA Naoki yazdı
follow up of GH-162
-