1. 18 Feb, 2009 3 commits
  2. 17 Feb, 2009 3 commits
  3. 16 Feb, 2009 4 commits
    • Tarek Ziadé's avatar
      Blocked revisions 69700 via svnmerge · 5b14f41f
      Tarek Ziadé authored
      ........
        r69700 | tarek.ziade | 2009-02-16 23:38:43 +0100 (Mon, 16 Feb 2009) | 1 line
      
        note about #2279
      ........
      5b14f41f
    • Tarek Ziadé's avatar
      Blocked revisions 69693 via svnmerge · 40bbf7d2
      Tarek Ziadé authored
      ........
        r69693 | tarek.ziade | 2009-02-16 22:41:54 +0100 (Mon, 16 Feb 2009) | 1 line
      
        #2279: use os.sep so the MANIFEST file test work on win32
      ........
      40bbf7d2
    • Tarek Ziadé's avatar
      Blocked revisions 69692 via svnmerge · 4aadf13d
      Tarek Ziadé authored
      ........
        r69692 | tarek.ziade | 2009-02-16 22:38:01 +0100 (Mon, 16 Feb 2009) | 1 line
      
        Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files
      ........
      4aadf13d
    • Eric Smith's avatar
      Blocked revisions 69666 via svnmerge · 65b4a53f
      Eric Smith authored
      ........
        r69666 | eric.smith | 2009-02-16 04:56:39 -0500 (Mon, 16 Feb 2009) | 1 line
      
        Added Ross Light to ACKS, for bug 4285 (r69331).
      ........
      65b4a53f
  4. 14 Feb, 2009 3 commits
  5. 13 Feb, 2009 6 commits
  6. 12 Feb, 2009 3 commits
  7. 11 Feb, 2009 1 commit
  8. 10 Feb, 2009 5 commits
  9. 09 Feb, 2009 3 commits
  10. 08 Feb, 2009 5 commits
    • Vinay Sajip's avatar
      Fixed missing import. · 4db70f35
      Vinay Sajip authored
      4db70f35
    • Vinay Sajip's avatar
      Issue #5170: Fixed Unicode output bug in logging and added test case. This is... · 9c786586
      Vinay Sajip authored
      Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5.
      9c786586
    • Mark Dickinson's avatar
      Merged revisions 69433,69436 via svnmerge from · dd0989e7
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69433 | mark.dickinson | 2009-02-08 13:58:10 +0000 (Sun, 08 Feb 2009) | 2 lines
      
        Remove redundant assignment in _PyObject_LengthHint
      ........
        r69436 | mark.dickinson | 2009-02-08 14:42:28 +0000 (Sun, 08 Feb 2009) | 10 lines
      
        Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit
        platforms.  The previous code was fragile, depending on the twin
        accidents that:
      
          (1) in C, casting the double value 2.**63 to long returns the integer
              value -2**63, and
          (2) in Python, hash(-2**63) == hash(2**63).
      
        There's already a test for this in test_hash.
      ........
      dd0989e7
    • Nick Coghlan's avatar
      Blocked revisions 69425 via svnmerge · 1e2ea829
      Nick Coghlan authored
      ........
        r69425 | nick.coghlan | 2009-02-08 13:17:00 +1000 (Sun, 08 Feb 2009) | 1 line
      
        Issue #4512 closeout: Make ZipImport.get_filename() a public method
      ........
      1e2ea829
    • Nick Coghlan's avatar
      Blocked revisions 69419-69420 via svnmerge · b18984a7
      Nick Coghlan authored
      ........
        r69419 | nick.coghlan | 2009-02-08 11:26:34 +1000 (Sun, 08 Feb 2009) | 1 line
      
        Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
      ........
        r69420 | nick.coghlan | 2009-02-08 11:46:01 +1000 (Sun, 08 Feb 2009) | 1 line
      
        Mention patch submitter in NEWS entry for r69419
      ........
      b18984a7
  11. 07 Feb, 2009 3 commits
    • Guilherme Polo's avatar
      Blocked revisions 69404 via svnmerge · f1a2ebfe
      Guilherme Polo authored
      ........
        r69404 | guilherme.polo | 2009-02-07 00:20:29 -0200 (Sat, 07 Feb 2009) | 2 lines
      
        Eliminated the need to use ttk.__loadtk__ and the problems related it.
      ........
      f1a2ebfe
    • Guilherme Polo's avatar
      Blocked revisions 69377 via svnmerge · b1aae9f3
      Guilherme Polo authored
      ........
        r69377 | guilherme.polo | 2009-02-06 20:48:07 -0200 (Fri, 06 Feb 2009) | 5 lines
      
        Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
        not be used again (this requires Tcl/Tk 8.3.1), also fix a memory
        leak in Tkapp_Call when calling from a thread different than the one that
        created the Tcl interpreter.
      ........
      b1aae9f3
    • Tarek Ziadé's avatar
      Blocked revisions 69385 via svnmerge · 6c207f99
      Tarek Ziadé authored
      ........
        r69385 | tarek.ziade | 2009-02-07 01:05:39 +0100 (Sat, 07 Feb 2009) | 1 line
      
        #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place
      ........
      6c207f99
  12. 06 Feb, 2009 1 commit
    • Guilherme Polo's avatar
      Blocked revisions 69050,69060-69061,69169,69195,69211-69212 via svnmerge · 5132d813
      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.
      ........
        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.
      ........
        r69169 | guilherme.polo | 2009-02-01 00:56:16 -0200 (Sun, 01 Feb 2009) | 3 lines
      
        Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
        related to ttk.
      ........
        r69195 | guilherme.polo | 2009-02-01 22:38:54 -0200 (Sun, 01 Feb 2009) | 3 lines
      
        Use a single Tcl interpreter through all these tests, this may help some
        failing buildbots.
      ........
        r69211 | guilherme.polo | 2009-02-02 18:23:29 -0200 (Mon, 02 Feb 2009) | 1 line
      
        Restore the previous geometry before leaving the test
      ........
        r69212 | guilherme.polo | 2009-02-02 18:28:59 -0200 (Mon, 02 Feb 2009) | 1 line
      
        Moving to importlib
      ........
      5132d813