~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 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 4.5 KB Diff Download File
branch.py 4556.2.8 15 years ago Andrew Bennetts Add TODO comment. 12.5 KB Diff Download File
bzrdir.py 4634.47.6 15 years ago Andrew Bennetts Give 'no' response for paths outside the root_clie 18.9 KB Diff Download File
client.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 9.3 KB Diff Download File
medium.py 4634.18.2 15 years ago Martin Pool Further until_no_eintr cover is smart.py 34.8 KB Diff Download File
message.py 4634.6.30 15 years ago Andrew Bennetts Remove SmartServerRequest.dispatch_command, fix Sm 13.3 KB Diff Download File
packrepository.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.5 KB Diff Download File
protocol.py 4634.6.30 15 years ago Andrew Bennetts Remove SmartServerRequest.dispatch_command, fix Sm 49.7 KB Diff Download File
repository.py 4634.19.2 15 years ago Robert Collins Review feedback. 31.6 KB Diff Download File
request.py 4634.47.10 15 years ago Andrew Bennetts Merge bzr.dev; fix test isolation glitch. 22.3 KB Diff Download File
server.py 4712 15 years ago Canonical.com Patch Queue Manager (mbp) deprecate trace.info, error, show_error 17.9 KB Diff Download File
vfs.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 7 KB Diff Download File