]> git.pld-linux.org Git - packages/python.git/blobdiff - python-pythonpath.patch
- rediff patches
[packages/python.git] / python-pythonpath.patch
index a86255b4820efbfabd08877bff7b7634e6c67eb3..7715e66ec5b65bc214f1ab1925ee8522e3255d02 100644 (file)
@@ -1,6 +1,7 @@
---- Python-2.7.org/Demo/tix/INSTALL.txt        2001-11-11 15:07:37.000000000 +0100
-+++ Python-2.7/Demo/tix/INSTALL.txt    2010-07-05 20:00:03.472866047 +0200
-@@ -71,7 +71,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Demo/tix/INSTALL.txt Python-2.7.18/Demo/tix/INSTALL.txt
+--- Python-2.7.18.org/Demo/tix/INSTALL.txt     2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Demo/tix/INSTALL.txt 2021-09-26 12:34:26.157770111 +0200
+@@ -71,7 +71,7 @@ _tkinter _tkinter.c tkappinit.c -DWITH_A
  You should now have a working Tix implementation in Python. To see if all
  is as it should be, run the 'tixwidgets.py' script in the Demo/tix directory.
  Under X windows, do
@@ -9,7 +10,7 @@
  
  If this does not work, you may need to tell python where to find
  the Tcl, Tk and Tix library files. This is done by setting the
-@@ -80,7 +80,7 @@
+@@ -80,7 +80,7 @@ TCL_LIBRARY, TK_LIBRARY and TIX_LIBRARY
        env     TCL_LIBRARY=/usr/local/lib/tcl8.3 \
                TK_LIBRARY=/usr/local/lib/tk8.3 \
                TIX_LIBRARY=/usr/local/lib/tix8.1 \
  
  
  If you find any bugs or have suggestions for improvement, please report them
---- p/Doc/c-api/init.rst~      2012-04-10 01:07:28.000000000 +0200
-+++ p/Doc/c-api/init.rst       2012-05-10 17:41:58.815998870 +0200
-@@ -123,7 +123,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Doc/c-api/init.rst Python-2.7.18/Doc/c-api/init.rst
+--- Python-2.7.18.org/Doc/c-api/init.rst       2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Doc/c-api/init.rst   2021-09-26 12:34:26.157770111 +0200
+@@ -123,7 +123,7 @@ Process-wide parameters
     Return the *prefix* for installed platform-independent files. This is derived
     through a number of complicated rules from the program name set with
     :c:func:`Py_SetProgramName` and some environment variables; for example, if the
@@ -29,7 +31,7 @@
     returned string points into static storage; the caller should not modify its
     value.  This corresponds to the :makevar:`prefix` variable in the top-level
     :file:`Makefile` and the ``--prefix`` argument to the :program:`configure`
-@@ -136,7 +136,7 @@
+@@ -136,7 +136,7 @@ Process-wide parameters
     Return the *exec-prefix* for installed platform-*dependent* files.  This is
     derived through a number of complicated rules from the program name set with
     :c:func:`Py_SetProgramName` and some environment variables; for example, if the
     ``'/usr/local'``.  The returned string points into static storage; the caller
     should not modify its value.  This corresponds to the :makevar:`exec_prefix`
     variable in the top-level :file:`Makefile` and the ``--exec-prefix``
