mongo-python-driver icon indicating copy to clipboard operation
mongo-python-driver copied to clipboard

PyMongo - the Official MongoDB Python driver

Results 30 mongo-python-driver issues
Sort by recently updated
recently updated
newest added

Updated bson and cbson code to add the doc in the Invalid Document error message and added Unit test cases. Note: Make sure to run to `python _setup.py build_ext --inplace...

This PR focuses on primarily converting the pre/post functions with a few additional artifact and bootstrapping functions included as well. ## Functions with converted shell.exec --> subprocess.exec - [x] "prepare...

Depends on https://github.com/mongodb-labs/drivers-evergreen-tools/pull/463

Opening this now to begin the review process, as these changes are significant and especially critical to the driver's behavior. Remaining TODOs: - [ ] Ensure exhaust cursors fetch only...

There's a lot of churn here due to the file renaming and shuffling. Reviewers should focus on the new `test/asynchronous/utils.py` and its synchronous companion, which reduce code duplication. I've also...