Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/mongo-python-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gregglind/mongo-python-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 7, 2009

  1. setup.py will work with elementtree or xml.etree.ElementTree

    SON.py can use either elementree or xml.etree.ElementTree, but setup.py was only checking for xml.etree.
    Gregg Lind committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    c488092 View commit details
    Browse the repository at this point in the history
  2. added Gregg Lind to contributors list

    Gregg Lind committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    f25891a View commit details
    Browse the repository at this point in the history
  3. better compatibility with bdist_rpm

    Gregg Lind committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    aae9d60 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2009

  1. c-extension "_update_messge" to supplement message.update

    pymongo/_cbsonmodule.c -- _cbson_update_message, based on _cbson_insert_message pymongo/message.py -- if c extensions enabled, keep python based update as _update_py, to ease testing, debugging, sanity test/test_message.py (newfile) -- basic test to show that c and python create same messages
    gregglind committed Dec 10, 2009
    Configuration menu
    Copy the full SHA
    4d6e79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bbd39 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2010

  1. Merge branch 'master' of git://github.com/mongodb/mongo-python-driver

    Conflicts:	pymongo/_cbsonmodule.c
    gregglind committed Jan 6, 2010
    Configuration menu
    Copy the full SHA
    62e3c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e0330 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2010

  1. Configuration menu
    Copy the full SHA
    045c6ed View commit details
    Browse the repository at this point in the history
  2. jira python-82: javascript db.{add,remove}User as python database.{ad…

    …d,remove}_user, with tests
    gregglind committed Jan 8, 2010
    Configuration menu
    Copy the full SHA
    ccf6e81 View commit details
    Browse the repository at this point in the history
Loading