---- Python-2.7.org/Doc/c-api/intro.rst 2010-06-11 02:23:01.000000000 +0200
-+++ Python-2.7/Doc/c-api/intro.rst     2010-07-05 20:00:03.482863587 +0200
-@@ -541,7 +541,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Doc/c-api/intro.rst Python-2.7.18/Doc/c-api/intro.rst
+--- Python-2.7.18.org/Doc/c-api/intro.rst      2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Doc/c-api/intro.rst  2021-09-26 12:34:26.161103483 +0200
+@@ -544,7 +544,7 @@ where the executable named :file:`python
  path (the environment variable :envvar:`PATH`).
  
  For instance, if the Python executable is found in
  :file:`/usr/local/lib/python{X.Y}`.  (In fact, this particular path is also
  the "fallback" location, used when no executable file named :file:`python` is
  found along :envvar:`PATH`.)  The user can override this behavior by setting the
---- Python-2.7.org/Doc/faq/library.rst 2010-03-12 10:57:43.000000000 +0100
-+++ Python-2.7/Doc/faq/library.rst     2010-07-05 20:00:03.486197135 +0200
-@@ -54,7 +54,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Doc/faq/library.rst Python-2.7.18/Doc/faq/library.rst
+--- Python-2.7.18.org/Doc/faq/library.rst      2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Doc/faq/library.rst  2021-09-26 12:34:26.161103483 +0200
+@@ -56,7 +56,7 @@ scriptfile``.
  The second can be done in a number of ways.  The most straightforward way is to
  write ::
  
@@ -60,7 +64,7 @@
  
  as the very first line of your file, using the pathname for where the Python
  interpreter is installed on your platform.
-@@ -650,7 +650,7 @@
+@@ -654,7 +654,7 @@ there existing code that would let me do
  
  Yes. Here's a simple example that uses httplib::
  
  
     import httplib, sys, time
  
---- Python-2.7.org/Doc/install/index.rst       2009-10-28 00:06:10.000000000 +0100
-+++ Python-2.7/Doc/install/index.rst   2010-07-05 20:00:03.506197416 +0200
-@@ -369,12 +369,12 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Doc/install/index.rst Python-2.7.18/Doc/install/index.rst
+--- Python-2.7.18.org/Doc/install/index.rst    2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Doc/install/index.rst        2021-09-26 12:34:26.161103483 +0200
+@@ -450,12 +450,12 @@ them to go in :file:`/usr/local/lib/pyth
  
  Another possibility is a network filesystem where the name used to write to a
  remote directory is different from the name used to read it: for example, the
 -   /usr/local/bin/python setup.py install --prefix=/mnt/@server/export
 +   /usr/bin/python setup.py install --prefix=/mnt/@server/export
  
