Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.8
/
PC
/
_msi.c
tag
831340af84b4220c9974aaf34df17969a1da9666
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 07 19:01:55 2024
object
39b2f82717a69dde7212bc39b673b0f55c99e6a3
Python 3.8 end of life
12c72d6
[3.8] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96658)
by Miss Islington (bot)
· 2 years, 11 months ago
3f4de44
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
by Miss Islington (bot)
· 5 years ago
549e55a
bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711)
by Zackery Spytz
· 6 years ago
530f506
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
by Jeroen Demeyer
· 6 years ago
bf94cc7
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
by Zackery Spytz
· 6 years ago
2de576e
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517)
by Tzu-ping Chung
· 7 years ago
4e51937
bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
by Zackery Spytz
· 7 years ago
19fb134
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
by Berker Peksag
· 8 years ago
4864a61
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
by Berker Peksag
· 8 years ago
bdb8315
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
by Berker Peksag
· 8 years ago
a935654
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
by Berker Peksag
· 8 years ago
cb04f75
Fix a memory leak in _msi.c (#4127)
by Zackery Spytz
· 8 years ago
679b566
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
by Segev Finer
· 8 years ago
ccdc09e
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
by Serhiy Storchaka
· 8 years ago
f7eae0a
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
by Serhiy Storchaka
· 8 years ago
228b12e
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
by Serhiy Storchaka
· 9 years ago
2a2becc
Merge with 3.5
by Steve Dower
· 9 years ago
6ceda63
Issue #24594: Validates persist parameter when opening MSI database
by Steve Dower
· 9 years ago
e985726
_msi.c: try to fix compiler warnings
by Victor Stinner
· 9 years ago
0a29e89
Issue #21931: Fix error handling in msilib.FCICreate().
by Zachary Ware
· 10 years ago
6715828
_msi.c: Fix compiler warnings on Windows 64-bit
by Victor Stinner
· 12 years ago
daf4555
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
by Victor Stinner
· 12 years ago
74ca886
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
by Charles-Francois Natali
· 12 years ago
9d3b93b
Use the new Unicode API
by Victor Stinner
· 14 years ago
bd928fe
Rename _Py_identifier to _Py_IDENTIFIER.
by Martin v. Löwis
· 14 years ago
afe55bb
Add API for static strings, primarily good for identifiers.
by Martin v. Löwis
· 14 years ago
c934f32
Welcome to the UTF-8 world.
by Florent Xicluna
· 15 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
e94c679
Issue #1717: rename tp_compare to tp_reserved. I'll change the
by Mark Dickinson
· 17 years ago
ab058ed
RPC_WSTR is not available Visual Studio 2003 or earlier.
by Hirokazu Yamamoto
· 17 years ago
371bb50
Bug #3542: Support Unicode strings in _msi module.
by Martin v. Löwis
· 17 years ago
bf9e966
Return the module at the end of its init function.
by Amaury Forgeot d'Arc
· 17 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 17 years ago
704d8b1
Port GetInteger and GetString to 3k.
by Martin v. Löwis
· 17 years ago
e95593e
Merged revisions 63888 via svnmerge from
by Martin v. Löwis
· 17 years ago
72b710a
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
0bd4e11
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from
by Christian Heimes
· 18 years ago
d1a1d1e
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
by Martin v. Löwis
· 18 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 18 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 18 years ago
ddefaf3
Merged the int/long unification branch, by very crude means (sorry Thomas!).
by Guido van Rossum
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
dd860ca
Update copyright notice.
by Martin v. Löwis
· 19 years ago
fbab90e
Import bdist_msi
by Martin v. Löwis
· 19 years ago