1. 12 Jul, 2008 1 commit
  2. 11 Jul, 2008 5 commits
    • Josiah Carlson's avatar
      Fixed test for asyncore. · 91823c74
      Josiah Carlson authored
      91823c74
    • Josiah Carlson's avatar
      Fix for AttributeError in test_asynchat. · c31bc9a4
      Josiah Carlson authored
      c31bc9a4
    • Brett Cannon's avatar
      Blocked revisions 64865-64866 via svnmerge · 064e4a6c
      Brett Cannon authored
      ........
        r64865 | brett.cannon | 2008-07-10 17:48:57 -0700 (Thu, 10 Jul 2008) | 1 line
      
        Doc that robotparse has been renamed urllib.robotparser in Python 3.0.
      ........
        r64866 | brett.cannon | 2008-07-10 17:50:01 -0700 (Thu, 10 Jul 2008) | 1 line
      
        Fix a minor typo in the last entry made.
      ........
      064e4a6c
    • Brett Cannon's avatar
      Blocked revisions 64861 via svnmerge · 6b52a537
      Brett Cannon authored
      ........
        r64861 | brett.cannon | 2008-07-10 17:16:30 -0700 (Thu, 10 Jul 2008) | 1 line
      
        Doc that urlparse is named urllib.parse in Python 3.0.
      ........
      6b52a537
    • Brett Cannon's avatar
      Blocked revisions 64858-64859 via svnmerge · 28c6802f
      Brett Cannon authored
      ........
        r64858 | brett.cannon | 2008-07-10 17:10:49 -0700 (Thu, 10 Jul 2008) | 2 lines
      
        Removal an invalid entry as the fixer for urllib is under active development.
      ........
        r64859 | brett.cannon | 2008-07-10 17:12:52 -0700 (Thu, 10 Jul 2008) | 3 lines
      
        Document the fact that urllib2 spans multiple modules with new names in Python
        3.0.
      ........
      28c6802f
  3. 08 Jul, 2008 1 commit
    • Nick Coghlan's avatar
      Blocked revisions 64791 via svnmerge · 45da5a0f
      Nick Coghlan authored
      ........
        r64791 | nick.coghlan | 2008-07-09 00:08:04 +1000 (Wed, 09 Jul 2008) | 1 line
      
        Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes
      ........
      45da5a0f
  4. 07 Jul, 2008 5 commits
  5. 06 Jul, 2008 1 commit
    • Amaury Forgeot d'Arc's avatar
      Blocked revisions 64762 via svnmerge · d51ee54a
      Amaury Forgeot d'Arc authored
      ........
        r64762 | amaury.forgeotdarc | 2008-07-06 23:34:39 +0200 (dim., 06 juil. 2008) | 8 lines
      
        Issue839496: SimpleHTTPServer should open all files in binary mode.
      
        Forward-port of 38255 (2005/01/15!)
        This was already fixed in 2.4, but never merged into trunk...
        py3k is already right, thanks to the bytes/str distinction!
      
        Should be backported to 2.5.
      ........
      d51ee54a
  6. 05 Jul, 2008 7 commits
  7. 04 Jul, 2008 6 commits
  8. 03 Jul, 2008 3 commits
  9. 02 Jul, 2008 11 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 64685 via svnmerge from · 451a356f
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64685 | amaury.forgeotdarc | 2008-07-03 01:40:28 +0200 (Thu, 03 Jul 2008) | 3 lines
      
        Try a blind fix to nismodule which fails on the solaris10 3.0 buildbot:
        the GIL must be re-acquired in the callback function
      ........
      451a356f
    • Amaury Forgeot d'Arc's avatar
      4b02c5a8
    • Amaury Forgeot d'Arc's avatar
      Add a NEWS entry for Issue #3247. · 612f61f0
      Amaury Forgeot d'Arc authored
      612f61f0
    • Amaury Forgeot d'Arc's avatar
      #3247: get rid of Py_FindMethods · 87ce6d70
      Amaury Forgeot d'Arc authored
      Remove references in documentation;
      also rewrite a paragraph that looked off-topic to me.
      87ce6d70
    • Amaury Forgeot d'Arc's avatar
      #3247: get rid of Py_FindMethod · 1f900f1f
      Amaury Forgeot d'Arc authored
      Third step: unix-only modules. Really remove the function this time.
      1f900f1f
    • Brett Cannon's avatar
      Block r64673. · 7c265a19
      Brett Cannon authored
      7c265a19
    • Brett Cannon's avatar
      Merged revisions 64677 via svnmerge from · 1af5a1e4
      Brett Cannon authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64677 | brett.cannon | 2008-07-02 14:52:42 -0700 (Wed, 02 Jul 2008) | 2 lines
      
        Revert r64673 and instead just change the file encoding.
      ........
      1af5a1e4
    • Amaury Forgeot d'Arc's avatar
    • Amaury Forgeot d'Arc's avatar
      #3247: Get rid of Py_FindMethod: · ba4105c1
      Amaury Forgeot d'Arc authored
      Second step: keep tp_getattr functions when they are complex,
      but use PyObject_GenericGetAttr() as a fallback.
      
      These were the last occurrences of Py_FindMethod.
      ba4105c1
    • Amaury Forgeot d'Arc's avatar
      #3247 Get rid of Py_FindMethod; use tp_members instead. · e43d33a4
      Amaury Forgeot d'Arc authored
      Otherwise dir(_sre.SRE_Match) returns an empty list.
      
      First step: handle most occurrences, remove tp_getattr and fill the tp_methods and tp_members slots.
      Add some test about attribute access.
      e43d33a4
    • Benjamin Peterson's avatar
      Merged revisions... · 41181743
      Benjamin Peterson authored
      Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64475 | raymond.hettinger | 2008-06-22 22:29:28 -0500 (Sun, 22 Jun 2008) | 1 line
      
        Issue 3161: Missing import and test.
      ........
        r64544 | georg.brandl | 2008-06-26 16:12:55 -0500 (Thu, 26 Jun 2008) | 2 lines
      
        Use newer versions of externals.
      ........
        r64545 | benjamin.peterson | 2008-06-26 16:23:30 -0500 (Thu, 26 Jun 2008) | 1 line
      
        add a htmlview directive
      ........
        r64550 | brett.cannon | 2008-06-26 19:32:16 -0500 (Thu, 26 Jun 2008) | 2 lines
      
        Ignore .pyc and .pyo files.
      ........
        r64557 | mark.dickinson | 2008-06-27 05:11:52 -0500 (Fri, 27 Jun 2008) | 3 lines
      
        Remove trailing 'L's from numerator and denominator in the
        repr() of a Fraction instance.
      ........
        r64558 | mark.dickinson | 2008-06-27 06:03:21 -0500 (Fri, 27 Jun 2008) | 2 lines
      
        Add Jean Brouwers for his work on math.sum
      ........
        r64565 | raymond.hettinger | 2008-06-27 16:34:24 -0500 (Fri, 27 Jun 2008) | 1 line
      
        Fix whitespace in example code.
      ........
        r64570 | hyeshik.chang | 2008-06-27 20:04:31 -0500 (Fri, 27 Jun 2008) | 8 lines
      
        Give information for compililation of _multiprocessing.SemLock on FreeBSD:
      
        FreeBSD's P1003.1b semaphore support is highly experimental and
        it's disabled by default.  Even if a user loads the experimental
        kernel module manually, _multiprocessing doesn't work correctly due
        to several known incompatibilities around sem_unlink and sem_getvalue,
        yet.
      ........
        r64577 | raymond.hettinger | 2008-06-28 17:16:53 -0500 (Sat, 28 Jun 2008) | 1 line
      
        Issue 3230:  Do not the set specific size macro.
      ........
        r64582 | benjamin.peterson | 2008-06-28 18:06:05 -0500 (Sat, 28 Jun 2008) | 2 lines
      
        convert test_audioop to unittest. Thanks to Giampaolo Rodola.
      ........
        r64583 | benjamin.peterson | 2008-06-28 18:06:49 -0500 (Sat, 28 Jun 2008) | 1 line
      
        rewrap
      ........
        r64585 | benjamin.peterson | 2008-06-28 18:35:31 -0500 (Sat, 28 Jun 2008) | 1 line
      
        fix typo
      ........
        r64590 | benjamin.peterson | 2008-06-29 08:43:07 -0500 (Sun, 29 Jun 2008) | 1 line
      
        reinstate the ending backtick. thanks Nick :)
      ........
        r64592 | vinay.sajip | 2008-06-29 16:25:28 -0500 (Sun, 29 Jun 2008) | 2 lines
      
        Removed out-of-date comment in _install_handlers and
        used issubclass in place of equality comparison of classes.
      ........
        r64593 | vinay.sajip | 2008-06-29 16:27:15 -0500 (Sun, 29 Jun 2008) | 1 line
      
        Updated to reflect change in logging.config to remove out-of-date comment in _install_handlers and the use of issubclass in place of equality comparison of classes.
      ........
        r64625 | georg.brandl | 2008-07-01 14:59:00 -0500 (Tue, 01 Jul 2008) | 2 lines
      
        Add a link to PEP 324.
      ........
        r64630 | georg.brandl | 2008-07-01 15:18:10 -0500 (Tue, 01 Jul 2008) | 2 lines
      
        #3216: fix Execute's parameter description.
      ........
        r64638 | georg.brandl | 2008-07-01 15:50:02 -0500 (Tue, 01 Jul 2008) | 2 lines
      
        #1410739: add a footnote about "is" and "unusual" behavior.
      ........
        r64647 | benjamin.peterson | 2008-07-01 18:33:06 -0500 (Tue, 01 Jul 2008) | 1 line
      
        add ABC to the glossary
      ........
        r64655 | mark.dickinson | 2008-07-02 04:37:01 -0500 (Wed, 02 Jul 2008) | 7 lines
      
        Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure
        that the behaviour of Decimal doesn't change if/when re.UNICODE becomes
        assumed in Python 3.0.
      
        Also add a check that alternative Unicode digits (e.g. u'\N{FULLWIDTH
        DIGIT ONE}') are *not* accepted in a numeric string.
      ........
        r64656 | nick.coghlan | 2008-07-02 08:09:19 -0500 (Wed, 02 Jul 2008) | 1 line
      
        Issue 3190: pydoc now hides module __package__ attributes
      ........
        r64663 | jesse.noller | 2008-07-02 11:44:09 -0500 (Wed, 02 Jul 2008) | 1 line
      
        Reenable the manager tests with Amaury's threading fix
      ........
        r64664 | facundo.batista | 2008-07-02 11:52:55 -0500 (Wed, 02 Jul 2008) | 4 lines
      
      
        Issue #449227: Now with the rlcompleter module, callable objects are
        added a '(' when completed.
      ........
      41181743