- In either case, the :option:`--prefix` option defines the installation base, and
- the :option:`--exec-prefix` option defines the platform-specific installation
---- Python-2.7.org/Doc/library/cgi.rst 2009-08-17 21:26:49.000000000 +0200
-+++ Python-2.7/Doc/library/cgi.rst     2010-07-05 20:00:03.509530626 +0200
-@@ -387,7 +387,7 @@
+ In either case, the :option:`!--prefix` option defines the installation base, and
+ the :option:`!--exec-prefix` option defines the platform-specific installation
+diff -urNp -x '*.orig' Python-2.7.18.org/Doc/library/cgi.rst Python-2.7.18/Doc/library/cgi.rst
+--- Python-2.7.18.org/Doc/library/cgi.rst      2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Doc/library/cgi.rst  2021-09-26 12:34:26.161103483 +0200
+@@ -395,7 +395,7 @@ mode should be ``0755`` octal (use ``chm
  first line of the script contains ``#!`` starting in column 1 followed by the
  pathname of the Python interpreter, for instance::
  
  
  Make sure the Python interpreter exists and is executable by "others".
  
---- Python-2.7.org/Doc/library/pickle.rst      2009-04-27 17:29:09.000000000 +0200
-+++ Python-2.7/Doc/library/pickle.rst  2010-07-05 20:00:03.512863651 +0200
-@@ -737,7 +737,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Doc/library/pickle.rst Python-2.7.18/Doc/library/pickle.rst
+--- Python-2.7.18.org/Doc/library/pickle.rst   2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Doc/library/pickle.rst       2021-09-26 12:34:26.161103483 +0200
+@@ -742,7 +742,7 @@ member are saved. When the instance is u
  reading resumes from the last location. The :meth:`__setstate__` and
  :meth:`__getstate__` methods are used to implement this behavior. ::
  
  
     class TextReader:
         """Print and number lines in a text file."""
-@@ -774,7 +774,7 @@
+@@ -779,7 +779,7 @@ A sample usage might be something like t
     >>> import TextReader
     >>> obj = TextReader.TextReader("TextReader.py")
     >>> obj.readline()
     >>> obj.readline()
     '2: '
     >>> obj.readline()
---- Python-2.7.org/Doc/tutorial/interpreter.rst        2010-04-10 13:16:59.000000000 +0200
-+++ Python-2.7/Doc/tutorial/interpreter.rst    2010-07-05 20:00:03.516196870 +0200
-@@ -10,7 +10,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Doc/tutorial/interpreter.rst Python-2.7.18/Doc/tutorial/interpreter.rst
+--- Python-2.7.18.org/Doc/tutorial/interpreter.rst     2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Doc/tutorial/interpreter.rst 2021-09-26 12:34:26.161103483 +0200
+@@ -10,7 +10,7 @@ Using the Python Interpreter
  Invoking the Interpreter
  ========================
  
  those machines where it is available; putting :file:`/usr/local/bin` in your
  Unix shell's search path makes it possible to start it by typing the command ::
  
---- Python-2.7.org/Lib/cgi.py  2010-03-17 21:05:11.000000000 +0100
-+++ Python-2.7/Lib/cgi.py      2010-07-05 20:00:03.522865338 +0200
+diff -urNp -x '*.orig' Python-2.7.18.org/Lib/cgi.py Python-2.7.18/Lib/cgi.py
+--- Python-2.7.18.org/Lib/cgi.py       2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Lib/cgi.py   2021-09-26 12:34:26.161103483 +0200
 @@ -1,6 +1,6 @@
 -#! /usr/local/bin/python
 +#! /usr/bin/python
  # intentionally NOT "/usr/bin/env python".  On many systems
  # (e.g. Solaris), /usr/local/bin is not in $PATH as passed to CGI
  # scripts, and /usr/local/bin is the default directory where Python is
---- Python-2.7.org/Mac/PythonLauncher/factorySettings.plist    2004-07-16 14:34:23.000000000 +0200
-+++ Python-2.7/Mac/PythonLauncher/factorySettings.plist        2010-07-05 20:00:03.526197587 +0200
+diff -urNp -x '*.orig' Python-2.7.18.org/Mac/PythonLauncher/factorySettings.plist Python-2.7.18/Mac/PythonLauncher/factorySettings.plist
+--- Python-2.7.18.org/Mac/PythonLauncher/factorySettings.plist 2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Mac/PythonLauncher/factorySettings.plist     2021-09-26 12:34:26.161103483 +0200
 @@ -10,7 +10,7 @@
                  <false/>
                  <key>interpreter_list</key>
                      <string>/usr/bin/pythonw</string>
                      <string>/usr/bin/python</string>
                      <string>/sw/bin/pythonw</string>
---- Python-2.7.org/Misc/HISTORY        2010-03-07 16:23:59.000000000 +0100
-+++ Python-2.7/Misc/HISTORY    2010-07-05 20:00:03.576196805 +0200
-@@ -13236,9 +13236,9 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Misc/HISTORY Python-2.7.18/Misc/HISTORY
+--- Python-2.7.18.org/Misc/HISTORY     2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Misc/HISTORY 2021-09-26 12:34:26.161103483 +0200
+@@ -13236,9 +13236,9 @@ but not in sys.argv[0], so you can still
  were invoked.
  
  - It is now recommended to use ``#!/usr/bin/env python'' instead of
  never have to be edited when the Python interpreter lives in a
  non-standard place.  Note that this doesn't work for CGI scripts since
  the python executable often doesn't live in the HTTP server's default
-@@ -16523,7 +16523,7 @@
+@@ -16523,7 +16523,7 @@ assign a function object to sys.exitfunc
  Python exits or receives a SIGTERM or SIGHUP signal.
  
  The interpreter is now generally assumed to live in
  demo/scripts/fixps.py will update old scripts in place (you can easily
  modify it to do other similar changes).
  
---- Python-2.7.org/README      2010-07-03 15:56:13.000000000 +0200
-+++ Python-2.7/README  2010-07-05 20:00:03.586197142 +0200
-@@ -331,7 +331,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/README Python-2.7.18/README
+--- Python-2.7.18.org/README   2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/README       2021-09-26 12:34:26.161103483 +0200
+@@ -376,7 +376,7 @@ Red Hat Linux: Red Hat 9 built Python2.2
          1.5.2 on most older Red Hat installations; several key Red Hat tools
          require this version.  Python 2.1.x may be installed as
          /usr/bin/python2.  The Makefile installs Python as
          over /usr/bin/python, depending on how you have set up $PATH.
  
  FreeBSD 3.x and probably platforms with NCurses that use libmytinfo or
---- Python-2.7.org/Tools/faqwiz/faqw.py        2010-03-11 23:33:25.000000000 +0100
-+++ Python-2.7/Tools/faqwiz/faqw.py    2010-07-05 20:00:03.589530209 +0200
+diff -urNp -x '*.orig' Python-2.7.18.org/Tools/faqwiz/faqw.py Python-2.7.18/Tools/faqwiz/faqw.py
+--- Python-2.7.18.org/Tools/faqwiz/faqw.py     2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Tools/faqwiz/faqw.py 2021-09-26 12:34:26.161103483 +0200
 @@ -10,7 +10,7 @@
  # executable.
  
  # interpreter lives, change the value for FAQDIR to where your FAQ
  # lives, and change the value for SRCDIR to where your faqwiz.py
  # module lives.  The faqconf.py and faqcust.py files live there, too.
---- Python-2.7.org/Tools/pybench/pybench.py    2009-10-09 16:32:19.000000000 +0200
-+++ Python-2.7/Tools/pybench/pybench.py        2010-07-05 20:00:03.592863527 +0200
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/python -O
-+#!/usr/bin/python -O
- """ A Python Benchmark Suite
---- Python-2.7.org/Tools/pybench/README        2006-06-13 20:56:56.000000000 +0200
-+++ Python-2.7/Tools/pybench/README    2010-07-05 20:00:03.596196761 +0200
-@@ -141,7 +141,7 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Tools/pybench/README Python-2.7.18/Tools/pybench/README
+--- Python-2.7.18.org/Tools/pybench/README     2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Tools/pybench/README 2021-09-26 12:34:26.161103483 +0200
+@@ -141,7 +141,7 @@ Benchmark: 2006-06-12 12:09:25
         Processor:    x86_64
  
      Python:
         Version:      2.4.2
         Compiler:     GCC 3.3.4 (pre 3.3.5 20040809)
         Bits:         64bit
---- Python-2.7.org/Tools/scripts/fixps.py      2004-08-09 19:27:55.000000000 +0200
-+++ Python-2.7/Tools/scripts/fixps.py  2010-07-05 20:00:03.599292989 +0200
-@@ -15,13 +15,13 @@
+diff -urNp -x '*.orig' Python-2.7.18.org/Tools/pybench/pybench.py Python-2.7.18/Tools/pybench/pybench.py
+--- Python-2.7.18.org/Tools/pybench/pybench.py 2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Tools/pybench/pybench.py     2021-09-26 12:34:26.161103483 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python -O
++#!/usr/bin/python -O
+ """ A Python Benchmark Suite
+diff -urNp -x '*.orig' Python-2.7.18.org/Tools/scripts/README Python-2.7.18/Tools/scripts/README
+--- Python-2.7.18.org/Tools/scripts/README     2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Tools/scripts/README 2021-09-26 12:34:26.161103483 +0200
+@@ -47,7 +47,7 @@ ndiff.py             Intelligent diff between text
+ nm2def.py             Create a template for PC/python_nt.def (Marc Lemburg)
+ objgraph.py           Print object graph from nm output on a library
+ parseentities.py      Utility for parsing HTML entity definitions
+-pathfix.py            Change #!/usr/local/bin/python into something else
++pathfix.py            Change #!/usr/bin/python into something else
+ pdeps.py              Print dependencies between Python modules
+ pickle2db.py          Load a pickle generated by db2pickle.py to a database
+ pindent.py            Indent Python code, giving block-closing comments
+diff -urNp -x '*.orig' Python-2.7.18.org/Tools/scripts/fixps.py Python-2.7.18/Tools/scripts/fixps.py
+--- Python-2.7.18.org/Tools/scripts/fixps.py   2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Tools/scripts/fixps.py       2021-09-26 12:34:26.161103483 +0200
+@@ -15,13 +15,13 @@ def main():
              print filename, ': can\'t open :', msg
              continue
          line = f.readline()
                        '/usr/bin/env python', line)
          print filename, ':', repr(line)
          f = open(filename, "w")
---- Python-2.7.org/Tools/scripts/README        2010-02-24 18:06:31.000000000 +0100
-+++ Python-2.7/Tools/scripts/README    2010-07-05 20:00:03.602863895 +0200
-@@ -47,7 +47,7 @@
- nm2def.py             Create a template for PC/python_nt.def (Marc Lemburg)
- objgraph.py           Print object graph from nm output on a library
- parseentities.py      Utility for parsing HTML entity definitions
--pathfix.py            Change #!/usr/local/bin/python into something else
-+pathfix.py            Change #!/usr/bin/python into something else
- pdeps.py              Print dependencies between Python modules
- pickle2db.py          Load a pickle generated by db2pickle.py to a database
- pindent.py            Indent Python code, giving block-closing comments
This page took 0.097226 seconds and 4 git commands to generate.