1. 12 Apr, 2009 2 commits
  2. 11 Apr, 2009 5 commits
  3. 10 Apr, 2009 8 commits
  4. 09 Apr, 2009 2 commits
  5. 07 Apr, 2009 9 commits
  6. 06 Apr, 2009 3 commits
  7. 05 Apr, 2009 11 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