/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: John Arbash Meinel
  • Date: 2009-10-13 16:44:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4741.
  • Revision ID: john@arbash-meinel.com-20091013164443-b92lnyiir2ucyguj
Stop using hash() because of bugs wrt pyrex 0.9.8.5

Rather than going directly to the Py_TYPE() object, I also use PyObject_Hash()
everywhere now. This simplifies the code a little bit, as I can declare it
returns -1 as an exception, rather than having to manually check the return
value.

What is really strange is that pyrex 0.9.7.2 gets it right, strange
regression to have. cython 0.11.3 also gets it right, but I don't know
that all versions of cython handle it correctly, either.


The main problem is that we are mixing, and then comparing
'other_hash = this_hash'. If we always used the 32-bit form, we would
be okay for our purposes, or always use the 64-bit form. I'm focusing
on the latter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
============================
4
4
 
5
5
The latest version of these documents are available from Bazaar's
6
 
documentation site, <http://doc.bazaar.canonical.com/>, and more documentation
 
6
documentation site, <http://doc.bazaar-vcs.org/>, and more documentation
7
7
may be linked from <http://bazaar-vcs.org/Documentation>.
8
8
 
9
9
Core Documentation
10
10
==================
11
11
 
12
 
* `User Guide <en/user-guide/index-plain.html>`_
 
12
* `User Guide <en/user-guide/index-plain.html>`_ 
13
13
 
14
 
* `User Reference <en/user-reference/bzr_man.html>`_
 
14
* `User Reference <en/user-reference/bzr_man.html>`_ 
15
15
 
16
16
* `Quick Start Card <en/_static/en/bzr-en-quick-reference.svg>`_
17
17
  (`PDF <en/_static/en/bzr-en-quick-reference.pdf>`_,
19
19
 
20
20
* `Release Notes <en/release-notes/NEWS.html>`_
21
21
 
22
 
* `2.0 Upgrade Guide <en/upgrade-guide/index.html>`_
 
22
* `2.0 Upgrade Guide <en/upgrade-guide/index.html>`_ 
23
23
 
24
24
 
25
25
Tutorials
26
26
=========
27
27
 
28
 
* `Bazaar in five minutes <en/mini-tutorial/index.html>`_
29
 
 
30
 
* `A longer tutorial <en/tutorials/tutorial.html>`_
31
 
 
32
 
* `Using Bazaar with Launchpad <en/tutorials/using_bazaar_with_launchpad.html>`_
33
 
 
34
 
* `Centralized workflow <en/tutorials/centralized_workflow.html>`_
 
28
* `Bazaar in five minutes <en/mini-tutorial/index.html>`_ 
 
29
 
 
30
* `A longer tutorial <en/tutorials/tutorial.html>`_ 
 
31
 
 
32
* `Using Bazaar with Launchpad <en/tutorials/using_bazaar_with_launchpad.html>`_ 
 
33
 
 
34
* `Centralized workflow <en/tutorials/centralized_workflow.html>`_ 
35
35
 
36
36
 
37
37
Developer Documentation
43
43
Web links
44
44
=========
45
45
 
46
 
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_
 
46
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_ 
47
47
  |--| for users moving from another VCS tool
48
48
 
49
49
* `Migration Guide <http://bazaar-vcs.org/BzrMigration>`_
59
59
 
60
60
* `Spanish Documentation <index.es.html>`_
61
61
* `Russian Documentation <index.ru.html>`_ |--| документация на русском
62
 
* `Japanese Documentation <index.ja.html>`_ |--| 日本語のドキュメント
63
62
 
64
63
.. |--| unicode:: U+2014
65
64