- 26 Ock, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88204 | antoine.pitrou | 2011-01-27 00:29:28 +0100 (jeu., 27 janv. 2011) | 4 lines Issue #11018: fix a test to not be a no-op in test_bz2. Found by Nadeem Vawda, reviewed by Brett. ........
-
- 14 Eki, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85403 | brian.curtin | 2010-10-12 21:56:26 -0500 (Tue, 12 Oct 2010) | 2 lines Implement #7944. Use `with` throughout the test suite. ........
-
- 01 Agu, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r83442 | antoine.pitrou | 2010-08-01 22:13:11 +0200 (dim., 01 août 2010) | 10 lines Merged revisions 83440 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83440 | antoine.pitrou | 2010-08-01 22:08:46 +0200 (dim., 01 août 2010) | 4 lines Issue #8397: Raise an error when attempting to mix iteration and regular reads on a BZ2File object, rather than returning incorrect results. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83440 | antoine.pitrou | 2010-08-01 22:08:46 +0200 (dim., 01 août 2010) | 4 lines Issue #8397: Raise an error when attempting to mix iteration and regular reads on a BZ2File object, rather than returning incorrect results. ........
-
- 27 Nis, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Use try/except ImportError or test_support.import_module() to import thread and threading modules * Add @unittest.skipUnless(threading, ...) to testcases using threads
-
- 02 Nis, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 11 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 27 Eki, 2009 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75818 | antoine.pitrou | 2009-10-27 18:41:58 +0100 (mar., 27 oct. 2009) | 3 lines Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. ........
-
Antoine Pitrou yazdı
-
- 30 Mar, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring.
-
- 10 Ock, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 17 Agu, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Fixes Issue #3309: Fix bz2.BZFile iterator to release its internal lock properly when raising an exception due to the bz2file being closed. Prevents a deadlock.
-
- 07 Tem, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
properly when raising an exception due to the bz2file being closed. Prevents a deadlock.
-
- 11 May, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 14 Agu, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
when file is read-only.
-
Georg Brandl yazdı
raises the correct exceptions.
-
- 06 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Haz, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
be called at the end of each test that spawns children (perhaps it should be called from regrtest instead?). This will hopefully prevent some of the unexplained failures in the buildbots (hppa and alpha) during tests that spawn children. The problems were not reproducible. There were many zombies that remained at the end of several tests. In the worst case, this shouldn't cause any more problems, though it may not help either. Time will tell.
-
- 26 Agu, 2005 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
- 21 Agu, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 03 Haz, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 01 Kas, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
Add function names to various PyArg_ParseTuple calls in bz2module.c.
-
- 10 May, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
riscospath.extsep, and use os.extsep throughout.
-
- 01 May, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
- 29 Nis, 2003 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
bz2 files. Also, included a testcase for this problem.
-
- 12 Şub, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 31 Ara, 2002 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
- 14 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
the name instead of enduring nanny "security warnings" from tempfile.mktemp().
-
- 09 Kas, 2002 8 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
binary-vs-text-mode screwups.
-
Tim Peters yazdı
idea what. Added liberal XXX explanations for the next guy.
-
Tim Peters yazdı
figure out what the code was doing. The fixes were a combination of closing open files before deletion, opening files in binary mode, and plain skipping things that can't work on Windows (BaseTest.decompress uses a process gimmick that doesn't exist on Windows, and, even if it did, assumes a "bunzip2" executable is on PATH).
-
Tim Peters yazdı
-
Tim Peters yazdı
failing.
-
Tim Peters yazdı
-
Tim Peters yazdı
bz2 tests to pass on Windows; most are still failing.
-
- 05 Kas, 2002 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
* setup.py (PyBuildExt.detect_modules): Included bz2 module detection. * Modules/bz2module.c * Lib/test/test_bz2.py * Doc/lib/libbz2.tex Included files implementing, testing, and documenting bz2 module. * Doc/Makefile.deps * Doc/lib/lib.tex Include references to libbz2.tex. * Misc/NEWS (Library): Mention distutils' c++ linkage patch, and new bz2 module.
-