[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2012-01-13 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue1692335> ___ ___ Python-bugs-list mailing list Unsubscri

[issue13788] os.closerange optimization

2012-01-15 Thread Georg Brandl
Georg Brandl added the comment: fwiw, s/MSDOS_WINDOWS/MS_WINDOWS/. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13788> ___ ___ Pytho

[issue11694] xdrlib raises ConversionError in inconsistent way

2012-01-15 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11694> ___ ___ Python-bugs-list mailin

[issue11694] xdrlib raises ConversionError in inconsistent way

2012-01-15 Thread Georg Brandl
Changes by Georg Brandl : -- stage: test needed -> patch review ___ Python tracker <http://bugs.python.org/issue11694> ___ ___ Python-bugs-list mailing list Un

[issue13695] "type specific" to "type-specific"

2012-01-15 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: ezio.melotti -> rhettinger nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue13695> ___ ___ Python-

[issue13435] Copybutton does not hide tracebacks

2012-01-16 Thread Georg Brandl
Georg Brandl added the comment: A full rebuild should be done anyway next time the script runs. -- ___ Python tracker <http://bugs.python.org/issue13435> ___ ___

[issue13695] "type specific" to "type-specific"

2012-01-16 Thread Georg Brandl
Georg Brandl added the comment: Would you care to explain why that change needs to be made? -- ___ Python tracker <http://bugs.python.org/issue13695> ___ ___

[issue13695] "type specific" to "type-specific"

2012-01-16 Thread Georg Brandl
Georg Brandl added the comment: "numerous occasions" is not good enough. Why not let a native speaker decide? -- ___ Python tracker <http://bugs.python.o

[issue13695] "type specific" to "type-specific"

2012-01-17 Thread Georg Brandl
Georg Brandl added the comment: Once you start contributing anything useful, I will start treating it as such. -- ___ Python tracker <http://bugs.python.org/issue13

[issue12705] Make compile('1\n2\n', '', 'single') raise an exception instead of silently truncating?

2012-01-17 Thread Georg Brandl
Georg Brandl added the comment: Because a class statement is one statement (it is a compound statement, but still just one). The docs don't talk about lines :) A "single interactive statement" is what you can enter at the interactive prompt in one line, or more than one

[issue13809] bz2 does not work when threads are disabled

2012-01-17 Thread Georg Brandl
Georg Brandl added the comment: Isn't there already a dummy lock in dummy_threading? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue13816] Two typos in the docs

2012-01-18 Thread Georg Brandl
Georg Brandl added the comment: And not really working, as I get updates for all assignments to docs@python anyway. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13

[issue13816] Two typos in the docs

2012-01-22 Thread Georg Brandl
Georg Brandl added the comment: Sorry, but the patch introduces two markup errors: - *i*th is invalid reST, it needs to be *i*\ th - you broke the table markup (the vertical lines must be aligned) -- ___ Python tracker <http://bugs.python.

[issue13834] In help(bytes.strip) there is no info about leading ASCII whitespace

2012-01-22 Thread Georg Brandl
Georg Brandl added the comment: Fixed, thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue13840] create_string_buffer rejects str init_or_size parameter

2012-01-22 Thread Georg Brandl
Georg Brandl added the comment: It should only take bytes; "str" is Unicode in 3.x. So the docs and the error message are wrong, the behavior is correct. Reclassifying as a docs issue. -- assignee: -> docs@python components: +Documentation -ctypes nosy: +docs@python,

[issue4966] Improving Lib Doc Sequence Types Section

2012-01-23 Thread Georg Brandl
Georg Brandl added the comment: +1 for splitting. -- ___ Python tracker <http://bugs.python.org/issue4966> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13816] Two typos in the docs

2012-01-23 Thread Georg Brandl
Georg Brandl added the comment: 1. Please report issues with the tracker to the meta-tracker at http://psf.upfronthosting.co.za/roundup/meta/. 2. You may object all you want, *i*th is invalid reST and a very quick tryout with "rst2html" would have shown you that. 3. Lastly, it i

[issue13816] Two typos in the docs

2012-01-23 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue13816> ___ ___ Python-bugs-list

[issue13844] hg.python.org doesn't escape title attributes in annotate view

2012-01-23 Thread Georg Brandl
Georg Brandl added the comment: Quickfixed it locally now. Let's hope hg itself fixes it more comprehensively. -- ___ Python tracker <http://bugs.python.org/is

[issue13852] Doc fixes with patch

