- 14 Haz, 2016 39 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Alex LordThorsen.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
They are not used as base classes by another tests so they can safely be removed.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge.
-
Serhiy Storchaka yazdı
containing spaces.
-
Serhiy Storchaka yazdı
containing spaces.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
_sysconfigdata module too.
-
doko@ubuntu.com yazdı
one set by the env var PAGER).
-
doko@ubuntu.com yazdı
plat-$(PLATFORM_TRIPLET). Rename the config directory (LIBPL) from config-$(LDVERSION) to config-$(LDVERSION)-$(PLATFORM_TRIPLET). Install the platform specifc _sysconfigdata module into the platform directory and rename it to include the ABIFLAGS.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
doko@ubuntu.com yazdı
one set by the env var PAGER).
-
Martin Panter yazdı
-
Martin Panter yazdı
-
doko@ubuntu.com yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Previously, when IDLE was started from a console or by import, a cascade of warnings was emitted. Patch by Serhiy Storchaka.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Replace os.popen() with subprocess.Popen. Based on patch by Victor Stinner. If the "gcc", "cc" or "objdump" command is not available, the code was supposed to raise an OSError exception. But there was a bug in the code. The shell code returns the exit code 10 if the required command is missing, and the code tries to check for the status 10. The problem is that os.popen() doesn't return the exit code directly, but a status which should be processed by os.WIFEXITED() and os.WEXITSTATUS(). In practice, the exception was never raised. The OSError exception was not documented and ctypes.util.find_library() is expected to return None if the library is not found.
-
Martin Panter yazdı
Based on patch by Serhiy Storchaka.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 13 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-