summaryrefslogtreecommitdiff
path: root/PC/winreg.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-171-7/+6
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-46/+46
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-46/+46
* | Regenerate Argument Clinic code for issue #23026.Serhiy Storchaka2016-06-091-1/+1
* | Closes #23026: Documentation improvements and code formattingSteve Dower2016-05-251-4/+4
* | Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type....Steve Dower2016-05-241-2/+30
|/
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-4/+4
* Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-131-32/+42
* Issue #20172: Convert the winreg module to Argument Clinic.Zachary Ware2015-05-131-669/+722
* Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-161-3/+3
* Issue #21151: Fixed a segfault in the winreg module.Zachary Ware2014-07-031-1/+3
* Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free()Victor Stinner2014-03-131-2/+2
* MERGE: Closes #20908: Memory leak in Reg2Py()Jesus Cea2014-03-131-1/+4
|\
| * Closes #20908: Memory leak in Reg2Py()Jesus Cea2014-03-131-1/+4
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-3/+2
|\ \ | |/
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-3/+2
* | Issue #18203: Replace malloc() with PyMem_Malloc() in Python modulesVictor Stinner2013-07-071-2/+2
* | Merge 3.3Brian Curtin2012-12-271-2/+2
|\ \ | |/ |/|
| * Merge 3.3Brian Curtin2012-12-271-1/+1
| |\
| * | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-2/+2
* | | Merge 3.2Brian Curtin2012-12-271-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.Brian Curtin2012-12-271-2/+2
* | | Merge 3.2Brian Curtin2012-12-271-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.Brian Curtin2012-12-271-1/+1
* | Issue #16197: Fix several small errors in winreg documentation.Andrew Svetlov2012-10-311-8/+8
* | Merge 3.2Brian Curtin2012-10-291-37/+49
|\ \ | |/ |/|
| * Merge with 3.2 (Issue #14471)Kristj?n Valur J?nsson2012-04-021-1/+1
| |\
| * | Use GetModuleHandleW to avoid *A functions where possible.Martin v. Löwis2012-01-141-4/+4
| * | Use the new Unicode APIVictor Stinner2011-11-221-5/+5
| * | winreg module avoids the deprecated Unicode APIVictor Stinner2011-11-211-24/+36
| * | Implement PEP 393.Martin v. Löwis2011-09-281-4/+4
* | | Fix #16197. Update docstrings and documentation to match winreg code.Brian Curtin2012-10-291-77/+109
| |/ |/|
* | Issue #14471: Fix a possible buffer overrun in the winreg module.Kristj?n Valur J?nsson2012-04-021-1/+1
|/
* Follow up to #9778: fix regressions on 64-bit Windows buildsAntoine Pitrou2010-10-231-1/+1
* Implement #8521. Added named argument handling to winreg's CreateKeyEx,Brian Curtin2010-09-271-33/+43
* Properly downcast from size_t/Py_ssize_t in a few places.Brian Curtin2010-08-171-4/+6
* Fix compilation warning on WindowsAmaury Forgeot d'Arc2010-08-161-2/+2
* Fix a compile warning missed during porting (wchar_t/char) and move aBrian Curtin2010-06-081-4/+4
* Fix #2810 - handle the case where some registry calls returnBrian Curtin2010-05-261-28/+91
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-1025/+1025
* Port #7347 to py3k.Brian Curtin2010-04-211-12/+107
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-2/+2
* Issue #4910, patch 3/3: rename nb_long to nb_reservedMark Dickinson2009-01-171-1/+1
* Issue 4910, patch 2 of (probably) 3: pave the way for renaming ofMark Dickinson2009-01-151-1/+1
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-1/+1
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-2/+2
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-36/+28
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-3/+0
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-5/+19