2012-01-25 Thread Georg Brandl
Georg Brandl added the comment: Done. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Georg Brandl added the comment: I created a new sandbox branch to integrate regex into CPython, see "remote repo" field. I mainly had to adapt the test suite to use unittest. -- hgrepos: +108 ___ Python tracker <http://bugs.python.

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file10645/issue2636-patches.tar.bz2 ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file10647/issue2636-02.patch ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file11657/issue2636-01+09-02+17_backport.diff ___ Python tracker <http://bugs.python.org/issue2

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file11669/issue2636+01+09-02+17+18+19+20+21+24+26_speedup.diff ___ Python tracker <http://bugs.python.org/issue2

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file12932/issue2636-features.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file12974/issue2636-features-2.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file13165/issue2636-features-3.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file13185/issue2636-features-4.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file13216/issue2636-features-5.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file13257/issue2636-features-6.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file13449/issue2636-patch-1.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file13707/issue2636-patch-2.diff ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14570/issue2636-20090726.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14576/issue2636-20090727.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14594/issue2636-20090729.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14642/issue2636-20090804.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14682/issue2636-20090810.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14683/issue2636-20090810#2.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14687/issue2636-20090810#3.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file14733/issue2636-20090815.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file15901/issue2636-20100116.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16122/issue2636-20100204.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16195/issue2636-20100210.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16243/issue2636-20100217.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16247/issue2636-20100218.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16255/issue2636-20100219.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16278/Features-backslashes.patch ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Pytho

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: -akitada, akoumjian, alex, amaury.forgeotdarc, belopolsky, davide.rizzo, eric.snow, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jacques, jaylogan, jhalcrow, jimjjewett, loewis, mark, mattchaput, moreati, mrabarnett, ncoghlan

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16362/issue2636-20100224.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16365/issue2636-20100225.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16375/issue2636-20100226.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16424/issue2636-20100304.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16444/issue2636-20100305.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16626/issue2636-20100323.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16709/issue2636-20100331.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16905/issue2636-20100413.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16205/issue2636-20100211.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16327/issue2636-20100222.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16331/issue2636-20100223.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16910/test_regex_20100413 ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16913/setup.py ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bugs-list mailin

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16914/build.log ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bugs-list mailin

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file16916/issue2636-20100414.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file17877/issue2636-20100706.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file17912/issue2636-20100709.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18054/issue2636-20100719.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18192/issue2636-20100725.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18532/issue2636-20100814.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18541/issue2636-20100816.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file21144/unnamed ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bugs-list mailin

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18621/issue2636-20100824.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18854/issue2636-20100912.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18865/issue2636-20100913.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file18913/issue2636-20100918.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19168/issue2636-20101009.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19419/issue2636-20101029.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19422/issue2636-20101030.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19435/issue2636-20101030a.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19456/issue2636-20101101.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19460/issue2636-20101102.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19469/issue2636-20101102a.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19514/issue2636-20101106.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19597/issue2636-20101113.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19651/issue2636-20101120.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19723/issue2636-20101121.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19786/issue2636-20101123.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19881/issue2636-20101130.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19965/issue2636-20101207.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file20001/issue2636-20101210.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file20154/issue2636-20101224.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file20176/issue2636-20101228.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file20182/issue2636-20101228a.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file20185/issue2636-20101229.zip ___ Python tracker <http://bugs.python.org/issue2636> ___ ___ Python-bug

[issue2636] Adding a new regex module (compatible with re)

2012-01-28 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +akitada, akoumjian, alex, amaury.forgeotdarc, belopolsky, davide.rizzo, eric.snow, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jacques, jaylogan, jhalcrow, jimjjewett, loewis, mark, mattchaput, moreati, mrabarnett, ncoghlan

[issue2636] Adding a new regex module (compatible with re)

2012-01-29 Thread Georg Brandl
Georg Brandl added the comment: Well, REs are very often used to process large chunks of text by repeated application. So if the whole operation takes 0.1 or 20 seconds you're going to notice :) -- ___ Python tracker <http://bugs.py

[issue6210] Exception Chaining missing method for suppressing context

2012-01-29 Thread Georg Brandl
Georg Brandl added the comment: Hmm, so "from None" sets cause to "True", while all other "from X" sets cause to "X". That does not sound like a good idea to me. -- nosy: +georg.brandl ___ Python tr

[issue13857] Add textwrap.indent() as counterpart to textwrap.dedent()

2012-01-29 Thread Georg Brandl
Georg Brandl added the comment: BTW, the short spelling looks like it wouldn't indent the first line. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue13857] Add textwrap.indent() as counterpart to textwrap.dedent()

2012-01-29 Thread Georg Brandl
Georg Brandl added the comment: Otherwise +1. -- ___ Python tracker <http://bugs.python.org/issue13857> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13899] re pattern r"[\A]" should work like "A" but matches nothing. Ditto B and Z.

2012-01-29 Thread Georg Brandl
Georg Brandl added the comment: r'[\w]' also matches word chars. I find that a very useful property, since you can easily build classes like '[\w.]' It's also impossible to change this without breaking lots of regexes. It's also explicitly documented, a

<    24   25   26   27   28   29   30   31   32   33   >