summaryrefslogtreecommitdiff
path: root/Lib/test/test_winreg.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-171-1/+13
* Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Raymond Hettinger2016-08-301-1/+1
* Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type....Steve Dower2016-05-241-0/+1
* Issue #21151: Fixed a segfault in the winreg module.Zachary Ware2014-07-031-1/+14
* #7855: merge with 3.3.Ezio Melotti2013-05-041-0/+3
|\
| * #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-041-0/+3
* | Merge #17065: Use process-unique key for winreg test.R David Murray2013-04-211-2/+5
|\ \ | |/
| * #17065: Use process-unique key for winreg test.R David Murray2013-04-211-2/+5
* | Merge 3.3Brian Curtin2012-12-271-14/+14
|\ \ | |/ |/|
| * Merge 3.3Brian Curtin2012-12-271-0/+12
| |\
| * \ replace threw with raised (#16714)Andrew Svetlov2012-12-191-1/+1
| |\ \
| * | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-8/+8
| * | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
| |\ \ \
| * | | | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-5/+5
| * | | | Issue #10966: Remove the concept of unexpected skipped tests.Brett Cannon2012-11-171-1/+1
* | | | | Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.Brian Curtin2012-12-271-0/+17
| |_|_|/ |/| | |
* | | | Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.Brian Curtin2012-12-271-0/+12
| |_|/ |/| |
* | | replace threw with raised (#16714)Andrew Svetlov2012-12-191-1/+1
| |/ |/|
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
|/
* Try other approach to fix issue #15334.Antoine Pitrou2012-07-131-3/+8
* Issue #15334: skip test_dynamic_key when run in non-interactive mode.Antoine Pitrou2012-07-131-0/+1
* Issue 10825: Minor updates to the test suite.Raymond Hettinger2011-01-061-2/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-20/+20
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+0
* Implement #8521. Added named argument handling to winreg's CreateKeyEx,Brian Curtin2010-09-271-0/+22
* Fix #2810 - handle the case where some registry calls returnBrian Curtin2010-05-261-0/+53
* Port #7347 to py3k.Brian Curtin2010-04-211-23/+182
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Issue #6221: Delete test registry key before running the test.Martin v. Löwis2009-06-071-0/+21
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-2/+5
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-0/+1
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Fix a bug in the test.Thomas Heller2008-01-241-1/+1
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-20/+25
* Patch #1076: Use wide API for registry functions.Martin v. Löwis2007-09-031-13/+17
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-2/+1
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-125/+141
* 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