1. 14 Ara, 2014 1 kayıt (commit)
  2. 10 Ara, 2014 1 kayıt (commit)
  3. 18 Eyl, 2014 1 kayıt (commit)
  4. 22 Agu, 2014 1 kayıt (commit)
  5. 24 Eki, 2013 1 kayıt (commit)
  6. 04 Tem, 2013 1 kayıt (commit)
  7. 14 Haz, 2013 1 kayıt (commit)
  8. 25 Ara, 2012 1 kayıt (commit)
  9. 28 Eki, 2011 1 kayıt (commit)
  10. 24 Eki, 2010 1 kayıt (commit)
  11. 04 Eyl, 2010 1 kayıt (commit)
    • Brett Cannon's avatar
      _warnings exposed two variables with the name 'default_action' and · ef0e6c3b
      Brett Cannon yazdı
      'once_registry'. This is bad as the warnings module had variables named
      'defaultaction' and 'onceregistry' which are what people should be looking at
      (technically those variables shouldn't be mucked with as they are undocumented,
      but we all know better than to believe that isn't happening). So the variables
      from _warnings have been renamed to come off as private and to avoid confusion
      over what variable should be used.
      
      Closes issue #9766. Thanks to Antoine Pitrou for the discovery.
      ef0e6c3b
  12. 02 Agu, 2010 1 kayıt (commit)
  13. 28 Haz, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77402,77505,77510 via svnmerge from · 7ab4b8d3
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77402 | brett.cannon | 2010-01-09 20:56:19 -0600 (Sat, 09 Jan 2010) | 12 lines
      
        DeprecationWarning is now silent by default.
      
        This was originally suggested by Guido, discussed on the stdlib-sig mailing
        list, and given the OK by Guido directly to me. What this change essentially
        means is that Python has taken a policy of silencing warnings that are only
        of interest to developers by default. This should prevent users from seeing
        warnings which are triggered by an application being run against a new
        interpreter before the app developer has a chance to update their code.
      
        Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin
        for helping with the issue.
      ........
        r77505 | brett.cannon | 2010-01-14 14:00:28 -0600 (Thu, 14 Jan 2010) | 7 lines
      
        The silencing of DeprecationWarning was not taking -3 into consideration. Since
        Py3K warnings are DeprecationWarning by default this was causing -3 to
        essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not
        used.
      
        Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help.
      ........
        r77510 | brett.cannon | 2010-01-14 19:31:45 -0600 (Thu, 14 Jan 2010) | 1 line
      
        Remove C++/C99-style comments.
      ........
      7ab4b8d3
  14. 25 Nis, 2010 1 kayıt (commit)
  15. 07 Mar, 2010 1 kayıt (commit)
  16. 14 Ock, 2010 1 kayıt (commit)
  17. 10 Ock, 2010 1 kayıt (commit)
    • Brett Cannon's avatar
      DeprecationWarning is now silent by default. · 6fdd3dcb
      Brett Cannon yazdı
      This was originally suggested by Guido, discussed on the stdlib-sig mailing
      list, and given the OK by Guido directly to me. What this change essentially
      means is that Python has taken a policy of silencing warnings that are only
      of interest to developers by default. This should prevent users from seeing
      warnings which are triggered by an application being run against a new
      interpreter before the app developer has a chance to update their code.
      
      Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin
      for helping with the issue.
      6fdd3dcb
  18. 27 Eki, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 75797 via svnmerge from · 628e6f90
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75797 | georg.brandl | 2009-10-27 16:28:25 +0100 (Di, 27 Okt 2009) | 129 lines
      
        Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line
      
          Fix broken links found by "make linkcheck".  scipy.org seems to be done right now, so I could not verify links going there.
        ........
          r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7125: fix typo.
        ........
          r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7126: os.environ changes *do* take effect in subprocesses started with os.system().
        ........
          r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7116: str.join() takes an iterable.
        ........
          r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line
      
          Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
        ........
          r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line
      
          Fix missing word.
        ........
          r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix punctuation.
        ........
          r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line
      
          Revert unintended change.
        ........
          r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix duplicate target.
        ........
          r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line
      
          Add a new directive marking up implementation details and start using it.
        ........
          r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line
      
          Make it more robust.
        ........
          r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line
      
          Document new directive.
        ........
          r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line
      
          Allow short form with text as argument.
        ........
          r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix stylesheet for multi-paragraph impl-details.
        ........
          r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line
      
          Use "impl-detail" directive where applicable.
        ........
          r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line
      
          #6324: membership test tries iteration via __iter__.
        ........
          r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7088: document new functions in signal as Unix-only.
        ........
          r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line
      
          Reorder __slots__ fine print and add a clarification.
        ........
          r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7035: improve docs of the various <method>_errors() functions, and give them docstrings.
        ........
          r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7156: document curses as Unix-only.
        ........
          r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line
      
          #6977: getopt does not support optional option arguments.
        ........
          r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line
      
          Add proper references.
        ........
          r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line
      
          Make printout margin important.
        ........
          r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line
      
          #7188: fix optionxform() docs.
        ........
          r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines
      
          add further note about what's passed to optionxform
        ........
          r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines
      
          Improve some docstrings in the 'warnings' module.
        ........
          r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line
      
          Fix a demo.
        ........
          r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line
      
          Fix a strange mis-edit.
        ........
      ................
      628e6f90
    • Georg Brandl's avatar
      Merged revisions… · 495f7b5a
      Georg Brandl yazdı
      Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line
      
        Fix broken links found by "make linkcheck".  scipy.org seems to be done right now, so I could not verify links going there.
      ........
        r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line
      
        Fix markup.
      ........
        r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7125: fix typo.
      ........
        r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7126: os.environ changes *do* take effect in subprocesses started with os.system().
      ........
        r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7116: str.join() takes an iterable.
      ........
        r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line
      
        Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
      ........
        r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line
      
        Fix missing word.
      ........
        r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix punctuation.
      ........
        r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line
      
        Revert unintended change.
      ........
        r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix markup.
      ........
        r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix duplicate target.
      ........
        r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line
      
        Add a new directive marking up implementation details and start using it.
      ........
        r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line
      
        Make it more robust.
      ........
        r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line
      
        Document new directive.
      ........
        r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line
      
        Allow short form with text as argument.
      ........
        r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix stylesheet for multi-paragraph impl-details.
      ........
        r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line
      
        Use "impl-detail" directive where applicable.
      ........
        r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line
      
        #6324: membership test tries iteration via __iter__.
      ........
        r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7088: document new functions in signal as Unix-only.
      ........
        r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line
      
        Reorder __slots__ fine print and add a clarification.
      ........
        r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7035: improve docs of the various <method>_errors() functions, and give them docstrings.
      ........
        r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7156: document curses as Unix-only.
      ........
        r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line
      
        #6977: getopt does not support optional option arguments.
      ........
        r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line
      
        Add proper references.
      ........
        r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line
      
        Make printout margin important.
      ........
        r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line
      
        #7188: fix optionxform() docs.
      ........
        r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines
      
        add further note about what's passed to optionxform
      ........
        r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines
      
        Improve some docstrings in the 'warnings' module.
      ........
        r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line
      
        Fix markup.
      ........
        r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line
      
        Fix a demo.
      ........
        r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line
      
        Fix a strange mis-edit.
      ........
      495f7b5a
  19. 23 Eki, 2009 1 kayıt (commit)
  20. 16 Eyl, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 74821,74828-74831,74833,74835 via svnmerge from · b044b2a7
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74821 | georg.brandl | 2009-09-16 11:42:19 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6885: run python 3 as python3.
      ................
        r74828 | georg.brandl | 2009-09-16 16:23:20 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74829 | georg.brandl | 2009-09-16 16:24:29 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Small PEP8 correction.
      ................
        r74830 | georg.brandl | 2009-09-16 16:36:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74831 | georg.brandl | 2009-09-16 17:54:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans and PEP8 for argdefaults.
      ................
        r74833 | georg.brandl | 2009-09-16 17:58:14 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Last round of adapting style of documenting argument default values.
      ................
        r74835 | georg.brandl | 2009-09-16 18:00:31 +0200 (Mi, 16 Sep 2009) | 33 lines
      
        Merged revisions 74817-74820,74822-74824 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74817 | georg.brandl | 2009-09-16 11:05:11 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Make deprecation notices as visible as warnings are right now.
        ........
          r74818 | georg.brandl | 2009-09-16 11:23:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6880: add reference to classes section in exceptions section, which comes earlier.
        ........
          r74819 | georg.brandl | 2009-09-16 11:24:57 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6876: fix base class constructor invocation in example.
        ........
          r74820 | georg.brandl | 2009-09-16 11:30:48 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6891: comment out dead link to Unicode article.
        ........
          r74822 | georg.brandl | 2009-09-16 12:12:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign.
        ........
          r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Remove strange trailing commas.
        ........
          r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6892: fix optparse example involving help option.
        ........
      ................
      b044b2a7
    • Georg Brandl's avatar
      fe991058
  21. 11 Mar, 2009 1 kayıt (commit)
  22. 16 Eki, 2008 1 kayıt (commit)
  23. 11 Eyl, 2008 1 kayıt (commit)
  24. 09 Eyl, 2008 2 kayıt (commit)
  25. 05 Eyl, 2008 1 kayıt (commit)
  26. 02 Eyl, 2008 2 kayıt (commit)
  27. 15 Agu, 2008 1 kayıt (commit)
  28. 27 Haz, 2008 2 kayıt (commit)
  29. 07 May, 2008 1 kayıt (commit)
  30. 06 May, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 62774-62775,62785,62787-62788 via svnmerge from · 8dc226fc
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62774 | georg.brandl | 2008-05-06 19:11:42 +0200 (Tue, 06 May 2008) | 2 lines
      
        #2773: fix description of 'g' and 'G' formatting spec.
      ........
        r62775 | georg.brandl | 2008-05-06 19:20:54 +0200 (Tue, 06 May 2008) | 2 lines
      
        > != (!<).
      ........
        r62785 | benjamin.peterson | 2008-05-07 00:18:11 +0200 (Wed, 07 May 2008) | 2 lines
      
        Fix logic error in Python/_warnings.c and add a test to verify
      ........
        r62787 | benjamin.peterson | 2008-05-07 00:31:52 +0200 (Wed, 07 May 2008) | 2 lines
      
        Make the Python implementation of warnings compatible with the C implementation regarding non-callable showwarning
      ........
        r62788 | christian.heimes | 2008-05-07 00:41:46 +0200 (Wed, 07 May 2008) | 1 line
      
        Implemented PEP 370
      ........
      8dc226fc
    • Benjamin Peterson's avatar
      Make the Python implementation of warnings compatible with the C implementation… · 323c40d4
      Benjamin Peterson yazdı
      Make the Python implementation of warnings compatible with the C implementation regarding non-callable showwarning
      323c40d4
  31. 05 May, 2008 2 kayıt (commit)
  32. 13 Nis, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · 33fe8093
      Christian Heimes yazdı
      Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62260 | gregory.p.smith | 2008-04-10 01:11:56 +0200 (Thu, 10 Apr 2008) | 2 lines
      
        better diagnostics
      ........
        r62261 | gregory.p.smith | 2008-04-10 01:16:37 +0200 (Thu, 10 Apr 2008) | 3 lines
      
        Raise SystemError when size < 0 is passed into PyString_FromStringAndSize,
        PyBytes_FromStringAndSize or PyUnicode_FromStringAndSize.  [issue2587]
      ........
        r62266 | neal.norwitz | 2008-04-10 07:46:39 +0200 (Thu, 10 Apr 2008) | 5 lines
      
        Remove the test file before writing it in case there is no write permission.
        This might help fix some of the failures on Windows box(es).  It doesn't hurt
        either way and ensure the tests are a little more self contained (ie have
        less assumptions).
      ........
        r62271 | gregory.p.smith | 2008-04-10 21:50:36 +0200 (Thu, 10 Apr 2008) | 2 lines
      
        get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.
      ........
        r62277 | andrew.kuchling | 2008-04-10 23:27:10 +0200 (Thu, 10 Apr 2008) | 1 line
      
        Remove forward-looking statement
      ........
        r62278 | andrew.kuchling | 2008-04-10 23:28:51 +0200 (Thu, 10 Apr 2008) | 1 line
      
        Add punctuation
      ........
        r62279 | andrew.kuchling | 2008-04-10 23:29:01 +0200 (Thu, 10 Apr 2008) | 1 line
      
        Use issue directive
      ........
        r62289 | thomas.heller | 2008-04-11 15:05:38 +0200 (Fri, 11 Apr 2008) | 3 lines
      
        Move backwards compatibility macro to the correct place;
        PyIndex_Check() was introduced in Python 2.5.
      ........
        r62290 | thomas.heller | 2008-04-11 16:20:26 +0200 (Fri, 11 Apr 2008) | 2 lines
      
        Performance improvements.
      ........
        r62293 | christian.heimes | 2008-04-12 15:03:03 +0200 (Sat, 12 Apr 2008) | 2 lines
      
        Applied patch #2617 from Frank Wierzbicki wit some extras from me
        -J and -X are now reserved for Jython and non-standard arguments (e.g. IronPython). I've added some extra comments to make sure the reservation don't get missed in the future.
      ........
        r62294 | georg.brandl | 2008-04-12 20:11:18 +0200 (Sat, 12 Apr 2008) | 2 lines
      
        Use absolute path in sys.path.
      ........
        r62295 | georg.brandl | 2008-04-12 20:36:09 +0200 (Sat, 12 Apr 2008) | 2 lines
      
        #2615: small consistency update by Jeroen Ruigrok van der Werven.
      ........
        r62296 | georg.brandl | 2008-04-12 21:00:20 +0200 (Sat, 12 Apr 2008) | 2 lines
      
        Add Jeroen.
      ........
        r62297 | georg.brandl | 2008-04-12 21:05:37 +0200 (Sat, 12 Apr 2008) | 2 lines
      
        Don't offend snake lovers.
      ........
        r62298 | gregory.p.smith | 2008-04-12 22:37:48 +0200 (Sat, 12 Apr 2008) | 2 lines
      
        fix compiler warnings
      ........
        r62302 | gregory.p.smith | 2008-04-13 00:24:04 +0200 (Sun, 13 Apr 2008) | 3 lines
      
        socket.error inherits from IOError, it no longer needs listing in
        the all_errors tuple.
      ........
        r62303 | brett.cannon | 2008-04-13 01:44:07 +0200 (Sun, 13 Apr 2008) | 8 lines
      
        Re-implement the 'warnings' module in C. This allows for usage of the
        'warnings' code in places where it was previously not possible (e.g., the
        parser). It could also potentially lead to a speed-up in interpreter start-up
        if the C version of the code (_warnings) is imported over the use of the
        Python version in key places.
      
        Closes issue #1631171.
      ........
        r62304 | gregory.p.smith | 2008-04-13 02:03:25 +0200 (Sun, 13 Apr 2008) | 3 lines
      
        Adds a profile-opt target for easy compilation of a python binary using
        gcc's profile guided optimization.
      ........
        r62305 | brett.cannon | 2008-04-13 02:18:44 +0200 (Sun, 13 Apr 2008) | 3 lines
      
        Fix a bug in PySys_HasWarnOption() where it was not properly checking the
        length of the list storing the warning options.
      ........
        r62306 | brett.cannon | 2008-04-13 02:25:15 +0200 (Sun, 13 Apr 2008) | 2 lines
      
        Fix an accidental bug of an non-existent init function.
      ........
        r62308 | andrew.kuchling | 2008-04-13 03:05:59 +0200 (Sun, 13 Apr 2008) | 1 line
      
        Mention -J, -X
      ........
        r62311 | benjamin.peterson | 2008-04-13 04:20:05 +0200 (Sun, 13 Apr 2008) | 2 lines
      
        Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique link name
      ........
        r62313 | brett.cannon | 2008-04-13 04:42:36 +0200 (Sun, 13 Apr 2008) | 3 lines
      
        Fix test_warnings by making the state of things more consistent for each test
        when it is run.
      ........
        r62314 | skip.montanaro | 2008-04-13 05:17:30 +0200 (Sun, 13 Apr 2008) | 2 lines
      
        spelling
      ........
        r62315 | georg.brandl | 2008-04-13 09:07:44 +0200 (Sun, 13 Apr 2008) | 2 lines
      
        Fix markup.
      ........
        r62319 | christian.heimes | 2008-04-13 11:30:17 +0200 (Sun, 13 Apr 2008) | 1 line
      
        Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file
      ........
        r62320 | christian.heimes | 2008-04-13 11:33:24 +0200 (Sun, 13 Apr 2008) | 1 line
      
        Use PyString_InternFromString instead of PyString_FromString for static vars
      ........
        r62321 | christian.heimes | 2008-04-13 11:37:05 +0200 (Sun, 13 Apr 2008) | 1 line
      
        Added new files to the pcbuild files
      ........
      33fe8093
  33. 12 Nis, 2008 1 kayıt (commit)