Commit Graph

24 Commits

Author SHA1 Message Date
Julien Balestra
d832c812c4 Update ex_access.py 2015-08-19 21:25:09 +02:00
Julien Balestra
b4f44b1425 Remove useless space 2015-08-19 21:07:37 +02:00
Julien Balestra
c6f7e7808c String format is better than strcat 2015-08-19 21:07:24 +02:00
Julien Balestra
8abecd0978 Remove redundant parenthesis 2015-08-19 20:59:52 +02:00
Julien Balestra
255abcf9e6 Whitespace before : (PEP8) 2015-08-19 20:58:24 +02:00
Julien Balestra
807637e6e1 Extra blank lines may be used to separate groups of related functions (PEP8) 2015-08-19 20:57:45 +02:00
Julien Balestra
60e860b30c String format is better than strcat 2015-08-19 20:49:49 +02:00
Keith Bostic
f971484571 Fix the copyright notice. 2015-04-15 13:22:12 -04:00
Pat Gunn
1f560eebd9 use stat object to get at constants, avoid error handling, avoid unnecessary insert, minor formatting fix 2015-04-15 12:02:33 -04:00
Pat Gunn
eb60d71e35 Small logic fix 2015-04-14 15:20:08 -04:00
Pat Gunn
09b6b8f084 Implement fixes as per PR discussion 2015-04-14 15:16:36 -04:00
Pat Gunn
9f9fbb19ba Initial commit 2015-04-07 22:56:55 -04:00
Keith Bostic
7f8ad60fd1 Fix the copyright notice. 2015-04-03 20:35:26 -04:00
Pat Gunn
dc7310628e Add shebang, make db dir if does not exist 2015-04-03 19:10:16 -04:00
Keith Bostic
1f9098871a Copyright notices: add MongoDB, update to 2015. 2015-01-04 14:07:56 -05:00
Keith Bostic
5b509b7220 Update copyright notices for 2014.
Move lang/java and lang/python into the public domain.
2014-01-07 10:30:12 -05:00
Michael Cahill
bb550b2b74 Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new parallel test harness (our tests all currently expect to have exclusive access to a WT_TEST directory).
--HG--
rename : examples/python/run-ex_access => lang/python/run-ex_access
2013-01-07 17:43:44 +11:00
Keith Bostic
963d37a4e6 Update copyright notice to 2013. 2013-01-01 09:45:50 +00:00
Keith Bostic
7a3b1353f0 We're sending a mixed message -- remove the copyright notices from files
where we've placed our content in the public domain.
2012-08-15 17:46:54 +00:00
Keith Bostic
226b896d74 Add a copyright notice, and change the copyright script to not require
a leading #! line.
2012-05-03 22:04:39 +00:00
Michael Cahill
362714a228 Move the python "check" into lang/python: that simplifies things and avoids tracking the dependency. 2012-05-04 10:39:46 +10:00
Michael Cahill
a8978e988c Fix the Python example.
closes #206

--HG--
rename : examples/c/Makefile.am => examples/python/Makefile.am
2012-05-04 10:07:25 +10:00
Keith Bostic
4879e63e5b More copyright cleanup. 2012-02-01 15:32:36 +00:00
Don Anderson
8d2fdaa955 Added ex_access.py, and added typemaps, etc. to make it all work.
This changeset also includes configure and Make.base changes to
force -g on for setup.py, and to *disable* -O if debug is enabled.
That's probably not wanted in the release tree, but is essential
for debugging SWIG.

refs #31

--HG--
extra : rebase_source : d6eb4ffab30aa8901b73467e038cb82168308545
2011-03-31 07:44:57 -04:00