~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2009-10-12 21:44:27 UTC
  • Revision ID: john@arbash-meinel.com-20091012214427-zddi1kmc2jlf7v31
Py_ssize_t and its associated function typedefs are not available w/ python 2.4

So we define them in python-compat.h
Even further, gcc issued a warning for:
static int
_workaround_pyrex_096()
So we changed it to:
_workaround_pyrex_096(void)

Also, some python api funcs were incorrectly defined as 'char *' when they meant
'const char *'. Work around that with a (char *) cast, to avoid compiler warnings.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4543.2.3 15 years ago John Arbash Meinel Change the name to test_merge_directive Start usin 36 KB Diff Download File
helpers.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.3 KB Diff Download File
test__generate_text_key_index.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1 KB Diff Download File
test_add_fallback_repository.py 4599.4.13 15 years ago Robert Collins Remove workaround for RemoteRepository in test_add 2.5 KB Diff Download File
test_add_inventory_by_delta.py 4413.5.14 15 years ago John Arbash Meinel The new add_inventory_by_delta is returning a CHKI 4.1 KB Diff Download File
test_break_lock.py 4449.3.27 15 years ago Martin Pool More test updates to use CannedInputUIFactory 2.3 KB Diff Download File
test_check.py 4664.1.1 15 years ago Robert Collins Merge bug fix for check - do not consider non rich 5.7 KB Diff Download File
test_check_reconcile.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 9.1 KB Diff Download File
test_commit_builder.py 4595.4.2 15 years ago Robert Collins Disable commit builders on stacked repositories. 54.7 KB Diff Download File
test_fetch.py 4476.3.59 15 years ago Andrew Bennetts Undo changes that aren't needed anymore. 16.4 KB Diff Download File
test_fileid_involved.py 4634.35.22 15 years ago Andrew Bennetts Use monkey patching to avoid skipping (mostly) tes 15.8 KB Diff Download File
test_find_text_key_references.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1 KB Diff Download File
test_get_parent_map.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.7 KB Diff Download File
test_has_revisions.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.6 KB Diff Download File
test_has_same_location.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 5.3 KB Diff Download File
test_is_write_locked.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.3 KB Diff Download File
test_iter_reverse_revision_history.py 4360.5.4 15 years ago Robert J. Tanner Merge 1.15.1 back to trunk 6.4 KB Diff Download File
test_merge_directive.py 4543.2.3 15 years ago John Arbash Meinel Change the name to test_merge_directive Start usin 2.7 KB Diff Download File
test_pack.py 4484.1.1 15 years ago Jonathan Lange Merge the 1.16.1 changes back into trunk. 1.4 KB Diff Download File
test_reconcile.py 4634.35.16 15 years ago Andrew Bennetts Fix more test fallout. 19.4 KB Diff Download File
test_refresh_data.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.8 KB Diff Download File
test_repository.py 4691.2.1 15 years ago Robert Collins Add stronger test isolation by interception BzrDir 56.8 KB Diff Download File
test_revision.py 4360.5.4 15 years ago Robert J. Tanner Merge 1.15.1 back to trunk 4.3 KB Diff Download File
test_statistics.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.5 KB Diff Download File
test_write_group.py 4634.62.1 15 years ago Andrew Bennetts Cherrypick only_raises decorator experiment from c 31.2 KB Diff Download File