- 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 17 years ago
- 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 17 years ago
- 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 17 years ago
- 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
- f602c71 Removed a dead line of code. by Alexandre Vassalotti · 17 years ago
- 445ff35 Fixed typo in a comment of test_support.CleanImport. by Alexandre Vassalotti · 17 years ago
- eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 17 years ago
- 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
- df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
- 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 17 years ago
- fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 17 years ago
- 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 17 years ago
- 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 17 years ago
- ddf7a42 Make sure warnings are not suppressed when testing for the raised by Brett Cannon · 17 years ago
- d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 756bc0b Add a test for the deprecation of the compiler package. by Brett Cannon · 17 years ago
- 5f9050a Add the examples in the json module docstring as a doctest by Benjamin Peterson · 17 years ago
- 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 17 years ago
- af87804 Also ignore package deprecations. by Brett Cannon · 17 years ago
- edb628f Suppress deprecations for packages as well when using by Brett Cannon · 17 years ago
- 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 17 years ago
- 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 17 years ago
- 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 17 years ago
- 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
- f8476c1 Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and by Mark Dickinson · 17 years ago
- 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 17 years ago
- d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 17 years ago
- 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 17 years ago
- 9ec4aa0 Replace instances of os.path.walk with os.walk by Benjamin Peterson · 17 years ago
- e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 17 years ago
- be1501b Fix sys.flags to properly expose bytes_warning. by Brett Cannon · 17 years ago
- 5d023c3 Fix a bug introduced by the addition of the 'record' argument to by Brett Cannon · 17 years ago
- bfb997d Make test.test_support.catch_warning() take an argument specifying if any by Brett Cannon · 17 years ago
- 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 17 years ago
- c2ca6db Disabled some unit tests for the upcoming release. See #2777 by Christian Heimes · 17 years ago
- e5d2cba Deprecate the audiodev module for 3.0. by Brett Cannon · 17 years ago
- 7961823 When testing a module's __all__, we really don't care if it is deprecated. by Brett Cannon · 17 years ago
- af748c3 Implemented PEP 370 by Christian Heimes · 17 years ago
- d295032 Fix logic error in Python/_warnings.c and add a test to verify by Benjamin Peterson · 17 years ago
- e3dcb01 Fix a bug in the handling of the stacklevel argument in warnings.warn() where by Brett Cannon · 17 years ago
- 24237ea Fix a bug introduced in r62627. see issue2760 and issue2632. by Gregory P. Smith · 17 years ago
- 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago
- 5f2e0e5 Revert bogus checkin in r62724 to that file. by Martin v. Löwis · 17 years ago
- c3ad68c Fix Unicode filename test. by Martin v. Löwis · 17 years ago
- 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 17 years ago
- 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 17 years ago
- 979395b Moved testing of builtin types out of test_builtin and into type specific modules by Benjamin Peterson · 17 years ago
- 7684f85 In test_io, StatefulIncrementalDecoderTest was not part of the test suite. by Amaury Forgeot d'Arc · 17 years ago
- 64a4bbe Fix the C implementation of 'warnings' to infer the filename of the module that by Brett Cannon · 17 years ago
- ee340e5 Fixed some test structures. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
- 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 17 years ago
- d8f2d0b make test_support's captured_output a bit more robust when exceptions happen by Benjamin Peterson · 17 years ago
- 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago
- 0a95063 Issue 2526, float.__format__ 'n' specifier does not support thousands grouping. by Eric Smith · 17 years ago
- 87da127 test_sundry performs minimal tests (a simple import...) on modules that are not tested otherwise. by Amaury Forgeot d'Arc · 17 years ago
- 8dc4303 Rename the test_traceback_print() function to traceback_print() to prevent by Brett Cannon · 17 years ago
- 141534e Fix a bug introduced by the warnings rewrite where tracebacks were being by Brett Cannon · 17 years ago
- 14204ad Allow test_import to work when it is invoked directly by Benjamin Peterson · 17 years ago
- fe536f5 Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill. by Mark Dickinson · 17 years ago
- 5364e2e A new crasher. by Armin Rigo · 17 years ago
- 1c596d5 Use absolute import for test package by Amaury Forgeot d'Arc · 17 years ago
- 7477205 Add a few tests for pydoc. by Amaury Forgeot d'Arc · 17 years ago
- 48ebc26 Disable gc when running test_trace, or we may record the __del__ of collected objects. by Amaury Forgeot d'Arc · 17 years ago
- 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 17 years ago
- 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
- a5489d4 Comment typo by Andrew M. Kuchling · 17 years ago
- eac43af Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains by Amaury Forgeot d'Arc · 17 years ago
- d6d5148 Add test for tanh(-0.) == -0. on IEEE 754 systems by Mark Dickinson · 17 years ago
- cec3f13 Yet more explicit special case handling to make by Mark Dickinson · 17 years ago
- 9f99d70 Report additional diagnostic information in by Mark Dickinson · 17 years ago
- e941d97 Additional tests for math.pow, and extra special-case by Mark Dickinson · 17 years ago
- e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 17 years ago
- 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
- 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
- b131f04 resolve issue 2014 by Skip Montanaro · 17 years ago
- 1e88992 Add test file missing from rev 62350 by Nick Coghlan · 17 years ago
- c477427 Fix spliting on colons on Windows machines with a file path by limiting the by Brett Cannon · 17 years ago
- 25bb818 Add an explicit check for output in a test to try to diagnose a failure on by Brett Cannon · 17 years ago
- e3d3785 spelling by Skip Montanaro · 17 years ago
- 667bb4f Fix test_warnings by making the state of things more consistent for each test by Brett Cannon · 17 years ago
- e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
- 36a59b4 Remove the test file before writing it in case there is no write permission. by Neal Norwitz · 17 years ago
- f108320 better diagnostics by Gregory P. Smith · 17 years ago
- 8f80a6a Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 6c4a7c6 Fix typo with regards to self.PORT shadowing class variables with the same name. by Trent Nelson · 17 years ago
- 79e42a0 Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. by Gregory P. Smith · 17 years ago
- e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
- 4b798bd Issue2564: Prevent a hang in "import test.autotest", which runs the entire test by Amaury Forgeot d'Arc · 17 years ago
- aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
- ee76777 Add enough debugging information to diagnose failures where the by Jeffrey Yasskin · 17 years ago
- 4bffe82 Revert r62152 (Issue #2550). Being able to observe the results of all the buildbots was certainly useful. All of the platforms that have some form of BSD lineage -- FreeBSD, OS X, Solaris and Tru64 -- all pass the test. Windows and Linux, on the other hand, don't. Windows I knew about, Linux was a surprise. Knowing this, I believe a more appropriate fix will revolve around test_support.bind_socket() -- this method needs to return a port that nothing in the system has bound already. The best way to do this may just be to rely on ephemeral ports, rather than having the user specify a desired port, then fall back to four random ports, then try 0. by Trent Nelson · 17 years ago
- b8e120c Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() is called on identical (host, port) combinations in two separate sockets. This should raise an EADDRINUSE socket.error in all cases, irrespective of whether or not SO_REUSEADDR is set on the sockets. However, with Windows, when SO_REUSEADDR is set on the sockets, no error is thrown (an error is thrown when the option isn't set), which results in an extremely wedged python process whenever accept() is called on either of the bound sockets. I'm committing this test now to observe if it's only Windows that has this behaviour (via the buildbots). Note: this WILL break all Windows buildbots for now; once I've observed the results on other platforms, I'll revert, then start looking into a patch. by Trent Nelson · 17 years ago
- e71d812 Oops again. EINTR is in errno, not signal. by Jeffrey Yasskin · 17 years ago
- 2b860db Doh! os.read() raises an OSError, not an IOError when it's interrupted. by Jeffrey Yasskin · 17 years ago
- d7a2651 #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace by Amaury Forgeot d'Arc · 17 years ago
- f7cf388 Remove debug prints; the buildbot now passes the tests by Amaury Forgeot d'Arc · 17 years ago
- d0a91af Apply same patch from 3k branch to try and prevent this test from hanging by Neal Norwitz · 17 years ago
- ab56131 Try to make test_signal less flaky. I still see some flakiness in by Jeffrey Yasskin · 17 years ago
- cb0f2ad A DocTestSuite cannot run multiple times: it clears its globals dictionary after the first run. by Amaury Forgeot d'Arc · 17 years ago