Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix exception handling in itertools.izip_longest(). | Raymond Hettinger | 2009-11-01 | 1 | -0/+40 | |
| | ||||||
* | Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. | Antoine Pitrou | 2009-11-01 | 1 | -1/+4 | |
| | ||||||
* | Hopefully fix the buildbot problems on test_mailbox, by computing | Antoine Pitrou | 2009-11-01 | 1 | -13/+15 | |
| | | | | | | the maildir toc cache refresh date before actually refreshing the cache. (see #6896) | |||||
* | Use richer assertions in test_mailbox (for better failure messages). | Antoine Pitrou | 2009-10-31 | 1 | -373/+373 | |
| | ||||||
* | Fixes issue7208 - getpass would still allow the password to be echoed on | Gregory P. Smith | 2009-10-31 | 1 | -3/+8 | |
| | | | | | | | | Solaris due to not flushing the input buffer. This change also incorporates some additional getpass implementation suggestions for security based on an analysis of getpass.c linked to from the issue. | |||||
* | Improved test for a deprecation warning. | Eric Smith | 2009-10-31 | 1 | -2/+1 | |
| | ||||||
* | Issue #7042: Use a better mechanism for testing timers in test_signal. | Mark Dickinson | 2009-10-31 | 1 | -2/+10 | |
| | ||||||
* | add some checks for evaluation order with parenthesis #7210 | Benjamin Peterson | 2009-10-31 | 1 | -0/+8 | |
| | ||||||
* | Try to fix transient refleaks in test_pydoc. | Antoine Pitrou | 2009-10-30 | 1 | -3/+7 | |
| | ||||||
* | Try to fix transient refleaks in test_xmlrpc. | Antoine Pitrou | 2009-10-30 | 1 | -0/+1 | |
| | ||||||
* | Try to fix transient refleaks in test_asynchat. | Antoine Pitrou | 2009-10-30 | 1 | -2/+2 | |
| | ||||||
* | Fix transient refleaks in test_docxmlrpc. | Antoine Pitrou | 2009-10-30 | 1 | -0/+2 | |
| | ||||||
* | Issue #7222: Make thread "reaping" more reliable so that reference | Antoine Pitrou | 2009-10-30 | 2 | -12/+44 | |
| | | | | | | | leak-chasing test runs give sensible results. The previous method of reaping threads could return successfully while some Thread objects were still referenced. This also introduces a new private function: :func:hread._count(). | |||||
* | Fix constant name. | Georg Brandl | 2009-10-29 | 1 | -1/+1 | |
| | ||||||
* | Use constants instead of magic integers for test result. Do not re-run with ↵ | Georg Brandl | 2009-10-29 | 1 | -30/+37 | |
| | | | | --verbose3 for environment changing tests. | |||||
* | Issue #7233: Fix Decimal.shift and Decimal.rotate methods for | Mark Dickinson | 2009-10-29 | 2 | -8/+39 | |
| | | | | | arguments with more digits than the current context precision. Bug reported by Stefan Krah. | |||||
* | Issue #7233: A number of two-argument Decimal methods were failing to | Mark Dickinson | 2009-10-29 | 2 | -1/+67 | |
| | | | | accept ints and longs for the second argument. | |||||
* | Fix duplicate test numbers in extra.decTest | Mark Dickinson | 2009-10-29 | 1 | -16/+15 | |
| | ||||||
* | Issue #4750: Store the basename of the original filename in | Lars Gustäbel | 2009-10-29 | 1 | -2/+2 | |
| | | | | the gzip FNAME header as required by RFC 1952. | |||||
* | do a backport of r75928 | Benjamin Peterson | 2009-10-29 | 1 | -0/+7 | |
| | | | | | The added test does not fail without the patch, but we still fix the issue of surrogates being used in wide builds where they should not be. | |||||
* | Remove variable that is no longer used. | R. David Murray | 2009-10-28 | 1 | -1/+1 | |
| | ||||||
* | removed spurious spaces | Tarek Ziadé | 2009-10-28 | 1 | -29/+18 | |
| | ||||||
* | Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils | Tarek Ziadé | 2009-10-27 | 3 | -7/+62 | |
| | ||||||
* | Make sure every run of test_intern() interns a new string, otherwise that ↵ | Georg Brandl | 2009-10-27 | 1 | -1/+4 | |
| | | | | test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode. | |||||
* | Test long inputs to float | Mark Dickinson | 2009-10-27 | 1 | -0/+5 | |
| | ||||||
* | Reduce the probability of refleaks in test_socketserver. | Antoine Pitrou | 2009-10-27 | 1 | -1/+2 | |
| | | | | Not completely suppressed though, see issue #7222. | |||||
* | Issue #7218: Fix test_site for win32 | Tarek Ziadé | 2009-10-27 | 1 | -1/+1 | |
| | ||||||
* | test expect base classes | Benjamin Peterson | 2009-10-27 | 1 | -0/+8 | |
| | ||||||
* | Reformat the regrtest command-line option help and group the options into ↵ | Georg Brandl | 2009-10-27 | 1 | -20/+35 | |
| | | | | sections. | |||||
* | Add a regrtest option to re-run in verbose mode immediately after a test ↵ | Georg Brandl | 2009-10-27 | 1 | -10/+17 | |
| | | | | fails, and use that option on the buildbots. | |||||
* | Try to fix transient refleaks in test_distutils. | Antoine Pitrou | 2009-10-27 | 1 | -0/+1 | |
| | ||||||
* | Fix transient refleaks in test_urllib2_localnet. | Antoine Pitrou | 2009-10-27 | 1 | -2/+10 | |
| | ||||||
* | Suppress transient refleaks in test_threading. | Antoine Pitrou | 2009-10-27 | 1 | -3/+12 | |
| | ||||||
* | Suppress transient refleaks in test_smtplib. | Antoine Pitrou | 2009-10-27 | 1 | -4/+20 | |
| | ||||||
* | Suppress transient refleaks in test_file2k. | Antoine Pitrou | 2009-10-27 | 1 | -0/+2 | |
| | ||||||
* | Fix transient refleak in test_sys. | Antoine Pitrou | 2009-10-27 | 1 | -2/+6 | |
| | ||||||
* | (Hopefully) suppress transient refleaks in test_httpservers. | Antoine Pitrou | 2009-10-27 | 1 | -0/+2 | |
| | ||||||
* | Suppress transient refleaks in test_asyncore | Antoine Pitrou | 2009-10-27 | 1 | -25/+29 | |
| | ||||||
* | Issue #7205: Fix a possible deadlock when using a BZ2File object from ↵ | Antoine Pitrou | 2009-10-27 | 1 | -0/+18 | |
| | | | | several threads at once. | |||||
* | use 'is' instead of id() | Benjamin Peterson | 2009-10-26 | 1 | -8/+7 | |
| | ||||||
* | Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in | Mark Dickinson | 2009-10-26 | 1 | -1/+4 | |
| | | | | | complexobject.c. Also remove length restriction on unicode inputs to the complex constructor. | |||||
* | Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in | Mark Dickinson | 2009-10-26 | 1 | -2/+0 | |
| | | | | | floatobject.c. Also, remove limitation on length of unicode inputs to float(). | |||||
* | Skip readline tests if readline module is not available. | Mark Dickinson | 2009-10-26 | 1 | -2/+3 | |
| | ||||||
* | fixed warning and error message | Tarek Ziadé | 2009-10-24 | 5 | -5/+5 | |
| | ||||||
* | fixed finally state in distutils.test_util | Tarek Ziadé | 2009-10-24 | 1 | -1/+1 | |
| | ||||||
* | Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode | Tarek Ziadé | 2009-10-24 | 7 | -5/+64 | |
| | ||||||
* | Issue #7117 (backport py3k float repr) continued: | Mark Dickinson | 2009-10-24 | 1 | -0/+2 | |
| | | | | | Add sys.float_repr_style attribute ('short' if short float repr is in used; 'legacy' otherwise). | |||||
* | #7066 - Fixed distutils.archive_util.make_archive behavior so it restores ↵ | Tarek Ziadé | 2009-10-24 | 2 | -5/+22 | |
| | | | | the cwd | |||||
* | Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ↵ | Antoine Pitrou | 2009-10-24 | 1 | -0/+5 | |
| | | | | arbitrary keywords | |||||
* | Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and ↵ | Antoine Pitrou | 2009-10-24 | 2 | -9/+152 | |
| | | | | io.StringIO picklable. |