1. 29 Jan, 2009 5 commits
  2. 28 Jan, 2009 3 commits
    • Raymond Hettinger's avatar
      Issue 4920: Fixed next() vs __next__() issues in the ABCs · c9794485
      Raymond Hettinger authored
      for Iterator and MutableSet.  Also added thorough test for
      required abstractmethods.
      c9794485
    • Guilherme Polo's avatar
      Blocked revisions 69060-69063 via svnmerge · 84abf9de
      Guilherme Polo authored
      ........
        r69060 | guilherme.polo | 2009-01-28 17:23:28 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Added support for collecting tests only from specific packages.
      ........
        r69061 | guilherme.polo | 2009-01-28 17:28:04 -0200 (Wed, 28 Jan 2009) | 4 lines
      
        * Renaming test_tk_* to test_ttk_* since that is what they are testing.
        * Added ttk tests to the expected skips mapping just like where test_tcl
        was expected to be skipped too.
      ........
        r69062 | guilherme.polo | 2009-01-28 18:02:01 -0200 (Wed, 28 Jan 2009) | 1 line
      
        Make sure the root windows gets destroyed
      ........
        r69063 | guilherme.polo | 2009-01-28 18:03:26 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Issue #5083: New 'gui' resource for regrtest.
      ........
      84abf9de
    • Guilherme Polo's avatar
      Blocked revisions 69050,69053 via svnmerge · 25c55f70
      Guilherme Polo authored
      ........
        r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Added the ttk module. See issue #2983: Ttk support for Tkinter.
      ........
        r69053 | guilherme.polo | 2009-01-28 13:56:01 -0200 (Wed, 28 Jan 2009) | 2 lines
      
        Demos for ttk added.
      ........
      25c55f70
  3. 27 Jan, 2009 3 commits
  4. 26 Jan, 2009 7 commits
  5. 25 Jan, 2009 5 commits
  6. 24 Jan, 2009 5 commits
  7. 21 Jan, 2009 1 commit
  8. 20 Jan, 2009 2 commits
  9. 19 Jan, 2009 3 commits
    • Benjamin Peterson's avatar
      Merged revisions 68779 via svnmerge from · 29d93816
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68779 | benjamin.peterson | 2009-01-19 11:37:42 -0600 (Mon, 19 Jan 2009) | 1 line
      
        make bad file descriptor tests more robust
      ........
      29d93816
    • Benjamin Peterson's avatar
      Merged revisions 68755 via svnmerge from · 61b8e940
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68755 | benjamin.peterson | 2009-01-18 18:08:08 -0600 (Sun, 18 Jan 2009) | 1 line
      
        raise an OSError for invalid fds #4991
      ........
      61b8e940
    • Benjamin Peterson's avatar
      Merged revisions 68610,68621-68622,68649 via svnmerge from · f5def21c
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68610 | kristjan.jonsson | 2009-01-15 03:09:13 -0600 (Thu, 15 Jan 2009) | 3 lines
      
        Fix recently introduced test cases.
        For datetime, gentoo didn't seem to mind the %e format for strftime.  So, we just excercise those instead making sure that we don't crash.
        For test_os, two cases were incorrect.
      ........
        r68621 | kristjan.jonsson | 2009-01-15 16:40:03 -0600 (Thu, 15 Jan 2009) | 1 line
      
        Fix two test cases in test_os.  ftruncate raises IOError unlike all the others which raise OSError.  And close() on some platforms doesn't complain when given an invalid file descriptor.
      ........
        r68622 | kristjan.jonsson | 2009-01-15 16:46:26 -0600 (Thu, 15 Jan 2009) | 1 line
      
        Make all the invalid fd tests for os subject to the function being available.
      ........
        r68649 | benjamin.peterson | 2009-01-16 22:39:05 -0600 (Fri, 16 Jan 2009) | 1 line
      
        trying to find some fpathconf() settings that all unixs support...
      ........
      f5def21c
  10. 18 Jan, 2009 2 commits
  11. 17 Jan, 2009 1 commit
  12. 15 Jan, 2009 1 commit
  13. 14 Jan, 2009 2 commits
    • Georg Brandl's avatar
      Blocked revisions 68532,68542,68544-68546,68559-68560,68562,68565-68569 via svnmerge · 6784ffb2
      Georg Brandl authored
      ........
        r68532 | kristjan.jonsson | 2009-01-11 17:23:37 +0100 (So, 11 Jan 2009) | 1 line
      
        Issue 4879: Allow buffering for HTTPResponse
      ........
        r68542 | martin.v.loewis | 2009-01-12 09:11:24 +0100 (Mo, 12 Jan 2009) | 2 lines
      
        Issue #4893: Use NT threading on CE.
      ........
        r68544 | kristjan.jonsson | 2009-01-12 10:20:34 +0100 (Mo, 12 Jan 2009) | 1 line
      
        Update Misc/NEWS for issue 3582
      ........
        r68545 | kristjan.jonsson | 2009-01-12 10:24:04 +0100 (Mo, 12 Jan 2009) | 1 line
      
        Misc/NEWS for issue 4293
      ........
        r68546 | raymond.hettinger | 2009-01-12 11:37:32 +0100 (Mo, 12 Jan 2009) | 1 line
      
        Optimize heapq.nsmallest/nlargest for cases where n==1 or n>=size.
      ........
        r68559 | raymond.hettinger | 2009-01-12 23:58:41 +0100 (Mo, 12 Jan 2009) | 1 line
      
        Issue 1696199: Add collections.Counter().
      ........
        r68560 | amaury.forgeotdarc | 2009-01-13 00:36:55 +0100 (Di, 13 Jan 2009) | 6 lines
      
        #3720: Interpreter crashes when an evil iterator removes its own next function.
      
        Now the slot is filled with a function that always raises.
      
        Will not backport: extensions compiled with 2.6.x would not run on 2.6.0.
      ........
        r68562 | raymond.hettinger | 2009-01-13 02:05:03 +0100 (Di, 13 Jan 2009) | 7 lines
      
        Simplify Counter() API.  Replace items keyword argument
        with a mapping.  Makes Counter() idempotent, makes update()
        API the same as Counter.__init__(), makes a more readable
        repr, makes the API more dict-like, and allows Steven
        Bethard's update() example to work.
      ........
        r68565 | raymond.hettinger | 2009-01-13 04:49:43 +0100 (Di, 13 Jan 2009) | 1 line
      
        Minor documentation tweaks and simpler update() example.
      ........
        r68566 | raymond.hettinger | 2009-01-13 05:13:53 +0100 (Di, 13 Jan 2009) | 1 line
      
        Fixup and simplify docstrings and doctests.
      ........
        r68567 | raymond.hettinger | 2009-01-13 05:50:35 +0100 (Di, 13 Jan 2009) | 1 line
      
        Speed-up __repr__.  Eliminate duplicate tests.  Use a from-irmport.
      ........
        r68568 | georg.brandl | 2009-01-13 09:11:07 +0100 (Di, 13 Jan 2009) | 2 lines
      
        Fix call signature and markup.
      ........
        r68569 | raymond.hettinger | 2009-01-13 09:38:14 +0100 (Di, 13 Jan 2009) | 7 lines
      
        Add table of idioms/patterns for using Counter objects.
        Improve the appearance and flow of the References section -- it used
        to have a box around it that wasn't distinct from the preceding code
        boxes and it had a weird bolding pattern and hanging indents that
        made the section disproportionately large.
      ........
      6784ffb2
    • Georg Brandl's avatar
      Merged revisions... · 686d53ee
      Georg Brandl authored
      Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,68575,68579-68580,68584 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68521 | hirokazu.yamamoto | 2009-01-11 04:28:13 +0100 (So, 11 Jan 2009) | 1 line
      
        Fixed version number in build_ssl.bat.
      ........
        r68527 | martin.v.loewis | 2009-01-11 10:43:55 +0100 (So, 11 Jan 2009) | 2 lines
      
        Issue #4895: Use _strdup on Windows CE.
      ........
        r68534 | gregory.p.smith | 2009-01-11 18:53:33 +0100 (So, 11 Jan 2009) | 2 lines
      
        correct email address
      ........
        r68535 | gregory.p.smith | 2009-01-11 18:57:54 +0100 (So, 11 Jan 2009) | 9 lines
      
        Update the documentation for binascii and zlib crc32/adler32 functions
        to better describe the signed vs unsigned return value behavior on
        different platforms and versions of python.  Mention the workaround to
        make them all return the same thing by using & 0xffffffff.
      
        Fixes issue4903.
      
        Also needs to be merged into release26-maint, release30-maint, & py3k.
      ........
        r68536 | benjamin.peterson | 2009-01-11 20:48:15 +0100 (So, 11 Jan 2009) | 1 line
      
        add email addresses
      ........
        r68540 | martin.v.loewis | 2009-01-12 08:57:11 +0100 (Mo, 12 Jan 2009) | 2 lines
      
        Issue #4915: Port sysmodule to Windows CE.
      ........
        r68547 | kristjan.jonsson | 2009-01-12 19:09:27 +0100 (Mo, 12 Jan 2009) | 1 line
      
        Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module.
      ........
        r68552 | vinay.sajip | 2009-01-12 21:36:18 +0100 (Mo, 12 Jan 2009) | 1 line
      
        Minor changes/corrections in markup.
      ........
        r68563 | benjamin.peterson | 2009-01-13 02:49:10 +0100 (Di, 13 Jan 2009) | 1 line
      
        small logic correction
      ........
        r68570 | raymond.hettinger | 2009-01-13 10:08:32 +0100 (Di, 13 Jan 2009) | 5 lines
      
        Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard().
      
        Needs to be backported to 2.6 and forward ported to 3.0 and 3.1.
      ........
        r68572 | andrew.kuchling | 2009-01-13 14:40:54 +0100 (Di, 13 Jan 2009) | 1 line
      
        Note that first coord. is left alone
      ........
        r68575 | thomas.heller | 2009-01-13 18:32:28 +0100 (Di, 13 Jan 2009) | 1 line
      
        Fix refcount leak in error cases.  Bug found by coverity.
      ........
        r68579 | benjamin.peterson | 2009-01-13 22:42:23 +0100 (Di, 13 Jan 2009) | 1 line
      
        make bytearrayobject.o depend on the stringlib #4936
      ........
        r68580 | benjamin.peterson | 2009-01-13 22:43:11 +0100 (Di, 13 Jan 2009) | 1 line
      
        add bytearrayobject.h to PYTHON_HEADERS
      ........
        r68584 | benjamin.peterson | 2009-01-13 23:22:41 +0100 (Di, 13 Jan 2009) | 1 line
      
        de-spacify
      ........
      686d53ee