| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) | Serhiy Storchaka | 2023-07-29 | 1 | -4/+4 |
|
|
* | gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function... | Derek Kim | 2022-08-03 | 1 | -12/+6 |
|
|
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -1/+1 |
|
|
* | bpo-39007: Add auditing events to functions in winreg (GH-17541) | Steve Dower | 2019-12-09 | 1 | -0/+49 |
|
|
* | bpo-38600: NULL -> ``NULL``. (GH-17001) | Serhiy Storchaka | 2019-10-30 | 1 | -2/+2 |
|
|
* | bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs... | David H | 2019-07-31 | 1 | -3/+3 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -1/+1 |
|
|
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -0/+3 |
|
|
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 1 | -1/+1 |
|\ |
|
| * | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 1 | -1/+1 |
|
|
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
|
|
* | | Closes #23026: Documentation improvements and code formatting | Steve Dower | 2016-05-25 | 1 | -0/+4 |
|
|
* | | Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type.... | Steve Dower | 2016-05-24 | 1 | -1/+9 |
|/ |
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -6/+6 |
|
|
* | Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). | Zachary Ware | 2014-08-11 | 1 | -1/+1 |
|
|
* | Issue #20301: Mention the correct KEY_* value as the default | Zachary Ware | 2014-01-21 | 1 | -1/+1 |
|
|
* | Issue #16197: Fix several small errors in winreg documentation. | Andrew Svetlov | 2012-10-31 | 1 | -23/+26 |
|
|
* | Merge 3.2 | Brian Curtin | 2012-10-29 | 1 | -15/+10 |
|\ |
|
| * | Fix #16197. Update docstrings and documentation to match winreg code. | Brian Curtin | 2012-10-29 | 1 | -15/+10 |
|
|
* | | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+2 |
|
|
* | | Fix #14943. Merge 3.2 | Brian Curtin | 2012-05-29 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix #14943. Update the proper default value and list the proper argument name... | Brian Curtin | 2012-05-29 | 1 | -3/+3 |
|
|
* | | Replace mentions of WindowsError | Antoine Pitrou | 2011-10-12 | 1 | -8/+40 |
|/ |
|
* | Implement #8521. Added named argument handling to winreg's CreateKeyEx, | Brian Curtin | 2010-09-27 | 1 | -3/+5 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | reST indentation nit | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 80466-80469 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -40/+43 |
|
|
* | #8575 - Update and reorganize some _winreg contents. | Brian Curtin | 2010-05-11 | 1 | -82/+247 |
|
|
* | Merged revisions 79786 via svnmerge from | Ezio Melotti | 2010-04-25 | 1 | -70/+72 |
|
|
* | Fix #5774. Change doc to reflect that some functions have defaults but not kw... | Brian Curtin | 2010-04-24 | 1 | -3/+3 |
|
|
* | Fix indentation. | Georg Brandl | 2010-04-22 | 1 | -2/+2 |
|
|
* | Port #7347 to py3k. | Brian Curtin | 2010-04-21 | 1 | -3/+101 |
|
|
* | Merged revisions 78162 via svnmerge from | Ezio Melotti | 2010-02-12 | 1 | -1/+1 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -2/+2 |
|
|
* | fixed more examples that were using u"", print without () and unicode/str ins... | Ezio Melotti | 2009-09-13 | 1 | -4/+4 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -10/+11 |
|
|
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 1 | -0/+437 |
|
|