1. 10 Ara, 2016 1 kayıt (commit)
  2. 26 Tem, 2016 1 kayıt (commit)
  3. 10 May, 2016 1 kayıt (commit)
  4. 17 Ock, 2016 1 kayıt (commit)
  5. 13 Nis, 2015 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #23731: Implement PEP 488. · f299abda
      Brett Cannon yazdı
      The concept of .pyo files no longer exists. Now .pyc files have an
      optional `opt-` tag which specifies if any extra optimizations beyond
      the peepholer were applied.
      f299abda
  6. 06 Şub, 2014 1 kayıt (commit)
  7. 27 Eki, 2013 1 kayıt (commit)
  8. 12 Eki, 2013 1 kayıt (commit)
  9. 06 Eki, 2013 2 kayıt (commit)
  10. 21 Nis, 2013 1 kayıt (commit)
  11. 14 Nis, 2013 1 kayıt (commit)
  12. 17 Kas, 2012 2 kayıt (commit)
  13. 04 Agu, 2012 2 kayıt (commit)
  14. 19 Ock, 2012 2 kayıt (commit)
  15. 20 Haz, 2011 5 kayıt (commit)
  16. 27 Eki, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 5be70d44
      Georg Brandl yazdı
      Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,74616-74618,74631-74633,74652-74653,74666,74671,74737,74739,74779,74781-74782,74784,74791,74793,74818-74820,74822,74832 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74492 | r.david.murray | 2009-08-17 21:26:49 +0200 (Mo, 17 Aug 2009) | 2 lines
      
        Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.
      ........
        r74531 | vinay.sajip | 2009-08-21 00:04:32 +0200 (Fr, 21 Aug 2009) | 1 line
      
        Added section on exceptions raised during logging.
      ........
        r74545 | georg.brandl | 2009-08-24 19:14:29 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6772: mention utf-8 as utf8 alias.
      ........
        r74546 | georg.brandl | 2009-08-24 19:20:40 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6725: spell "namespace" consistently.
      ........
        r74547 | georg.brandl | 2009-08-24 19:22:05 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6718: fix example.
      ........
        r74548 | georg.brandl | 2009-08-24 19:24:27 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6677: mention "deleting" as an alias for removing files.
      ........
        r74549 | benjamin.peterson | 2009-08-24 19:42:36 +0200 (Mo, 24 Aug 2009) | 1 line
      
        fix pdf building by teaching latex the right encoding package
      ........
        r74550 | georg.brandl | 2009-08-24 19:48:40 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6677: note that rmdir only removes empty directories.
      ........
        r74553 | r.david.murray | 2009-08-27 03:04:59 +0200 (Do, 27 Aug 2009) | 2 lines
      
        Remove leftover text from end of sentence.
      ........
        r74554 | georg.brandl | 2009-08-27 20:59:02 +0200 (Do, 27 Aug 2009) | 1 line
      
        Typo fix.
      ........
        r74555 | georg.brandl | 2009-08-27 21:02:43 +0200 (Do, 27 Aug 2009) | 1 line
      
        #6787: reference fix.
      ........
        r74588 | georg.brandl | 2009-08-30 10:35:01 +0200 (So, 30 Aug 2009) | 1 line
      
        #6803: fix old name.
      ........
        r74603 | georg.brandl | 2009-08-31 08:38:29 +0200 (Mo, 31 Aug 2009) | 1 line
      
        other -> others where multiple arguments are accepted.
      ........
        r74608 | senthil.kumaran | 2009-08-31 18:40:27 +0200 (Mo, 31 Aug 2009) | 3 lines
      
        Doc fix for the issue2637.
      ........
        r74614 | georg.brandl | 2009-09-01 09:40:54 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6813: better documentation for numberless string formats.
      ........
        r74616 | georg.brandl | 2009-09-01 09:46:26 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6808: clarification.
      ........
        r74617 | georg.brandl | 2009-09-01 09:53:37 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6765: hint that log(x, base) is not very sophisticated.
      ........
        r74618 | georg.brandl | 2009-09-01 10:00:47 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6810: add a link to the section about frame objects instead of just a description where to find it.
      ........
        r74631 | georg.brandl | 2009-09-02 22:37:16 +0200 (Mi, 02 Sep 2009) | 1 line
      
        #6821: fix signature of PyBuffer_Release().
      ........
        r74632 | georg.brandl | 2009-09-03 09:27:26 +0200 (Do, 03 Sep 2009) | 1 line
      
        #6828: fix wrongly highlighted blocks.
      ........
        r74633 | georg.brandl | 2009-09-03 14:31:39 +0200 (Do, 03 Sep 2009) | 1 line
      
        #6757: complete the list of types that marshal can serialize.
      ........
        r74652 | georg.brandl | 2009-09-04 13:25:37 +0200 (Fr, 04 Sep 2009) | 1 line
      
        #6756: add some info about the "acct" parameter.
      ........
        r74653 | georg.brandl | 2009-09-04 13:32:18 +0200 (Fr, 04 Sep 2009) | 1 line
      
        #6777: dont discourage usage of Exception.args or promote usage of Exception.message.
      ........
        r74666 | georg.brandl | 2009-09-05 11:04:09 +0200 (Sa, 05 Sep 2009) | 1 line
      
        #6841: remove duplicated word.
      ........
        r74671 | georg.brandl | 2009-09-05 18:47:17 +0200 (Sa, 05 Sep 2009) | 1 line
      
        #6843: add link from filterwarnings to where the meaning of the arguments is covered.
      ........
        r74737 | georg.brandl | 2009-09-09 18:49:13 +0200 (Mi, 09 Sep 2009) | 1 line
      
        Properly document copy and deepcopy as functions.
      ........
        r74739 | georg.brandl | 2009-09-11 09:55:20 +0200 (Fr, 11 Sep 2009) | 1 line
      
        Move function back to its section.
      ........
        r74779 | michael.foord | 2009-09-13 18:13:36 +0200 (So, 13 Sep 2009) | 1 line
      
        Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
      ........
        r74781 | michael.foord | 2009-09-13 18:46:19 +0200 (So, 13 Sep 2009) | 1 line
      
        Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
      ........
        r74782 | michael.foord | 2009-09-13 19:07:46 +0200 (So, 13 Sep 2009) | 1 line
      
        Tutorial tweaks. Issue 6849.
      ........
        r74784 | georg.brandl | 2009-09-13 20:15:07 +0200 (So, 13 Sep 2009) | 1 line
      
        Typo fix.
      ........
        r74791 | georg.brandl | 2009-09-14 16:08:54 +0200 (Mo, 14 Sep 2009) | 1 line
      
        #6574: list the future features in a table.
      ........
        r74793 | georg.brandl | 2009-09-14 16:50:47 +0200 (Mo, 14 Sep 2009) | 1 line
      
        #6908: fix association of hashlib hash attributes.
      ........
        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.
      ........
        r74832 | georg.brandl | 2009-09-16 17:57:46 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Rewrap long lines.
      ........
      5be70d44
    • Georg Brandl's avatar
      Merged revisions… · 46e9daa3
      Georg Brandl yazdı
      Merged revisions 74210,74239,74252-74253,74256,74258-74261,74332-74333,74404,74411,74445,74465,74467,74488 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74210 | georg.brandl | 2009-07-26 16:44:23 +0200 (So, 26 Jul 2009) | 1 line
      
        Move member descriptions inside the classes.
      ........
        r74239 | georg.brandl | 2009-07-28 20:55:32 +0200 (Di, 28 Jul 2009) | 1 line
      
        Clarify quote_plus() usage.
      ........
        r74252 | georg.brandl | 2009-07-29 18:06:31 +0200 (Mi, 29 Jul 2009) | 1 line
      
        #6593: fix link targets.
      ........
        r74253 | georg.brandl | 2009-07-29 18:09:17 +0200 (Mi, 29 Jul 2009) | 1 line
      
        #6591: add reference to ioctl in fcntl module for platforms other than Windows.
      ........
        r74256 | georg.brandl | 2009-07-29 18:32:30 +0200 (Mi, 29 Jul 2009) | 1 line
      
        #6336: Add nb_divide.
      ........
        r74258 | georg.brandl | 2009-07-29 18:57:05 +0200 (Mi, 29 Jul 2009) | 1 line
      
        Add a link to readline, and mention IPython and bpython.
      ........
        r74259 | georg.brandl | 2009-07-29 19:07:21 +0200 (Mi, 29 Jul 2009) | 1 line
      
        Fix some markup and small factual glitches found by M. Markert.
      ........
        r74260 | georg.brandl | 2009-07-29 19:15:20 +0200 (Mi, 29 Jul 2009) | 1 line
      
        Fix a few markup glitches.
      ........
        r74261 | georg.brandl | 2009-07-29 19:50:25 +0200 (Mi, 29 Jul 2009) | 1 line
      
        Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
      ........
        r74332 | georg.brandl | 2009-08-06 19:23:21 +0200 (Do, 06 Aug 2009) | 1 line
      
        Fix punctuation and one copy-paste error.
      ........
        r74333 | georg.brandl | 2009-08-06 19:43:55 +0200 (Do, 06 Aug 2009) | 1 line
      
        #6658: fix two typos.
      ........
        r74404 | georg.brandl | 2009-08-13 14:05:52 +0200 (Do, 13 Aug 2009) | 1 line
      
        Use locale.format_string() for more than one specifier.
      ........
        r74411 | georg.brandl | 2009-08-13 14:57:25 +0200 (Do, 13 Aug 2009) | 2 lines
      
        Remove potentially confusing sentence in __mangling description.
      ........
        r74445 | vinay.sajip | 2009-08-14 13:33:54 +0200 (Fr, 14 Aug 2009) | 1 line
      
        Added versionchanged notices for optional 'delay' parameter to file handler classes.
      ........
        r74465 | vinay.sajip | 2009-08-16 01:23:12 +0200 (So, 16 Aug 2009) | 1 line
      
        Added section on logging to one file from multiple processes.
      ........
        r74467 | vinay.sajip | 2009-08-16 01:34:47 +0200 (So, 16 Aug 2009) | 1 line
      
        Refined section on logging to one file from multiple processes.
      ........
        r74488 | vinay.sajip | 2009-08-17 15:14:37 +0200 (Mo, 17 Aug 2009) | 1 line
      
        Further refined section on logging to one file from multiple processes.
      ........
      46e9daa3
  17. 04 Eki, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 75231 via svnmerge from · f3d7dbe7
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75231 | benjamin.peterson | 2009-10-04 09:49:41 -0500 (Sun, 04 Oct 2009) | 166 lines
      
        Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74779 | michael.foord | 2009-09-13 11:13:36 -0500 (Sun, 13 Sep 2009) | 1 line
      
          Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
        ........
          r74780 | michael.foord | 2009-09-13 11:40:02 -0500 (Sun, 13 Sep 2009) | 1 line
      
          Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
        ........
          r74781 | michael.foord | 2009-09-13 11:46:19 -0500 (Sun, 13 Sep 2009) | 1 line
      
          Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
        ........
          r74782 | michael.foord | 2009-09-13 12:07:46 -0500 (Sun, 13 Sep 2009) | 1 line
      
          Tutorial tweaks. Issue 6849.
        ........
          r74783 | michael.foord | 2009-09-13 12:28:35 -0500 (Sun, 13 Sep 2009) | 1 line
      
          unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866.
        ........
          r74784 | georg.brandl | 2009-09-13 13:15:07 -0500 (Sun, 13 Sep 2009) | 1 line
      
          Typo fix.
        ........
          r74785 | michael.foord | 2009-09-13 14:07:03 -0500 (Sun, 13 Sep 2009) | 1 line
      
          Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
        ........
          r74786 | michael.foord | 2009-09-13 14:08:18 -0500 (Sun, 13 Sep 2009) | 1 line
      
          Remove an extraneous space in unittest documentation.
        ........
          r74793 | georg.brandl | 2009-09-14 09:50:47 -0500 (Mon, 14 Sep 2009) | 1 line
      
          #6908: fix association of hashlib hash attributes.
        ........
          r74795 | benjamin.peterson | 2009-09-14 22:36:26 -0500 (Mon, 14 Sep 2009) | 1 line
      
          Py_SetPythonHome uses static storage #6913
        ........
          r74811 | georg.brandl | 2009-09-15 15:26:59 -0500 (Tue, 15 Sep 2009) | 1 line
      
          Add Armin Ronacher.
        ........
          r74860 | benjamin.peterson | 2009-09-16 21:46:54 -0500 (Wed, 16 Sep 2009) | 1 line
      
          kill bare except
        ........
          r74861 | benjamin.peterson | 2009-09-16 22:18:28 -0500 (Wed, 16 Sep 2009) | 1 line
      
          pep 8 defaults
        ........
          r74863 | benjamin.peterson | 2009-09-16 22:27:33 -0500 (Wed, 16 Sep 2009) | 1 line
      
          rationalize a bit
        ........
          r74876 | georg.brandl | 2009-09-17 11:15:53 -0500 (Thu, 17 Sep 2009) | 1 line
      
          #6932: remove paragraph that advises relying on __del__ being called.
        ........
          r74886 | benjamin.peterson | 2009-09-17 16:33:46 -0500 (Thu, 17 Sep 2009) | 1 line
      
          use macros
        ........
          r74896 | georg.brandl | 2009-09-18 02:22:41 -0500 (Fri, 18 Sep 2009) | 1 line
      
          #6936: for interactive use, quit() is just fine.
        ........
          r74901 | georg.brandl | 2009-09-18 04:14:52 -0500 (Fri, 18 Sep 2009) | 1 line
      
          #6905: use better exception messages in inspect when the argument is of the wrong type.
        ........
          r74903 | georg.brandl | 2009-09-18 04:18:27 -0500 (Fri, 18 Sep 2009) | 1 line
      
          #6938: "ident" is always a string, so use a format code which works.
        ........
          r74908 | georg.brandl | 2009-09-18 08:57:11 -0500 (Fri, 18 Sep 2009) | 1 line
      
          Use str.format() to fix beginner's mistake with %-style string formatting.
        ........
          r74912 | georg.brandl | 2009-09-18 11:19:56 -0500 (Fri, 18 Sep 2009) | 1 line
      
          Optimize optimization and fix method name in docstring.
        ........
          r74930 | georg.brandl | 2009-09-18 16:21:41 -0500 (Fri, 18 Sep 2009) | 1 line
      
          #6925: rewrite docs for locals() and vars() a bit.
        ........
          r74933 | georg.brandl | 2009-09-18 16:35:59 -0500 (Fri, 18 Sep 2009) | 1 line
      
          #6930: clarify description about byteorder handling in UTF decoder routines.
        ........
          r74943 | georg.brandl | 2009-09-19 02:35:07 -0500 (Sat, 19 Sep 2009) | 1 line
      
          #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set.  Also clean up another usage of PyArg_ParseTuple.
        ........
          r74946 | georg.brandl | 2009-09-19 03:43:16 -0500 (Sat, 19 Sep 2009) | 1 line
      
          Update bug tracker reference.
        ........
          r74952 | georg.brandl | 2009-09-19 05:42:34 -0500 (Sat, 19 Sep 2009) | 1 line
      
          #6946: fix duplicate index entries for datetime classes.
        ........
          r74953 | georg.brandl | 2009-09-19 07:04:16 -0500 (Sat, 19 Sep 2009) | 1 line
      
          Fix references to threading.enumerate().
        ........
          r74954 | georg.brandl | 2009-09-19 08:13:56 -0500 (Sat, 19 Sep 2009) | 1 line
      
          Add Doug.
        ........
          r74955 | georg.brandl | 2009-09-19 08:20:49 -0500 (Sat, 19 Sep 2009) | 1 line
      
          Add Mark Summerfield.
        ........
          r75015 | georg.brandl | 2009-09-22 05:55:08 -0500 (Tue, 22 Sep 2009) | 1 line
      
          Fix encoding name.
        ........
          r75019 | vinay.sajip | 2009-09-22 12:23:41 -0500 (Tue, 22 Sep 2009) | 1 line
      
          Fixed a typo, and added sections on optimization and using arbitrary objects as messages.
        ........
          r75032 | benjamin.peterson | 2009-09-22 17:15:28 -0500 (Tue, 22 Sep 2009) | 1 line
      
          fix typos/rephrase
        ........
          r75068 | benjamin.peterson | 2009-09-25 21:57:59 -0500 (Fri, 25 Sep 2009) | 1 line
      
          comment out ugly xxx
        ........
          r75076 | vinay.sajip | 2009-09-26 09:53:32 -0500 (Sat, 26 Sep 2009) | 1 line
      
          Tidied up name of parameter in StreamHandler
        ........
          r75095 | michael.foord | 2009-09-27 14:15:41 -0500 (Sun, 27 Sep 2009) | 1 line
      
          Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
        ........
          r75098 | michael.foord | 2009-09-27 15:08:23 -0500 (Sun, 27 Sep 2009) | 1 line
      
          Documentation improvement for load_tests protocol in unittest. Issue 6515.
        ........
          r75102 | skip.montanaro | 2009-09-27 21:12:27 -0500 (Sun, 27 Sep 2009) | 3 lines
      
          Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
          Closes issue 6606.
        ........
          r75129 | vinay.sajip | 2009-09-29 02:08:54 -0500 (Tue, 29 Sep 2009) | 1 line
      
          Issue #7014: logging: Improved IronPython 2.6 compatibility.
        ........
          r75139 | raymond.hettinger | 2009-09-29 13:53:24 -0500 (Tue, 29 Sep 2009) | 3 lines
      
          Issue 7008: Better document str.title and show how to work around the apostrophe problem.
        ........
          r75230 | benjamin.peterson | 2009-10-04 08:38:38 -0500 (Sun, 04 Oct 2009) | 1 line
      
          test logging
        ........
      ................
      f3d7dbe7
    • Benjamin Peterson's avatar
      Merged revisions… · 4ac9ce4f
      Benjamin Peterson yazdı
      Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74779 | michael.foord | 2009-09-13 11:13:36 -0500 (Sun, 13 Sep 2009) | 1 line
      
        Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
      ........
        r74780 | michael.foord | 2009-09-13 11:40:02 -0500 (Sun, 13 Sep 2009) | 1 line
      
        Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
      ........
        r74781 | michael.foord | 2009-09-13 11:46:19 -0500 (Sun, 13 Sep 2009) | 1 line
      
        Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
      ........
        r74782 | michael.foord | 2009-09-13 12:07:46 -0500 (Sun, 13 Sep 2009) | 1 line
      
        Tutorial tweaks. Issue 6849.
      ........
        r74783 | michael.foord | 2009-09-13 12:28:35 -0500 (Sun, 13 Sep 2009) | 1 line
      
        unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866.
      ........
        r74784 | georg.brandl | 2009-09-13 13:15:07 -0500 (Sun, 13 Sep 2009) | 1 line
      
        Typo fix.
      ........
        r74785 | michael.foord | 2009-09-13 14:07:03 -0500 (Sun, 13 Sep 2009) | 1 line
      
        Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
      ........
        r74786 | michael.foord | 2009-09-13 14:08:18 -0500 (Sun, 13 Sep 2009) | 1 line
      
        Remove an extraneous space in unittest documentation.
      ........
        r74793 | georg.brandl | 2009-09-14 09:50:47 -0500 (Mon, 14 Sep 2009) | 1 line
      
        #6908: fix association of hashlib hash attributes.
      ........
        r74795 | benjamin.peterson | 2009-09-14 22:36:26 -0500 (Mon, 14 Sep 2009) | 1 line
      
        Py_SetPythonHome uses static storage #6913
      ........
        r74811 | georg.brandl | 2009-09-15 15:26:59 -0500 (Tue, 15 Sep 2009) | 1 line
      
        Add Armin Ronacher.
      ........
        r74860 | benjamin.peterson | 2009-09-16 21:46:54 -0500 (Wed, 16 Sep 2009) | 1 line
      
        kill bare except
      ........
        r74861 | benjamin.peterson | 2009-09-16 22:18:28 -0500 (Wed, 16 Sep 2009) | 1 line
      
        pep 8 defaults
      ........
        r74863 | benjamin.peterson | 2009-09-16 22:27:33 -0500 (Wed, 16 Sep 2009) | 1 line
      
        rationalize a bit
      ........
        r74876 | georg.brandl | 2009-09-17 11:15:53 -0500 (Thu, 17 Sep 2009) | 1 line
      
        #6932: remove paragraph that advises relying on __del__ being called.
      ........
        r74886 | benjamin.peterson | 2009-09-17 16:33:46 -0500 (Thu, 17 Sep 2009) | 1 line
      
        use macros
      ........
        r74896 | georg.brandl | 2009-09-18 02:22:41 -0500 (Fri, 18 Sep 2009) | 1 line
      
        #6936: for interactive use, quit() is just fine.
      ........
        r74901 | georg.brandl | 2009-09-18 04:14:52 -0500 (Fri, 18 Sep 2009) | 1 line
      
        #6905: use better exception messages in inspect when the argument is of the wrong type.
      ........
        r74903 | georg.brandl | 2009-09-18 04:18:27 -0500 (Fri, 18 Sep 2009) | 1 line
      
        #6938: "ident" is always a string, so use a format code which works.
      ........
        r74908 | georg.brandl | 2009-09-18 08:57:11 -0500 (Fri, 18 Sep 2009) | 1 line
      
        Use str.format() to fix beginner's mistake with %-style string formatting.
      ........
        r74912 | georg.brandl | 2009-09-18 11:19:56 -0500 (Fri, 18 Sep 2009) | 1 line
      
        Optimize optimization and fix method name in docstring.
      ........
        r74930 | georg.brandl | 2009-09-18 16:21:41 -0500 (Fri, 18 Sep 2009) | 1 line
      
        #6925: rewrite docs for locals() and vars() a bit.
      ........
        r74933 | georg.brandl | 2009-09-18 16:35:59 -0500 (Fri, 18 Sep 2009) | 1 line
      
        #6930: clarify description about byteorder handling in UTF decoder routines.
      ........
        r74943 | georg.brandl | 2009-09-19 02:35:07 -0500 (Sat, 19 Sep 2009) | 1 line
      
        #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set.  Also clean up another usage of PyArg_ParseTuple.
      ........
        r74946 | georg.brandl | 2009-09-19 03:43:16 -0500 (Sat, 19 Sep 2009) | 1 line
      
        Update bug tracker reference.
      ........
        r74952 | georg.brandl | 2009-09-19 05:42:34 -0500 (Sat, 19 Sep 2009) | 1 line
      
        #6946: fix duplicate index entries for datetime classes.
      ........
        r74953 | georg.brandl | 2009-09-19 07:04:16 -0500 (Sat, 19 Sep 2009) | 1 line
      
        Fix references to threading.enumerate().
      ........
        r74954 | georg.brandl | 2009-09-19 08:13:56 -0500 (Sat, 19 Sep 2009) | 1 line
      
        Add Doug.
      ........
        r74955 | georg.brandl | 2009-09-19 08:20:49 -0500 (Sat, 19 Sep 2009) | 1 line
      
        Add Mark Summerfield.
      ........
        r75015 | georg.brandl | 2009-09-22 05:55:08 -0500 (Tue, 22 Sep 2009) | 1 line
      
        Fix encoding name.
      ........
        r75019 | vinay.sajip | 2009-09-22 12:23:41 -0500 (Tue, 22 Sep 2009) | 1 line
      
        Fixed a typo, and added sections on optimization and using arbitrary objects as messages.
      ........
        r75032 | benjamin.peterson | 2009-09-22 17:15:28 -0500 (Tue, 22 Sep 2009) | 1 line
      
        fix typos/rephrase
      ........
        r75068 | benjamin.peterson | 2009-09-25 21:57:59 -0500 (Fri, 25 Sep 2009) | 1 line
      
        comment out ugly xxx
      ........
        r75076 | vinay.sajip | 2009-09-26 09:53:32 -0500 (Sat, 26 Sep 2009) | 1 line
      
        Tidied up name of parameter in StreamHandler
      ........
        r75095 | michael.foord | 2009-09-27 14:15:41 -0500 (Sun, 27 Sep 2009) | 1 line
      
        Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
      ........
        r75098 | michael.foord | 2009-09-27 15:08:23 -0500 (Sun, 27 Sep 2009) | 1 line
      
        Documentation improvement for load_tests protocol in unittest. Issue 6515.
      ........
        r75102 | skip.montanaro | 2009-09-27 21:12:27 -0500 (Sun, 27 Sep 2009) | 3 lines
      
        Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
        Closes issue 6606.
      ........
        r75129 | vinay.sajip | 2009-09-29 02:08:54 -0500 (Tue, 29 Sep 2009) | 1 line
      
        Issue #7014: logging: Improved IronPython 2.6 compatibility.
      ........
        r75139 | raymond.hettinger | 2009-09-29 13:53:24 -0500 (Tue, 29 Sep 2009) | 3 lines
      
        Issue 7008: Better document str.title and show how to work around the apostrophe problem.
      ........
        r75230 | benjamin.peterson | 2009-10-04 08:38:38 -0500 (Sun, 04 Oct 2009) | 1 line
      
        test logging
      ........
      4ac9ce4f
  18. 13 Eyl, 2009 1 kayıt (commit)
  19. 13 Agu, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · c5605dff
      Georg Brandl yazdı
      Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r73941 | georg.brandl | 2009-07-11 12:39:00 +0200 (Sa, 11 Jul 2009) | 9 lines
      
        Merged revisions 73940 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73940 | georg.brandl | 2009-07-11 12:37:38 +0200 (Sa, 11 Jul 2009) | 1 line
      
          #6430: add note about size of "u" type.
        ........
      ................
        r73942 | georg.brandl | 2009-07-11 12:39:23 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6430: remove mention of "w" array typecode.
      ................
        r73943 | georg.brandl | 2009-07-11 12:43:08 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6421: The self argument of module-level PyCFunctions is now a reference to the module object.
      ................
        r74076 | georg.brandl | 2009-07-18 11:07:48 +0200 (Sa, 18 Jul 2009) | 1 line
      
        #6502: add missing comma in docstring.
      ................
        r74094 | georg.brandl | 2009-07-19 09:25:56 +0200 (So, 19 Jul 2009) | 10 lines
      
        Recorded merge of revisions 74089 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74089 | senthil.kumaran | 2009-07-19 04:43:43 +0200 (So, 19 Jul 2009) | 3 lines
      
          Fix for issue5102, timeout value propages between redirects, proxy, digest and
          auth handlers. Fixed tests to reflect the same.
        ........
      ................
        r74186 | georg.brandl | 2009-07-23 11:19:09 +0200 (Do, 23 Jul 2009) | 9 lines
      
        Recorded merge of revisions 74185 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line
      
          Fix the "pylocals" gdb command.
        ........
      ................
        r74211 | georg.brandl | 2009-07-26 16:48:09 +0200 (So, 26 Jul 2009) | 9 lines
      
        Recorded merge of revisions 74210 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74210 | georg.brandl | 2009-07-26 16:44:23 +0200 (So, 26 Jul 2009) | 1 line
      
          Move member descriptions inside the classes.
        ........
      ................
        r74212 | georg.brandl | 2009-07-26 16:54:51 +0200 (So, 26 Jul 2009) | 9 lines
      
        Merged revisions 74209 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line
      
          builtin -> built-in.
        ........
      ................
        r74213 | georg.brandl | 2009-07-26 17:02:41 +0200 (So, 26 Jul 2009) | 9 lines
      
        Merged revisions 74207 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line
      
          #6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
        ........
      ................
        r74214 | georg.brandl | 2009-07-26 17:03:49 +0200 (So, 26 Jul 2009) | 9 lines
      
        Merged revisions 74205 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74205 | georg.brandl | 2009-07-26 15:36:39 +0200 (So, 26 Jul 2009) | 1 line
      
          #6576: fix cross-refs in re docs.
        ........
      ................
        r74247 | georg.brandl | 2009-07-29 09:27:08 +0200 (Mi, 29 Jul 2009) | 9 lines
      
        Merged revisions 74239 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74239 | georg.brandl | 2009-07-28 18:55:32 +0000 (Di, 28 Jul 2009) | 1 line
      
          Clarify quote_plus() usage.
        ........
      ................
        r74254 | georg.brandl | 2009-07-29 18:14:16 +0200 (Mi, 29 Jul 2009) | 1 line
      
        #6586: fix return/argument type doc for os.read() and os.write().
      ................
        r74262 | alexandre.vassalotti | 2009-07-29 21:54:39 +0200 (Mi, 29 Jul 2009) | 57 lines
      
        Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line
      
          #6513: fix example code: warning categories are classes, not instances.
        ........
          r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line
      
          #6489: fix an ambiguity in getiterator() documentation.
        ........
          r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line
      
          remove docs for deprecated -p option
        ........
          r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line
      
          use bools
        ........
          r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
          Fix arg types of et#.
        ........
          r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
          Dont put "void" in signature for nullary functions.
        ........
          r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line
      
          #6571: add index entries for more operators.
        ........
          r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line
      
          #6593: fix link targets.
        ........
          r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line
      
          #6591: add reference to ioctl in fcntl module for platforms other than Windows.
        ........
          r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Add a link to readline, and mention IPython and bpython.
        ........
          r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Fix some markup and small factual glitches found by M. Markert.
        ........
          r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Fix a few markup glitches.
        ........
          r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
        ........
      ................
        r74311 | georg.brandl | 2009-08-04 22:29:27 +0200 (Di, 04 Aug 2009) | 1 line
      
        Slightly improve buffer-related error message.
      ................
        r74334 | georg.brandl | 2009-08-06 19:51:03 +0200 (Do, 06 Aug 2009) | 1 line
      
        #6648: mention surrogateescape handler where all standard handlers are listed.
      ................
        r74368 | georg.brandl | 2009-08-13 09:56:35 +0200 (Do, 13 Aug 2009) | 21 lines
      
        Merged revisions 74328,74332-74333,74365 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74328 | georg.brandl | 2009-08-06 17:06:25 +0200 (Do, 06 Aug 2009) | 1 line
      
          Fix base keyword arg name for int() and long().
        ........
          r74332 | georg.brandl | 2009-08-06 19:23:21 +0200 (Do, 06 Aug 2009) | 1 line
      
          Fix punctuation and one copy-paste error.
        ........
          r74333 | georg.brandl | 2009-08-06 19:43:55 +0200 (Do, 06 Aug 2009) | 1 line
      
          #6658: fix two typos.
        ........
          r74365 | georg.brandl | 2009-08-13 09:48:05 +0200 (Do, 13 Aug 2009) | 1 line
      
          #6679: Remove mention that sub supports no flags.
        ........
      ................
      c5605dff
  20. 29 Tem, 2009 2 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions… · 6d3dfc3f
      Alexandre Vassalotti yazdı
      Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line
      
        #6513: fix example code: warning categories are classes, not instances.
      ........
        r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line
      
        #6489: fix an ambiguity in getiterator() documentation.
      ........
        r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line
      
        remove docs for deprecated -p option
      ........
        r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line
      
        use bools
      ........
        r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
        Fix arg types of et#.
      ........
        r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
        Dont put "void" in signature for nullary functions.
      ........
        r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line
      
        #6571: add index entries for more operators.
      ........
        r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line
      
        #6593: fix link targets.
      ........
        r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line
      
        #6591: add reference to ioctl in fcntl module for platforms other than Windows.
      ........
        r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Add a link to readline, and mention IPython and bpython.
      ........
        r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Fix some markup and small factual glitches found by M. Markert.
      ........
        r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Fix a few markup glitches.
      ........
        r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
      ........
      6d3dfc3f
    • Georg Brandl's avatar
  21. 02 Nis, 2009 1 kayıt (commit)
  22. 01 Şub, 2009 1 kayıt (commit)
  23. 03 Ock, 2009 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 734373cc
      Georg Brandl yazdı
      Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68133 | antoine.pitrou | 2009-01-01 16:38:03 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fill in actual issue number in tests
      ........
        r68134 | hirokazu.yamamoto | 2009-01-01 16:45:39 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
        file with `str' filename on Windows.
      ........
        r68141 | benjamin.peterson | 2009-01-01 17:43:12 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fix highlighting
      ........
        r68142 | benjamin.peterson | 2009-01-01 18:29:49 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        welcome to 2009, Python!
      ........
        r68145 | amaury.forgeotdarc | 2009-01-02 01:03:54 +0100 (Fri, 02 Jan 2009) | 5 lines
      
        #4801 _collections module fails to build on cygwin.
      
        _PyObject_GC_TRACK is the macro version of PyObject_GC_Track,
        and according to documentation it should not be used for extension modules.
      ........
        r68146 | ronald.oussoren | 2009-01-02 11:44:46 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4472: "configure --enable-shared doesn't work on OSX"
      ........
        r68148 | ronald.oussoren | 2009-01-02 11:48:31 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Forgot to add a NEWS item in my previous checkin
      ........
        r68149 | ronald.oussoren | 2009-01-02 11:50:48 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4780
      ........
        r68159 | ronald.oussoren | 2009-01-02 15:48:17 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue 1627952
      ........
        r68160 | ronald.oussoren | 2009-01-02 15:52:09 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue r1737832
      ........
        r68161 | ronald.oussoren | 2009-01-02 16:00:05 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 1149804
      ........
        r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 4472 is incompatible with Cygwin, this patch
        should fix that.
      ........
        r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line
      
        document PyMemberDef
      ........
        r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        #4811: fix markup glitches (mostly remains of the conversion),
        found by Gabriel Genellina.
      ........
        r68172 | martin.v.loewis | 2009-01-02 21:32:55 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Issue #4075: Use OutputDebugStringW in Py_FatalError.
      ........
        r68173 | martin.v.loewis | 2009-01-02 21:40:14 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Issue #4051: Prevent conflict of UNICODE macros in cPickle.
      ........
        r68174 | benjamin.peterson | 2009-01-02 21:47:27 +0100 (Fri, 02 Jan 2009) | 1 line
      
        fix compilation on non-Windows platforms
      ........
        r68179 | raymond.hettinger | 2009-01-02 22:26:45 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Issue #4615.  Document how to use itertools for de-duping.
      ........
        r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove useless string literal.
      ........
        r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix indentation.
      ........
        r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Set eol-style correctly for mp_distributing.py.
      ........
        r68214 | georg.brandl | 2009-01-03 20:44:48 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Make indentation consistent.
      ........
        r68215 | georg.brandl | 2009-01-03 21:15:14 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix role name.
      ........
        r68217 | georg.brandl | 2009-01-03 21:30:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources.
      ........
        r68218 | georg.brandl | 2009-01-03 21:38:59 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Recognize usage of the default role.
      ........
        r68219 | georg.brandl | 2009-01-03 21:47:01 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix uses of the default role.
      ........
        r68220 | georg.brandl | 2009-01-03 21:55:06 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove trailing whitespace.
      ........
        r68221 | georg.brandl | 2009-01-03 22:04:55 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove tabs from the documentation.
      ........
        r68222 | georg.brandl | 2009-01-03 22:11:58 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Disable the line length checker by default.
      ........
      734373cc
    • Georg Brandl's avatar
      Remove trailing whitespace. · 48310cd3
      Georg Brandl yazdı
      48310cd3
    • Georg Brandl's avatar
      Remove trailing whitespace. · c62ef8b4
      Georg Brandl yazdı
      c62ef8b4
  24. 15 Ara, 2008 1 kayıt (commit)
  25. 05 Agu, 2008 1 kayıt (commit)
  26. 16 May, 2008 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions… · 5f8ced2b
      Alexandre Vassalotti yazdı
      Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62998 | andrew.kuchling | 2008-05-10 15:51:55 -0400 (Sat, 10 May 2008) | 7 lines
      
        #1858 from Tarek Ziade:
        Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI
        for discussion.
      
        The patch is slightly revised from Tarek's last patch: I've simplified
        the PyPIRCCommand.finalize_options() method to not look at sys.argv.
        Tests still pass.
      ........
        r63000 | alexandre.vassalotti | 2008-05-10 15:59:16 -0400 (Sat, 10 May 2008) | 5 lines
      
        Cleaned up io._BytesIO.write().
      
        I am amazed that the old code, for inserting null-bytes, actually
        worked. Who wrote that thing? Oh, it is me... doh.
      ........
        r63002 | brett.cannon | 2008-05-10 16:52:01 -0400 (Sat, 10 May 2008) | 2 lines
      
        Revert r62998 as it broke the build (seems distutils.config is missing).
      ........
        r63014 | andrew.kuchling | 2008-05-10 18:12:38 -0400 (Sat, 10 May 2008) | 1 line
      
        #1858: add distutils.config module
      ........
        r63027 | brett.cannon | 2008-05-10 21:09:32 -0400 (Sat, 10 May 2008) | 2 lines
      
        Flesh out the 3.0 deprecation to suggest using the ctypes module.
      ........
        r63028 | skip.montanaro | 2008-05-10 22:59:30 -0400 (Sat, 10 May 2008) | 4 lines
      
        Copied two versions of the example from the interactive session.  Delete
        one.
      ........
        r63037 | georg.brandl | 2008-05-11 03:02:17 -0400 (Sun, 11 May 2008) | 2 lines
      
        reload() takes the module itself.
      ........
        r63038 | alexandre.vassalotti | 2008-05-11 03:06:04 -0400 (Sun, 11 May 2008) | 4 lines
      
        Added test framework for handling module renames.
        Factored the import guard in test_py3kwarn.TestStdlibRemovals into
        a context manager, namely test_support.CleanImport.
      ........
        r63039 | georg.brandl | 2008-05-11 03:06:05 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2742: ``''`` is not converted to NULL in getaddrinfo.
      ........
        r63040 | alexandre.vassalotti | 2008-05-11 03:08:12 -0400 (Sun, 11 May 2008) | 2 lines
      
        Fixed typo in a comment of test_support.CleanImport.
      ........
        r63041 | alexandre.vassalotti | 2008-05-11 03:10:25 -0400 (Sun, 11 May 2008) | 2 lines
      
        Removed a dead line of code.
      ........
        r63043 | georg.brandl | 2008-05-11 04:47:53 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2812: document property.getter/setter/deleter.
      ........
        r63049 | georg.brandl | 2008-05-11 05:06:30 -0400 (Sun, 11 May 2008) | 2 lines
      
        #1153769: document PEP 237 changes to string formatting.
      ........
        r63050 | georg.brandl | 2008-05-11 05:11:40 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2809: elaborate str.split docstring a bit.
      ........
        r63051 | georg.brandl | 2008-05-11 06:13:59 -0400 (Sun, 11 May 2008) | 2 lines
      
        Fix typo.
      ........
        r63052 | georg.brandl | 2008-05-11 06:33:27 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2709: clarification.
      ........
        r63053 | georg.brandl | 2008-05-11 06:42:28 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2659: add ``break_on_hyphens`` to TextWrapper.
      ........
        r63057 | georg.brandl | 2008-05-11 06:59:39 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2741: clarification of value range for address_family.
      ........
        r63058 | georg.brandl | 2008-05-11 07:09:35 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2452: timeout is used for all blocking operations.
      ........
        r63059 | andrew.kuchling | 2008-05-11 09:33:56 -0400 (Sun, 11 May 2008) | 2 lines
      
        #1792: Improve performance of marshal.dumps() on large objects by increasing
        the size of the buffer more quickly.
      ........
        r63060 | andrew.kuchling | 2008-05-11 10:00:00 -0400 (Sun, 11 May 2008) | 1 line
      
        #1858: re-apply patch for this, adding the missing files
      ........
        r63061 | benjamin.peterson | 2008-05-11 10:13:25 -0400 (Sun, 11 May 2008) | 2 lines
      
        Add the "until" command to pdb
      ........
        r63062 | georg.brandl | 2008-05-11 10:17:13 -0400 (Sun, 11 May 2008) | 2 lines
      
        Add some sentence endings.
      ........
      5f8ced2b
  27. 15 May, 2008 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions… · 6461e101
      Alexandre Vassalotti yazdı
      Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62914 | skip.montanaro | 2008-05-08 20:45:00 -0400 (Thu, 08 May 2008) | 4 lines
      
        Add an example about using NamedTemporaryFile() to replace mktemp().  I'm
        unclear whether the verbatim text should have been indented or by how much.
      ........
        r62915 | benjamin.peterson | 2008-05-08 20:50:40 -0400 (Thu, 08 May 2008) | 2 lines
      
        reindent example
      ........
        r62927 | georg.brandl | 2008-05-09 02:09:25 -0400 (Fri, 09 May 2008) | 2 lines
      
        #2788: add .hgignore file.
      ........
        r62928 | georg.brandl | 2008-05-09 02:10:43 -0400 (Fri, 09 May 2008) | 2 lines
      
        #2781: fix function name.
      ........
        r62929 | georg.brandl | 2008-05-09 02:18:27 -0400 (Fri, 09 May 2008) | 2 lines
      
        Add a sentence to basicConfig() that is in the docstring.
      ........
        r62930 | georg.brandl | 2008-05-09 02:26:54 -0400 (Fri, 09 May 2008) | 2 lines
      
        Add another link to colorsys docs.
      ........
        r62931 | georg.brandl | 2008-05-09 02:36:07 -0400 (Fri, 09 May 2008) | 2 lines
      
        Add Kodos as a re reference.
      ........
        r62932 | georg.brandl | 2008-05-09 02:39:58 -0400 (Fri, 09 May 2008) | 2 lines
      
        Add a note about using reload().
      ........
        r62933 | andrew.kuchling | 2008-05-09 07:46:05 -0400 (Fri, 09 May 2008) | 3 lines
      
        Update planned release date.
        Uncomment PEP 370 section.
        Add some module items
      ........
        r62934 | christian.heimes | 2008-05-09 08:19:09 -0400 (Fri, 09 May 2008) | 1 line
      
        Add --user option to build_ext
      ........
        r62948 | mark.dickinson | 2008-05-09 13:54:23 -0400 (Fri, 09 May 2008) | 3 lines
      
        Issue #2487.  math.ldexp(x, n) raised OverflowError when n was large and
        negative; fix to return an (appropriately signed) zero instead.
      ........
        r62949 | martin.v.loewis | 2008-05-09 14:21:55 -0400 (Fri, 09 May 2008) | 1 line
      
        Use the CHM file name that Sphinx assigns.
      ........
      6461e101