summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* I modified the tests a bit to account for unicode stringAmaury Forgeot d'Arc2008-09-061-4/+4
* Fixes release blocker issue #3492 and #3790.Gregory P. Smith2008-09-061-1/+9
* Merged revisions 66235 via svnmerge fromAntoine Pitrou2008-09-051-1/+4
* fix small typoBenjamin Peterson2008-09-051-1/+1
* PyTokenizer_FindEncoding() always failed because it set the tokenizer stateBrett Cannon2008-09-041-0/+16
* #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...Benjamin Peterson2008-09-041-6/+3
* Committing the patch in issue 2965, so that weakref dicts have a closerBarry Warsaw2008-09-041-12/+12
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-032-24/+23
* remove bsddbBenjamin Peterson2008-09-032-536/+0
* Python3.0 bsddb testsuite compatibility improvementsJesus Cea2008-09-031-3/+7
* The decode is used to workaround this:Jesus Cea2008-09-031-1/+3
* Merged revisions 66162 via svnmerge fromHirokazu Yamamoto2008-09-021-0/+2
* The _warnings module did not properly handle cases where strings were not beingBrett Cannon2008-09-021-1/+10
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-022-84/+28
* Improve compatibility with Python3.0 testsuiteJesus Cea2008-09-021-1/+144
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-022-0/+64
* Port Python 2.6 bsddb3 testdriver to Python 3.0Jesus Cea2008-09-021-60/+23
* remove the deprecation warnings for the old threading API; update the docsBenjamin Peterson2008-09-011-37/+11
* #3712: The memoryview object had a reference leak and didn't support cyclic g...Antoine Pitrou2008-09-011-0/+32
* Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...Amaury Forgeot d'Arc2008-08-291-0/+24
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-263-5/+48
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+12
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-252-4/+19
* Merged revisions 66028 via svnmerge fromNeal Norwitz2008-08-251-0/+4
* Merged revisions 66026 via svnmerge fromNeal Norwitz2008-08-251-3/+3
* Merged revisions 66023 via svnmerge fromNeal Norwitz2008-08-251-1/+33
* Try to fix the sporadic problems on the Solaris buildbot with removingNeal Norwitz2008-08-251-2/+2
* Merged revisions 66018 via svnmerge fromNeal Norwitz2008-08-241-0/+4
* Closes release blocker #3627.Neal Norwitz2008-08-243-8/+126
* add NEWS note and test for last commitBenjamin Peterson2008-08-231-0/+6
* Merged revisions 65958 via svnmerge fromMark Dickinson2008-08-211-1/+7
* move test to a better locationBenjamin Peterson2008-08-212-21/+22
* apply a fix for #3611 where the current exception context was deleted with a ...Benjamin Peterson2008-08-201-0/+22
* Reverted r65901 and uses GetVolumeInformationW because string in py3k is unic...Hirokazu Yamamoto2008-08-201-6/+2
* revert 65897Benjamin Peterson2008-08-201-5/+5
* Merged revisions 65900 via svnmerge fromHirokazu Yamamoto2008-08-201-5/+8
* Merged revisions 65885,65892,65894,65898 via svnmerge fromBenjamin Peterson2008-08-201-0/+1
* return sets instead of tuples from some symtable methodsBenjamin Peterson2008-08-201-5/+5
* disable test_nis; it hangsBenjamin Peterson2008-08-192-0/+3
* Issue #2394: implement more of the memoryview API.Antoine Pitrou2008-08-192-3/+191
* Remove four uu-encoded image files that were once useful for testingGuido van Rossum2008-08-194-4858/+0
* allow keyword args after *args in a function callBenjamin Peterson2008-08-192-1/+9
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-191-32/+26
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-1/+1
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-194-23/+48
* fix possible errorBenjamin Peterson2008-08-191-1/+4
* make test_threading more robust for realBenjamin Peterson2008-08-191-3/+1
* make test more robustBenjamin Peterson2008-08-191-1/+2
* add full deprecation warnings for old threading APIsBenjamin Peterson2008-08-181-1/+38
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-184-23/+235