summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_winreg.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests.Guido van Rossum2007-07-171-11/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-4/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+3
* Reduce the size of Big String and Big Binary tests to 2**14 (minus oneGuido van Rossum2003-12-031-2/+2
* Add testcases for _winreg segfault (SF 851056).Guido van Rossum2003-11-301-1/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-5/+8
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-0/+2
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-14/+14
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-3/+3
* Removed some tabs.Paul Prescod2000-07-041-6/+6
* The low-level interface is now in _winreg; update the import here.Fred Drake2000-06-291-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Mark Hammond: Uncomment call to delete test data when done.Fred Drake2000-04-011-1/+1
* Mark Hammond: test suite for new winreg module.Guido van Rossum2000-03-281-0/+147