Ensure files end in a newline
This commit is contained in:
parent
cfb30e91c0
commit
ff81fbb938
@ -1275,4 +1275,3 @@ buildvariants:
|
||||
# Darwin MongoDB SSL builds are not available for 2.6
|
||||
# SUSE12 x86_64 is only supported by MongoDB 3.2+
|
||||
# vim: set et sw=2 ts=2 :
|
||||
|
||||
|
||||
@ -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 serial http://localhost:8080${PROJECT_DIRECTORY}
|
||||
|
||||
|
||||
@ -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>`_.
|
||||
You might also use the github `Edit <https://github.com/blog/844-forking-with-the-edit-button>`_
|
||||
button.
|
||||
|
||||
|
||||
1
LICENSE
1
LICENSE
@ -199,4 +199,3 @@
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
@ -149,4 +149,3 @@ products or services of Licensee, or any third party.
|
||||
8. By copying, installing or otherwise using Python, Licensee
|
||||
agrees to be bound by the terms and conditions of this License
|
||||
Agreement.
|
||||
|
||||
|
||||
@ -1 +0,0 @@
|
||||
|
||||
1
doc/_templates/layout.html
vendored
1
doc/_templates/layout.html
vendored
@ -16,4 +16,3 @@
|
||||
|
||||
{% endif %}
|
||||
{%- endblock -%}
|
||||
|
||||
|
||||
@ -73,4 +73,3 @@
|
||||
.. automethod:: remove(spec_or_id=None, multi=True, **kwargs)
|
||||
.. automethod:: find_and_modify
|
||||
.. automethod:: ensure_index
|
||||
|
||||
|
||||
@ -4,4 +4,3 @@
|
||||
.. automodule:: pymongo.command_cursor
|
||||
:synopsis: Tools for iterating over MongoDB command results
|
||||
:members:
|
||||
|
||||
|
||||
@ -29,4 +29,3 @@
|
||||
.. autoattribute:: SECONDARY
|
||||
.. autoattribute:: SECONDARY_PREFERRED
|
||||
.. autoattribute:: NEAREST
|
||||
|
||||
|
||||
@ -220,4 +220,3 @@ the SASL PLAIN mechanism::
|
||||
... ssl_cert_reqs=ssl.CERT_REQUIRED,
|
||||
... ssl_ca_certs='/path/to/ca.pem')
|
||||
>>>
|
||||
|
||||
|
||||
@ -96,4 +96,3 @@ geoNear queries are also supported using :class:`~bson.son.SON`::
|
||||
>>> from bson.son import SON
|
||||
>>> db.command(SON([('geoNear', 'places'), ('near', [1, 2])]))
|
||||
{u'ok': 1.0, u'stats': ...}
|
||||
|
||||
|
||||
@ -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.
|
||||
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>`_.
|
||||
|
||||
|
||||
@ -38,4 +38,3 @@ of a replica set member::
|
||||
# tailable cursor timed out (no new documents were added to the
|
||||
# collection for more than 1 second).
|
||||
time.sleep(1)
|
||||
|
||||
|
||||
@ -240,4 +240,3 @@ They can be installed by passing the full URL for the tag to pip::
|
||||
or easy_install::
|
||||
|
||||
$ python -m easy_install https://github.com/mongodb/mongo-python-driver/archive/3.4rc0.tar.gz
|
||||
|
||||
|
||||
@ -114,4 +114,3 @@ you must use ``protocol <= 2``::
|
||||
>>> import pickle
|
||||
>>> pickle.loads('\x80\x02cbson.objectid\nObjectId\nq\x00)\x81q\x01c_codecs\nencode\...')
|
||||
ObjectId('4f96f20c430ee6bd06000000')
|
||||
|
||||
|
||||
@ -94,4 +94,3 @@ class SSLContext(object):
|
||||
ca_certs=self._cafile,
|
||||
do_handshake_on_connect=do_handshake_on_connect,
|
||||
suppress_ragged_eofs=suppress_ragged_eofs)
|
||||
|
||||
|
||||
@ -790,4 +790,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@ -399,4 +399,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@ -12,4 +12,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user