summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* remove archaic functions from test_supportEzio Melotti2010-01-243-69/+42
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-2457-272/+269
* use assert[Not]In where appropriateEzio Melotti2010-01-2386-599/+622
* fixed the 64bits tests for get_platform() - mac osxTarek Ziadé2010-01-231-1/+27
* Increased the overflow value on test_dealloc to make sure that it is big enou...Ezio Melotti2010-01-231-1/+5
* taking sysconfig out of distutilsTarek Ziadé2010-01-232-0/+222
* This should fix the failure introduced in r77680. The error message is now di...Ezio Melotti2010-01-221-1/+1
* Use // for floor division.Mark Dickinson2010-01-211-2/+2
* Add two more test_strtod test values.Mark Dickinson2010-01-211-0/+36
* Additional testcases for strtod.Mark Dickinson2010-01-211-0/+54
* Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing codeMark Dickinson2010-01-201-4/+41
* Revert debugprint code in r77607.Gregory P. Smith2010-01-191-4/+0
* Add a pydebug mode only debug print to help debug the errors inGregory P. Smith2010-01-191-0/+4
* data descriptors do not override the class dictionary if __get__ is not definedBenjamin Peterson2010-01-181-0/+20
* Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)Antoine Pitrou2010-01-171-0/+7
* Increase number of strtod tests slightly, to make it more likely that a memor...Mark Dickinson2010-01-171-1/+1
* Add better error reporting for MemoryErrors caused by str->float conversions.Mark Dickinson2010-01-161-0/+2
* Issue #7632: Fix one more case of incorrect rounding for str -> floatMark Dickinson2010-01-161-6/+3
* Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunkAntoine Pitrou2010-01-161-30/+72
* Issue #7632: Fix a serious wrong output bug for string -> float conversion.Mark Dickinson2010-01-161-0/+2
* try to fix for windowsBenjamin Peterson2010-01-151-1/+1
* Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given aAntoine Pitrou2010-01-151-0/+3
* Issue #3299: Fix possible crash in the _sre module when given badAntoine Pitrou2010-01-141-0/+6
* Issue #7703: Add support for the new buffer API to functions of theAntoine Pitrou2010-01-141-9/+26
* Issue #7632: add tests for bugs fixed so far.Mark Dickinson2010-01-141-0/+269
* use more robust quotingBenjamin Peterson2010-01-141-1/+1
* Issue #7625: Add more tests that bytearray methods return new objects,Antoine Pitrou2010-01-131-1/+7
* Issue #2846: Add support for gzip.GzipFile reading zero-padded files.Antoine Pitrou2010-01-131-0/+12
* Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...Mark Dickinson2010-01-121-0/+102
* Issue #7632: Fix a problem with _Py_dg_strtod that could lead toMark Dickinson2010-01-121-0/+7
* Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna.Antoine Pitrou2010-01-121-15/+10
* #5827: make sure that normpath preserves unicodeEzio Melotti2010-01-122-0/+10
* Fixed repr of dictionary views.Alexandre Vassalotti2010-01-121-3/+12
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+84
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-115-0/+256
* fix test_popen when the path to python has spaces #7671Benjamin Peterson2010-01-101-3/+1
* Fixed issue7648 - test_urllib2 fails on Windows if not run from C:Senthil Kumaran2010-01-101-3/+6
* Update root certificate to CAcert.Martin v. Löwis2010-01-101-25/+40
* DeprecationWarning is now silent by default.Brett Cannon2010-01-102-0/+3
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-093-1/+20
* Issue #7532: Add additional slicing test cases for new- and old-styleMark Dickinson2010-01-091-2/+97
* Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch byAntoine Pitrou2010-01-081-9/+0
* Fix for Issue7026. For the Error - RuntimeError: dictionary changed size duri...Senthil Kumaran2010-01-081-1/+1
* Issue #7092: Remove py3k warning when importing cPickle. 2to3 handlesAntoine Pitrou2010-01-081-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-08107-800/+442
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-08107-442/+800
* Backport some float repr tests that were missed in issue 7117.Mark Dickinson2010-01-081-0/+49
* Issue #7455: Fix possible crash in cPickle on invalid input. Patch byAntoine Pitrou2010-01-071-0/+9
* #5991: let completion for the "help" command include help topics.Georg Brandl2010-01-061-2/+4
* Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, ...Georg Brandl2010-01-061-2/+4