Роман Донченко <DXDragon@yandex.ru>


Found Patch Suggested
r38118 r38411, r38336, r38307, r38042 r38321

r38411 | arfrever | 2009-07-12 12:42:33 -0500 (Sun, 12 Jul 2009)

Update the Python bindings installer generator documentation.

* packages/python-windows/README.txt: Bump the version numbers. Update the
   list of files to match the current state of affairs. Miscellaneous tweaks
   on the text.

Patch by: Роман Донченко <DXDragon@yandex.ru>
(Tweaked by me.)


r38336 | djames | 2009-07-04 19:26:21 -0500 (Sat, 04 Jul 2009)

Fix test_lock in the Python bindings testsuite.

* subversion/bindings/swig/python/tests/wc.py:
  (SubversionWorkingCopyTestCase.test_lock): Assign the lock a token, and
  lock /trunk/README.txt instead of /.

Patch by: Roman <DXDragon@yandex.ru>


r38321 | hwright | 2009-07-02 16:07:36 -0500 (Thu, 02 Jul 2009)

* ^/trunk:
  Add 'serf' to svn:ignore.

Suggested by: Роман Донченко <DXDragon@yandex.ru>


r38307 | hwright | 2009-07-02 10:40:01 -0500 (Thu, 02 Jul 2009)

Create proper wrapper functions for svn_wc_diff_callbacks3_t and use them.  
Also change the misleading comments on the old wrappers.

* subversion/libsvn_wc/deprecated.c
  (file_changed, file_deleted, dir_deleted, dir_props_changed, dir_opened,  
   dir_closed): Relabel as svn_wc_diff_callbacks3_t functions, since that's  
    what they're used as.
  (file_changed3, file_deleted3, dir_deleted3, dir_props_changed3,  
   dir_opened2, dir_closed2): New functions.
  (callbacks3_wrapper): Use the new functions above.

Patch by: Роман Донченко <DXDragon@yandex.ru>


r38118 | djames | 2009-06-20 14:43:49 -0500 (Sat, 20 Jun 2009)

* subversion/bindings/swig/python/tests/client.py
  (testBatonPlay): Redesign test to avoid depending on SWIG's sometimes-buggy
  stringification behavior. Instead, use weak references.

Found by: Roman <DXDragon@yandex.ru>


r38042 | djames | 2009-06-15 08:05:37 -0500 (Mon, 15 Jun 2009)

Fix the python-windows installer generator by making it include the .dll
files in the installer. That list originally consisted only of "*.dll".
When the build system was modified to generate .pyd files for the binary
modules, it was changed to "*.pyd". The Subversion libraries and the
dependencies are still .dll files, though, so "*.dll" needs to be brought
back.

* packages/python-windows/setup.py: Add *.dll to the list of package data.

Patch by: <DXDragon@yandex.ru>