Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f50cc9ad663a523901087282aff512fcb928d768
/
Lib
/
test
/
test_winreg.py
80ac11d
Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril)
by Steve Dower
· 8 years ago
ad4690f
Issue #21151: Fixed a segfault in the winreg module.
by Zachary Ware
· 10 years ago
4e59af7
#7855: merge with 3.3.
by Ezio Melotti
· 12 years ago
28faf03
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland.
by Ezio Melotti
· 12 years ago
3927d80
Merge #17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
4140fb5
#17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
f8704fb
Merge 3.3
by Brian Curtin
· 12 years ago
172e422
Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.
by Brian Curtin
· 12 years ago
4482b01
Merge 3.3
by Brian Curtin
· 12 years ago
12706f2
Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.
by Brian Curtin
· 12 years ago
fd43b4d
replace threw with raised (#16714)
by Andrew Svetlov
· 12 years ago
7bd61cb
replace threw with raised (#16714)
by Andrew Svetlov
· 12 years ago
2606a6f
Issue #16719: Get rid of WindowsError. Use OSError instead
by Andrew Svetlov
· 12 years ago
a191959
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 12 years ago
737fb89
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 12 years ago
3438fa4
Get rig of EnvironmentError (#16705)
by Andrew Svetlov
· 12 years ago
d187726
Issue #10966: Remove the concept of unexpected skipped tests.
by Brett Cannon
· 12 years ago
2bb3021
Try other approach to fix issue #15334.
by Antoine Pitrou
· 12 years ago
f0b1baf
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
by Antoine Pitrou
· 12 years ago
7beae8a
Issue 10825: Minor updates to the test suite.
by Raymond Hettinger
· 14 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 14 years ago
e8f5832
Issue #9308: Removed redundant coding cookies. Added tests for
by Alexander Belopolsky
· 14 years ago
1771b54
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
by Brian Curtin
· 14 years ago
6085321
Fix #2810 - handle the case where some registry calls return
by Brian Curtin
· 14 years ago
3035c39
Port #7347 to py3k.
by Brian Curtin
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
b7a5156
Issue #6221: Delete test registry key before running the test.
by Martin v. Löwis
· 15 years ago
a21e4ca
Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge
by R. David Murray
· 16 years ago
e43d33a
#3247 Get rid of Py_FindMethod; use tp_members instead.
by Amaury Forgeot d'Arc
· 16 years ago
38feaf0
#2879: rename _winreg to winreg.
by Georg Brandl
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
e83ebd9
Fix a bug in the test.
by Thomas Heller
· 17 years ago
2380ac7
Merged revisions 59843-59863 via svnmerge from
by Christian Heimes
· 17 years ago
f82d9b5
Patch #1076: Use wide API for registry functions.
by Martin v. Löwis
· 17 years ago
47b49bf
Merged revisions 57620-57771 via svnmerge from
by Thomas Wouters
· 17 years ago
ed03b41
Merge the trunk changes in. Breaks socket.ssl for now.
by Thomas Wouters
· 17 years ago
a8c360e
SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests.
by Guido van Rossum
· 17 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
291481b
Reduce the size of Big String and Big Binary tests to 2**14 (minus one
by Guido van Rossum
· 21 years ago
0a18552
Add testcases for _winreg segfault (SF 851056).
by Guido van Rossum
· 21 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
339d0f7
Patch #445762: Support --disable-unicode
by Martin v. Löwis
· 23 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
99b84bd
Removed some tabs.
by Paul Prescod
· 24 years ago
252af9c
The low-level interface is now in _winreg; update the import here.
by Fred Drake
· 24 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 24 years ago
d9b0f26
Mark Hammond: Uncomment call to delete test data when done.
by Fred Drake
· 25 years ago
de59855
Mark Hammond: test suite for new winreg module.
by Guido van Rossum
· 25 years ago