debian specific patch information for python2.5 / 2.5-5+etch1

Summary

Package Version Package Type Source Package Format
2.5-5+etch1 Debian-diff 1.0

Debian packaging Information

Diff file python2.5_2.5-5+etch1.diff.gz
Size266589
MD5sumdfbdc5caf7a95e68f68e0351228284d4
./debian only changes view download
non packaging (i.e. not ./debian) changes view download

Misc. Non-packaging "direct" style patches

file inserted deleted modified view download
Lib/plat-linux2/IN.py7530 view download
Modules/_bsddb.c110 view download
PVER.shlibs.in100 view download
Tools/scripts/h2py.py110 view download

"series" style patches

patch summary view raw
CVE-2007-4965.dpatch
 imageop.c      |   70 +++++++++++++++++++++++++++++++++++++++++++++++----------
 rgbimgmodule.c |    5 ++++
 2 files changed, 63 insertions(+), 12 deletions(-)
view download
CVE-2008-1721.dpatch
 zlibmodule.c |    4 ++++
 1 file changed, 4 insertions(+)
view download
cthreads.dpatch
 configure.in |   14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
view download
deb-locations.dpatch
 faqwiz/faqconf.py        |    2 +-
 pydoc.py                 |    4 ++++
 python.man               |    2 +-
 scripts/ftpstats.py      |    5 +++--
 site.py                  |    9 +++++++--
 tkinter/guido/ManPage.py |    5 +++--
 tkinter/guido/tkman.py   |    4 ++--
 webchecker/webchecker.py |    3 ++-
 8 files changed, 23 insertions(+), 11 deletions(-)
view download
deb-setup.dpatch
 setup.py |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
view download
disable-utimes.dpatch
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
distutils-exec-prefix.dpatch
 distutils/command/build_ext.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
distutils-link.dpatch
 distutils/unixccompiler.py |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
view download
distutils-sysconfig.dpatch
 distutils/sysconfig.py |    4 ++++
 1 file changed, 4 insertions(+)
view download
doc-faq.dpatch
 html/index.html.in |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
view download
enable-fpectl.dpatch
 setup.py |    3 +++
 1 file changed, 3 insertions(+)
view download
imageop2.dpatch
 imageop.c |   10 ++++++++++
 1 file changed, 10 insertions(+)
view download
langpack-gettext.dpatch
 Lib/gettext.py |   15 +++++++++++++++
 1 file changed, 15 insertions(+)
view download
libre.diff
 lib/libre.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
link-opt.dpatch
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
locale-module.dpatch
 locale.py |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
view download
no-large-file-support.dpatch
 configure.in |    3 +++
 1 file changed, 3 insertions(+)
view download
patchlevel.dpatch
 patchlevel.h |    2 +-
 sysmodule.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
view download
profile-doc.dpatch
 hotshot/stats.py   |   10 ++++++++--
 lib/libprofile.tex |   10 ++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)
view download
pydebug-path.dpatch
 getpath.c |   17 +++++++++++++++++
 site.py   |    6 ++++++
 2 files changed, 23 insertions(+)
view download
stringobject.dpatch
 stringobject.c |    7 +++++++
 1 file changed, 7 insertions(+)
view download
strxfrm-leak.dpatch
 _localemodule.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
