Commit Graph

14 Commits

Author SHA1 Message Date
Shane Harvey
4eae7d2d94
PYTHON-4690 Add repr for FixedOffset eg FixedOffset(datetime.timedelta(seconds=3600), '+60')) (#1806) 2024-08-23 09:50:05 -07:00
Steven Silvester
83ab612aa1
PYTHON-3932 Support mypy --strict testing in bson package (#1362) 2023-08-29 13:49:11 -05:00
Steven Silvester
a0fe7c03af
PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
Steven Silvester
52ed5a4135
PYTHON-3052 Add Typings to PyMongo Itself (#829) 2022-01-13 16:09:48 -06:00
Bernie Hackett
aec685b374 Fix up copyright dates. 2015-03-25 11:55:02 -07:00
A. Jesse Jiryu Davis
2fa1750b07 Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
behackett
0ee7170cc2 It's 2012... 2012-04-19 12:40:38 -07:00
Ross Lawley
ea6ce59b94 Revert "Ensures UTC stays a singleton"
This reverts commit 088f6b6b57.
2011-12-20 10:48:47 -08:00
Ross Lawley
72ef275f0b Revert "Mark as safe for unpickling"
This reverts commit c5e41d6db5.
2011-12-20 10:48:47 -08:00
Ross Lawley
716c7c8d46 Mark as safe for unpickling 2011-12-20 10:48:47 -08:00
Ross Lawley
aadd9e4eb4 Ensures UTC stays a singleton 2011-12-20 10:48:47 -08:00
Ross Lawley
8c68bde1f8 FixedOffset objects can now be copied / pickled
Defined __getinitargs__ so FixedOffset objects can
be copied / pickled.
2011-12-20 10:48:47 -08:00
Mike Dirolf
381cd8cb80 docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
Mike Dirolf
9c182809f3 Create a separate bson package PYTHON-60
Many of the pymongo modules have been moved into the bson
package. Aliases for those modules have been added to the pymongo
package, without deprecation warnings for now. Application developers
should begin to use the bson namespace, as deprecation of moved
modules will probably begin in the next release.
2010-09-14 13:52:50 -04:00