1. 10 Eyl, 2010 1 kayıt (commit)
  2. 03 Eyl, 2010 2 kayıt (commit)
  3. 15 Agu, 2010 1 kayıt (commit)
  4. 14 Agu, 2010 1 kayıt (commit)
  5. 13 Agu, 2010 1 kayıt (commit)
  6. 05 Agu, 2010 1 kayıt (commit)
  7. 01 Agu, 2010 2 kayıt (commit)
  8. 31 Tem, 2010 1 kayıt (commit)
  9. 17 Tem, 2010 1 kayıt (commit)
  10. 09 Tem, 2010 1 kayıt (commit)
    • Jeffrey Yasskin's avatar
      Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running · d4fcdb1e
      Jeffrey Yasskin yazdı
      configure to append to Python's default values for those variables, and
      similarly allow users to set $XXFLAGS on the make command line to append to the
      values set by configure.
      
      In the makefile, this renames the variables that used to be $XXFLAGS to
      $PY_XXFLAGS, and renames the old $PY_CFLAGS to $PY_CORE_CFLAGS.  To compensate,
      sysconfig now aliases $XXFLAGS=$PY_XXFLAGS so that scripts using it keep
      working.  I see that as the right interface, not a backward-compatibility hack,
      since these are logically the $XXFLAGS variables; we just use a different name
      in the makefile to deal with make's semantics.
      d4fcdb1e
  11. 27 Haz, 2010 1 kayıt (commit)
  12. 26 Haz, 2010 1 kayıt (commit)
  13. 15 May, 2010 1 kayıt (commit)
  14. 03 May, 2010 1 kayıt (commit)
  15. 26 Nis, 2010 2 kayıt (commit)
  16. 25 Nis, 2010 1 kayıt (commit)
  17. 17 Nis, 2010 1 kayıt (commit)
  18. 12 Nis, 2010 1 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 79982 via svnmerge from · e09b6238
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79982 | antoine.pitrou | 2010-04-12 02:10:46 +0200 (lun., 12 avril 2010) | 8 lines
      
        It is possible to add extra testing options using EXTRATESTOPTS.
        When such extra options include "-x testname", subsequent arguments
        are all taken as test names to ignore. Therefore, standard options
        must be passed before *TESTOPTS.
      
        (witnessed on the ARM buildbots)
      ........
      e09b6238
  19. 11 Nis, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from · 6a6666ab
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79548 | martin.v.loewis | 2010-04-01 02:40:51 -0500 (Thu, 01 Apr 2010) | 3 lines
      
        Issue #8032: For gdb7, a python-gdb.py file is added to the build,
        allowing to use advanced gdb features when debugging Python.
      ........
        r79557 | antoine.pitrou | 2010-04-01 12:56:57 -0500 (Thu, 01 Apr 2010) | 5 lines
      
        Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked
        as a regular test by regrtest.py, and fails.
      ........
        r79616 | mark.dickinson | 2010-04-02 15:22:21 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers.
      ........
        r79617 | mark.dickinson | 2010-04-02 15:34:26 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.
      ........
        r79716 | martin.v.loewis | 2010-04-03 13:54:07 -0500 (Sat, 03 Apr 2010) | 2 lines
      
        Don't install python-gdb.py as an executable.
      ........
        r79778 | r.david.murray | 2010-04-04 20:34:50 -0500 (Sun, 04 Apr 2010) | 3 lines
      
        Issue 8287: try to fix the gdb-python install errors on Solaris
        and FreeBSD.  Patch by Dave Malcolm.
      ........
        r79795 | ronald.oussoren | 2010-04-05 06:21:21 -0500 (Mon, 05 Apr 2010) | 7 lines
      
        Ensure that the gdb hooks can be installed when
        srcdir != builddir.
      
        Without this patch it is no longer possible to
        build python when you don't run configure from
        the root of the source tree.
      ........
        r79803 | r.david.murray | 2010-04-05 11:28:49 -0500 (Mon, 05 Apr 2010) | 3 lines
      
        Issue 8316: make test_gdb robust in the face of differing terminal
        widths.  Patch by Dave Malcolm.
      ........
        r79896 | martin.v.loewis | 2010-04-07 14:11:32 -0500 (Wed, 07 Apr 2010) | 2 lines
      
        Issue #8337: Disable the remaining test also for now.
      ........
      6a6666ab
  20. 04 Nis, 2010 1 kayıt (commit)
  21. 03 Nis, 2010 2 kayıt (commit)
  22. 02 Nis, 2010 1 kayıt (commit)
  23. 27 Mar, 2010 1 kayıt (commit)
  24. 21 Mar, 2010 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 886af966
      Benjamin Peterson yazdı
      Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78966 | florent.xicluna | 2010-03-14 10:20:59 -0500 (Sun, 14 Mar 2010) | 2 lines
      
        Do not hardcode Expat version.  It's possible to build Python with --with-system-expat option.
      ........
        r78970 | benjamin.peterson | 2010-03-14 21:58:24 -0500 (Sun, 14 Mar 2010) | 1 line
      
        this little exception dance is pointless
      ........
        r79018 | collin.winter | 2010-03-16 22:04:01 -0500 (Tue, 16 Mar 2010) | 1 line
      
        Delete unused import.
      ........
        r79026 | vinay.sajip | 2010-03-17 10:05:57 -0500 (Wed, 17 Mar 2010) | 1 line
      
        Issue #8162: logging: Clarified docstring and documentation for disable function.
      ........
        r79027 | collin.winter | 2010-03-17 12:36:16 -0500 (Wed, 17 Mar 2010) | 1 line
      
        Avoid hardcoding refcounts in tests.
      ........
        r79055 | benjamin.peterson | 2010-03-18 16:30:48 -0500 (Thu, 18 Mar 2010) | 1 line
      
        remove installation of deleted test/output dir
      ........
        r79156 | florent.xicluna | 2010-03-20 17:21:02 -0500 (Sat, 20 Mar 2010) | 2 lines
      
        Cleanup test_struct using check_warnings.
      ........
        r79159 | florent.xicluna | 2010-03-20 17:26:42 -0500 (Sat, 20 Mar 2010) | 2 lines
      
        Cleanup test_tarfile, and use check_warnings.
      ........
        r79163 | michael.foord | 2010-03-20 19:53:39 -0500 (Sat, 20 Mar 2010) | 1 line
      
        A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead.
      ........
        r79164 | michael.foord | 2010-03-20 19:55:58 -0500 (Sat, 20 Mar 2010) | 1 line
      
        Change order of arguments in a unittest function.
      ........
        r79173 | georg.brandl | 2010-03-21 04:09:38 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Document that GzipFile supports iteration.
      ........
        r79176 | georg.brandl | 2010-03-21 04:17:41 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Introduce copy by slicing, used in later chapters.
      ........
        r79194 | florent.xicluna | 2010-03-21 06:58:11 -0500 (Sun, 21 Mar 2010) | 2 lines
      
        Use assertRaises and add a specific warning filter.
      ........
        r79208 | andrew.kuchling | 2010-03-21 13:47:12 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Add items
      ........
        r79212 | georg.brandl | 2010-03-21 14:01:38 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Fix plural.
      ........
      886af966
    • Antoine Pitrou's avatar
      Merged revisions 79218 via svnmerge from · 7a61ba9f
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79218 | antoine.pitrou | 2010-03-21 20:19:41 +0100 (dim., 21 mars 2010) | 5 lines
      
        Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
        variable anymore.  It also forwards the LDFLAGS settings to the linker
        when building a shared library.
      ........
      7a61ba9f
  25. 19 Mar, 2010 1 kayıt (commit)
    • Collin Winter's avatar
      Merged revisions 79082,79084 via svnmerge from · bf19907e
      Collin Winter yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79082 | collin.winter | 2010-03-18 17:00:30 -0700 (Thu, 18 Mar 2010) | 1 line
      
        Add a separate python-config make target, useful for testing changes to Misc/python-config.in.
      ........
        r79084 | collin.winter | 2010-03-18 17:08:44 -0700 (Thu, 18 Mar 2010) | 1 line
      
        Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag.
      ........
      bf19907e
  26. 18 Mar, 2010 3 kayıt (commit)
  27. 13 Mar, 2010 1 kayıt (commit)
    • Florent Xicluna's avatar
      Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from · f15351d9
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78838 | florent.xicluna | 2010-03-11 15:36:19 +0100 (jeu, 11 mar 2010) | 2 lines
      
        Issue #6472: The xml.etree package is updated to ElementTree 1.3.  The cElementTree module is updated too.
      ........
        r78839 | florent.xicluna | 2010-03-11 16:55:11 +0100 (jeu, 11 mar 2010) | 2 lines
      
        Fix repr of tree Element on windows.
      ........
        r78917 | florent.xicluna | 2010-03-13 12:18:49 +0100 (sam, 13 mar 2010) | 2 lines
      
        Move the xml test data to their own directory.
      ........
        r78919 | florent.xicluna | 2010-03-13 13:41:48 +0100 (sam, 13 mar 2010) | 2 lines
      
        Do not chdir when running test_xml_etree, and enhance the findfile helper.
      ........
        r78934 | florent.xicluna | 2010-03-13 18:56:19 +0100 (sam, 13 mar 2010) | 2 lines
      
        Update some parts of the xml.etree documentation.
      ........
        r78937 | florent.xicluna | 2010-03-13 21:30:15 +0100 (sam, 13 mar 2010) | 3 lines
      
        Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions.
        Update the function, class and method signatures, according to the new convention.
      ........
      f15351d9
  28. 29 Ock, 2010 1 kayıt (commit)
  29. 13 Ock, 2010 1 kayıt (commit)
  30. 01 Ock, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77212-77215 via svnmerge from · d78735d8
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77212 | benjamin.peterson | 2010-01-01 09:16:29 -0600 (Fri, 01 Jan 2010) | 1 line
      
        use pkg-config to find the libffi headers when --with-system-ffi is used #6943
      ........
        r77213 | benjamin.peterson | 2010-01-01 09:18:38 -0600 (Fri, 01 Jan 2010) | 1 line
      
        add note
      ........
        r77214 | benjamin.peterson | 2010-01-01 09:20:06 -0600 (Fri, 01 Jan 2010) | 1 line
      
        fix indentation
      ........
        r77215 | benjamin.peterson | 2010-01-01 09:21:13 -0600 (Fri, 01 Jan 2010) | 1 line
      
        allow --with-dbmliborder to specify that no dbm modules will be built #6491
      ........
      d78735d8
  31. 24 Ara, 2009 2 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 77033 via svnmerge from · 585c1733
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77033 | ronald.oussoren | 2009-12-24 15:17:19 +0100 (Thu, 24 Dec 2009) | 2 lines
      
        Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a
      ........
      585c1733
    • Ronald Oussoren's avatar
      Merged revisions 77031 via svnmerge from · 6f6c5624
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77031 | ronald.oussoren | 2009-12-24 14:30:58 +0100 (Thu, 24 Dec 2009) | 15 lines
      
        Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX.
      
        The previous implementation used execv(2) to run the real interpreter, which means that
        you cannot use the arch(1) tool to select the architecture you want to use for a
        universal build because that only affects the python/pythonw wrapper and not the actual
        interpreter.
      
        The new version uses posix_spawnv with a number of OSX-specific options that ensure that
        the real interpreter is started using the same CPU architecture as the wrapper, and that
        means that 'arch -ppc python' now actually works.
      
        I've also changed the way that the wrapper looks for the framework: it is now linked to
        the framework rather than hardcoding the framework path. This should make it easier to
        provide pythonw support in tools like virtualenv.
      ........
      6f6c5624
  32. 10 Kas, 2009 1 kayıt (commit)