Merge from trunk
authorTony Mack <tmack@cs.princeton.edu>
Tue, 13 Nov 2007 19:41:41 +0000 (19:41 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 13 Nov 2007 19:41:41 +0000 (19:41 +0000)
commit5a4c1b1278ffa01e630fde47f7c54888ed20a576
tree79dbc962abe67eb9ea81acc6d66c359d844cccb7
parentcee5ab52df1c9f38b6eaff2dd354cb22f59028c7
Merge from trunk
656 files changed:
trunk/Makefile [new file with mode: 0644]
trunk/ModPython.py [new file with mode: 0644]
trunk/PLC/.cvsignore [new file with mode: 0644]
trunk/PLC/API.py [new file with mode: 0644]
trunk/PLC/AddressTypes.py [new file with mode: 0644]
trunk/PLC/Addresses.py [new file with mode: 0644]
trunk/PLC/Auth.py [new file with mode: 0644]
trunk/PLC/Boot.py [new file with mode: 0644]
trunk/PLC/BootStates.py [new file with mode: 0644]
trunk/PLC/ConfFiles.py [new file with mode: 0644]
trunk/PLC/Config.py [new file with mode: 0644]
trunk/PLC/Debug.py [new file with mode: 0644]
trunk/PLC/EventObjects.py [new file with mode: 0644]
trunk/PLC/Events.py [new file with mode: 0644]
trunk/PLC/Faults.py [new file with mode: 0644]
trunk/PLC/Filter.py [new file with mode: 0644]
trunk/PLC/GPG.py [new file with mode: 0644]
trunk/PLC/InitScripts.py [new file with mode: 0644]
trunk/PLC/KeyTypes.py [new file with mode: 0644]
trunk/PLC/Keys.py [new file with mode: 0644]
trunk/PLC/Messages.py [new file with mode: 0644]
trunk/PLC/Method.py [new file with mode: 0644]
trunk/PLC/Methods/.cvsignore [new file with mode: 0644]
trunk/PLC/Methods/AddAddressType.py [new file with mode: 0644]
trunk/PLC/Methods/AddAddressTypeToAddress.py [new file with mode: 0644]
trunk/PLC/Methods/AddBootState.py [new file with mode: 0644]
trunk/PLC/Methods/AddConfFile.py [new file with mode: 0644]
trunk/PLC/Methods/AddConfFileToNode.py [new file with mode: 0644]
trunk/PLC/Methods/AddConfFileToNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AddInitScript.py [new file with mode: 0644]
trunk/PLC/Methods/AddKeyType.py [new file with mode: 0644]
trunk/PLC/Methods/AddMessage.py [new file with mode: 0644]
trunk/PLC/Methods/AddNetworkMethod.py [new file with mode: 0644]
trunk/PLC/Methods/AddNetworkType.py [new file with mode: 0644]
trunk/PLC/Methods/AddNode.py [new file with mode: 0644]
trunk/PLC/Methods/AddNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AddNodeNetwork.py [new file with mode: 0644]
trunk/PLC/Methods/AddNodeNetworkSetting.py [new file with mode: 0644]
trunk/PLC/Methods/AddNodeNetworkSettingType.py [new file with mode: 0644]
trunk/PLC/Methods/AddNodeToNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AddNodeToPCU.py [new file with mode: 0644]
trunk/PLC/Methods/AddPCU.py [new file with mode: 0644]
trunk/PLC/Methods/AddPCUProtocolType.py [new file with mode: 0644]
trunk/PLC/Methods/AddPCUType.py [new file with mode: 0644]
trunk/PLC/Methods/AddPeer.py [new file with mode: 0644]
trunk/PLC/Methods/AddPerson.py [new file with mode: 0644]
trunk/PLC/Methods/AddPersonKey.py [new file with mode: 0644]
trunk/PLC/Methods/AddPersonToSite.py [new file with mode: 0644]
trunk/PLC/Methods/AddPersonToSlice.py [new file with mode: 0644]
trunk/PLC/Methods/AddRole.py [new file with mode: 0644]
trunk/PLC/Methods/AddRoleToPerson.py [new file with mode: 0644]
trunk/PLC/Methods/AddSession.py [new file with mode: 0644]
trunk/PLC/Methods/AddSite.py [new file with mode: 0644]
trunk/PLC/Methods/AddSiteAddress.py [new file with mode: 0644]
trunk/PLC/Methods/AddSlice.py [new file with mode: 0644]
trunk/PLC/Methods/AddSliceAttribute.py [new file with mode: 0644]
trunk/PLC/Methods/AddSliceAttributeType.py [new file with mode: 0644]
trunk/PLC/Methods/AddSliceInstantiation.py [new file with mode: 0644]
trunk/PLC/Methods/AddSliceToNodes.py [new file with mode: 0644]
trunk/PLC/Methods/AddSliceToNodesWhitelist.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddAddressType.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddNode.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddNodeNetwork.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddNodeToNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddPerson.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddPersonKey.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddPersonToSite.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddSite.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAddSitePowerControlUnit.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAssociateNodeToPowerControlUnitPort.py [new file with mode: 0644]
trunk/PLC/Methods/AdmAuthCheck.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeleteAddressType.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeleteAllPersonKeys.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeleteNode.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeleteNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeleteNodeNetwork.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeletePerson.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeletePersonKeys.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeleteSite.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDeleteSitePowerControlUnit.py [new file with mode: 0644]
trunk/PLC/Methods/AdmDisassociatePowerControlUnitPort.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGenerateNodeConfFile.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetAllAddressTypes.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetAllKeyTypes.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetAllNodeNetworks.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetAllRoles.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetNodeGroupNodes.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetNodeGroups.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetNodes.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetPersonKeys.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetPersonRoles.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetPersonSites.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetPersons.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetPowerControlUnitNodes.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetPowerControlUnits.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetSiteNodes.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetSitePIs.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetSitePersons.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetSitePowerControlUnits.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetSiteTechContacts.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGetSites.py [new file with mode: 0644]
trunk/PLC/Methods/AdmGrantRoleToPerson.py [new file with mode: 0644]
trunk/PLC/Methods/AdmIsPersonInRole.py [new file with mode: 0644]
trunk/PLC/Methods/AdmQueryConfFile.py [new file with mode: 0644]
trunk/PLC/Methods/AdmQueryNode.py [new file with mode: 0644]
trunk/PLC/Methods/AdmQueryPerson.py [new file with mode: 0644]
trunk/PLC/Methods/AdmQueryPowerControlUnit.py [new file with mode: 0644]
trunk/PLC/Methods/AdmQuerySite.py [new file with mode: 0644]
trunk/PLC/Methods/AdmRebootNode.py [new file with mode: 0644]
trunk/PLC/Methods/AdmRemoveNodeFromNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AdmRemovePersonFromSite.py [new file with mode: 0644]
trunk/PLC/Methods/AdmRevokeRoleFromPerson.py [new file with mode: 0644]
trunk/PLC/Methods/AdmSetPersonEnabled.py [new file with mode: 0644]
trunk/PLC/Methods/AdmSetPersonPrimarySite.py [new file with mode: 0644]
trunk/PLC/Methods/AdmUpdateNode.py [new file with mode: 0644]
trunk/PLC/Methods/AdmUpdateNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/AdmUpdateNodeNetwork.py [new file with mode: 0644]
trunk/PLC/Methods/AdmUpdatePerson.py [new file with mode: 0644]
trunk/PLC/Methods/AdmUpdateSite.py [new file with mode: 0644]
trunk/PLC/Methods/AdmUpdateSitePowerControlUnit.py [new file with mode: 0644]
trunk/PLC/Methods/AnonAdmGetNodeGroups.py [new file with mode: 0644]
trunk/PLC/Methods/AuthCheck.py [new file with mode: 0644]
trunk/PLC/Methods/BlacklistKey.py [new file with mode: 0644]
trunk/PLC/Methods/BootCheckAuthentication.py [new file with mode: 0644]
trunk/PLC/Methods/BootGetNodeDetails.py [new file with mode: 0644]
trunk/PLC/Methods/BootNotifyOwners.py [new file with mode: 0644]
trunk/PLC/Methods/BootUpdateNode.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteAddress.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteAddressType.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteAddressTypeFromAddress.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteBootState.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteConfFile.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteConfFileFromNode.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteConfFileFromNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteInitScript.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteKey.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteKeyType.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteMessage.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNetworkMethod.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNetworkType.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNode.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNodeFromNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNodeFromPCU.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNodeNetwork.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNodeNetworkSetting.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteNodeNetworkSettingType.py [new file with mode: 0644]
trunk/PLC/Methods/DeletePCU.py [new file with mode: 0644]
trunk/PLC/Methods/DeletePCUProtocolType.py [new file with mode: 0644]
trunk/PLC/Methods/DeletePCUType.py [new file with mode: 0644]
trunk/PLC/Methods/DeletePeer.py [new file with mode: 0644]
trunk/PLC/Methods/DeletePerson.py [new file with mode: 0644]
trunk/PLC/Methods/DeletePersonFromSite.py [new file with mode: 0644]
trunk/PLC/Methods/DeletePersonFromSlice.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteRole.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteRoleFromPerson.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSession.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSite.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSlice.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSliceAttribute.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSliceAttributeType.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSliceFromNodes.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSliceFromNodesWhitelist.py [new file with mode: 0644]
trunk/PLC/Methods/DeleteSliceInstantiation.py [new file with mode: 0644]
trunk/PLC/Methods/GenerateNodeConfFile.py [new file with mode: 0644]
trunk/PLC/Methods/GetAddressTypes.py [new file with mode: 0644]
trunk/PLC/Methods/GetAddresses.py [new file with mode: 0644]
trunk/PLC/Methods/GetBootMedium.py [new file with mode: 0644]
trunk/PLC/Methods/GetBootStates.py [new file with mode: 0644]
trunk/PLC/Methods/GetConfFiles.py [new file with mode: 0644]
trunk/PLC/Methods/GetEventObjects.py [new file with mode: 0644]
trunk/PLC/Methods/GetEvents.py [new file with mode: 0644]
trunk/PLC/Methods/GetInitScripts.py [new file with mode: 0644]
trunk/PLC/Methods/GetKeyTypes.py [new file with mode: 0644]
trunk/PLC/Methods/GetKeys.py [new file with mode: 0644]
trunk/PLC/Methods/GetMessages.py [new file with mode: 0644]
trunk/PLC/Methods/GetNetworkMethods.py [new file with mode: 0644]
trunk/PLC/Methods/GetNetworkTypes.py [new file with mode: 0644]
trunk/PLC/Methods/GetNodeGroups.py [new file with mode: 0644]
trunk/PLC/Methods/GetNodeNetworkSettingTypes.py [new file with mode: 0644]
trunk/PLC/Methods/GetNodeNetworkSettings.py [new file with mode: 0644]
trunk/PLC/Methods/GetNodeNetworks.py [new file with mode: 0644]
trunk/PLC/Methods/GetNodes.py [new file with mode: 0644]
trunk/PLC/Methods/GetPCUProtocolTypes.py [new file with mode: 0644]
trunk/PLC/Methods/GetPCUTypes.py [new file with mode: 0644]
trunk/PLC/Methods/GetPCUs.py [new file with mode: 0644]
trunk/PLC/Methods/GetPeerData.py [new file with mode: 0644]
trunk/PLC/Methods/GetPeerName.py [new file with mode: 0644]
trunk/PLC/Methods/GetPeers.py [new file with mode: 0644]
trunk/PLC/Methods/GetPersons.py [new file with mode: 0644]
trunk/PLC/Methods/GetPlcRelease.py [new file with mode: 0644]
trunk/PLC/Methods/GetRoles.py [new file with mode: 0644]
trunk/PLC/Methods/GetSession.py [new file with mode: 0644]
trunk/PLC/Methods/GetSessions.py [new file with mode: 0644]
trunk/PLC/Methods/GetSites.py [new file with mode: 0644]
trunk/PLC/Methods/GetSliceAttributeTypes.py [new file with mode: 0644]
trunk/PLC/Methods/GetSliceAttributes.py [new file with mode: 0644]
trunk/PLC/Methods/GetSliceInstantiations.py [new file with mode: 0644]
trunk/PLC/Methods/GetSliceKeys.py [new file with mode: 0644]
trunk/PLC/Methods/GetSliceTicket.py [new file with mode: 0644]
trunk/PLC/Methods/GetSlices.py [new file with mode: 0644]
trunk/PLC/Methods/GetSlicesMD5.py [new file with mode: 0644]
trunk/PLC/Methods/GetSlivers.py [new file with mode: 0644]
trunk/PLC/Methods/GetWhitelist.py [new file with mode: 0644]
trunk/PLC/Methods/NotifyPersons.py [new file with mode: 0644]
trunk/PLC/Methods/NotifySupport.py [new file with mode: 0644]
trunk/PLC/Methods/RebootNode.py [new file with mode: 0644]
trunk/PLC/Methods/RefreshPeer.py [new file with mode: 0644]
trunk/PLC/Methods/ResetPassword.py [new file with mode: 0644]
trunk/PLC/Methods/SetPersonPrimarySite.py [new file with mode: 0644]
trunk/PLC/Methods/SliceCreate.py [new file with mode: 0644]
trunk/PLC/Methods/SliceDelete.py [new file with mode: 0644]
trunk/PLC/Methods/SliceExtendedInfo.py [new file with mode: 0644]
trunk/PLC/Methods/SliceGetTicket.py [new file with mode: 0644]
trunk/PLC/Methods/SliceInfo.py [new file with mode: 0644]
trunk/PLC/Methods/SliceListNames.py [new file with mode: 0644]
trunk/PLC/Methods/SliceListUserSlices.py [new file with mode: 0644]
trunk/PLC/Methods/SliceNodesAdd.py [new file with mode: 0644]
trunk/PLC/Methods/SliceNodesDel.py [new file with mode: 0644]
trunk/PLC/Methods/SliceNodesList.py [new file with mode: 0644]
trunk/PLC/Methods/SliceRenew.py [new file with mode: 0644]
trunk/PLC/Methods/SliceTicketGet.py [new file with mode: 0644]
trunk/PLC/Methods/SliceUpdate.py [new file with mode: 0644]
trunk/PLC/Methods/SliceUserAdd.py [new file with mode: 0644]
trunk/PLC/Methods/SliceUserDel.py [new file with mode: 0644]
trunk/PLC/Methods/SliceUsersList.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateAddress.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateAddressType.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateConfFile.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateInitScript.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateKey.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateMessage.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateNode.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateNodeGroup.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateNodeNetwork.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateNodeNetworkSetting.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateNodeNetworkSettingType.py [new file with mode: 0644]
trunk/PLC/Methods/UpdatePCU.py [new file with mode: 0644]
trunk/PLC/Methods/UpdatePCUProtocolType.py [new file with mode: 0644]
trunk/PLC/Methods/UpdatePCUType.py [new file with mode: 0644]
trunk/PLC/Methods/UpdatePeer.py [new file with mode: 0644]
trunk/PLC/Methods/UpdatePerson.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateSite.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateSlice.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateSliceAttribute.py [new file with mode: 0644]
trunk/PLC/Methods/UpdateSliceAttributeType.py [new file with mode: 0644]
trunk/PLC/Methods/VerifyPerson.py [new file with mode: 0644]
trunk/PLC/Methods/__init__.py [new file with mode: 0644]
trunk/PLC/Methods/system/.cvsignore [new file with mode: 0644]
trunk/PLC/Methods/system/__init__.py [new file with mode: 0644]
trunk/PLC/Methods/system/listMethods.py [new file with mode: 0644]
trunk/PLC/Methods/system/methodHelp.py [new file with mode: 0644]
trunk/PLC/Methods/system/methodSignature.py [new file with mode: 0644]
trunk/PLC/Methods/system/multicall.py [new file with mode: 0644]
trunk/PLC/NetworkMethods.py [new file with mode: 0644]
trunk/PLC/NetworkTypes.py [new file with mode: 0644]
trunk/PLC/NodeGroups.py [new file with mode: 0644]
trunk/PLC/NodeNetworkSettingTypes.py [new file with mode: 0644]
trunk/PLC/NodeNetworkSettings.py [new file with mode: 0644]
trunk/PLC/NodeNetworks.py [new file with mode: 0644]
trunk/PLC/Nodes.py [new file with mode: 0644]
trunk/PLC/PCUProtocolTypes.py [new file with mode: 0644]
trunk/PLC/PCUTypes.py [new file with mode: 0644]
trunk/PLC/PCUs.py [new file with mode: 0644]
trunk/PLC/POD.py [new file with mode: 0644]
trunk/PLC/Parameter.py [new file with mode: 0644]
trunk/PLC/Peers.py [new file with mode: 0644]
trunk/PLC/Persons.py [new file with mode: 0644]
trunk/PLC/PostgreSQL.py [new file with mode: 0644]
trunk/PLC/PyCurl.py [new file with mode: 0644]
trunk/PLC/Roles.py [new file with mode: 0644]
trunk/PLC/Sessions.py [new file with mode: 0644]
trunk/PLC/Shell.py [new file with mode: 0644]
trunk/PLC/Sites.py [new file with mode: 0644]
trunk/PLC/SliceAttributeTypes.py [new file with mode: 0644]
trunk/PLC/SliceAttributes.py [new file with mode: 0644]
trunk/PLC/SliceInstantiations.py [new file with mode: 0644]
trunk/PLC/Slices.py [new file with mode: 0644]
trunk/PLC/Table.py [new file with mode: 0644]
trunk/PLC/Test.py [new file with mode: 0644]
trunk/PLC/__init__.py [new file with mode: 0644]
trunk/PLC/sendmail.py [new file with mode: 0644]
trunk/PLCAPI.spec [new file with mode: 0644]
trunk/Server.py [new file with mode: 0755]
trunk/TODO [new file with mode: 0644]
trunk/Test.py [new file with mode: 0755]
trunk/doc/.cvsignore [new file with mode: 0644]
trunk/doc/DocBook.py [new file with mode: 0755]
trunk/doc/DocBookLocal.py [new file with mode: 0644]
trunk/doc/Makefile [new file with mode: 0644]
trunk/doc/PLCAPI.html [new file with mode: 0644]
trunk/doc/PLCAPI.pdf [new file with mode: 0644]
trunk/doc/PLCAPI.xml [new file with mode: 0644]
trunk/migrations/001-down-subversion.sql [new file with mode: 0644]
trunk/migrations/001-up-subversion.sql [new file with mode: 0644]
trunk/migrations/002-up-slices.sql [new file with mode: 0644]
trunk/migrations/003-down-network-settings.sql [new file with mode: 0644]
trunk/migrations/003-test.py [new file with mode: 0755]
trunk/migrations/003-up-network-settings.sql [new file with mode: 0644]
trunk/migrations/004-up-fix-site-nodes.sql [new file with mode: 0644]
trunk/migrations/005-down-import-apr-2007.sql [new file with mode: 0644]
trunk/migrations/005-up-import-apr-2007.sql [new file with mode: 0644]
trunk/migrations/006-down-slice-attribute-nodegroup.sql [new file with mode: 0644]
trunk/migrations/006-up-slice-attribute-nodegroup.sql [new file with mode: 0644]
trunk/migrations/007-down-event-objects-view.sql [new file with mode: 0644]
trunk/migrations/007-up-event-objects-view.sql [new file with mode: 0644]
trunk/migrations/008-down-import-aug-2007.sql [new file with mode: 0644]
trunk/migrations/008-up-import-aug-2007.sql [new file with mode: 0644]
trunk/migrations/009-down-pcu-types.sql [new file with mode: 0644]
trunk/migrations/009-up-pcu-types.sql [new file with mode: 0644]
trunk/migrations/README.txt [new file with mode: 0644]
trunk/php/.cvsignore [new file with mode: 0644]
trunk/php/Makefile [new file with mode: 0644]
trunk/php/footer.php [new file with mode: 0644]
trunk/php/header.php [new file with mode: 0644]
trunk/php/methods.py [new file with mode: 0755]
trunk/php/xmlrpc/CREDITS [new file with mode: 0644]
trunk/php/xmlrpc/EXPERIMENTAL [new file with mode: 0644]
trunk/php/xmlrpc/Makefile [new file with mode: 0644]
trunk/php/xmlrpc/config.m4 [new file with mode: 0644]
trunk/php/xmlrpc/config.m4.lib64 [new file with mode: 0644]
trunk/php/xmlrpc/config.w32 [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/README [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/acinclude.m4 [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/base64.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/base64.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/encodings.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/encodings.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/queue.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/queue.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/simplestring.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/simplestring.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/system_methods.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/system_methods_private.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_element.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_element.c.gcc4 [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_element.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_to_dandarpc.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_to_dandarpc.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_to_soap.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_to_soap.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc.m4 [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc_introspection.c [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc_introspection.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc_introspection_private.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc_private.h [new file with mode: 0644]
trunk/php/xmlrpc/libxmlrpc/xmlrpc_win32.h [new file with mode: 0644]
trunk/php/xmlrpc/php_xmlrpc.h [new file with mode: 0644]
trunk/php/xmlrpc/xmlrpc-epi-php.c [new file with mode: 0644]
trunk/php/xmlrpc/xmlrpc.dsp [new file with mode: 0644]
trunk/planetlab4.sql [new file with mode: 0644]
trunk/plcsh [new file with mode: 0755]
trunk/plctest/TestConfig.py [new file with mode: 0644]
trunk/plctest/TestMain.py [new file with mode: 0755]
trunk/plctest/TestNode.py [new file with mode: 0644]
trunk/plctest/TestPlc.py [new file with mode: 0644]
trunk/plctest/TestRestore.py [new file with mode: 0755]
trunk/plctest/TestSite.py [new file with mode: 0644]
trunk/plctest/tty_conf [new file with mode: 0644]
trunk/psycopg2/AUTHORS [new file with mode: 0644]
trunk/psycopg2/ChangeLog [new file with mode: 0644]
trunk/psycopg2/INSTALL [new file with mode: 0644]
trunk/psycopg2/LICENSE [new file with mode: 0644]
trunk/psycopg2/MANIFEST [new file with mode: 0644]
trunk/psycopg2/MANIFEST.in [new file with mode: 0644]
trunk/psycopg2/PKG-INFO [new file with mode: 0644]
trunk/psycopg2/README [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/DA.py [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/__init__.py [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/db.py [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/dtml/add.dtml [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/dtml/browse.dtml [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/dtml/edit.dtml [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/dtml/table_info.dtml [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/bin.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/date.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/datetime.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/field.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/float.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/int.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/stable.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/table.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/text.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/time.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/view.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/icons/what.gif [new file with mode: 0644]
trunk/psycopg2/ZPsycopgDA/pool.py [new file with mode: 0644]
trunk/psycopg2/debian/changelog [new file with mode: 0644]
trunk/psycopg2/debian/control [new file with mode: 0644]
trunk/psycopg2/debian/copyright [new file with mode: 0644]
trunk/psycopg2/debian/rules [new file with mode: 0755]
trunk/psycopg2/doc/ChangeLog-1.x [new file with mode: 0644]
trunk/psycopg2/doc/HACKING [new file with mode: 0644]
trunk/psycopg2/doc/SUCCESS [new file with mode: 0644]
trunk/psycopg2/doc/TODO [new file with mode: 0644]
trunk/psycopg2/doc/api-screen.css [new file with mode: 0644]
trunk/psycopg2/doc/api/epydoc.css [new file with mode: 0644]
trunk/psycopg2/doc/api/index.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/__builtin__.list-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/__builtin__.object-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/__builtin__.type-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/datetime.tzinfo-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/epydoc.css [new file with mode: 0644]
trunk/psycopg2/doc/api/private/exceptions.Exception-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/exceptions.StandardError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/frames.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/help.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/index.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/indices.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.DataError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.DatabaseError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.Error-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.IntegrityError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.InterfaceError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.InternalError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.NotSupportedError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.OperationalError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.ProgrammingError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.Warning-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2._psycopg-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2._psycopg.ISQLQuote-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2._psycopg.connection-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2._psycopg.cursor-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.extensions-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.extras-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.extras.DictConnection-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.extras.DictCursor-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.extras.DictRow-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.extras.SQL_IN-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.pool-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.pool.AbstractConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.pool.PersistentConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.pool.PoolError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.pool.SimpleConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.pool.ThreadedConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.psycopg1-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.psycopg1.connection-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.psycopg1.cursor-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.tz-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.tz.FixedOffsetTimezone-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/psycopg2.tz.LocalTimezone-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-everything.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-psycopg2-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-psycopg2._psycopg-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-psycopg2.extensions-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-psycopg2.extras-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-psycopg2.pool-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-psycopg2.psycopg1-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc-psycopg2.tz-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/toc.html [new file with mode: 0644]
trunk/psycopg2/doc/api/private/trees.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/__builtin__.list-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/__builtin__.object-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/__builtin__.type-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/datetime.tzinfo-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/epydoc.css [new file with mode: 0644]
trunk/psycopg2/doc/api/public/exceptions.Exception-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/exceptions.StandardError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/frames.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/help.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/index.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/indices.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.DataError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.DatabaseError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.Error-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.IntegrityError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.InterfaceError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.InternalError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.NotSupportedError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.OperationalError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.ProgrammingError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.Warning-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2._psycopg-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.extensions-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.extras-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.extras.DictConnection-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.extras.DictCursor-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.extras.DictRow-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.extras.SQL_IN-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.pool-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.pool.AbstractConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.pool.PersistentConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.pool.PoolError-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.pool.SimpleConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.pool.ThreadedConnectionPool-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.psycopg1-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.psycopg1.connection-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.psycopg1.cursor-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.tz-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.tz.FixedOffsetTimezone-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/psycopg2.tz.LocalTimezone-class.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-everything.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-psycopg2-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-psycopg2._psycopg-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-psycopg2.extensions-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-psycopg2.extras-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-psycopg2.pool-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-psycopg2.psycopg1-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc-psycopg2.tz-module.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/toc.html [new file with mode: 0644]
trunk/psycopg2/doc/api/public/trees.html [new file with mode: 0644]
trunk/psycopg2/doc/async.txt [new file with mode: 0644]
trunk/psycopg2/doc/extensions.html [new file with mode: 0644]
trunk/psycopg2/doc/extensions.rst [new file with mode: 0644]
trunk/psycopg2/examples/binary.py [new file with mode: 0644]
trunk/psycopg2/examples/copy_from.py [new file with mode: 0644]
trunk/psycopg2/examples/copy_to.py [new file with mode: 0644]
trunk/psycopg2/examples/cursor.py [new file with mode: 0644]
trunk/psycopg2/examples/dialtone.py [new file with mode: 0644]
trunk/psycopg2/examples/dict.py [new file with mode: 0644]
trunk/psycopg2/examples/dt.py [new file with mode: 0644]
trunk/psycopg2/examples/encoding.py [new file with mode: 0644]
trunk/psycopg2/examples/fetch.py [new file with mode: 0644]
trunk/psycopg2/examples/lastrowid.py [new file with mode: 0644]
trunk/psycopg2/examples/mogrify.py [new file with mode: 0644]
trunk/psycopg2/examples/myfirstrecipe.py [new file with mode: 0644]
trunk/psycopg2/examples/notify.py [new file with mode: 0644]
trunk/psycopg2/examples/simple.py [new file with mode: 0644]
trunk/psycopg2/examples/somehackers.jpg [new file with mode: 0644]
trunk/psycopg2/examples/threads.py [new file with mode: 0644]
trunk/psycopg2/examples/tz.py [new file with mode: 0644]
trunk/psycopg2/examples/usercast.py [new file with mode: 0644]
trunk/psycopg2/examples/whereareyou.jpg [new file with mode: 0644]
trunk/psycopg2/lib/__init__.py [new file with mode: 0644]
trunk/psycopg2/lib/extensions.py [new file with mode: 0644]
trunk/psycopg2/lib/extras.py [new file with mode: 0644]
trunk/psycopg2/lib/pool.py [new file with mode: 0644]
trunk/psycopg2/lib/psycopg1.py [new file with mode: 0644]
trunk/psycopg2/lib/tz.py [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_asis.c [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_asis.h [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_binary.c [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_binary.h [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_datetime.c [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_datetime.h [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_list.c [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_list.h [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_mxdatetime.c [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_mxdatetime.h [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_pboolean.c [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_pboolean.h [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_qstring.c [new file with mode: 0644]
trunk/psycopg2/psycopg/adapter_qstring.h [new file with mode: 0644]
trunk/psycopg2/psycopg/config.h [new file with mode: 0644]
trunk/psycopg2/psycopg/connection.h [new file with mode: 0644]
trunk/psycopg2/psycopg/connection_int.c [new file with mode: 0644]
trunk/psycopg2/psycopg/connection_type.c [new file with mode: 0644]
trunk/psycopg2/psycopg/cursor.h [new file with mode: 0644]
trunk/psycopg2/psycopg/cursor_int.c [new file with mode: 0644]
trunk/psycopg2/psycopg/cursor_type.c [new file with mode: 0644]
trunk/psycopg2/psycopg/microprotocols.c [new file with mode: 0644]
trunk/psycopg2/psycopg/microprotocols.h [new file with mode: 0644]
trunk/psycopg2/psycopg/microprotocols_proto.c [new file with mode: 0644]
trunk/psycopg2/psycopg/microprotocols_proto.h [new file with mode: 0644]
trunk/psycopg2/psycopg/pgtypes.h [new file with mode: 0644]
trunk/psycopg2/psycopg/pgversion.h [new file with mode: 0644]
trunk/psycopg2/psycopg/pqpath.c [new file with mode: 0644]
trunk/psycopg2/psycopg/pqpath.h [new file with mode: 0644]
trunk/psycopg2/psycopg/psycopg.h [new file with mode: 0644]
trunk/psycopg2/psycopg/psycopgmodule.c [new file with mode: 0644]
trunk/psycopg2/psycopg/python.h [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast.c [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast.h [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast_array.c [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast_basic.c [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast_binary.c [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast_binary.h [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast_builtins.c [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast_datetime.c [new file with mode: 0644]
trunk/psycopg2/psycopg/typecast_mxdatetime.c [new file with mode: 0644]
trunk/psycopg2/scripts/buildtypes.py [new file with mode: 0644]
trunk/psycopg2/scripts/ext2html.py [new file with mode: 0755]
trunk/psycopg2/scripts/makedocs.py [new file with mode: 0755]
trunk/psycopg2/scripts/maketypes.sh [new file with mode: 0755]
trunk/psycopg2/setup.cfg [new file with mode: 0644]
trunk/psycopg2/setup.py [new file with mode: 0644]
trunk/psycopg2/tests/dbapi20.py [new file with mode: 0644]
trunk/psycopg2/tests/extras_dictcursor.py [new file with mode: 0644]
trunk/psycopg2/tests/test_psycopg2_dbapi20.py [new file with mode: 0644]
trunk/psycopg2/tests/types_basic.py [new file with mode: 0644]
trunk/pycurl/COPYING [new file with mode: 0644]
trunk/pycurl/ChangeLog [new file with mode: 0644]
trunk/pycurl/INSTALL [new file with mode: 0644]
trunk/pycurl/MANIFEST.in [new file with mode: 0644]
trunk/pycurl/Makefile [new file with mode: 0644]
trunk/pycurl/PKG-INFO [new file with mode: 0644]
trunk/pycurl/README [new file with mode: 0644]
trunk/pycurl/TODO [new file with mode: 0644]
trunk/pycurl/doc/callbacks.html [new file with mode: 0644]
trunk/pycurl/doc/curlmultiobject.html [new file with mode: 0644]
trunk/pycurl/doc/curlobject.html [new file with mode: 0644]
trunk/pycurl/doc/pycurl.html [new file with mode: 0644]
trunk/pycurl/examples/basicfirst.py [new file with mode: 0644]
trunk/pycurl/examples/file_upload.py [new file with mode: 0644]
trunk/pycurl/examples/linksys.py [new file with mode: 0755]
trunk/pycurl/examples/retriever-multi.py [new file with mode: 0644]
trunk/pycurl/examples/retriever.py [new file with mode: 0644]
trunk/pycurl/examples/sfquery.py [new file with mode: 0644]
trunk/pycurl/examples/xmlrpc_curl.py [new file with mode: 0644]
trunk/pycurl/python/curl/__init__.py [new file with mode: 0644]
trunk/pycurl/setup.py [new file with mode: 0644]
trunk/pycurl/setup_win32_ssl.py [new file with mode: 0644]
trunk/pycurl/src/Makefile [new file with mode: 0644]
trunk/pycurl/src/pycurl.c [new file with mode: 0644]
trunk/pycurl/tests/test.py [new file with mode: 0644]
trunk/pycurl/tests/test_cb.py [new file with mode: 0644]
trunk/pycurl/tests/test_debug.py [new file with mode: 0644]
trunk/pycurl/tests/test_getinfo.py [new file with mode: 0644]
trunk/pycurl/tests/test_gtk.py [new file with mode: 0644]
trunk/pycurl/tests/test_internals.py [new file with mode: 0644]
trunk/pycurl/tests/test_memleak.py [new file with mode: 0644]
trunk/pycurl/tests/test_multi.py [new file with mode: 0644]
trunk/pycurl/tests/test_multi2.py [new file with mode: 0644]
trunk/pycurl/tests/test_multi3.py [new file with mode: 0644]
trunk/pycurl/tests/test_multi4.py [new file with mode: 0644]
trunk/pycurl/tests/test_multi5.py [new file with mode: 0644]
trunk/pycurl/tests/test_multi6.py [new file with mode: 0644]
trunk/pycurl/tests/test_multi_vs_thread.py [new file with mode: 0644]
trunk/pycurl/tests/test_post.py [new file with mode: 0644]
trunk/pycurl/tests/test_post2.py [new file with mode: 0644]
trunk/pycurl/tests/test_post3.py [new file with mode: 0644]
trunk/pycurl/tests/test_stringio.py [new file with mode: 0644]
trunk/pycurl/tests/test_xmlrpc.py [new file with mode: 0644]
trunk/pycurl/tests/util.py [new file with mode: 0644]
trunk/refresh-peer.py [new file with mode: 0644]
trunk/setup.py [new file with mode: 0755]
trunk/tests/Makefile [new file with mode: 0644]
trunk/tests/Test.py [new file with mode: 0755]
trunk/tests/TestCases.py [new file with mode: 0755]
trunk/tests/TestPeers.py [new file with mode: 0755]
trunk/tests/readme.txt [new file with mode: 0644]
trunk/tests/regrtests.cron [new file with mode: 0644]
trunk/tests/regrtests.py [new file with mode: 0644]
trunk/tests/testpeers.-b.-1.populate.ref [new file with mode: 0644]
trunk/tests/testpeers.-b.-2.populate.ref [new file with mode: 0644]
trunk/tests/testpeers.-b.populate_end.ref [new file with mode: 0644]
trunk/tests/testpeers.-h.populate_end.ref [new file with mode: 0644]
trunk/tests/testpeers.-m.-1.populate.ref [new file with mode: 0644]
trunk/tests/testpeers.-m.-2.populate.ref [new file with mode: 0644]
trunk/tests/testpeers.-m.populate_end.ref [new file with mode: 0644]
trunk/tests/testpeers.-m.test_all.ref [new file with mode: 0644]
trunk/tests/testpeers.-n.-1.populate.ref [new file with mode: 0644]
trunk/tests/testpeers.-n.-2.populate.ref [new file with mode: 0644]
trunk/tests/testpeers.-n.populate_end.ref [new file with mode: 0644]
trunk/tools/dzombie.py [new file with mode: 0755]
trunk/tools/planetlab3_dump.sh [new file with mode: 0755]
trunk/tools/plcdb.3-4.conf [new file with mode: 0644]
trunk/tools/slice_attributes.py [new file with mode: 0755]
trunk/tools/upgrade-db.py [new file with mode: 0755]