Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adodbapi missing files #1445

Merged
merged 70 commits into from
Nov 25, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
90ffb7a
Fix loader path
xoviat Jan 26, 2018
c7c00ee
add submodules missing from adodbapi module
Mar 12, 2019
9c4c984
upgrate adodbapi to 2.6.1 and supply missing files
Mar 12, 2019
20c578c
drop inadvertantly added files
vernondcole Mar 20, 2019
aec2603
no "s" in adodbapi/test
Apr 10, 2019
4532347
Merge remote-tracking branch 'vc_fork/adodbapi_missing_files' into ad…
Apr 10, 2019
d34cbdc
add submodules missing from adodbapi module
Mar 12, 2019
ad99c93
upgrate adodbapi to 2.6.1 and supply missing files
Mar 12, 2019
59d63ab
no "s" in adodbapi/test
Apr 10, 2019
cf88adb
Merge pull request #1 from mhammond/master
vernondcole Sep 14, 2019
0c355b3
Merge branch 'adodbapi_missing_files' of github.com:vernondcole/pywin…
vernondcole Sep 14, 2019
224d643
provide documentation files and proper test links
vernondcole Sep 15, 2019
acc6289
Mingw compatibility (#1371)
joankaradimov Jul 24, 2019
e91204e
Corrected wMilliseconds truncation in PyTime::getattro(). (#1326)
dbivolaru Jul 24, 2019
84dd552
Add LLK*_LOWER_IL_INJECTED to win32con (#1253)
dsanders11 Jul 24, 2019
f2d7cfc
pywin32.pth: don't blindly append to PATH in case site is repeatedly …
ksmyth Jul 25, 2019
9697a25
Fix gcc/mingw errors for PyWinObject_From(LARGE|ULARGE)_INTEGER (#1377)
joankaradimov Jul 27, 2019
e4ea270
Update some mingw-specific macros (#1379)
joankaradimov Jul 29, 2019
133b839
Fix some MinGW compatibility issues (#1386)
joankaradimov Aug 7, 2019
94330bc
Make some compiler options work with mingw too (#1381)
joankaradimov Aug 7, 2019
3bedc1f
Remove PRIVATE symbols from /EXPORTs (#1394)
stevenwinfield Aug 27, 2019
023ab6e
setup.py: Allow user installations (#1392)
Aug 27, 2019
2ba45ec
Use .def file when linking (#1403)
stevenwinfield Sep 5, 2019
b017c19
postinstall: Adding argument parser and further fixes for user instal…
thopiekar Sep 7, 2019
fdb9c65
tests: Replacing distutils with site (#1393)
thopiekar Sep 7, 2019
799f406
Extract classes for building executables in setup.py (#1389)
joankaradimov Sep 7, 2019
d4b1068
Format c++ sources with clang-format using clang format file aproxima…
konserw Jul 25, 2019
8cf224b
Use subprocess instead of os.spawn to avoid strangeness with quoted args
mhammond Sep 7, 2019
402831f
Fix PyCom_VariantFromPyObject behavior regarding special sequence and…
panikc Aug 9, 2019
729f7f4
Also look for a 32bit windows sdk (#1293)
mhammond Sep 8, 2019
d1ecd8e
Add EdkGuid.h and EdkMdb.h mapi headers (#1404)
nczeczulin Sep 8, 2019
15caa52
minor tweaks to the win32 test runner
mhammond Sep 8, 2019
023a794
SetSecurityDescriptorGroup now accepts None as group value (#1382)
mhammond Sep 9, 2019
7fedaeb
Fix value of ntsecuritycon.FILE_ALL_ACCESS (#1354)
mhammond Sep 9, 2019
b95272e
Ignore the result of win32gui.EnumChildWindows. (#1350)
mhammond Sep 9, 2019
fce4423
Get things working with 3.8 and 3.9
mhammond Sep 9, 2019
502fee0
Use a BytesIO object when loading gencache data from a zip file
mhammond Sep 15, 2019
02d3438
Build 225
mhammond Sep 15, 2019
6c80d3e
Post build 225
mhammond Sep 15, 2019
5dca1f2
Add mapi.OpenStreamOnFileW (#1413)
nczeczulin Sep 25, 2019
a900820
Feature/more mapi guids (#1422)
nczeczulin Oct 1, 2019
755593d
Increase memory allocated for formatting Event Log messages (#1421)
ofek Oct 7, 2019
b156a48
CI: Skip tests with users' action required (#1400)
thopiekar Oct 13, 2019
98aa54f
Fix print statements in post-install script
mhammond Nov 2, 2019
0930551
Fixing #1428: "unicode_internal" workaround (3.8+) (#1429)
t-o-n-y-p Nov 2, 2019
9a60fcb
Add mapi.WrapCompressedRTFStreamEx (#1419)
nczeczulin Nov 2, 2019
66a4753
Use 'utf-16le' instead of 'unicode-internal' in win32gui_struct for 3.8+
mhammond Nov 2, 2019
d19f15c
Allow ints to be used for REQ_QWORD registry values (fixes #1398)
mhammond Nov 3, 2019
672e888
test_win32file now passes time tests on py3 and on py2 with UTCTimes=…
mhammond Nov 3, 2019
109a778
Note in the docs that the UTCTimes param to SetFileTime is ignored on…
mhammond Nov 3, 2019
9c44c50
Conversions to and from COM VT_DATE types should no longer lose milli…
mhammond Nov 5, 2019
bbc09ee
Update to avoid a pending deprecation warning running tests
mhammond Nov 5, 2019
71e71e1
Avoid using rm in build batch file
mhammond Nov 5, 2019
923ea4f
Change how the directory with the pywin32 DLLs is treated at startup.
mhammond Nov 5, 2019
1a4a6fc
Avoid unicode-internal codec in win32verstamp.py for 3.7 too
mhammond Nov 10, 2019
ba162d7
Note a few changes
mhammond Nov 10, 2019
cefe0e3
Fix 64-bit and Unicode issues with win32help. Fixes #1434
mhammond Nov 10, 2019
5aa9444
upgrate adodbapi to 2.6.1 and supply missing files
Mar 12, 2019
3d32b14
add submodules missing from adodbapi module
Mar 12, 2019
13fc996
upgrate adodbapi to 2.6.1 and supply missing files
Mar 12, 2019
2e47ff5
use set literal
vernondcole Nov 16, 2019
bc44b6b
Merge branch 'master' of github.com:mhammond/pywin32
vernondcole Nov 16, 2019
8fddb89
manual merged
vernondcole Nov 16, 2019
f783de6
convert quick_reference to .md, move remote feature to sub-directory
vernondcole Nov 18, 2019
cbe442f
update ado test config to use globally available database servers
vernondcole Nov 22, 2019
bea714c
fix up test runners using globally available DB servers, etc
vernondcole Nov 22, 2019
8379c93
move files to better directories, delete inadvertant, and add a test
vernondcole Nov 23, 2019
c83ce96
revert move of try_connection code, manifest cleanup
vernondcole Nov 23, 2019
76b0998
move remote server into subfolder, fixes for appveyor CI
vernondcole Nov 24, 2019
31ae171
update changes docs
vernondcole Nov 25, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add submodules missing from adodbapi module
  • Loading branch information
Vernon Cole on vdc_mac authored and vernondcole committed Sep 14, 2019
commit d34cbdcfb4857dd0d8e35c465636fd1566c7ea5c
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dist
pywin32.egg-info/
Pythonwin/Scintilla/win32/*.pdb
PyWin32.kpf
.idea #Pycharm

# COM test bits
com\TestSources\Build
Expand Down Expand Up @@ -61,3 +60,9 @@ venv/
ENV/
env.bak/
venv.bak/
.vagrant/

# other IDEs, MacOS, etc
.idea/
.DS_Store
vagrant_helpers/bootstrap-salt.ps1
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@ include isapi/test/*.txt
include isapi/src/*.h

# adodbapi
include adodbapi/*.py
include adodbapi/*.txt
include adodbapi/tests/*.py
include adodbapi/tests/*.bat
include adodbapi/examples/*.py
include adodbapi/examples/test.mdb

# Other tools
include SWIG/swig.exe
Expand Down
Loading