1. 09 Apr, 2009 1 commit
    • R. David Murray's avatar
      Blocked revisions 71414 via svnmerge · 107740ff
      R. David Murray authored
      ........
        r71414 | r.david.murray | 2009-04-09 17:54:50 -0400 (Thu, 09 Apr 2009) | 3 lines
      
        Issue #2170: refactored xml.dom.minidom.normalize, increasing both
        its clarity and its speed.
      ........
      107740ff
  2. 07 Apr, 2009 9 commits
  3. 06 Apr, 2009 3 commits
  4. 05 Apr, 2009 16 commits
    • Tarek Ziadé's avatar
      Blocked revisions 71295 via svnmerge · a80d1bd2
      Tarek Ziadé authored
      ........
        r71295 | tarek.ziade | 2009-04-06 01:03:10 +0200 (Mon, 06 Apr 2009) | 1 line
      
        pep8-fied method names
      ........
      a80d1bd2
    • Tarek Ziadé's avatar
      Blocked revisions 71291 via svnmerge · aeaa76b3
      Tarek Ziadé authored
      ........
        r71291 | tarek.ziade | 2009-04-06 00:51:09 +0200 (Mon, 06 Apr 2009) | 1 line
      
        Fixed #5095: msi missing from Distutils bdist formats
      ........
      aeaa76b3
    • Matthias Klose's avatar
      Misc/NEWS: Move back two items to 2.6.1. · 5b37747a
      Matthias Klose authored
      5b37747a
    • Matthias Klose's avatar
      Misc/NEWS: Move all news items checked in after the 2.6.1 release · 19f6e214
      Matthias Klose authored
      to the 2.6.2 section.
      19f6e214
    • Georg Brandl's avatar
      Blocked revisions 70405 via svnmerge · 8d8b50a7
      Georg Brandl authored
      ........
        r70405 | georg.brandl | 2009-03-15 23:11:07 +0100 (So, 15 Mär 2009) | 7 lines
      
        Move the previously local import of threading to module level.
      
        This is cleaner and avoids lockups in obscure cases where a Queue
        is instantiated while the import lock is already held by another thread.
      
        OKed by Tim Peters.
      ........
      8d8b50a7
    • Georg Brandl's avatar
      Merged revisions... · 40e15edd
      Georg Brandl authored
      Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,70273,70275,70342,70386-70387,70389-70390,70392-70393,70395,70397,70400,70418 via svnmerge
      
      ........
        r69578 | georg.brandl | 2009-02-13 12:03:59 +0100 (Fr, 13 Feb 2009) | 1 line
      
        #3694: add test for fix committed in r66693.
      ........
        r69579 | georg.brandl | 2009-02-13 12:06:59 +0100 (Fr, 13 Feb 2009) | 2 lines
      
        Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
      ........
        r69580 | georg.brandl | 2009-02-13 12:10:04 +0100 (Fr, 13 Feb 2009) | 2 lines
      
        Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
      ........
        r69901 | georg.brandl | 2009-02-23 12:24:46 +0100 (Mo, 23 Feb 2009) | 2 lines
      
        #5349: C++ pure virtuals can also have an implementation.
      ........
        r69907 | georg.brandl | 2009-02-23 19:33:48 +0100 (Mo, 23 Feb 2009) | 1 line
      
        Fix grammar.
      ........
        r69994 | georg.brandl | 2009-02-26 18:36:26 +0100 (Do, 26 Feb 2009) | 1 line
      
        Document that setting sys.py3kwarning wont do anything.
      ........
        r70022 | georg.brandl | 2009-02-27 17:23:18 +0100 (Fr, 27 Feb 2009) | 1 line
      
        #5361: fix typo.
      ........
        r70023 | georg.brandl | 2009-02-27 17:39:26 +0100 (Fr, 27 Feb 2009) | 1 line
      
        #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code.
      ........
        r70025 | georg.brandl | 2009-02-27 17:52:55 +0100 (Fr, 27 Feb 2009) | 1 line
      
        #5344: fix punctuation.
      ........
        r70026 | georg.brandl | 2009-02-27 17:59:03 +0100 (Fr, 27 Feb 2009) | 1 line
      
        #5365: add quick look conversion table for different time representations.
      ........
        r70166 | georg.brandl | 2009-03-04 19:24:41 +0100 (Mi, 04 Mär 2009) | 2 lines
      
        Remove obsolete stuff from string module docs.
      ........
        r70273 | georg.brandl | 2009-03-09 15:25:07 +0100 (Mo, 09 Mär 2009) | 2 lines
      
        #5458: add a note when we started to raise RuntimeErrors.
      ........
        r70275 | georg.brandl | 2009-03-09 17:35:48 +0100 (Mo, 09 Mär 2009) | 2 lines
      
        Add missing space.
      ........
        r70342 | georg.brandl | 2009-03-13 20:03:58 +0100 (Fr, 13 Mär 2009) | 1 line
      
        #5486: typos.
      ........
        r70386 | georg.brandl | 2009-03-15 22:32:06 +0100 (So, 15 Mär 2009) | 1 line
      
        #5496: fix docstring of lookup().
      ........
        r70387 | georg.brandl | 2009-03-15 22:37:16 +0100 (So, 15 Mär 2009) | 1 line
      
        #5493: clarify __nonzero__ docs.
      ........
        r70389 | georg.brandl | 2009-03-15 22:43:38 +0100 (So, 15 Mär 2009) | 1 line
      
        Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int.
      ........
        r70390 | georg.brandl | 2009-03-15 22:44:43 +0100 (So, 15 Mär 2009) | 1 line
      
        #5491: clarify nested() semantics.
      ........
        r70392 | georg.brandl | 2009-03-15 22:46:00 +0100 (So, 15 Mär 2009) | 1 line
      
        #5488: add missing struct member.
      ........
        r70393 | georg.brandl | 2009-03-15 22:47:42 +0100 (So, 15 Mär 2009) | 1 line
      
        #5478: fix copy-paste oversight in function signature.
      ........
        r70395 | georg.brandl | 2009-03-15 22:51:48 +0100 (So, 15 Mär 2009) | 1 line
      
        #5276: document IDLESTARTUP and .Idle.py.
      ........
        r70397 | georg.brandl | 2009-03-15 22:53:56 +0100 (So, 15 Mär 2009) | 1 line
      
        #5469: add with statement to list of name-binding constructs.
      ........
        r70400 | georg.brandl | 2009-03-15 22:59:37 +0100 (So, 15 Mär 2009) | 3 lines
      
        Fix markup in re docs and give a mail address in regex howto, so that
        the recommendation to send suggestions to the author can be followed.
      ........
        r70418 | georg.brandl | 2009-03-16 20:42:03 +0100 (Mo, 16 Mär 2009) | 1 line
      
        Add token markup.
      ........
      40e15edd
    • Tarek Ziadé's avatar
      Merged revisions 71280 via svnmerge from · 0daf2f38
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71280 | tarek.ziade | 2009-04-05 23:44:08 +0200 (Sun, 05 Apr 2009) | 1 line
      
        Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test
      ........
      0daf2f38
    • Matthias Klose's avatar
      Move news item from 2.6.1 to 2.6.2. · a65e3308
      Matthias Klose authored
      a65e3308
    • Matthias Klose's avatar
      Merged revisions 71268 via svnmerge from · 65396b4d
      Matthias Klose authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71268 | matthias.klose | 2009-04-05 23:00:48 +0200 (So, 05 Apr 2009) | 3 lines
      
        - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
          new arguments introduced in 2.5.
      ........
      65396b4d
    • Georg Brandl's avatar
      Blocked revisions 71255,71266 via svnmerge · 0ca86454
      Georg Brandl authored
      ........
        r71255 | georg.brandl | 2009-04-05 20:34:58 +0200 (So, 05 Apr 2009) | 1 line
      
        #602893: add indicator for current line in cgitb that doesnt rely on styling alone.
      ........
        r71266 | georg.brandl | 2009-04-05 22:23:13 +0200 (So, 05 Apr 2009) | 1 line
      
        Normalize issue referencing style.
      ........
      0ca86454
    • Georg Brandl's avatar
      Merged revisions... · e9b91216
      Georg Brandl authored
      Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71058 | georg.brandl | 2009-04-02 20:09:04 +0200 (Do, 02 Apr 2009) | 3 lines
      
        PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
        call on hitting the recursion limit into just assigning it to the arguments provided.
      ........
        r71149 | georg.brandl | 2009-04-04 15:42:39 +0200 (Sa, 04 Apr 2009) | 1 line
      
        #5642: clarify map() compatibility to the builtin.
      ........
        r71150 | georg.brandl | 2009-04-04 15:45:49 +0200 (Sa, 04 Apr 2009) | 1 line
      
        #5601: clarify that webbrowser is not meant for file names.
      ........
        r71212 | georg.brandl | 2009-04-05 12:24:20 +0200 (So, 05 Apr 2009) | 1 line
      
        #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
      ........
        r71214 | georg.brandl | 2009-04-05 12:29:57 +0200 (So, 05 Apr 2009) | 1 line
      
        Normalize spelling of Mac OS X.
      ........
        r71215 | georg.brandl | 2009-04-05 12:32:26 +0200 (So, 05 Apr 2009) | 1 line
      
        Avoid sure signs of a diseased mind.
      ........
        r71216 | georg.brandl | 2009-04-05 12:41:02 +0200 (So, 05 Apr 2009) | 1 line
      
        #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better.
      ........
        r71222 | georg.brandl | 2009-04-05 13:07:14 +0200 (So, 05 Apr 2009) | 1 line
      
        #5615: make it possible to configure --without-threads again.
      ........
        r71225 | georg.brandl | 2009-04-05 13:54:07 +0200 (So, 05 Apr 2009) | 1 line
      
        #5580: no need to use parentheses when converterr() argument is actually a type description.
      ........
        r71234 | georg.brandl | 2009-04-05 15:16:35 +0200 (So, 05 Apr 2009) | 1 line
      
        Whitespace normalization.
      ........
        r71237 | georg.brandl | 2009-04-05 16:24:52 +0200 (So, 05 Apr 2009) | 1 line
      
        #1326077: fix traceback formatting of SyntaxErrors.  This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
      ........
        r71238 | georg.brandl | 2009-04-05 16:25:41 +0200 (So, 05 Apr 2009) | 1 line
      
        Add NEWS entry for r71237.
      ........
        r71240 | georg.brandl | 2009-04-05 16:40:06 +0200 (So, 05 Apr 2009) | 1 line
      
        #5370: doc update about unpickling objects with custom __getattr__ etc. methods.
      ........
        r71241 | georg.brandl | 2009-04-05 16:48:49 +0200 (So, 05 Apr 2009) | 1 line
      
        #5471: fix expanduser() for $HOME set to "/".
      ........
        r71243 | georg.brandl | 2009-04-05 17:14:29 +0200 (So, 05 Apr 2009) | 1 line
      
        #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
      ........
        r71249 | georg.brandl | 2009-04-05 18:30:43 +0200 (So, 05 Apr 2009) | 1 line
      
        #5444: adapt make.bat to new htmlhelp output file name.
      ........
        r71251 | georg.brandl | 2009-04-05 19:17:42 +0200 (So, 05 Apr 2009) | 1 line
      
        #5298: clarify docs about GIL by using more consistent wording.
      ........
      e9b91216
    • Georg Brandl's avatar
      Blocked revisions 70869,70883,70901,70903,70951,70992-70994,71006,71019,71024 via svnmerge · 95898019
      Georg Brandl authored
      ........
        r70869 | georg.brandl | 2009-03-31 21:14:42 +0200 (Di, 31 Mär 2009) | 1 line
      
        Fix-up unwanted change.
      ........
        r70883 | georg.brandl | 2009-03-31 22:41:08 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1674032: return value of flag from Event.wait(). OKed by Guido.
      ........
        r70901 | georg.brandl | 2009-03-31 23:40:24 +0200 (Di, 31 Mär 2009) | 2 lines
      
        Remove warning about pending Win9x support removal.
      ........
        r70903 | georg.brandl | 2009-03-31 23:45:18 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1676135: remove trailing slashes from --prefix argument.
      ........
        r70951 | georg.brandl | 2009-04-01 16:02:27 +0200 (Mi, 01 Apr 2009) | 1 line
      
        Add Maksim, who worked on several issues at the sprint.
      ........
        r70992 | georg.brandl | 2009-04-01 23:00:55 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #4572: add SEEK_* values as constants in io.py.
      ........
        r70993 | georg.brandl | 2009-04-01 23:05:44 +0200 (Mi, 01 Apr 2009) | 1 line
      
        Add NEWS item.
      ........
        r70994 | georg.brandl | 2009-04-01 23:06:30 +0200 (Mi, 01 Apr 2009) | 1 line
      
        Revert accidental checkin.
      ........
        r71006 | georg.brandl | 2009-04-02 01:32:17 +0200 (Do, 02 Apr 2009) | 1 line
      
        Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user.
      ........
        r71019 | georg.brandl | 2009-04-02 04:00:01 +0200 (Do, 02 Apr 2009) | 1 line
      
        Fix test_doctest, missed two assignments to curframe.
      ........
        r71024 | georg.brandl | 2009-04-02 04:47:44 +0200 (Do, 02 Apr 2009) | 4 lines
      
        In PyErr_GivenExceptionMatches, temporarily bump the recursion
        limit, so that in the most common case PyObject_IsSubclass will
        not raise a recursion error we have to ignore anyway.
      ........
      95898019
    • Georg Brandl's avatar
      Merged revisions... · 9b08e05e
      Georg Brandl authored
      Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70866 | georg.brandl | 2009-03-31 21:06:57 +0200 (Di, 31 Mär 2009) | 1 line
      
        #4882: document named group behavior a bit better.
      ........
        r70867 | georg.brandl | 2009-03-31 21:10:35 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1096310: document usage of sys.__std*__ a bit better.
      ........
        r70868 | georg.brandl | 2009-03-31 21:12:17 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5190: export make_option in __all__.
      ........
        r70870 | georg.brandl | 2009-03-31 21:26:24 +0200 (Di, 31 Mär 2009) | 1 line
      
        #4411: document mro() and __mro__. (I hope I got it right.)
      ........
        r70871 | georg.brandl | 2009-03-31 21:30:56 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5618: fix typo.
      ........
        r70893 | georg.brandl | 2009-03-31 22:56:32 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1530012: move TQS section before raw strings.
      ........
        r70896 | georg.brandl | 2009-03-31 23:15:33 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5598: document DocFileSuite *args argument.
      ........
        r70902 | georg.brandl | 2009-03-31 23:43:03 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1675026: add a note about a strange Windows problem, and remove notes about AtheOS.
      ........
        r70905 | georg.brandl | 2009-04-01 00:03:40 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5563: more documentation for bdist_msi.
      ........
        r70907 | georg.brandl | 2009-04-01 00:18:19 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #3427: document correct return type for urlopen().info().
      ........
        r70912 | georg.brandl | 2009-04-01 00:35:46 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5617: add a handy function to print a unicode string to gdbinit.
      ........
        r70915 | georg.brandl | 2009-04-01 00:40:16 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5018: remove confusing paragraph.
      ........
        r70927 | georg.brandl | 2009-04-01 01:01:27 +0200 (Mi, 01 Apr 2009) | 1 line
      
        Dont shout to users.
      ........
        r70933 | georg.brandl | 2009-04-01 02:04:33 +0200 (Mi, 01 Apr 2009) | 2 lines
      
        Issue #5635: Fix running test_sys with tracing enabled.
      ........
        r70940 | georg.brandl | 2009-04-01 06:21:14 +0200 (Mi, 01 Apr 2009) | 2 lines
      
        The SimpleXMLRPCServer's CGI handler now runs like a pony.
      ........
        r70944 | georg.brandl | 2009-04-01 06:32:39 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5631: add upload to list of possible commands, which is presented in --help-commands.
      ........
        r70954 | georg.brandl | 2009-04-01 17:23:43 +0200 (Mi, 01 Apr 2009) | 1 line
      
        Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.
      ........
        r70963 | georg.brandl | 2009-04-01 19:46:01 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5655: fix docstring oversight.
      ........
        r70998 | georg.brandl | 2009-04-01 23:54:21 +0200 (Mi, 01 Apr 2009) | 1 line
      
        In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext.
      ........
        r71056 | georg.brandl | 2009-04-02 19:43:07 +0200 (Do, 02 Apr 2009) | 2 lines
      
        Actually the displayhook should print the repr.
      ........
      9b08e05e
    • Georg Brandl's avatar
      Merged revisions... · 8943caf7
      Georg Brandl authored
      Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830,70832,70836,70838,70842,70851,70855,70857-70858 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70642 | georg.brandl | 2009-03-28 01:48:48 +0100 (Sa, 28 Mär 2009) | 1 line
      
        Fix typo.
      ........
        r70648 | georg.brandl | 2009-03-28 20:10:37 +0100 (Sa, 28 Mär 2009) | 1 line
      
        #5324: document __subclasses__().
      ........
        r70656 | georg.brandl | 2009-03-28 20:33:33 +0100 (Sa, 28 Mär 2009) | 2 lines
      
        Add a script to fixup rst files if the pre-commit hook rejects them.
      ........
        r70661 | georg.brandl | 2009-03-28 20:57:36 +0100 (Sa, 28 Mär 2009) | 2 lines
      
        Add section numbering to some of the larger subdocuments.
      ........
        r70765 | georg.brandl | 2009-03-31 00:09:34 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5199: make warning about vars() assignment more visible.
      ........
        r70773 | georg.brandl | 2009-03-31 00:43:00 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5039: make it clear that the impl. note refers to CPython.
      ........
        r70789 | georg.brandl | 2009-03-31 03:25:15 +0200 (Di, 31 Mär 2009) | 1 line
      
        Fix a wrong struct field assignment (docstring as closure).
      ........
        r70824 | georg.brandl | 2009-03-31 17:43:20 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5519: remove reference to Kodos, which seems dead.
      ........
        r70825 | georg.brandl | 2009-03-31 17:46:30 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5566: fix versionadded from PyLong ssize_t functions.
      ........
        r70828 | georg.brandl | 2009-03-31 17:50:16 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5581: fget argument of abstractproperty is optional as well.
      ........
        r70830 | georg.brandl | 2009-03-31 18:11:45 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5529: backport new docs of import semantics written by Brett to 2.x.
      ........
        r70832 | georg.brandl | 2009-03-31 18:31:11 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have.
      ........
        r70836 | georg.brandl | 2009-03-31 18:50:25 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5417: replace references to undocumented functions by ones to documented functions.
      ........
        r70838 | georg.brandl | 2009-03-31 18:54:38 +0200 (Di, 31 Mär 2009) | 1 line
      
        #992207: document that the parser only accepts \\n newlines.
      ........
        r70842 | georg.brandl | 2009-03-31 19:13:06 +0200 (Di, 31 Mär 2009) | 1 line
      
        #970783: document PyObject_Generic[GS]etAttr.
      ........
        r70851 | georg.brandl | 2009-03-31 20:26:55 +0200 (Di, 31 Mär 2009) | 1 line
      
        #837577: note cryptic return value of spawn*e on invalid env dicts.
      ........
        r70855 | georg.brandl | 2009-03-31 20:30:37 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5245: note that PyRun_SimpleString doesnt return on SystemExit.
      ........
        r70857 | georg.brandl | 2009-03-31 20:33:10 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5227: note that Py_Main doesnt return on SystemExit.
      ........
        r70858 | georg.brandl | 2009-03-31 20:38:56 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5241: document missing U in regex howto.
      ........
      8943caf7
    • Tarek Ziadé's avatar
      Blocked revisions 71253 via svnmerge · 19f13d54
      Tarek Ziadé authored
      ........
        r71253 | tarek.ziade | 2009-04-05 20:31:24 +0200 (Sun, 05 Apr 2009) | 1 line
      
        Fixed 5694: removed spurious test output in Distutils
      ........
      19f13d54
    • Georg Brandl's avatar
      Merged revisions 71217 via svnmerge from · f7a1efcd
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71217 | georg.brandl | 2009-04-05 12:48:47 +0200 (So, 05 Apr 2009) | 1 line
      
        #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response.
      ........
      f7a1efcd
  5. 04 Apr, 2009 8 commits
  6. 03 Apr, 2009 3 commits