- 26 Şub, 2013 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 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.
-
- 31 Eki, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Initial patch by Zachary Ware.
-
- 29 Eki, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
Patch by Zachary Ware.
-
- 23 Haz, 2012 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 22 Haz, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Add version guard for Py_LIMITED_API additions. Issue #15081: Document PyState_FindModule. Patch by Robin Schreiber.
-
- 21 Haz, 2012 7 kayıt (commit)
-
-
Brian Curtin yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Brian Curtin yazdı
-
- 20 Haz, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
-
- 14 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 26 May, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 18 May, 2012 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 16 May, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
directory.
-
- 15 May, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 14 May, 2012 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 13 May, 2012 2 kayıt (commit)
-
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
- 04 May, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
-
- 27 Nis, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
ImportWarning is raised if sys.meta_path is found to be empty.
-
- 18 Nis, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.
-
- 15 Nis, 2012 2 kayıt (commit)
-
-
Brett Cannon yazdı
rewriting functionality in pure Python. To start, imp.new_module() has been rewritten in pure Python, put into importlib (privately) and then publicly exposed in imp.
-
Kristján Valur Jónsson yazdı
_socket does. Some were using the older wsock32.lib.
-
- 13 Nis, 2012 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
With VS8.0 at least Python compiles and works correctly.
-