Ensure files end in a newline

This commit is contained in:
Anthony Sottile 2017-08-31 20:28:27 -07:00 committed by Bernie Hackett
parent cfb30e91c0
commit ff81fbb938
21 changed files with 0 additions and 21 deletions

View File

@ -1275,4 +1275,3 @@ buildvariants:
# Darwin MongoDB SSL builds are not available for 2.6 # Darwin MongoDB SSL builds are not available for 2.6
# SUSE12 x86_64 is only supported by MongoDB 3.2+ # SUSE12 x86_64 is only supported by MongoDB 3.2+
# vim: set et sw=2 ts=2 : # vim: set et sw=2 ts=2 :

View File

@ -44,4 +44,3 @@ fi
${PYTHON_BINARY} ${PROJECT_DIRECTORY}/test/mod_wsgi_test/test_client.py -n 25000 -t 100 parallel http://localhost:8080${PROJECT_DIRECTORY} ${PYTHON_BINARY} ${PROJECT_DIRECTORY}/test/mod_wsgi_test/test_client.py -n 25000 -t 100 parallel http://localhost:8080${PROJECT_DIRECTORY}
${PYTHON_BINARY} ${PROJECT_DIRECTORY}/test/mod_wsgi_test/test_client.py -n 25000 serial http://localhost:8080${PROJECT_DIRECTORY} ${PYTHON_BINARY} ${PROJECT_DIRECTORY}/test/mod_wsgi_test/test_client.py -n 25000 serial http://localhost:8080${PROJECT_DIRECTORY}

View File

@ -48,4 +48,3 @@ just make your changes to the inline documentation of the appropriate
branch and submit a `pull request <https://help.github.com/articles/using-pull-requests>`_. branch and submit a `pull request <https://help.github.com/articles/using-pull-requests>`_.
You might also use the github `Edit <https://github.com/blog/844-forking-with-the-edit-button>`_ You might also use the github `Edit <https://github.com/blog/844-forking-with-the-edit-button>`_
button. button.

View File

@ -199,4 +199,3 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.

View File

@ -149,4 +149,3 @@ products or services of Licensee, or any third party.
8. By copying, installing or otherwise using Python, Licensee 8. By copying, installing or otherwise using Python, Licensee
agrees to be bound by the terms and conditions of this License agrees to be bound by the terms and conditions of this License
Agreement. Agreement.

View File

@ -1 +0,0 @@

View File

@ -16,4 +16,3 @@
{% endif %} {% endif %}
{%- endblock -%} {%- endblock -%}

View File

@ -73,4 +73,3 @@
.. automethod:: remove(spec_or_id=None, multi=True, **kwargs) .. automethod:: remove(spec_or_id=None, multi=True, **kwargs)
.. automethod:: find_and_modify .. automethod:: find_and_modify
.. automethod:: ensure_index .. automethod:: ensure_index

View File

@ -4,4 +4,3 @@
.. automodule:: pymongo.command_cursor .. automodule:: pymongo.command_cursor
:synopsis: Tools for iterating over MongoDB command results :synopsis: Tools for iterating over MongoDB command results
:members: :members:

View File

@ -29,4 +29,3 @@
.. autoattribute:: SECONDARY .. autoattribute:: SECONDARY
.. autoattribute:: SECONDARY_PREFERRED .. autoattribute:: SECONDARY_PREFERRED
.. autoattribute:: NEAREST .. autoattribute:: NEAREST

View File

@ -220,4 +220,3 @@ the SASL PLAIN mechanism::
... ssl_cert_reqs=ssl.CERT_REQUIRED, ... ssl_cert_reqs=ssl.CERT_REQUIRED,
... ssl_ca_certs='/path/to/ca.pem') ... ssl_ca_certs='/path/to/ca.pem')
>>> >>>

View File

@ -96,4 +96,3 @@ geoNear queries are also supported using :class:`~bson.son.SON`::
>>> from bson.son import SON >>> from bson.son import SON
>>> db.command(SON([('geoNear', 'places'), ('near', [1, 2])])) >>> db.command(SON([('geoNear', 'places'), ('near', [1, 2])]))
{u'ok': 1.0, u'stats': ...} {u'ok': 1.0, u'stats': ...}

View File

@ -48,4 +48,3 @@ Applications using uWSGI prior to 1.9.16 are affected by this issue,
or newer uWSGI versions with the ``-gevent-wait-for-hub`` option. or newer uWSGI versions with the ``-gevent-wait-for-hub`` option.
See `the uWSGI changelog for details See `the uWSGI changelog for details
<https://uwsgi-docs.readthedocs.io/en/latest/Changelog-1.9.16.html#important-change-in-the-gevent-plugin-shutdown-reload-procedure>`_. <https://uwsgi-docs.readthedocs.io/en/latest/Changelog-1.9.16.html#important-change-in-the-gevent-plugin-shutdown-reload-procedure>`_.

View File

@ -38,4 +38,3 @@ of a replica set member::
# tailable cursor timed out (no new documents were added to the # tailable cursor timed out (no new documents were added to the
# collection for more than 1 second). # collection for more than 1 second).
time.sleep(1) time.sleep(1)

View File

@ -240,4 +240,3 @@ They can be installed by passing the full URL for the tag to pip::
or easy_install:: or easy_install::
$ python -m easy_install https://github.com/mongodb/mongo-python-driver/archive/3.4rc0.tar.gz $ python -m easy_install https://github.com/mongodb/mongo-python-driver/archive/3.4rc0.tar.gz

View File

@ -114,4 +114,3 @@ you must use ``protocol <= 2``::
>>> import pickle >>> import pickle
>>> pickle.loads('\x80\x02cbson.objectid\nObjectId\nq\x00)\x81q\x01c_codecs\nencode\...') >>> pickle.loads('\x80\x02cbson.objectid\nObjectId\nq\x00)\x81q\x01c_codecs\nencode\...')
ObjectId('4f96f20c430ee6bd06000000') ObjectId('4f96f20c430ee6bd06000000')

View File

@ -94,4 +94,3 @@ class SSLContext(object):
ca_certs=self._cafile, ca_certs=self._cafile,
do_handshake_on_connect=do_handshake_on_connect, do_handshake_on_connect=do_handshake_on_connect,
suppress_ragged_eofs=suppress_ragged_eofs) suppress_ragged_eofs=suppress_ragged_eofs)

View File

@ -790,4 +790,3 @@
} }
] ]
} }

View File

@ -399,4 +399,3 @@
} }
] ]
} }

View File

@ -12,4 +12,3 @@
} }
] ]
} }

View File

@ -14,4 +14,3 @@ commands =
[testenv:py26] [testenv:py26]
deps = deps =
unittest2 unittest2