- 27 Mar, 2016 4 kayıt (commit)
-
-
Berker Peksag yazdı
If you pass -1, the callable can take any number of arguments. Added tests to verify the behavior. Initial patch by Cédric Krier.
-
Berker Peksag yazdı
The behaviour of the close method is tested by ClosedCurTests in Lib/sqlite3/test/dbapi.py. This is basically a backport of https://github.com/ghaering/pysqlite/issues/73.
-
Berker Peksag yazdı
-
Martin Panter yazdı
-
- 14 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Fix a warning on Windows 64-bit.
-
- 25 Mar, 2016 4 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Victor Stinner yazdı
Write the module name rather than <module> in the error message, if module has no __file__ attribute (ex: package).
-
Victor Stinner yazdı
* multiprocessing: open file with closefd=False to avoid ResourceWarning * _test_multiprocessing: open file with O_EXCL to detect bugs in tests (if a previous test forgot to remove TESTFN) * test_sys_exit(): remove TESTFN after each loop iteration Initial patch written by Serhiy Storchaka.
-
Victor Stinner yazdı
Use -Wd comment line option to log the ResourceWarning.
-
- 22 Ock, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26161: Use Py_uintptr_t instead of void* for atomic pointers in pyatomic.h. Use atomic_uintptr_t when <stdatomic.h> is used. Using void* causes compilation warnings depending on which implementation of atomic types is used.
-
- 24 Mar, 2016 3 kayıt (commit)
-
-
Victor Stinner yazdı
Declare the function even if thread support is disabled.
-
Victor Stinner yazdı
Issue #21925: warnings.formatwarning() now catches exceptions on linecache.getline(...) to be able to log ResourceWarning emitted late during the Python shutdown process.
-
Victor Stinner yazdı
test_warnings: only run test_improper_option() and test_warnings_bootstrap() once. The unit test doesn't depend on self.module.
-
- 23 Mar, 2016 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Terry Jan Reedy yazdı
-
doko@ubuntu.com yazdı
-
- 22 Mar, 2016 6 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26588: Enhance assertion in set_reentrant()
-
Victor Stinner yazdı
Issue #26588: Fix _tracemalloc start/stop: don't play with the reentrant flag. set_reentrant(1) fails with an assertion error if tracemalloc_init() is called first in a thread A and tracemalloc_start() is called second in a thread B. The tracemalloc is imported in a thread A. Importing the module calls tracemalloc_init(). tracemalloc.start() is called in a thread B.
-
Martin Panter yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Martin Panter yazdı
-
- 21 Mar, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 20 Mar, 2016 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
uuid.uuid4() always uses os.urandom() after 756d040aa8e8.
-
Berker Peksag yazdı
Patch by jgauthier.
-
Berker Peksag yazdı
Patch by Andrew Szeto.
-
- 19 Mar, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
Without the patch, line 1010 of Lib/datetime.py wasn't covered by the test suite. Patch by Colin Williams.
-
Berker Peksag yazdı
Initial patch by Peter Inglesby.
-
- 18 Mar, 2016 5 kayıt (commit)
-
-
Brett Cannon yazdı
-
Ezio Melotti yazdı
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
-
Brett Cannon yazdı
configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch.
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by SilentGhost.
-
- 17 Mar, 2016 4 kayıt (commit)
-
-
Steve Dower yazdı
-
Ned Deily yazdı
files cannot be written.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-