~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
..
ftp 3331.2.3 16 years ago Jelmer Vernooij Move ftp transport into separate directory. Diff
http 1540.3.3 18 years ago Martin Pool Review updates of pycurl transport Split them out Diff
__init__.py 4634.44.1 15 years ago Andrew Bennetts First draft of a generic path-filtering transport 72.7 KB Diff Download File
brokenrename.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.9 KB Diff Download File
chroot.py 4634.44.3 15 years ago Andrew Bennetts Reimplement ChrootServer/ChrootTransport using bzr 2.8 KB Diff Download File
decorator.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 7.9 KB Diff Download File
fakenfs.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.5 KB Diff Download File
fakevfat.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.8 KB Diff Download File
local.py 4470.2.1 15 years ago Robert Collins Tweaked version of Jam's fix for bug 162930, writi 20.9 KB Diff Download File
log.py 4491.2.7 15 years ago Martin Pool Suppress now-redundant rate and time display in lo 5.8 KB Diff Download File
memory.py 4547.2.2 15 years ago Andrew Bennetts Add test for read_mergeable_from_transport raising 10.8 KB Diff Download File
nosmart.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.6 KB Diff Download File
pathfilter.py 4634.44.4 15 years ago Andrew Bennetts Fix copyright year. 6.8 KB Diff Download File
readonly.py 4189.1.1 15 years ago Martin Pool merge update to FSF address 3 KB Diff Download File
remote.py 4189.1.1 15 years ago Martin Pool merge update to FSF address 23.4 KB Diff Download File
sftp.py 4360.5.4 15 years ago Robert J. Tanner Merge 1.15.1 back to trunk 49.3 KB Diff Download File
ssh.py 4722.1.1 15 years ago Andrew Bennetts Merge lp:bzr/2.0 into lp:bzr, duplicating relevant 24.2 KB Diff Download File
trace.py 4491.2.9 15 years ago Martin Pool Delete redundant comment 6.3 KB Diff Download File
unlistable.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.7 KB Diff Download File