Top "Shelve" questions

Shelve can refer to either a Python object persistence or a pending change in a Visual Studio Workspace

What is Shelving in TFS?

Is shelving in TFS merely a soft checkin so other team members can see the source code? i.e. the …

tfs shelve
How to view Shelved P4 Changes?

One of our team member (located in different region) has shelved changes in P4 with changelist 1234. Now, if I want …

perforce shelve
Print all variables in a class? - Python

I'm making a program that can access data stored inside a class. So for example I have this class: #!/usr/…

python class shelve
How to download TFS shelveset

I need to download a shelveset from TFS to a local folder. Is there any tools or add-in for Visual …

tfs shelve unshelve
Unshelving in TFS: What does it mean?

Here's the part I get: When you shelve in TFS, it makes a server copy of the changes so they …

tfs shelve shelving unshelve
What is the difference between pickle and shelve?

I am learning about object serialization for the first time. I tried reading and 'googling' for differences in the modules …

python object pickle shelve object-serialization
What is the difference between shelve and check in in TFS?

What is the concept of each? When is it ok to shelve your changes instead of checking in?

version-control tfs shelve checkin
Pickle versus shelve storing large dictionaries in Python

If I am storing a large directory as a pickle file, does loading it via cPickle mean that it will …

python pickle shelve
Shelve is too slow for large dictionaries, what can I do to improve performance?

I am storing a table using python and I need persistence. Essentially I am storing the table as a dictionary …

python database performance persistence shelve