index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_winreg.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-5/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
1
-1/+2
*
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
Zackery Spytz
2019-09-09
1
-0/+1
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-1/+2
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
1
-1/+1
*
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
Steve Dower
2016-12-17
1
-1/+13
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type....
Steve Dower
2016-05-24
1
-0/+1
*
Issue #21151: Fixed a segfault in the winreg module.
Zachary Ware
2014-07-03
1
-1/+14
*
#7855: merge with 3.3.
Ezio Melotti
2013-05-04
1
-0/+3
|
\
|
*
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...
Ezio Melotti
2013-05-04
1
-0/+3
*
|
Merge #17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
|
\
\
|
|
/
|
*
#17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
*
|
Merge 3.3
Brian Curtin
2012-12-27
1
-0/+17
|
\
\
|
|
/
|
*
Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.
Brian Curtin
2012-12-27
1
-0/+17
*
|
Merge 3.3
Brian Curtin
2012-12-27
1
-0/+12
|
\
\
|
|
/
|
*
Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.
Brian Curtin
2012-12-27
1
-0/+12
*
|
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
1
-1/+1
|
\
\
|
|
/
|
*
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
1
-1/+1
*
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
1
-8/+8
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
*
|
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
1
-5/+5
*
|
Issue #10966: Remove the concept of unexpected skipped tests.
Brett Cannon
2012-11-18
1
-1/+1
|
/
*
Try other approach to fix issue #15334.
Antoine Pitrou
2012-07-13
1
-3/+8
*
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Antoine Pitrou
2012-07-13
1
-0/+1
*
Issue 10825: Minor updates to the test suite.
Raymond Hettinger
2011-01-06
1
-2/+2
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-20/+20
*
Issue #9308: Removed redundant coding cookies. Added tests for
Alexander Belopolsky
2010-10-15
1
-1/+0
*
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
Brian Curtin
2010-09-27
1
-0/+22
*
Fix #2810 - handle the case where some registry calls return
Brian Curtin
2010-05-26
1
-0/+53
*
Port #7347 to py3k.
Brian Curtin
2010-04-21
1
-23/+182
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
Issue #6221: Delete test registry key before running the test.
Martin v. Löwis
2009-06-07
1
-0/+21
*
Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge
R. David Murray
2009-03-31
1
-2/+5
*
#3247 Get rid of Py_FindMethod; use tp_members instead.
Amaury Forgeot d'Arc
2008-07-02
1
-0/+1
*
#2879: rename _winreg to winreg.
Georg Brandl
2008-05-25
1
-1/+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Fix a bug in the test.
Thomas Heller
2008-01-24
1
-1/+1
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
1
-20/+25
*
Patch #1076: Use wide API for registry functions.
Martin v. Löwis
2007-09-03
1
-13/+17
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-2/+1
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-125/+141
*
SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests.
Guido van Rossum
2007-07-17
1
-11/+4
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-4/+4
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-5/+5
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+3
[next]