svn-updates.dpatch
 BuildScript/build-installer.py               |   33 
 BuildScript/scripts/postflight.documentation |    3 
 BuildScript/scripts/postflight.patch-profile |   21 
 Makefile.pre.in                              |    2 
 NEWS                                         |  247 ++++++
 PythonLauncher/FileSettings.m                |    6 
 Queue.py                                     |    2 
 README                                       |    5 
 VC6/_ctypes.dsp                              |  131 +++
 VC6/_ctypes_test.dsp                         |   99 ++
 VC6/_elementtree.dsp                         |  111 +++
 VC6/_sqlite3.dsp                             |  131 +++
 VC6/_ssl.mak                                 |    6 
 VC6/readme.txt                               |  140 +--
 _bsddb.c                                     |    6 
 _ctypes.vcproj                               |  106 +--
 _ctypes/callbacks.c                          |    7 
 _ctypes/libffi/src/powerpc/ffi_darwin.c      |    2 
 _ctypes/libffi/src/x86/sysv.S                |    4 
 _ctypes/stgdict.c                            |   16 
 _ctypes_test.vcproj                          |  103 +-
 _elementtree.vcproj                          |   86 +-
 _msi.c                                       |    2 
 _msi.vcproj                                  |   90 +-
 _sqlite3.vcproj                              |   85 +-
 _sre.c                                       |   23 
 _struct.c                                    |    4 
 _testcapimodule.c                            |  132 +++
 abstract.c                                   |   14 
 abstract.h                                   |    3 
 almodule.c                                   |    2 
 api/concrete.tex                             |   18 
 api/exceptions.tex                           |    2 
 ast.c                                        |   27 
 binascii.c                                   |    3 
 bsddb/test/test_dbobj.py                     |    4 
 bz2module.c                                  |    4 
 cPickle.c                                    |   12 
 cStringIO.c                                  |    6 
 ceval.c                                      |    8 
 cjkcodecs/_codecs_iso2022.c                  |   36 -
 classobject.c                                |   12 
 codecs.py                                    |   33 
 compile.c                                    |   33 
 configure.in                                 |   68 +
 ctypes/test/test_callbacks.py                |   13 
 ctypes/test/test_loading.py                  |    5 
 ctypes/test/test_structures.py               |   30 
 datetimemodule.c                             |    4 
 dictobject.c                                 |   24 
 dist/dist.tex                                |    5 
 distutils/command/bdist_rpm.py               |   67 +
 distutils/command/build_ext.py               |    2 
 distutils/command/install_egg_info.py        |    3 
 distutils/command/register.py                |    2 
 distutils/sysconfig.py                       |    6 
 distutils/unixccompiler.py                   |   16 
 email/utils.py                               |    4 
 encodings/__init__.py                        |    2 
 encodings/bz2_codec.py                       |   29 
 encodings/utf_8_sig.py                       |    2 
 encodings/zlib_codec.py                      |   30 
 errors.c                                     |    3 
 exceptions.c                                 |   25 
 ext/extending.tex                            |   14 
 fileobject.c                                 |    8 
 ftplib.py                                    |   11 
 functools.py                                 |    2 
 gcmodule.c                                   |    1 
 getargs.c                                    |    7 
 hashlib.py                                   |   31 
 idlelib/PyShell.py                           |    2 
 inspect.py                                   |   19 
 inst/inst.tex                                |    2 
 intobject.c                                  |   50 +
 itertoolsmodule.c                            |    2 
 lib-tk/Tix.py                                |    5 
 lib-tk/tkSimpleDialog.py                     |   14 
 lib/libasyncore.tex                          |    8 
 lib/libbase64.tex                            |    2 
 lib/libbsddb.tex                             |   16 
 lib/libcommands.tex                          |    9 
 lib/libcsv.tex                               |   21 
 lib/libctypes.tex                            |   17 
 lib/libdatetime.tex                          |   34 
 lib/libfpectl.tex                            |    7 
 lib/libfuncs.tex                             |    2 
 lib/libgetopt.tex                            |    9 
 lib/libheapq.tex                             |    8 
 lib/libitertools.tex                         |    4 
 lib/libmsilib.tex                            |    4 
 lib/libos.tex                                |   23 
 lib/libpickle.tex                            |    2 
 lib/libpopen2.tex                            |   12 
 lib/libsocket.tex                            |   15 
 lib/libstdtypes.tex                          |    8 
 lib/libstring.tex                            |    2 
 lib/libsubprocess.tex                        |    3 
 lib/libtempfile.tex                          |    7 
 lib/liburlparse.tex                          |   16 
 lib/libwsgiref.tex                           |    3 
 lib/tkinter.tex                              |    2 
 linuxaudiodev.c                              |    2 
 listobject.c                                 |   16 
 longobject.c                                 |   71 +-
 mailbox.py                                   |   99 +-
 make_buildinfo.c                             |   77 --
 make_buildinfo.vcproj                        |   81 --
 marshal.c                                    |   38 -
 modsupport.c                                 |    2 
 mystrtoul.c                                  |   12 
 obmalloc.c                                   |    3 
 os.py                                        |   11 
 ossaudiodev.c                                |    2 
 parser.c                                     |   22 
 parser/unparse.py                            |    3 
 pcbuild.sln                                  |  239 ++++--
 posixmodule.c                                |  111 +++
 posixpath.py                                 |    3 
 pty.py                                       |    4 
 pyclbr.py                                    |    2 
 pyconfig.h                                   |    4 
 pyconfig.h.in                                |    2 
 pyport.h                                     |    6 
 pystate.c                                    |    2 
 python.vcproj                                |  105 +-
 pythoncore.vcproj                            |  953 +++++++++++++++++++++++++--
 pythonw.vcproj                               |   75 +-
 readme.txt                                   |   36 -
 ref/ref3.tex                                 |   35 
 scripts/findnocoding.py                      |    2 
 scripts/pysource.py                          |    2 
 select.vcproj                                |  105 +-
 setobject.c                                  |   82 ++
 socketmodule.c                               |   97 +-
 socketmodule.h                               |    1 
 stringobject.c                               |   25 
 structmember.c                               |  128 ++-
 subprocess.py                                |    2 
 sysmodule.c                                  |    6 
 tarfile.py                                   |  179 ++---
 test/list_tests.py                           |    3 
 test/test_StringIO.py                        |   22 
 test/test_binascii.py                        |    2 
 test/test_builtin.py                         |   17 
 test/test_class.py                           |    8 
 test/test_codecs.py                          |   36 -
 test/test_complex_args.py                    |   91 ++
 test/test_datetime.py                        |    1 
 test/test_descr.py                           |    7 
 test/test_dict.py                            |   10 
 test/test_exceptions.py                      |   31 
 test/test_functools.py                       |    7 
 test/test_future.py                          |   17 
 test/test_grammar.py                         |    1 
 test/test_itertools.py                       |    4 
 test/test_long.py                            |   23 
 test/test_mailbox.py                         |   55 +
 test/test_multibytecodec.py                  |   10 
 test/test_new.py                             |    8 
 test/test_nis.py                             |    7 
 test/test_os.py                              |    8 
 test/test_pyclbr.py                          |    3 
 test/test_set.py                             |   11 
 test/test_sha.py                             |   19 
 test/test_structmembers.py                   |   48 +
 test/test_syntax.py                          |  129 +++
 test/test_tarfile.py                         |   49 +
 test/test_traceback.py                       |    4 
 threadmodule.c                               |    1 
 tools/py2texi.el                             |   43 -
 traceback.py                                 |    2 
 tut/tut.tex                                  |   10 
 typeobject.c                                 |   19 
 unicodedata.c                                |    2 
 unicodedata.vcproj                           |  106 +--
 unicodeobject.c                              |    7 
 urllib.py                                    |    8 
 urllib2.py                                   |    4 
 uu.py                                        |    4 
 w9xpopen.vcproj                              |  184 ++++-
 webbrowser.py                                |   18 
 whatsnew/whatsnew25.tex                      |    4 
 winsound.vcproj                              |   88 +-
 184 files changed, 4789 insertions(+), 1549 deletions(-)
view download
template.dpatch
 0 files changed
view download
test-sundry.dpatch
 test/test_sundry.py |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
view download
tkinter-import.dpatch
 lib-tk/Tkinter.py |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
view download