imported patch docs
diff --git a/docs/epy/api-objects.txt b/docs/epy/api-objects.txt
index ad81fdb..e1bef82 100644
--- a/docs/epy/api-objects.txt
+++ b/docs/epy/api-objects.txt
@@ -1,13 +1,6 @@
apiclient apiclient-module.html
apiclient.__package__ apiclient-module.html#__package__
-apiclient.contrib apiclient.contrib-module.html
-apiclient.contrib.__package__ apiclient.contrib-module.html#__package__
-apiclient.contrib.latitude apiclient.contrib.latitude-module.html
-apiclient.contrib.latitude.__package__ apiclient.contrib.latitude-module.html#__package__
-apiclient.contrib.moderator apiclient.contrib.moderator-module.html
-apiclient.contrib.moderator.__package__ apiclient.contrib.moderator-module.html#__package__
apiclient.discovery apiclient.discovery-module.html
-apiclient.discovery._fix_method_name apiclient.discovery-module.html#_fix_method_name
apiclient.discovery.VARNAME apiclient.discovery-module.html#VARNAME
apiclient.discovery._cast apiclient.discovery-module.html#_cast
apiclient.discovery.MULTIPLIERS apiclient.discovery-module.html#MULTIPLIERS
@@ -22,7 +15,7 @@
apiclient.discovery.logger apiclient.discovery-module.html#logger
apiclient.discovery.DEFAULT_METHOD_DOC apiclient.discovery-module.html#DEFAULT_METHOD_DOC
apiclient.discovery.STACK_QUERY_PARAMETERS apiclient.discovery-module.html#STACK_QUERY_PARAMETERS
-apiclient.discovery._write_headers apiclient.discovery-module.html#_write_headers
+apiclient.discovery.fix_method_name apiclient.discovery-module.html#fix_method_name
apiclient.discovery.DISCOVERY_URI apiclient.discovery-module.html#DISCOVERY_URI
apiclient.discovery.URITEMPLATE apiclient.discovery-module.html#URITEMPLATE
apiclient.errors apiclient.errors-module.html
@@ -32,6 +25,7 @@
apiclient.http apiclient.http-module.html
apiclient.http.set_user_agent apiclient.http-module.html#set_user_agent
apiclient.http.tunnel_patch apiclient.http-module.html#tunnel_patch
+apiclient.http.DEFAULT_CHUNK_SIZE apiclient.http-module.html#DEFAULT_CHUNK_SIZE
apiclient.http.__package__ apiclient.http-module.html#__package__
apiclient.mimeparse apiclient.mimeparse-module.html
apiclient.mimeparse.__credits__ apiclient.mimeparse-module.html#__credits__
@@ -65,10 +59,12 @@
oauth2client.client._extract_id_token oauth2client.client-module.html#_extract_id_token
oauth2client.client._cached_http oauth2client.client-module.html#_cached_http
oauth2client.client.ID_TOKEN_VERIFICATON_CERTS oauth2client.client-module.html#ID_TOKEN_VERIFICATON_CERTS
-oauth2client.client.flow_from_clientsecrets oauth2client.client-module.html#flow_from_clientsecrets
+oauth2client.client.credentials_from_clientsecrets_and_code oauth2client.client-module.html#credentials_from_clientsecrets_and_code
oauth2client.client.__package__ oauth2client.client-module.html#__package__
-oauth2client.client.logger oauth2client.client-module.html#logger
+oauth2client.client.flow_from_clientsecrets oauth2client.client-module.html#flow_from_clientsecrets
+oauth2client.client.credentials_from_code oauth2client.client-module.html#credentials_from_code
oauth2client.client._abstract oauth2client.client-module.html#_abstract
+oauth2client.client.logger oauth2client.client-module.html#logger
oauth2client.client.OOB_CALLBACK_URN oauth2client.client-module.html#OOB_CALLBACK_URN
oauth2client.client.HAS_OPENSSL oauth2client.client-module.html#HAS_OPENSSL
oauth2client.client.EXPIRY_FORMAT oauth2client.client-module.html#EXPIRY_FORMAT
@@ -99,6 +95,9 @@
oauth2client.django_orm.__package__ oauth2client.django_orm-module.html#__package__
oauth2client.file oauth2client.file-module.html
oauth2client.file.__package__ oauth2client.file-module.html#__package__
+oauth2client.locked_file oauth2client.locked_file-module.html
+oauth2client.locked_file.logger oauth2client.locked_file-module.html#logger
+oauth2client.locked_file.__package__ oauth2client.locked_file-module.html#__package__
oauth2client.multistore_file oauth2client.multistore_file-module.html
oauth2client.multistore_file._multistores_lock oauth2client.multistore_file-module.html#_multistores_lock
oauth2client.multistore_file.get_credential_storage oauth2client.multistore_file-module.html#get_credential_storage
@@ -150,6 +149,7 @@
apiclient.http.HttpRequest apiclient.http.HttpRequest-class.html
apiclient.http.HttpRequest.from_json apiclient.http.HttpRequest-class.html#from_json
apiclient.http.HttpRequest.execute apiclient.http.HttpRequest-class.html#execute
+apiclient.http.HttpRequest._process_response apiclient.http.HttpRequest-class.html#_process_response
apiclient.http.HttpRequest.next_chunk apiclient.http.HttpRequest-class.html#next_chunk
apiclient.http.HttpRequest.to_json apiclient.http.HttpRequest-class.html#to_json
apiclient.http.HttpRequest.__init__ apiclient.http.HttpRequest-class.html#__init__
@@ -178,6 +178,16 @@
apiclient.http.MediaInMemoryUpload.getbytes apiclient.http.MediaInMemoryUpload-class.html#getbytes
apiclient.http.MediaInMemoryUpload.mimetype apiclient.http.MediaInMemoryUpload-class.html#mimetype
apiclient.http.MediaInMemoryUpload.resumable apiclient.http.MediaInMemoryUpload-class.html#resumable
+apiclient.http.MediaIoBaseUpload apiclient.http.MediaIoBaseUpload-class.html
+apiclient.http.MediaIoBaseUpload.to_json apiclient.http.MediaIoBaseUpload-class.html#to_json
+apiclient.http.MediaUpload.new_from_json apiclient.http.MediaUpload-class.html#new_from_json
+apiclient.http.MediaIoBaseUpload.__init__ apiclient.http.MediaIoBaseUpload-class.html#__init__
+apiclient.http.MediaIoBaseUpload.size apiclient.http.MediaIoBaseUpload-class.html#size
+apiclient.http.MediaUpload._to_json apiclient.http.MediaUpload-class.html#_to_json
+apiclient.http.MediaIoBaseUpload.chunksize apiclient.http.MediaIoBaseUpload-class.html#chunksize
+apiclient.http.MediaIoBaseUpload.getbytes apiclient.http.MediaIoBaseUpload-class.html#getbytes
+apiclient.http.MediaIoBaseUpload.mimetype apiclient.http.MediaIoBaseUpload-class.html#mimetype
+apiclient.http.MediaIoBaseUpload.resumable apiclient.http.MediaIoBaseUpload-class.html#resumable
apiclient.http.MediaUpload apiclient.http.MediaUpload-class.html
apiclient.http.MediaUpload.to_json apiclient.http.MediaUpload-class.html#to_json
apiclient.http.MediaUpload.new_from_json apiclient.http.MediaUpload-class.html#new_from_json
@@ -500,6 +510,36 @@
oauth2client.client.Storage.put oauth2client.client.Storage-class.html#put
oauth2client.file.Storage.release_lock oauth2client.file.Storage-class.html#release_lock
oauth2client.client.Storage.delete oauth2client.client.Storage-class.html#delete
+oauth2client.locked_file.AlreadyLockedException oauth2client.locked_file.AlreadyLockedException-class.html
+oauth2client.locked_file.LockedFile oauth2client.locked_file.LockedFile-class.html
+oauth2client.locked_file.LockedFile.open_and_lock oauth2client.locked_file.LockedFile-class.html#open_and_lock
+oauth2client.locked_file.LockedFile.file_handle oauth2client.locked_file.LockedFile-class.html#file_handle
+oauth2client.locked_file.LockedFile.is_locked oauth2client.locked_file.LockedFile-class.html#is_locked
+oauth2client.locked_file.LockedFile.unlock_and_close oauth2client.locked_file.LockedFile-class.html#unlock_and_close
+oauth2client.locked_file.LockedFile.filename oauth2client.locked_file.LockedFile-class.html#filename
+oauth2client.locked_file.LockedFile.__init__ oauth2client.locked_file.LockedFile-class.html#__init__
+oauth2client.locked_file._FcntlOpener oauth2client.locked_file._FcntlOpener-class.html
+oauth2client.locked_file._FcntlOpener.open_and_lock oauth2client.locked_file._FcntlOpener-class.html#open_and_lock
+oauth2client.locked_file._Opener.file_handle oauth2client.locked_file._Opener-class.html#file_handle
+oauth2client.locked_file._Opener.is_locked oauth2client.locked_file._Opener-class.html#is_locked
+oauth2client.locked_file._Opener.filename oauth2client.locked_file._Opener-class.html#filename
+oauth2client.locked_file._FcntlOpener.unlock_and_close oauth2client.locked_file._FcntlOpener-class.html#unlock_and_close
+oauth2client.locked_file._Opener.__init__ oauth2client.locked_file._Opener-class.html#__init__
+oauth2client.locked_file._Opener oauth2client.locked_file._Opener-class.html
+oauth2client.locked_file._Opener.open_and_lock oauth2client.locked_file._Opener-class.html#open_and_lock
+oauth2client.locked_file._Opener.file_handle oauth2client.locked_file._Opener-class.html#file_handle
+oauth2client.locked_file._Opener.is_locked oauth2client.locked_file._Opener-class.html#is_locked
+oauth2client.locked_file._Opener.unlock_and_close oauth2client.locked_file._Opener-class.html#unlock_and_close
+oauth2client.locked_file._Opener.filename oauth2client.locked_file._Opener-class.html#filename
+oauth2client.locked_file._Opener.__init__ oauth2client.locked_file._Opener-class.html#__init__
+oauth2client.locked_file._PosixOpener oauth2client.locked_file._PosixOpener-class.html
+oauth2client.locked_file._PosixOpener.open_and_lock oauth2client.locked_file._PosixOpener-class.html#open_and_lock
+oauth2client.locked_file._Opener.file_handle oauth2client.locked_file._Opener-class.html#file_handle
+oauth2client.locked_file._Opener.is_locked oauth2client.locked_file._Opener-class.html#is_locked
+oauth2client.locked_file._PosixOpener._posix_lockfile oauth2client.locked_file._PosixOpener-class.html#_posix_lockfile
+oauth2client.locked_file._Opener.filename oauth2client.locked_file._Opener-class.html#filename
+oauth2client.locked_file._PosixOpener.unlock_and_close oauth2client.locked_file._PosixOpener-class.html#unlock_and_close
+oauth2client.locked_file._Opener.__init__ oauth2client.locked_file._Opener-class.html#__init__
oauth2client.multistore_file.Error oauth2client.multistore_file.Error-class.html
oauth2client.multistore_file.NewerCredentialStoreError oauth2client.multistore_file.NewerCredentialStoreError-class.html
oauth2client.multistore_file._MultiStore oauth2client.multistore_file._MultiStore-class.html