1. 02 Mar, 2009 1 kayıt (commit)
  2. 01 Ock, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 68116-68119,68121,68123-68127 via svnmerge from · 75edad05
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68116 | georg.brandl | 2009-01-01 05:46:51 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4100: note that element children are not necessarily present on "start" events.
      ........
        r68117 | georg.brandl | 2009-01-01 05:53:55 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4156: make clear that "protocol" is to be replaced with the protocol name.
      ........
        r68118 | georg.brandl | 2009-01-01 06:00:19 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4185: clarify escape behavior of replacement strings.
      ........
        r68119 | georg.brandl | 2009-01-01 06:09:40 -0600 (Thu, 01 Jan 2009) | 3 lines
      
        #4222: document dis.findlabels() and dis.findlinestarts() and
        put them into dis.__all__.
      ........
        r68121 | georg.brandl | 2009-01-01 06:43:33 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        Point to types module in new module deprecation notice.
      ........
        r68123 | georg.brandl | 2009-01-01 06:52:29 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4784: ... on three counts ...
      ........
        r68124 | georg.brandl | 2009-01-01 06:53:19 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4782: Fix markup error that hid load() and loads().
      ........
        r68125 | georg.brandl | 2009-01-01 07:02:09 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4776: add data_files and package_dir arguments.
      ........
        r68126 | georg.brandl | 2009-01-01 07:05:13 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        Handlers are in the `logging.handlers` module.
      ........
        r68127 | georg.brandl | 2009-01-01 07:14:49 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4767: Use correct submodules for all MIME classes.
      ........
      75edad05
  3. 10 Eyl, 2008 1 kayıt (commit)
  4. 19 Agu, 2008 1 kayıt (commit)
  5. 11 May, 2008 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Rename copy_reg module to copyreg. · f7fa63dd
      Alexandre Vassalotti yazdı
      Updated documentation.
      Merged revisions 63042 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63042 | alexandre.vassalotti | 2008-05-11 04:25:28 -0400 (Sun, 11 May 2008) | 5 lines
      
        Added module stub for copy_reg renaming in 3.0.
        Renamed copy_reg to copyreg in the standard library, to avoid
        spurious warnings and ease later merging to py3k branch. Public
        documentation remains intact.
      ........
      f7fa63dd
  6. 06 Şub, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · 2202f877
      Christian Heimes yazdı
      Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60568 | christian.heimes | 2008-02-04 19:48:38 +0100 (Mon, 04 Feb 2008) | 1 line
      
        Increase debugging to investige failing tests on some build bots
      ........
        r60570 | christian.heimes | 2008-02-04 20:30:05 +0100 (Mon, 04 Feb 2008) | 1 line
      
        Small adjustments for test compact freelist test. It's no passing on Windows as well.
      ........
        r60573 | amaury.forgeotdarc | 2008-02-04 21:53:14 +0100 (Mon, 04 Feb 2008) | 2 lines
      
        Correct quotes in NEWS file
      ........
        r60575 | amaury.forgeotdarc | 2008-02-04 22:45:05 +0100 (Mon, 04 Feb 2008) | 13 lines
      
        #1750076: Debugger did not step on every iteration of a while statement.
      
        The mapping between bytecode offsets and source lines (lnotab) did not contain
        an entry for the beginning of the loop.
      
        Now it does, and the lnotab can be a bit larger:
        in particular, several statements on the same line generate several entries.
        However, this does not bother the settrace function, which will trigger only
        one 'line' event.
      
        The lnotab seems to be exactly the same as with python2.4.
      ........
        r60584 | amaury.forgeotdarc | 2008-02-05 01:26:21 +0100 (Tue, 05 Feb 2008) | 3 lines
      
        Change r60575 broke test_compile:
        there is no need to emit co_lnotab item when both offsets are zeros.
      ........
        r60587 | skip.montanaro | 2008-02-05 03:32:16 +0100 (Tue, 05 Feb 2008) | 1 line
      
        sync with most recent version from python-mode sf project
      ........
        r60588 | lars.gustaebel | 2008-02-05 12:51:40 +0100 (Tue, 05 Feb 2008) | 5 lines
      
        Issue #2004: Use mode 0700 for temporary directories and default
        permissions for missing directories.
      
        (will backport to 2.5)
      ........
        r60590 | georg.brandl | 2008-02-05 13:01:24 +0100 (Tue, 05 Feb 2008) | 2 lines
      
        Convert external links to internal links. Fixes #2010.
      ........
        r60592 | marc-andre.lemburg | 2008-02-05 15:50:40 +0100 (Tue, 05 Feb 2008) | 3 lines
      
        Keep distutils Python 2.1 compatible (or even Python 2.4 in this case).
      ........
        r60593 | andrew.kuchling | 2008-02-05 17:06:57 +0100 (Tue, 05 Feb 2008) | 5 lines
      
        Update PEP URL.
        (This code is duplicated between pydoc and DocXMLRPCServer; maybe it
        should be refactored as a GHOP project.)
      
        2.5.2 backport candidate.
      ........
        r60596 | guido.van.rossum | 2008-02-05 18:32:15 +0100 (Tue, 05 Feb 2008) | 2 lines
      
        In the experimental 'Scanner' feature, the group count was set wrong.
      ........
        r60602 | facundo.batista | 2008-02-05 20:03:32 +0100 (Tue, 05 Feb 2008) | 3 lines
      
      
        Issue 1951. Converts wave test cases to unittest.
      ........
        r60603 | georg.brandl | 2008-02-05 20:07:10 +0100 (Tue, 05 Feb 2008) | 2 lines
      
        Actually run the test.
      ........
        r60604 | skip.montanaro | 2008-02-05 20:24:30 +0100 (Tue, 05 Feb 2008) | 2 lines
      
        correct object name
      ........
        r60605 | georg.brandl | 2008-02-05 20:58:17 +0100 (Tue, 05 Feb 2008) | 7 lines
      
        * Use the same code to profile for test_profile and test_cprofile.
        * Convert both to unittest.
        * Use the same unit testing code.
        * Include the expected output in both test files.
        * Make it possible to regenerate the expected output by running
          the file as a script with an '-r' argument.
      ........
        r60613 | raymond.hettinger | 2008-02-06 02:49:00 +0100 (Wed, 06 Feb 2008) | 1 line
      
        Sync-up with Py3k work.
      ........
        r60614 | christian.heimes | 2008-02-06 13:44:34 +0100 (Wed, 06 Feb 2008) | 1 line
      
        Limit free list of method and builtin function objects to 256 entries each.
      ........
        r60616 | christian.heimes | 2008-02-06 14:33:44 +0100 (Wed, 06 Feb 2008) | 7 lines
      
        Unified naming convention for free lists and their limits. All free lists
        in Object/ are named ``free_list``, the counter ``numfree`` and the upper
        limit is a macro ``PyName_MAXFREELIST`` inside an #ifndef block.
      
        The chances should make it easier to adjust Python for platforms with
        less memory, e.g. mobile phones.
      ........
      2202f877
  7. 27 Ock, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 60284-60349 via svnmerge from · af98da18
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60286 | christian.heimes | 2008-01-25 15:54:23 +0100 (Fri, 25 Jan 2008) | 1 line
      
        setup.py doesn't pick up changes to a header file
      ........
        r60287 | christian.heimes | 2008-01-25 16:52:11 +0100 (Fri, 25 Jan 2008) | 2 lines
      
        Added the Python core headers Include/*.h and pyconfig.h as dependencies for the extensions in Modules/
        It forces a rebuild of all extensions when a header files has been modified
      ........
        r60291 | raymond.hettinger | 2008-01-25 20:24:46 +0100 (Fri, 25 Jan 2008) | 4 lines
      
        Changes 54857 and 54840 broke code and were reverted in Py2.5 just before
        it was released, but that reversion never made it to the Py2.6 head.
      ........
        r60296 | guido.van.rossum | 2008-01-25 20:50:26 +0100 (Fri, 25 Jan 2008) | 2 lines
      
        Rewrite the list_inline_repeat overflow check slightly differently.
      ........
        r60301 | thomas.wouters | 2008-01-25 22:09:34 +0100 (Fri, 25 Jan 2008) | 4 lines
      
      
        Use the right (portable) definition of the max of a Py_ssize_t.
      ........
        r60303 | thomas.wouters | 2008-01-26 02:47:05 +0100 (Sat, 26 Jan 2008) | 5 lines
      
      
        Make 'testall' work again when building in a separate directory.
        test_distutils still fails when doing that.
      ........
        r60305 | neal.norwitz | 2008-01-26 06:54:48 +0100 (Sat, 26 Jan 2008) | 3 lines
      
        Prevent this test from failing if there are transient network problems
        by retrying the host for up to 3 times.
      ........
        r60306 | neal.norwitz | 2008-01-26 08:26:12 +0100 (Sat, 26 Jan 2008) | 12 lines
      
        Use a condition variable (threading.Event) rather than sleeps and checking a
        global to determine when the server is ready to be used.  This slows the test
        down, but should make it correct.  There was a race condition before where the
        server could have assigned a port, yet it wasn't ready to serve requests.  If
        the client sent a request before the server was completely ready, it would get
        an exception.  There was machinery to try to handle this condition.  All of
        that should be unnecessary and removed if this change works.  A NOTE was
        added as a comment about what needs to be fixed.
      
        The buildbots will tell us if there are more errors or
        if this test is now stable.
      ........
        r60307 | neal.norwitz | 2008-01-26 08:38:03 +0100 (Sat, 26 Jan 2008) | 3 lines
      
        Fix exception in tearDown on ppc buildbot.  If there's no directory,
        that shouldn't cause the test to fail.  Just like it setUp.
      ........
        r60308 | raymond.hettinger | 2008-01-26 09:19:06 +0100 (Sat, 26 Jan 2008) | 3 lines
      
        Make PySet_Add() work with frozensets.  Works like PyTuple_SetItem() to build-up values in a brand new frozenset.
      ........
        r60309 | neal.norwitz | 2008-01-26 09:26:00 +0100 (Sat, 26 Jan 2008) | 1 line
      
        The OS X buildbot had errors with the unavailable exceptions disabled.  Restore it.
      ........
        r60310 | raymond.hettinger | 2008-01-26 09:37:28 +0100 (Sat, 26 Jan 2008) | 4 lines
      
        Let marshal build-up sets and frozensets one element at a time.
        Saves the unnecessary creation of a tuple as intermediate container.
      ........
        r60311 | raymond.hettinger | 2008-01-26 09:41:13 +0100 (Sat, 26 Jan 2008) | 1 line
      
        Update test code for change to PySet_Add().
      ........
        r60312 | raymond.hettinger | 2008-01-26 10:31:11 +0100 (Sat, 26 Jan 2008) | 1 line
      
        Revert PySet_Add() changes.
      ........
        r60314 | georg.brandl | 2008-01-26 10:43:35 +0100 (Sat, 26 Jan 2008) | 2 lines
      
        #1934: fix os.path.isabs docs.
      ........
        r60316 | georg.brandl | 2008-01-26 12:00:18 +0100 (Sat, 26 Jan 2008) | 2 lines
      
        Add missing things in re docstring.
      ........
        r60317 | georg.brandl | 2008-01-26 12:02:22 +0100 (Sat, 26 Jan 2008) | 2 lines
      
        Slashes allowed on Windows.
      ........
        r60319 | georg.brandl | 2008-01-26 14:41:21 +0100 (Sat, 26 Jan 2008) | 2 lines
      
        Fix markup again.
      ........
        r60320 | andrew.kuchling | 2008-01-26 14:50:51 +0100 (Sat, 26 Jan 2008) | 1 line
      
        Add some items
      ........
        r60321 | georg.brandl | 2008-01-26 15:02:38 +0100 (Sat, 26 Jan 2008) | 2 lines
      
        Clarify "b" mode under Unix.
      ........
        r60322 | georg.brandl | 2008-01-26 15:03:47 +0100 (Sat, 26 Jan 2008) | 3 lines
      
        #1940: make it possible to use curses.filter() before curses.initscr()
        as the documentation says.
      ........
        r60324 | georg.brandl | 2008-01-26 15:14:20 +0100 (Sat, 26 Jan 2008) | 3 lines
      
        #1473257: add generator.gi_code attribute that refers to
        the original code object backing the generator. Patch by Collin Winter.
      ........
        r60325 | georg.brandl | 2008-01-26 15:19:22 +0100 (Sat, 26 Jan 2008) | 2 lines
      
        Move C API entries to the corresponding section.
      ........
        r60326 | christian.heimes | 2008-01-26 17:43:35 +0100 (Sat, 26 Jan 2008) | 1 line
      
        Unit test fix from Giampaolo Rodola, #1938
      ........
        r60327 | gregory.p.smith | 2008-01-26 19:51:05 +0100 (Sat, 26 Jan 2008) | 2 lines
      
        Update docs for new callpack params added in r60188
      ........
        r60329 | neal.norwitz | 2008-01-26 21:24:36 +0100 (Sat, 26 Jan 2008) | 3 lines
      
        Cleanup the code a bit.  test_rfind is failing on PPC and PPC64 buildbots,
        this might fix the problem.
      ........
        r60330 | neal.norwitz | 2008-01-26 22:02:45 +0100 (Sat, 26 Jan 2008) | 1 line
      
        Always try to remove the test file even if close raises an exception
      ........
        r60331 | neal.norwitz | 2008-01-26 22:21:59 +0100 (Sat, 26 Jan 2008) | 3 lines
      
        Reduce the race condition by signalling when the server is ready
        and not trying to connect before.
      ........
        r60334 | neal.norwitz | 2008-01-27 00:13:46 +0100 (Sun, 27 Jan 2008) | 5 lines
      
        On some systems (e.g., Ubuntu on hppa) the flush()
        doesn't cause the exception, but the close() does.
      
        Will backport.
      ........
        r60335 | neal.norwitz | 2008-01-27 00:14:17 +0100 (Sun, 27 Jan 2008) | 2 lines
      
        Consistently use tempfile.tempdir for the db_home directory.
      ........
        r60338 | neal.norwitz | 2008-01-27 02:44:05 +0100 (Sun, 27 Jan 2008) | 4 lines
      
        Eliminate the sleeps that assume the server will start in .5 seconds.
        This should make the test less flaky.  It also speeds up the test
        by about 75% on my box (20+ seconds -> ~4 seconds).
      ........
        r60342 | neal.norwitz | 2008-01-27 06:02:34 +0100 (Sun, 27 Jan 2008) | 6 lines
      
        Try to prevent this test from being flaky.  We might need a sleep in here
        which isn't as bad as it sounds.  The close() *should* raise an exception,
        so if it didn't we should give more time to sync and really raise it.
      
        Will backport.
      ........
        r60344 | jeffrey.yasskin | 2008-01-27 06:40:35 +0100 (Sun, 27 Jan 2008) | 3 lines
      
        Make rational.gcd() public and allow Rational to take decimal strings, per
        Raymond's advice.
      ........
        r60345 | neal.norwitz | 2008-01-27 08:36:03 +0100 (Sun, 27 Jan 2008) | 3 lines
      
        Mostly reformat.  Also set an error and return NULL if neither MS_WINDOWS
        nor UNIX is defined.  This may have caused problems on cygwin.
      ........
        r60346 | neal.norwitz | 2008-01-27 08:37:38 +0100 (Sun, 27 Jan 2008) | 3 lines
      
        Use int for the sign rather than a char.  char can be signed or unsigned.
        It's system dependent.  This might fix the problem with test_rfind failing.
      ........
        r60347 | neal.norwitz | 2008-01-27 08:41:33 +0100 (Sun, 27 Jan 2008) | 1 line
      
        Add stdarg include for va_list to get this to compile on cygwin
      ........
        r60348 | raymond.hettinger | 2008-01-27 11:13:57 +0100 (Sun, 27 Jan 2008) | 1 line
      
        Docstring nit
      ........
        r60349 | raymond.hettinger | 2008-01-27 11:47:55 +0100 (Sun, 27 Jan 2008) | 1 line
      
        Removed an unnecessary and confusing paragraph from the namedtuple docs.
      ........
      af98da18
  8. 21 Ock, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from · 86def6cb
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60151 | christian.heimes | 2008-01-21 14:11:15 +0100 (Mon, 21 Jan 2008) | 1 line
      
        A bunch of header files were not listed as dependencies for object files. Changes to files like Parser/parser.h weren't picked up by make.
      ........
        r60152 | georg.brandl | 2008-01-21 15:16:46 +0100 (Mon, 21 Jan 2008) | 3 lines
      
        #1087741: make mmap.mmap the type of mmap objects, not a
        factory function. Allow it to be subclassed.
      ........
        r60153 | georg.brandl | 2008-01-21 15:18:14 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        mmap is an extension module.
      ........
        r60154 | georg.brandl | 2008-01-21 17:28:13 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Fix example.
      ........
        r60155 | georg.brandl | 2008-01-21 17:34:07 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1555501: document plistlib and move it to the general library.
      ........
        r60156 | georg.brandl | 2008-01-21 17:36:00 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Add a stub for bundlebuilder documentation.
      ........
        r60157 | georg.brandl | 2008-01-21 17:46:58 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).
      ........
        r60158 | georg.brandl | 2008-01-21 17:51:51 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #997912: acknowledge nested scopes in tutorial.
      ........
        r60159 | vinay.sajip | 2008-01-21 18:02:26 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
      ........
        r60161 | georg.brandl | 2008-01-21 18:13:03 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Adapt pydoc to new doc URLs.
      ........
        r60162 | georg.brandl | 2008-01-21 18:17:00 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Fix old link.
      ........
        r60163 | georg.brandl | 2008-01-21 18:22:06 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1726198: replace while 1: fp.readline() with file iteration.
      ........
        r60164 | georg.brandl | 2008-01-21 18:29:23 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Clarify $ behavior in re docstring. #1631394.
      ........
        r60165 | vinay.sajip | 2008-01-21 18:39:22 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Minor documentation change - hyperlink tidied up.
      ........
        r60166 | georg.brandl | 2008-01-21 18:42:40 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1530959: change distutils build dir for --with-pydebug python builds.
      ........
        r60167 | vinay.sajip | 2008-01-21 19:16:05 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Updated to include news on recent logging fixes and documentation changes.
      ........
        r60168 | georg.brandl | 2008-01-21 19:35:49 +0100 (Mon, 21 Jan 2008) | 3 lines
      
        Issue #1882: when compiling code from a string, encoding cookies in the
        second line of code were not always recognized correctly.
      ........
        r60170 | georg.brandl | 2008-01-21 19:36:51 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Add NEWS entry for #1882.
      ........
        r60172 | georg.brandl | 2008-01-21 19:41:24 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Use original location of document, which has translations.
      ........
        r60173 | walter.doerwald | 2008-01-21 21:18:04 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Follow PEP 8 in module docstring.
      ........
        r60175 | georg.brandl | 2008-01-21 21:20:53 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Adapt to latest doctools refactoring.
      ........
      86def6cb
  9. 24 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59565-59594 via svnmerge from · 5fb7c2ad
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59568 | facundo.batista | 2007-12-19 13:53:01 +0100 (Wed, 19 Dec 2007) | 3 lines
      
      
        Some minor cleanups.  Thanks Mark Dickinson.
      ........
        r59573 | raymond.hettinger | 2007-12-19 19:13:31 +0100 (Wed, 19 Dec 2007) | 1 line
      
        Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes.
      ........
        r59574 | guido.van.rossum | 2007-12-19 20:41:06 +0100 (Wed, 19 Dec 2007) | 7 lines
      
        Patch #1583 by Adam Olsen.
      
        This adds signal.set_wakeup_fd(fd) which sets a file descriptor to
        which a zero byte will be written whenever a C exception handler runs.
      
        I added a simple C API as well, PySignal_SetWakeupFd(fd).
      ........
        r59575 | raymond.hettinger | 2007-12-19 23:14:34 +0100 (Wed, 19 Dec 2007) | 1 line
      
        Bigger range for non-extended opargs.
      ........
        r59576 | guido.van.rossum | 2007-12-19 23:51:13 +0100 (Wed, 19 Dec 2007) | 5 lines
      
        Patch #1549 by Thomas Herve.
        This changes the rules for when __hash__ is inherited slightly,
        by allowing it to be inherited when one or more of __lt__, __le__,
        __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't.
      ........
        r59577 | raymond.hettinger | 2007-12-20 02:25:05 +0100 (Thu, 20 Dec 2007) | 1 line
      
        Add comments
      ........
        r59578 | brett.cannon | 2007-12-20 11:09:52 +0100 (Thu, 20 Dec 2007) | 3 lines
      
        Add tests for the warnings module; specifically formatwarning and showwarning.
        Still need tests for warn_explicit and simplefilter.
      ........
        r59582 | guido.van.rossum | 2007-12-20 18:28:10 +0100 (Thu, 20 Dec 2007) | 2 lines
      
        Patch #1672 by Joseph Armbruster.  Use tempdir() to get a temporary directory.
      ........
        r59584 | georg.brandl | 2007-12-20 22:03:02 +0100 (Thu, 20 Dec 2007) | 2 lines
      
        Fix refleak introduced in r59576.
      ........
        r59586 | guido.van.rossum | 2007-12-21 00:48:28 +0100 (Fri, 21 Dec 2007) | 4 lines
      
        Improve performance of built-in any()/all() by avoiding PyIter_Next() --
        using a trick found in ifilter().
        Feel free to backport to 2.5.
      ........
        r59591 | andrew.kuchling | 2007-12-22 18:27:02 +0100 (Sat, 22 Dec 2007) | 1 line
      
        Add item
      ........
      5fb7c2ad
  10. 30 Agu, 2007 1 kayıt (commit)
  11. 22 May, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 55407-55513 via svnmerge from · d59da4b4
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ................
        r55413 | fred.drake | 2007-05-17 12:30:10 -0700 (Thu, 17 May 2007) | 1 line
      
        fix argument name in documentation; match the implementation
      ................
        r55430 | jack.diederich | 2007-05-18 06:39:59 -0700 (Fri, 18 May 2007) | 1 line
      
        Implements class decorators, PEP 3129.
      ................
        r55432 | guido.van.rossum | 2007-05-18 08:09:41 -0700 (Fri, 18 May 2007) | 2 lines
      
        obsubmit.
      ................
        r55434 | guido.van.rossum | 2007-05-18 09:39:10 -0700 (Fri, 18 May 2007) | 3 lines
      
        Fix bug in test_inspect.  (I presume this is how it should be fixed;
        Jack Diedrich, please verify.)
      ................
        r55460 | brett.cannon | 2007-05-20 00:31:57 -0700 (Sun, 20 May 2007) | 4 lines
      
        Remove the imageop module.  With imgfile already removed in Python 3.0 and
        rgbimg gone in Python 2.6 the unit tests themselves were made worthless.  Plus
        third-party libraries perform the same function much better.
      ................
        r55469 | neal.norwitz | 2007-05-20 11:28:20 -0700 (Sun, 20 May 2007) | 118 lines
      
        Merged revisions 55324-55467 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r55348 | georg.brandl | 2007-05-15 13:19:34 -0700 (Tue, 15 May 2007) | 4 lines
      
          HTML-escape the plain traceback in cgitb's HTML output, to prevent
          the traceback inadvertently or maliciously closing the comment and
          injecting HTML into the error page.
        ........
          r55372 | neal.norwitz | 2007-05-15 21:33:50 -0700 (Tue, 15 May 2007) | 6 lines
      
          Port rev 55353 from Guido:
          Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC()
          fails.
      
          Will backport.
        ........
          r55377 | neal.norwitz | 2007-05-15 22:06:33 -0700 (Tue, 15 May 2007) | 1 line
      
          Mention removal of some directories for obsolete platforms
        ........
          r55380 | brett.cannon | 2007-05-15 22:50:03 -0700 (Tue, 15 May 2007) | 2 lines
      
          Change the maintainer of the BeOS port.
        ........
          r55383 | georg.brandl | 2007-05-16 06:44:18 -0700 (Wed, 16 May 2007) | 2 lines
      
          Bug #1719995: don't use deprecated method in sets example.
        ........
          r55386 | neal.norwitz | 2007-05-16 13:05:11 -0700 (Wed, 16 May 2007) | 5 lines
      
          Fix bug in marshal where bad data would cause a segfault due to
          lack of an infinite recursion check.
      
          Contributed by Damien Miller at Google.
        ........
          r55389 | brett.cannon | 2007-05-16 15:42:29 -0700 (Wed, 16 May 2007) | 6 lines
      
          Remove the gopherlib module.  It has been raising a DeprecationWarning since
          Python 2.5.
      
          Also remove gopher support from urllib/urllib2.  As both imported gopherlib the
          usage of the support would have raised a DeprecationWarning.
        ........
          r55394 | raymond.hettinger | 2007-05-16 18:08:04 -0700 (Wed, 16 May 2007) | 1 line
      
          calendar.py gets no benefit from xrange() instead of range()
        ........
          r55395 | brett.cannon | 2007-05-16 19:02:56 -0700 (Wed, 16 May 2007) | 3 lines
      
          Complete deprecation of BaseException.message.  Some subclasses were directly
          accessing the message attribute instead of using the descriptor.
        ........
          r55396 | neal.norwitz | 2007-05-16 23:11:36 -0700 (Wed, 16 May 2007) | 4 lines
      
          Reduce the max stack depth to see if this fixes the segfaults on
          Windows and some other boxes.  If this is successful, this rev should
          be backported.  I'm not sure how close to the limit we should push this.
        ........
          r55397 | neal.norwitz | 2007-05-16 23:23:50 -0700 (Wed, 16 May 2007) | 4 lines
      
          Set the depth to something very small to try to determine if the
          crashes on Windows are really due to the stack size or possibly
          some other problem.
        ........
          r55398 | neal.norwitz | 2007-05-17 00:04:46 -0700 (Thu, 17 May 2007) | 4 lines
      
          Last try for tweaking the max stack depth.  5000 was the original value,
          4000 didn't work either.  1000 does work on Windows.  If 2000 works,
          that will hopefully be a reasonable balance.
        ........
          r55412 | fred.drake | 2007-05-17 12:29:58 -0700 (Thu, 17 May 2007) | 1 line
      
          fix argument name in documentation; match the implementation
        ........
          r55427 | neal.norwitz | 2007-05-17 22:47:16 -0700 (Thu, 17 May 2007) | 1 line
      
          Verify neither dumps or loads overflow the stack and segfault.
        ........
          r55446 | collin.winter | 2007-05-18 16:11:24 -0700 (Fri, 18 May 2007) | 1 line
      
          Backport PEP 3110's new 'except' syntax to 2.6.
        ........
          r55448 | raymond.hettinger | 2007-05-18 18:11:16 -0700 (Fri, 18 May 2007) | 1 line
      
          Improvements to NamedTuple's implementation, tests, and documentation
        ........
          r55449 | raymond.hettinger | 2007-05-18 18:50:11 -0700 (Fri, 18 May 2007) | 1 line
      
          Fix beginner mistake -- don't mix spaces and tabs.
        ........
          r55450 | neal.norwitz | 2007-05-18 20:48:47 -0700 (Fri, 18 May 2007) | 1 line
      
          Clear data so random memory does not get freed.  Will backport.
        ........
          r55452 | neal.norwitz | 2007-05-18 21:34:55 -0700 (Fri, 18 May 2007) | 3 lines
      
          Whoops, need to pay attention to those test failures.
          Move the clear to *before* the first use, not after.
        ........
          r55453 | neal.norwitz | 2007-05-18 21:35:52 -0700 (Fri, 18 May 2007) | 1 line
      
          Give some clue as to what happened if the test fails.
        ........
          r55455 | georg.brandl | 2007-05-19 11:09:26 -0700 (Sat, 19 May 2007) | 2 lines
      
          Fix docstring for add_package in site.py.
        ........
          r55458 | brett.cannon | 2007-05-20 00:09:50 -0700 (Sun, 20 May 2007) | 2 lines
      
          Remove the rgbimg module.  It has been deprecated since Python 2.5.
        ........
          r55465 | nick.coghlan | 2007-05-20 04:12:49 -0700 (Sun, 20 May 2007) | 1 line
      
          Fix typo in example (should be backported, but my maintenance branch is woefully out of date)
        ........
      ................
        r55472 | brett.cannon | 2007-05-20 12:06:18 -0700 (Sun, 20 May 2007) | 2 lines
      
        Remove imageop from the Windows build process.
      ................
        r55486 | neal.norwitz | 2007-05-20 23:59:52 -0700 (Sun, 20 May 2007) | 1 line
      
        Remove callable() builtin
      ................
        r55506 | neal.norwitz | 2007-05-22 00:43:29 -0700 (Tue, 22 May 2007) | 78 lines
      
        Merged revisions 55468-55505 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r55468 | neal.norwitz | 2007-05-20 11:06:27 -0700 (Sun, 20 May 2007) | 1 line
      
          rotor is long gone.
        ........
          r55470 | neal.norwitz | 2007-05-20 11:43:00 -0700 (Sun, 20 May 2007) | 1 line
      
          Update directories/files at the top-level.
        ........
          r55471 | brett.cannon | 2007-05-20 12:05:06 -0700 (Sun, 20 May 2007) | 2 lines
      
          Try to remove rgbimg from Windows builds.
        ........
          r55474 | brett.cannon | 2007-05-20 16:17:38 -0700 (Sun, 20 May 2007) | 4 lines
      
          Remove the macfs module.  This led to the deprecation of macostools.touched();
          it completely relied on macfs and is a no-op on OS X according to code
          comments.
        ........
          r55476 | brett.cannon | 2007-05-20 16:56:18 -0700 (Sun, 20 May 2007) | 3 lines
      
          Move imgfile import to the global namespace to trigger an import error ASAP to
          prevent creation of a test file.
        ........
          r55477 | brett.cannon | 2007-05-20 16:57:38 -0700 (Sun, 20 May 2007) | 3 lines
      
          Cause posixfile to raise a DeprecationWarning.  Documented as deprecated since
          Ptyhon 1.5.
        ........
          r55479 | andrew.kuchling | 2007-05-20 17:03:15 -0700 (Sun, 20 May 2007) | 1 line
      
          Note removed modules
        ........
          r55481 | martin.v.loewis | 2007-05-20 21:35:47 -0700 (Sun, 20 May 2007) | 2 lines
      
          Add Alexandre Vassalotti.
        ........
          r55482 | george.yoshida | 2007-05-20 21:41:21 -0700 (Sun, 20 May 2007) | 4 lines
      
          fix against r55474 [Remove the macfs module]
      
          Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex.
        ........
          r55487 | raymond.hettinger | 2007-05-21 01:13:35 -0700 (Mon, 21 May 2007) | 1 line
      
          Replace assertion with straight error-checking.
        ........
          r55489 | raymond.hettinger | 2007-05-21 09:40:10 -0700 (Mon, 21 May 2007) | 1 line
      
          Allow all alphanumeric and underscores in type and field names.
        ........
          r55490 | facundo.batista | 2007-05-21 10:32:32 -0700 (Mon, 21 May 2007) | 5 lines
      
      
          Added timeout support to HTTPSConnection, through the
          socket.create_connection function. Also added a small
          test for this, and updated NEWS file.
        ........
          r55495 | georg.brandl | 2007-05-21 13:34:16 -0700 (Mon, 21 May 2007) | 2 lines
      
          Patch #1686487: you can now pass any mapping after '**' in function calls.
        ........
          r55502 | neal.norwitz | 2007-05-21 23:03:36 -0700 (Mon, 21 May 2007) | 1 line
      
          Document new params to HTTPSConnection
        ........
          r55504 | neal.norwitz | 2007-05-22 00:16:10 -0700 (Tue, 22 May 2007) | 1 line
      
          Stop using METH_OLDARGS
        ........
          r55505 | neal.norwitz | 2007-05-22 00:16:44 -0700 (Tue, 22 May 2007) | 1 line
      
          Stop using METH_OLDARGS implicitly
        ........
      ................
      d59da4b4
  12. 10 Ock, 2007 1 kayıt (commit)
  13. 21 Nis, 2006 1 kayıt (commit)
  14. 12 Eyl, 2005 1 kayıt (commit)
  15. 24 Eyl, 2004 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Granted Noam Raphael's request for minor improvements to the re module and · 596ba4d8
      Raymond Hettinger yazdı
      its documentation.
      
      * Documented that the compiled re methods are supposed to be more full
        featured than their simpilified function counterparts.
      
      * Documented the existing start and stop position arguments for the
        findall() and finditer() methods of compiled regular expression objects.
      
      * Added an optional flags argument to the re.findall() and re.finditer()
        functions.  This aligns their API with that for re.search() and
        re.match().
      596ba4d8
  16. 25 Agu, 2004 1 kayıt (commit)
  17. 07 Agu, 2004 1 kayıt (commit)
  18. 20 Nis, 2004 1 kayıt (commit)
  19. 02 Tem, 2003 2 kayıt (commit)
  20. 14 Eki, 2002 1 kayıt (commit)
  21. 28 Eki, 2001 1 kayıt (commit)
  22. 24 Eki, 2001 1 kayıt (commit)
  23. 21 Eki, 2001 3 kayıt (commit)
  24. 18 Eki, 2001 1 kayıt (commit)
    • Fredrik Lundh's avatar
      SRE bug #441409: · 397a6547
      Fredrik Lundh yazdı
          compile should raise error for non-strings
      SRE bug #432570, 448951:
          reset group after failed match
      
      also bumped version number to 2.2.0
      397a6547
  25. 18 Eyl, 2001 2 kayıt (commit)
  26. 04 Eyl, 2001 2 kayıt (commit)
  27. 10 Agu, 2001 1 kayıt (commit)
  28. 08 Tem, 2001 1 kayıt (commit)
  29. 06 Tem, 2001 1 kayıt (commit)
  30. 22 Mar, 2001 1 kayıt (commit)
    • Fredrik Lundh's avatar
      sre 2.1b2 update: · b25e1ad2
      Fredrik Lundh yazdı
      - take locale into account for word boundary anchors (#410271)
      - restored 2.0's *? behaviour (#233283, #408936 and others)
      - speed up re.sub/re.subn
      b25e1ad2
  31. 18 Şub, 2001 1 kayıt (commit)
  32. 15 Şub, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      bunch more __all__ lists · 0de65807
      Skip Montanaro yazdı
      also modified check_all function to suppress all warnings since they aren't
      relevant to what this test is doing (allows quiet checking of regsub, for
      instance)
      0de65807
  33. 09 Şub, 2001 1 kayıt (commit)
  34. 16 Ock, 2001 1 kayıt (commit)
  35. 14 Ock, 2001 1 kayıt (commit)
    • Fredrik Lundh's avatar
      SRE fixes for 2.1 alpha: · 770617b2
      Fredrik Lundh yazdı
      -- added some more docstrings
      -- fixed typo in scanner class (#125531)
      -- the multiline flag (?m) should't affect the \Z operator (#127259)
      -- fixed non-greedy backtracking bug (#123769, #127259)
      -- added sre.DEBUG flag (currently dumps the parsed pattern structure)
      -- fixed a couple of glitches in groupdict (the #126587 memory leak
         had already been fixed by AMK)
      770617b2