1. 29 Mar, 2015 1 kayıt (commit)
  2. 26 Kas, 2010 4 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · f65e25b6
      Georg Brandl yazdı
      Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line
      
        A newline in lineno output breaks pyframe output.
      ........
        r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix latex conversion glitch in property/feature descriptions.
      ........
        r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Build a PDF of the FAQs too.
      ........
        r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line
      
        #10008: Fix duplicate index entry.
      ........
        r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Fix weird line block in table.
      ........
        r86550 | georg.brandl | 2010-11-20 11:24:34 +0100 (Sa, 20 Nov 2010) | 1 line
      
        Fix rst markup errors.
      ........
        r86561 | georg.brandl | 2010-11-20 12:47:10 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10460: Update indent.pro to match PEP 7 better.
      ........
        r86562 | georg.brandl | 2010-11-20 14:44:41 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10439: document PyCodec C APIs.
      ........
        r86564 | georg.brandl | 2010-11-20 15:08:53 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10460: an even better indent.pro.
      ........
        r86565 | georg.brandl | 2010-11-20 15:16:17 +0100 (Sa, 20 Nov 2010) | 1 line
      
        socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case.
      ........
        r86705 | georg.brandl | 2010-11-23 08:54:19 +0100 (Di, 23 Nov 2010) | 1 line
      
        #10468: document Unicode exception creation and access functions.
      ........
        r86708 | georg.brandl | 2010-11-23 09:37:54 +0100 (Di, 23 Nov 2010) | 2 lines
      
        #10511: clarification of what heaps are; suggested by Johannes Hoff.
      ........
        r86713 | georg.brandl | 2010-11-23 19:14:57 +0100 (Di, 23 Nov 2010) | 1 line
      
        assert.h is also included. Thanks to Savio Sena.
      ........
      f65e25b6
    • Georg Brandl's avatar
      Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from · d62ecbf0
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line
      
        #10092: Properly reset locale in Locale*Calendar classes.  The context manager was buggy because setlocale() returns the *new* locale, not the old.  Also add a test for this.
      ........
        r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line
      
        Be consistent in the spelling of thread-safe(ty).
      ........
        r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line
      
        Fix r85728: use "" to mean the system default locale, which should work on more systems.
      ........
        r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line
      
        #10159: sort completion matches before comparing to dir() result.
      ........
        r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
      ........
        r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output.
      ........
        r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line
      
        Fix missing import.
      ........
        r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line
      
        #3077: fix h2py substitution of character literals.
      ........
        r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        #1203650: allow larger list of files in windows makefile for freeze.
      ........
        r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line
      
        #4829: better error message for invalid file mode
      ........
        r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        Add .hgeol file for the Mercurial EOL extension.
      ........
      d62ecbf0
    • Georg Brandl's avatar
      Merged revisions… · 3b85b9b4
      Georg Brandl yazdı
      Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line
      
        Markup fix.
      ........
        r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line
      
        #10200: typo.
      ........
        r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line
      
        #10200: typo.
      ........
        r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line
      
        Add David.
      ........
        r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line
      
        #10222: fix for overzealous AIX compiler.
      ........
        r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line
      
        (?:...) is a non-capturing, but still grouping construct.
      ........
        r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line
      
        A newline in lineno output breaks pyframe output.
      ........
        r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line
      
        Move glossary entry to the right position and fix link.
      ........
        r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix latex conversion glitch in property/feature descriptions.
      ........
        r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Build a PDF of the FAQs too.
      ........
        r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line
      
        #10008: Fix duplicate index entry.
      ........
        r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Fix weird line block in table.
      ........
      3b85b9b4
    • Georg Brandl's avatar
      Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from · 1060380e
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output.
      ........
        r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line
      
        Fix missing import.
      ........
        r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line
      
        #3077: fix h2py substitution of character literals.
      ........
        r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        #1203650: allow larger list of files in windows makefile for freeze.
      ........
        r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line
      
        #4829: better error message for invalid file mode
      ........
        r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        Add .hgeol file for the Mercurial EOL extension.
      ........
        r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line
      
        Fix style.
      ........
        r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line
      
        Add documentation about the default warnings filters.
      ........
      1060380e
  3. 03 Kas, 2010 1 kayıt (commit)
  4. 21 Eki, 2010 1 kayıt (commit)
  5. 17 Eki, 2010 8 kayıt (commit)
  6. 14 Ock, 2010 2 kayıt (commit)
  7. 27 Eki, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · f004d9dc
      Georg Brandl yazdı
      Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,74838-74839,74865,74946,75402,75459,75604,75696 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73206 | georg.brandl | 2009-06-04 11:15:12 +0200 (Do, 04 Jun 2009) | 1 line
      
        #3584: ignore trailing newlines when placing the caret for a SyntaxError location.
      ........
        r73232 | georg.brandl | 2009-06-04 20:59:58 +0200 (Do, 04 Jun 2009) | 1 line
      
        Add test for #3684.
      ........
        r73299 | georg.brandl | 2009-06-08 20:41:36 +0200 (Mo, 08 Jun 2009) | 1 line
      
        Typo fix.
      ........
        r73683 | georg.brandl | 2009-06-29 16:44:49 +0200 (Mo, 29 Jun 2009) | 1 line
      
        Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint.
      ........
        r74020 | georg.brandl | 2009-07-16 09:18:07 +0200 (Do, 16 Jul 2009) | 1 line
      
        #5910: fix kqueue for calls with more than one event.
      ........
        r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line
      
        Fix the "pylocals" gdb command.
      ........
        r74544 | georg.brandl | 2009-08-24 19:12:30 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6775: fix python.org URLs in README.
      ........
        r74643 | georg.brandl | 2009-09-04 08:59:20 +0200 (Fr, 04 Sep 2009) | 2 lines
      
        Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module.
      ........
        r74647 | georg.brandl | 2009-09-04 10:17:04 +0200 (Fr, 04 Sep 2009) | 2 lines
      
        Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
      ........
        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.
      ........
        r74838 | georg.brandl | 2009-09-16 18:22:12 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Remove some more boilerplate from the actual tests in test_pdb.
      ........
        r74839 | georg.brandl | 2009-09-16 18:36:39 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that.
      ........
        r74865 | georg.brandl | 2009-09-17 09:49:37 +0200 (Do, 17 Sep 2009) | 1 line
      
        #6912: add "with" block support to pindent.
      ........
        r74946 | georg.brandl | 2009-09-19 10:43:16 +0200 (Sa, 19 Sep 2009) | 1 line
      
        Update bug tracker reference.
      ........
        r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7125: fix typo.
      ........
        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__.
      ........
        r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix stylesheet for multi-paragraph impl-details.
      ........
        r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line
      
        Fix a demo.
      ........
      f004d9dc
  8. 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
  9. 23 Tem, 2009 2 kayıt (commit)
  10. 11 Nis, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · f47ed4a0
      Benjamin Peterson yazdı
      Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70912 | georg.brandl | 2009-03-31 17:35:46 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5617: add a handy function to print a unicode string to gdbinit.
      ........
        r70944 | georg.brandl | 2009-03-31 23:32:39 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5631: add upload to list of possible commands, which is presented in --help-commands.
      ........
        r70968 | michael.foord | 2009-04-01 13:25:38 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Adding Wing project file
      ........
        r71033 | brett.cannon | 2009-04-01 22:34:53 -0500 (Wed, 01 Apr 2009) | 3 lines
      
        Fix two issues introduced by issue #71031 by changing the signature of
        PyImport_AppendInittab() to take a const char *.
      ........
        r71041 | jesse.noller | 2009-04-02 00:17:26 -0500 (Thu, 02 Apr 2009) | 1 line
      
        Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
      ........
        r71208 | michael.foord | 2009-04-04 20:15:01 -0500 (Sat, 04 Apr 2009) | 4 lines
      
        Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__.
      
        Issue #5693
      ........
        r71263 | michael.foord | 2009-04-05 14:19:28 -0500 (Sun, 05 Apr 2009) | 4 lines
      
        Adding assertIs and assertIsNot methods to unittest.TestCase
      
        Issue #2578
      ........
        r71286 | tarek.ziade | 2009-04-05 17:04:38 -0500 (Sun, 05 Apr 2009) | 1 line
      
        added a simplest test to distutils.spawn._nt_quote_args
      ........
        r71395 | benjamin.peterson | 2009-04-08 08:27:29 -0500 (Wed, 08 Apr 2009) | 1 line
      
        these must be installed to correctly run tests
      ........
        r71396 | benjamin.peterson | 2009-04-08 08:29:41 -0500 (Wed, 08 Apr 2009) | 1 line
      
        fix syntax
      ........
        r71405 | andrew.kuchling | 2009-04-09 06:22:47 -0500 (Thu, 09 Apr 2009) | 1 line
      
        Add items
      ........
        r71406 | andrew.kuchling | 2009-04-09 06:23:36 -0500 (Thu, 09 Apr 2009) | 1 line
      
        Typo fixes
      ........
        r71485 | andrew.kuchling | 2009-04-11 11:12:23 -0500 (Sat, 11 Apr 2009) | 1 line
      
        Add various items
      ........
        r71492 | georg.brandl | 2009-04-11 13:19:27 -0500 (Sat, 11 Apr 2009) | 1 line
      
        Take credit for a patch of mine.
      ........
        r71494 | benjamin.peterson | 2009-04-11 14:31:00 -0500 (Sat, 11 Apr 2009) | 1 line
      
        ignore py3_test_grammar when compiling the library
      ........
      f47ed4a0
  11. 05 Nis, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 9b08e05e
      Georg Brandl yazdı
      Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70866 | georg.brandl | 2009-03-31 21:06:57 +0200 (Di, 31 Mär 2009) | 1 line
      
        #4882: document named group behavior a bit better.
      ........
        r70867 | georg.brandl | 2009-03-31 21:10:35 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1096310: document usage of sys.__std*__ a bit better.
      ........
        r70868 | georg.brandl | 2009-03-31 21:12:17 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5190: export make_option in __all__.
      ........
        r70870 | georg.brandl | 2009-03-31 21:26:24 +0200 (Di, 31 Mär 2009) | 1 line
      
        #4411: document mro() and __mro__. (I hope I got it right.)
      ........
        r70871 | georg.brandl | 2009-03-31 21:30:56 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5618: fix typo.
      ........
        r70893 | georg.brandl | 2009-03-31 22:56:32 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1530012: move TQS section before raw strings.
      ........
        r70896 | georg.brandl | 2009-03-31 23:15:33 +0200 (Di, 31 Mär 2009) | 1 line
      
        #5598: document DocFileSuite *args argument.
      ........
        r70902 | georg.brandl | 2009-03-31 23:43:03 +0200 (Di, 31 Mär 2009) | 1 line
      
        #1675026: add a note about a strange Windows problem, and remove notes about AtheOS.
      ........
        r70905 | georg.brandl | 2009-04-01 00:03:40 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5563: more documentation for bdist_msi.
      ........
        r70907 | georg.brandl | 2009-04-01 00:18:19 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #3427: document correct return type for urlopen().info().
      ........
        r70912 | georg.brandl | 2009-04-01 00:35:46 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5617: add a handy function to print a unicode string to gdbinit.
      ........
        r70915 | georg.brandl | 2009-04-01 00:40:16 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5018: remove confusing paragraph.
      ........
        r70927 | georg.brandl | 2009-04-01 01:01:27 +0200 (Mi, 01 Apr 2009) | 1 line
      
        Dont shout to users.
      ........
        r70933 | georg.brandl | 2009-04-01 02:04:33 +0200 (Mi, 01 Apr 2009) | 2 lines
      
        Issue #5635: Fix running test_sys with tracing enabled.
      ........
        r70940 | georg.brandl | 2009-04-01 06:21:14 +0200 (Mi, 01 Apr 2009) | 2 lines
      
        The SimpleXMLRPCServer's CGI handler now runs like a pony.
      ........
        r70944 | georg.brandl | 2009-04-01 06:32:39 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5631: add upload to list of possible commands, which is presented in --help-commands.
      ........
        r70954 | georg.brandl | 2009-04-01 17:23:43 +0200 (Mi, 01 Apr 2009) | 1 line
      
        Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.
      ........
        r70963 | georg.brandl | 2009-04-01 19:46:01 +0200 (Mi, 01 Apr 2009) | 1 line
      
        #5655: fix docstring oversight.
      ........
        r70998 | georg.brandl | 2009-04-01 23:54:21 +0200 (Mi, 01 Apr 2009) | 1 line
      
        In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext.
      ........
        r71056 | georg.brandl | 2009-04-02 19:43:07 +0200 (Do, 02 Apr 2009) | 2 lines
      
        Actually the displayhook should print the repr.
      ........
      9b08e05e
  12. 31 Mar, 2009 1 kayıt (commit)
  13. 24 Agu, 2008 1 kayıt (commit)
  14. 27 Agu, 2007 1 kayıt (commit)
  15. 05 Eyl, 2005 1 kayıt (commit)
  16. 13 Agu, 2005 1 kayıt (commit)
  17. 08 Ock, 2005 1 kayıt (commit)
    • Skip Montanaro's avatar
      Add definitions for "up" and "down" commands that print/display the current · afd77d98
      Skip Montanaro yazdı
      Python file/line when the current C execution frame is inside
      PyEval_EvalFrame.  These are commented out by default because GDB sometimes
      crashes as a result (seems like a GDB bug).
      
      Add a pyframe command that displays the current Python stack frame.  If the
      marked lines are uncommented, it will also cause Emacs/XEmacs to display the
      current file/line.
      afd77d98
  18. 17 Kas, 2004 1 kayıt (commit)
  19. 07 Agu, 2004 1 kayıt (commit)
  20. 02 Nis, 2004 2 kayıt (commit)
  21. 01 Mar, 2004 1 kayıt (commit)
  22. 03 Eki, 2003 1 kayıt (commit)
  23. 24 Ock, 2001 1 kayıt (commit)
  24. 23 Ock, 2001 1 kayıt (commit)