- 18 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Trivial cleanups following bpo-31370 * Also cleanup the "importlib._bootstrap_external" module
-
- 17 Ara, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 24 May, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 03 Tem, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
When ``None`` was passed as a ``REG_BINARY`` value to SetValueEx, PyMem_DEL was called on an uninitialized buffer. Patch by John Ehresman. (Also an incidental typo fix in a comment in test_winreg)
-
- 04 May, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 21 Nis, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Jeremy Kloth.
-
- 27 Ara, 2012 4 kayıt (commit)
-
-
Brian Curtin yazdı
When converting REG_DWORD registry values into Python, the conversion needs to be made from an *unsigned* long (k instead of i) to match the DWORD type.
-
Brian Curtin yazdı
When converting REG_DWORD registry values into Python ints, the conversion needs to be made from an *unsigned* long to match the DWORD type.
-
Brian Curtin yazdı
This fixes a ValueError seen in winreg.SetValueEx when passed long winreg.REG_DWORD values that should be supported by the underlying API.
-
Brian Curtin yazdı
This fixes an OverflowError seen in winreg.SetValueEx when passed winreg.REG_DWORD values that should be supported by the underlying API.
-
- 19 Ara, 2012 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 17 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Kas, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
The concept of what was unexpected was typically defined as "some depencendy wasn't installed", which isn't unexpected at all as it's totally optional. Since it confuses new contributors as they think something is wrong with their installation it seems sensible to get rid of the concept. This change also adds the concept of optional tests that are required to work on a specific platform(s) (e.g. test_winreg on Windows). This should help catch compile issues instead of a test being blindly skipped even when it should have run. The skipped test list in the future can also print out the reason for being skipped to make it more obvious as to why the skipping occurred.
-
- 13 Tem, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Jeremy Kloth.
-
Antoine Pitrou yazdı
Patch by Jeremy Kloth.
-
- 06 Ock, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Kas, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 22 Eki, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
RegDeleteKeyA fails with ERROR_MORE_DATA if the length of 2nd parameter exceeds 260.
-
- 15 Eki, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
-
- 27 Eyl, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
DeleteKeyEx, and OpenKeyEx. Note that CKE and DKE are new functions for 3.2 so I didn't give them a versionchanged because of the existing versionadded. OpenKeyEx already existed so it gets a versionchanged tag.
-
- 26 May, 2010 3 kayıt (commit)
-
-
Brian Curtin yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81547 | brian.curtin | 2010-05-26 12:43:50 -0500 (Wed, 26 May 2010) | 6 lines Fix #2810 - handle the case where some registry calls return ERROR_MORE_DATA, requiring another call to get the remaining data. Patch by Daniel Stutzbach ........
-
Brian Curtin yazdı
ERROR_MORE_DATA, requiring another call to get the remaining data. Patch by Daniel Stutzbach
-
Brian Curtin yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81517 | brian.curtin | 2010-05-25 10:06:15 -0500 (Tue, 25 May 2010) | 5 lines Fix #2810 - handle the case where some registry calls return ERROR_MORE_DATA, requiring another call to get the remaining data. Patch by Daniel Stutzbach ........
-
- 25 May, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
ERROR_MORE_DATA, requiring another call to get the remaining data. Patch by Daniel Stutzbach
-
- 21 Nis, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
Add CreateKeyEx and DeleteKeyEx, along with test improvements.
-
- 03 Nis, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
NotImplementedError on Windows XP and below.
-
- 02 Nis, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
*ReflectionKey functions used to not be documented or tested, but they are now sufficiently documented and tested on platforms where they apply. Additionally, fixed a bug in QueryReflectionKey which was returning an incorrect value. All tests pass from XP through Windows 7, on 32 and 64-bit platforms.
-
- 23 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-