An error occurred fetching the project authors.
  1. 16 May, 2016 2 commits
  2. 08 May, 2016 1 commit
  3. 07 Feb, 2016 1 commit
  4. 28 Jan, 2016 1 commit
  5. 17 Feb, 2015 1 commit
  6. 06 Sep, 2014 1 commit
  7. 07 Feb, 2014 1 commit
  8. 14 Dec, 2013 1 commit
  9. 11 Dec, 2013 1 commit
  10. 13 Jun, 2013 1 commit
  11. 26 Mar, 2013 1 commit
  12. 05 May, 2012 1 commit
  13. 20 Mar, 2012 1 commit
  14. 29 Jul, 2011 1 commit
  15. 18 Jan, 2011 1 commit
  16. 21 Nov, 2010 2 commits
  17. 20 Nov, 2010 1 commit
  18. 25 Jun, 2010 1 commit
  19. 24 Jun, 2010 1 commit
  20. 13 Jun, 2010 1 commit
  21. 10 Jun, 2010 1 commit
  22. 19 May, 2010 1 commit
  23. 01 Jan, 2010 2 commits
  24. 20 Dec, 2009 2 commits
  25. 05 Dec, 2009 1 commit
  26. 13 Aug, 2009 1 commit
  27. 30 Jun, 2009 2 commits
  28. 20 May, 2008 1 commit
  29. 22 Apr, 2008 1 commit
    • Trent Nelson's avatar
      Issue 2440: remove the guard around the handling of case 'n' in getargs.c's... · 3513358e
      Trent Nelson authored
      Issue 2440: remove the guard around the handling of case 'n' in getargs.c's convertsimple() such that we always treat it as an index type, regardless of whether or not sizeof(size_t) == sizeof(long).  Fix the test_args2.Signed_TestCase.test_n() such that it tests for adherence to PEP 357 (don't try and coerce objects that don't have nb_index slots but do have nb_int slots (i.e. floats) into indexes 'just because we can').  Three other commits are related to this one: r62269 and r62279, which were changes to PyNumber_Index (among other things) to check for nb_int slots when we lack nb_index slots -- and r62292, which is when I reverted these changes after various people pointed out that the test was in fact wrong, not the code.
      3513358e
  30. 11 Apr, 2008 1 commit
    • Trent Nelson's avatar
      Issue 2440: revert r62269 and r62279. These changes were made in an effort to... · 7179220b
      Trent Nelson authored
      Issue 2440: revert r62269 and r62279.  These changes were made in an effort to fix test_args2.Signed_TestCase.test_n(), which was failing on Windows x64 on the following line:  'self.failUnlessEqual(99, getargs_n(Long()))'.  Although the two commits *did* fix the test on Windows x64, it's become clear that it's the test that's incorrect, and the changes to PyNumber_Index() in particular were not warranted (and actually violate PEP 357).  This commit will get us back to where we were at r62268, before I started butchering things.
      7179220b
  31. 10 Apr, 2008 1 commit
  32. 28 Feb, 2008 1 commit
    • Christian Heimes's avatar
      Merged revisions... · 380f7f22
      Christian Heimes authored
      Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61081-61095 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r61081 | neal.norwitz | 2008-02-26 09:04:59 +0100 (Tue, 26 Feb 2008) | 7 lines
      
        Speed up this test by about 99%.  Remove sleeps and replace with events.
        (This may fail on some slow platforms, but we can fix those cases which
        should be relatively isolated and easier to find now.)
        Move two test cases that didn't require a server to be started
        to a separate TestCase.  These tests were taking 3 seconds which
        is what the timeout was set to.
      ........
        r61082 | christian.heimes | 2008-02-26 09:18:11 +0100 (Tue, 26 Feb 2008) | 1 line
      
        The contains function raised a gcc warning. The new code is copied straight from py3k.
      ........
        r61084 | neal.norwitz | 2008-02-26 09:21:28 +0100 (Tue, 26 Feb 2008) | 3 lines
      
        Add a timing flag to Trace so you can see where slowness occurs
        like waiting for socket timeouts in test_smtplib :-).
      ........
        r61086 | christian.heimes | 2008-02-26 18:23:51 +0100 (Tue, 26 Feb 2008) | 3 lines
      
        Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg
        My tests don't show the promised speed up of 10%. The code is as fast as the old code for simple cases and slightly faster for complex cases with several of args and kwargs. But the patch simplifies the code, too.
      ........
        r61087 | georg.brandl | 2008-02-26 20:13:45 +0100 (Tue, 26 Feb 2008) | 2 lines
      
        #2194: fix some typos.
      ........
        r61088 | raymond.hettinger | 2008-02-27 00:40:50 +0100 (Wed, 27 Feb 2008) | 1 line
      
        Add itertools.combinations().
      ........
        r61089 | raymond.hettinger | 2008-02-27 02:08:04 +0100 (Wed, 27 Feb 2008) | 1 line
      
        One too many decrefs.
      ........
        r61090 | raymond.hettinger | 2008-02-27 02:08:30 +0100 (Wed, 27 Feb 2008) | 1 line
      
        Larger test range
      ........
        r61091 | raymond.hettinger | 2008-02-27 02:44:34 +0100 (Wed, 27 Feb 2008) | 1 line
      
        Simply the sample code for combinations().
      ........
      380f7f22
  33. 26 Feb, 2008 1 commit
  34. 23 Feb, 2008 2 commits
    • Christian Heimes's avatar
      Merged revisions 60990-61002 via svnmerge from · 05e8be17
      Christian Heimes authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60990 | eric.smith | 2008-02-23 17:05:26 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Removed duplicate Py_CHARMASK define.  It's already defined in Python.h.
      ........
        r60991 | andrew.kuchling | 2008-02-23 17:23:05 +0100 (Sat, 23 Feb 2008) | 4 lines
      
        #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
        Remove automatic handling of datetime.date and datetime.time.
        This breaks backward compatibility, but python-dev discussion was strongly
        against this automatic conversion; see the bug for a link.
      ........
        r60994 | andrew.kuchling | 2008-02-23 17:39:43 +0100 (Sat, 23 Feb 2008) | 1 line
      
        #835521: Add index entries for various pickle-protocol methods and attributes
      ........
        r60995 | andrew.kuchling | 2008-02-23 18:10:46 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        #1433694: minidom's .normalize() failed to set .nextSibling for last element.
        Fix by Malte Helmert
      ........
        r61000 | christian.heimes | 2008-02-23 18:40:11 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Patch #2167 from calvin: Remove unused imports
      ........
        r61001 | christian.heimes | 2008-02-23 18:42:31 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Patch #1957: syslogmodule: Release GIL when calling syslog(3)
      ........
        r61002 | christian.heimes | 2008-02-23 18:52:07 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        Issue #2051 and patch from Alexander Belopolsky:
        Permission for pyc and pyo files are inherited from the py file.
      ........
      05e8be17
    • Christian Heimes's avatar
      c5f05e45