summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Buffered I/O: optimize lock taking in the common non-contended case.Antoine Pitrou2009-11-011-3/+5
|
* Hopefully fix the buildbot problems on test_mailbox, by computingAntoine Pitrou2009-11-011-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 Pitrou2009-10-311-373/+373
|
* Fixes issue7208 - getpass would still allow the password to be echoed onGregory P. Smith2009-10-311-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.
* Define TCSASOFT if the flag exists.Gregory P. Smith2009-10-311-0/+3
|
* Improved test for a deprecation warning.Eric Smith2009-10-311-2/+1
|
* Set retval on PyOS_string_to_double failure.Mark Dickinson2009-10-311-3/+9
|
* Issue #7042: Use a better mechanism for testing timers in test_signal.Mark Dickinson2009-10-311-2/+10
|
* Issue #6603: Fix --with-tsc build failures on x86-64 that resultedMark Dickinson2009-10-312-1/+23
| | | | | | from a gcc inline assembler peculiarity. (gcc's "A" constraint apparently means 'rax or rdx' in 64-bit mode, not edx:eax or rdx:rax as one might expect.)
* Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the ↵Mark Dickinson2009-10-313-4/+58
| | | | replacement function PyOS_string_to_double.
* Move a Misc/NEWS entry to right section.Mark Dickinson2009-10-311-4/+4
|
* add some checks for evaluation order with parenthesis #7210Benjamin Peterson2009-10-311-0/+8
|
* Remove official documentation entry for thread._count() and make theAntoine Pitrou2009-10-302-15/+8
| | | | docstring more descriptive instead.
* Try to fix transient refleaks in test_pydoc.Antoine Pitrou2009-10-301-3/+7
|
* Try to fix transient refleaks in test_xmlrpc.Antoine Pitrou2009-10-301-0/+1
|
* Try to fix transient refleaks in test_asynchat.Antoine Pitrou2009-10-301-2/+2
|
* Fix transient refleaks in test_docxmlrpc.Antoine Pitrou2009-10-301-0/+2
|
* Issue #7222: Make thread "reaping" more reliable so that referenceAntoine Pitrou2009-10-305-13/+83
| | | | | | | 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 Brandl2009-10-291-1/+1
|
* I do not think the "railroad" program mentioned is still available.Georg Brandl2009-10-291-12/+0
|
* Use a single style for all the docstrings in the math module.Georg Brandl2009-10-291-15/+19
|
* Use constants instead of magic integers for test result. Do not re-run with ↵Georg Brandl2009-10-291-30/+37
| | | | --verbose3 for environment changing tests.
* Remove mention of the old -X command line switch.Georg Brandl2009-10-291-2/+1
|
* Use the correct function name in docstring.Georg Brandl2009-10-291-1/+1
|
* Issue #7233: Fix Decimal.shift and Decimal.rotate methods forMark Dickinson2009-10-293-10/+43
| | | | | 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 toMark Dickinson2009-10-293-1/+70
| | | | accept ints and longs for the second argument.
* Fix duplicate test numbers in extra.decTestMark Dickinson2009-10-291-16/+15
|
* Roll back ill-considered attempts to fix printf specifier mismatch for off_t.Mark Dickinson2009-10-292-26/+9
| | | | | The sensible solution seems to be to implement %lld for PyString_FromFormat(V) and PyErr_Format. See issue #7228.
* Issue #4750: Store the basename of the original filename inLars Gustäbel2009-10-292-2/+5
| | | | the gzip FNAME header as required by RFC 1952.
* do a backport of r75928Benjamin Peterson2009-10-292-9/+19
| | | | | 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.
* Issue 7199: Documentation made slightly more consistent w.r.t. logging level ↵Vinay Sajip2009-10-281-1/+1
| | | | enumeration.
* Remove variable that is no longer used.R. David Murray2009-10-281-1/+1
|
* Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c ↵Eric Smith2009-10-281-1/+5
| | | | as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod.
* Fix format specifier for MSVCMark Dickinson2009-10-281-1/+1
|
* Replace long long with PY_LONG_LONGMark Dickinson2009-10-281-2/+2
|
* removed spurious spacesTarek Ziadé2009-10-281-29/+18
|
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-277-8/+71
|
* Make sure every run of test_intern() interns a new string, otherwise that ↵Georg Brandl2009-10-271-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 floatMark Dickinson2009-10-271-0/+5
|
* Silence gcc warnings when trying to print an off_t using "lld", on platformsMark Dickinson2009-10-272-3/+14
| | | | where off_t has type long (e.g., 64-bit Linux).
* Reduce the probability of refleaks in test_socketserver.Antoine Pitrou2009-10-271-1/+2
| | | | Not completely suppressed though, see issue #7222.
* Issue #7218: Fix test_site for win32Tarek Ziadé2009-10-272-1/+4
|
* test expect base classesBenjamin Peterson2009-10-271-0/+8
|
* Reformat the regrtest command-line option help and group the options into ↵Georg Brandl2009-10-271-20/+35
| | | | sections.
* Add a regrtest option to re-run in verbose mode immediately after a test ↵Georg Brandl2009-10-272-11/+18
| | | | fails, and use that option on the buildbots.
* Try to fix transient refleaks in test_distutils.Antoine Pitrou2009-10-271-0/+1
|
* Fix transient refleaks in test_urllib2_localnet.Antoine Pitrou2009-10-271-2/+10
|
* Suppress transient refleaks in test_threading.Antoine Pitrou2009-10-271-3/+12
|
* Suppress transient refleaks in test_smtplib.Antoine Pitrou2009-10-271-4/+20
|
* Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also ↵Eric Smith2009-10-271-11/+9
| | | | brings it more in line with py3k.