[issue1137] pyexpat patch for changing buffer_size

2008-01-08 Thread Achim Gaedke
Achim Gaedke added the comment: Also the shortend version will bring better performance. Thanks! __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list m

[issue1137] pyexpat patch for changing buffer_size

2008-01-08 Thread A.M. Kuchling
A.M. Kuchling added the comment: Committed to the trunk in rev. 59853. AchimGaedke: thanks for your contribution! Also, please submit a signed copy of the contributor agreement when you can: see http://www.python.org/psf/contrib/ for details. -- resolution: -> accepted status: open ->

[issue1137] pyexpat patch for changing buffer_size

2008-01-07 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's another update of the simplified version, that also updated the documentation patch for reST and updates the test for the current code. Added file: http://bugs.python.org/file9098/pyexpat-patch2.txt __ Tracker <[EMAIL PROTE

[issue1137] pyexpat patch for changing buffer_size

2008-01-07 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's a simpler, but still untested version of the patch that cuts out the various cases for reallocating when there's already buffered data and just does a flush every time. Added file: http://bugs.python.org/file9097/simpler_patch.txt ___

[issue1137] pyexpat patch for changing buffer_size

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: -> akuchling nosy: +akuchling priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bug

[issue1137] pyexpat patch for changing buffer_size

2007-09-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1137] pyexpat patch for changing buffer_size

2007-09-09 Thread Achim Gaedke
Changes by Achim Gaedke: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python

[issue1137] pyexpat patch for changing buffer_size

2007-09-09 Thread Achim Gaedke
Changes by Achim Gaedke: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python

[issue1137] pyexpat patch for changing buffer_size

2007-09-09 Thread Achim Gaedke
New submission from Achim Gaedke: Hello! Sometimes people have big amounts of text/data in xml files. To make processing more effective, they should be able to change the buffer size for collecting character data in one string. Here comes a patch that applies necessary changes in setattr method