"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "Python" between the packages
Python-3.11.3.tar.xz and Python-3.11.4.tar.xz

About: Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes.
Newest major release (3.11.x).

Summary:

The "Python" source code changed by about 4.9% and now consists of 4454 regular files (+4) and 319 directories.

Related Informations:

See Misc/NEWS (Python 3.11.4).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Header file 447 0 0 8
C program 328 0 0 29
C++ program 6 0 0 0
Patch 3 0 0 0
Assembler program 6 0 0 0
Objective-C program 7 0 0 0
Python program 2064 0 0 128
Shell program 20 0 0 0
Awk program 1 0 0 0
Python egg 1 0 0 0
Automake file 4 0 0 1
Configuration file 1 0 0 0
Initialization file 2 0 0 0
JavaScript file 2 0 0 0
JSON file 20 0 0 0
Lisp program 1 0 0 0
M4 macro file 1 0 0 0
Makefile 5 0 0 2
Man page 4 0 0 0
Manifest file 1 0 0 0
Module-Definition file 6 0 0 0
Pkg-config file 5 0 0 0
Visual Basic program 1 0 0 0
XML document 119 0 0 1
Certificate file 30 0 0 0
Configure script 1 0 0 1
CSS style sheet 1 0 0 0
CSV file 2 0 0 0
DOS Batch file 32 0 0 1
DTD file 1 0 0 0
Git file 1 0 0 0
HTML page 12 0 0 1
Include file 4 0 0 0
MS office document 4 0 0 0
MS Visual Studio file 97 0 0 0
Package Info file 2 0 0 0
PostScript file 1 0 0 0
Property file 9 0 0 1
Property list 5 0 0 0
Qt Project file 1 0 0 0
Resource file 6 0 0 0
RST file 496 0 0 154
RTF file 3 0 0 1
SystemTap script 3 0 0 0
WiX Installer file 50 0 0 0
Xcode file 9 0 0 0
XML style sheet 2 0 0 0
YAML file 1 1 0 0
Audio file 25 0 0 0
Data file 13 0 0 0
Icon 26 0 0 0
Image file 65 0 0 0
PDF file 1 0 0 0
Vector Image file 10 0 0 0
X Pixmap file 2 0 0 0
Directory 319 0 0 0
Archive 16 1 1 0
Change log 5 0 0 2
Information file 7 0 0 1
License 9 0 0 0
Readme file 56 0 0 3
Text file 389 3 0 1
Other 3 0 0 0
Total Files477451335



Header Files (8 of 447):

NameStatusDeltaVisual Diff
Include/cpython/fileobject.h changed 13.3% diff
Include/internal/pycore_format.h changed 9.3% diff
Include/patchlevel.h changed 6.0% diff
Include/pymacro.h changed 12.3% diff
Modules/_sqlite/clinic/connection.c.h changed 0.6% diff
Modules/_ssl_data_111.h changed 0.3% diff
Modules/_ssl_data_300.h changed 1.9% diff
Parser/tokenizer.h changed 1.9% diff

C Programs (29 of 328):

NameStatusDeltaVisual Diff
Modules/_csv.c changed 0.3% diff
Modules/_hashopenssl.c changed 0.2% diff
Modules/_posixsubprocess.c changed 10.3% diff
Modules/_sqlite/connection.c changed 0.9% diff
Modules/_ssl.c changed 0.1% diff
Modules/_testcapimodule.c changed 0.5% diff
Modules/_tkinter.c changed 0.6% diff
Modules/mmapmodule.c changed 2.8% diff
Modules/posixmodule.c changed 0.1% diff
Modules/socketmodule.c changed 0.1% diff
Objects/bytesobject.c changed 0.1% diff
Objects/exceptions.c changed 0.2% diff
Objects/fileobject.c changed 4.3% diff
Objects/funcobject.c changed 0.4% diff
Objects/obmalloc.c changed 0.05% diff
Objects/typeobject.c changed 0.03% diff
Objects/unicodeobject.c changed 0.02% diff
Objects/weakrefobject.c changed 0.4% diff
Parser/string_parser.c changed 0.2% diff
Parser/tokenizer.c changed 1.0% diff
Python/ast.c changed 4.0% diff
Python/ast_opt.c changed 0.2% diff
Python/bltinmodule.c changed 0.5% diff
Python/ceval.c changed 0.02% diff
Python/compile.c changed 0.8% diff
Python/marshal.c changed 0.4% diff
Python/pythonrun.c changed 0.1% diff
Python/specialize.c changed 0.2% diff
Python/sysmodule.c changed 0.1% diff

Python Programs (128 of 2064):

NameStatusDeltaVisual Diff
Doc/conf.py changed 42.5% diff
Doc/tools/extensions/c_annotations.py changed 5.5% diff
Doc/tools/extensions/pyspecific.py changed 4.0% diff
Lib/abc.py changed 1.0% diff
Lib/argparse.py changed 0.2% diff
Lib/asyncio/selector_events.py changed 1.6% diff
Lib/asyncio/sslproto.py changed 0.3% diff
Lib/asyncio/subprocess.py changed 2.7% diff
Lib/asyncio/unix_events.py changed 0.6% diff
Lib/bdb.py changed 0.2% diff
Lib/cProfile.py changed 0.9% diff
Lib/dataclasses.py changed 0.9% diff
Lib/ensurepip/__init__.py changed 0.3% diff
Lib/enum.py changed 3.9% diff
Lib/http/client.py changed 1.5% diff
Lib/http/server.py changed 0.7% diff
Lib/idlelib/autocomplete_w.py changed 1.6% diff
Lib/idlelib/calltip_w.py changed 2.9% diff
Lib/idlelib/colorizer.py changed 0.3% diff
Lib/idlelib/debugger.py changed 1.1% diff
Lib/idlelib/debugobj.py changed 1.9% diff
Lib/idlelib/editor.py changed 7.8% diff
Lib/idlelib/filelist.py changed 3.5% diff
Lib/idlelib/help_about.py changed 10.6% diff
Lib/idlelib/idle_test/__init__.py changed 100.0% diff
Lib/idlelib/idle_test/test_config.py changed 0.1% diff
Lib/idlelib/idle_test/test_editor.py changed 14.1% diff
Lib/idlelib/idle_test/test_help_about.py changed 2.1% diff
Lib/idlelib/idle_test/test_iomenu.py changed 12.0% diff
Lib/idlelib/idle_test/test_outwin.py changed 1.3% diff
Lib/idlelib/idle_test/test_sidebar.py changed 1.2% diff
Lib/idlelib/multicall.py changed 1.3% diff
Lib/idlelib/outwin.py changed 1.3% diff
Lib/idlelib/pyshell.py changed 0.7% diff
Lib/idlelib/redirector.py changed 4.2% diff
Lib/idlelib/rpc.py changed 0.7% diff
Lib/idlelib/run.py changed 0.5% diff
Lib/idlelib/textview.py changed 0.9% diff
Lib/idlelib/tooltip.py changed 3.8% diff
Lib/idlelib/tree.py changed 0.4% diff
Lib/idlelib/undo.py changed 0.4% diff
Lib/importlib/_bootstrap.py changed 0.1% diff
Lib/inspect.py changed 0.8% diff
Lib/logging/config.py changed 1.7% diff
Lib/multiprocessing/process.py changed 0.6% diff
Lib/ntpath.py changed 0.1% diff
Lib/pathlib.py changed 0.2% diff
Lib/pdb.py changed 0.9% diff
Lib/pkgutil.py changed 1.1% diff
Lib/profile.py changed 0.3% diff
Lib/pty.py changed 29.5% diff
Lib/pydoc_data/topics.py changed 0.9% diff
Lib/shutil.py changed 1.0% diff
Lib/subprocess.py changed 8.8% diff
Lib/tarfile.py changed 12.3% diff
Lib/test/libregrtest/main.py changed 5.3% diff
Lib/test/support/__init__.py changed 0.1% diff
Lib/test/test_argparse.py changed 0.5% diff
Lib/test/test_ast.py changed 0.3% diff
Lib/test/test_asyncio/test_proactor_events.py changed 1.1% diff
Lib/test/test_asyncio/test_selector_events.py changed 1.1% diff
Lib/test/test_bdb.py changed 0.3% diff
Lib/test/test_builtin.py changed 0.1% diff
Lib/test/test_capi/test_misc.py changed 1.9% diff
Lib/test/test_clinic.py changed 3.5% diff
Lib/test/test_cmd_line_script.py changed 3.5% diff
Lib/test/test_compare.py changed 100.0% diff
Lib/test/test_compile.py changed 1.3% diff
Lib/test/test_csv.py changed 0.6% diff
Lib/test/test_dataclasses.py changed 2.0% diff
Lib/test/test_descr.py changed 0.2% diff
Lib/test/test_enum.py changed 1.5% diff
Lib/test/test_except_star.py changed 3.0% diff
Lib/test/test_exception_group.py changed 1.6% diff
Lib/test/test_format.py changed 0.3% diff
Lib/test/test_generators.py changed 0.3% diff
Lib/test/test_genericalias.py changed 0.7% diff
Lib/test/test_hmac.py changed 1.6% diff
Lib/test/test_httplib.py changed 0.8% diff
Lib/test/test_httpservers.py changed 2.3% diff
Lib/test/test_idle.py changed 25.0% diff
Lib/test/test_importlib/builtin/test_finder.py changed 26.7% diff
Lib/test/test_importlib/extension/test_loader.py changed 4.7% diff
Lib/test/test_importlib/test_threaded_import.py changed 0.9% diff
Lib/test/test_inspect.py changed 2.0% diff
Lib/test/test_int.py changed 2.7% diff
Lib/test/test_logging.py changed 0.5% diff
Lib/test/test_mmap.py changed 9.0% diff
Lib/test/test_ntpath.py changed 0.9% diff
Lib/test/test_os.py changed 1.8% diff
Lib/test/test_pathlib.py changed 0.3% diff
Lib/test/test_patma.py changed 0.6% diff
Lib/test/test_pdb.py changed 2.1% diff
Lib/test/test_pty.py changed 20.6% diff
Lib/test/test_regrtest.py changed 10.5% diff
Lib/test/test_shutil.py changed 1.3% diff
Lib/test/test_sqlite3/test_dbapi.py changed 0.5% diff
Lib/test/test_subprocess.py changed 0.1% diff
Lib/test/test_syntax.py changed 0.9% diff
Lib/test/test_sys_settrace.py changed 2.2% diff
Lib/test/test_tarfile.py changed 37.5% diff
Lib/test/test_tcl.py changed 1.0% diff
Lib/test/test_type_annotations.py changed 68.3% diff
Lib/test/test_types.py changed 1.5% diff
Lib/test/test_typing.py changed 3.0% diff
Lib/test/test_urllib2net.py changed 0.9% diff
Lib/test/test_urlparse.py changed 7.0% diff
Lib/test/test_uu.py changed 9.7% diff
Lib/test/test_weakref.py changed 0.4% diff
Lib/test/test_zipfile.py changed 6.0% diff
Lib/tkinter/__init__.py changed 0.05% diff
Lib/tkinter/test/test_tkinter/test_geometry_managers.py changed 0.7% diff
Lib/tkinter/test/test_tkinter/test_widgets.py changed 0.7% diff
Lib/trace.py changed 0.2% diff
Lib/traceback.py changed 0.8% diff
Lib/turtledemo/__main__.py changed 5.2% diff
Lib/typing.py changed 8.8% diff
Lib/unittest/mock.py changed 0.3% diff
Lib/unittest/test/testmock/testhelpers.py changed 3.5% diff
Lib/unittest/test/testmock/testpatch.py changed 1.9% diff
Lib/urllib/parse.py changed 3.5% diff
Lib/urllib/request.py changed 0.1% diff
Lib/uu.py changed 6.0% diff
Lib/wave.py changed 0.1% diff
Lib/zipfile.py changed 1.0% diff
Mac/BuildScript/build-installer.py changed 0.6% diff
Tools/c-analyzer/cpython/_parser.py changed 0.2% diff
Tools/ssl/multissltests.py changed 0.3% diff

Automake Files (1 of 4):

NameStatusDeltaVisual Diff
configure.ac changed 0.04% diff

Makefiles (2 of 5):

NameStatusDeltaVisual Diff
Doc/Makefile changed 1.7% diff
Makefile.pre.in changed 1.4% diff

XML Documents (1 of 119):

NameStatusDeltaVisual Diff
Tools/msi/bundle/Default.wxl changed 4.7% diff

Configure Scripts (all 1):

NameStatusDeltaVisual Diff
configure changed 50.5% diff

DOS Batch Files (1 of 32):

NameStatusDeltaVisual Diff
PCbuild/get_externals.bat changed 5.3% diff

HTML Pages (1 of 12):

NameStatusDeltaVisual Diff
Doc/tools/templates/layout.html changed 39.0%

Property Files (1 of 9):

NameStatusDeltaVisual Diff
PCbuild/python.props changed 1.8% diff

RST Files (154 of 496):

NameStatusDeltaVisual Diff
Doc/c-api/bytearray.rst changed 1.6% diff
Doc/c-api/bytes.rst changed 0.4% diff
Doc/c-api/capsule.rst changed 0.6% diff
Doc/c-api/complex.rst changed 1.0% diff
Doc/c-api/concrete.rst changed 5.0% diff
Doc/c-api/dict.rst changed 0.9% diff
Doc/c-api/exceptions.rst changed 0.2% diff
Doc/c-api/file.rst changed 0.7% diff
Doc/c-api/float.rst changed 0.7% diff
Doc/c-api/function.rst changed 1.0% diff
Doc/c-api/import.rst changed 0.8% diff
Doc/c-api/init.rst changed 0.3% diff
Doc/c-api/intro.rst changed 0.3% diff
Doc/c-api/list.rst changed 2.6% diff
Doc/c-api/long.rst changed 0.7% diff
Doc/c-api/mapping.rst changed 1.3% diff
Doc/c-api/marshal.rst changed 6.8% diff
Doc/c-api/memoryview.rst changed 1.3% diff
Doc/c-api/method.rst changed 2.7% diff
Doc/c-api/module.rst changed 0.1% diff
Doc/c-api/none.rst changed 4.3% diff
Doc/c-api/number.rst changed 2.4% diff
Doc/c-api/object.rst changed 1.7% diff
Doc/c-api/sequence.rst changed 1.3% diff
Doc/c-api/set.rst changed 1.5% diff
Doc/c-api/structures.rst changed 0.5% diff
Doc/c-api/tuple.rst changed 0.4% diff
Doc/c-api/type.rst changed 0.3% diff
Doc/c-api/typeobj.rst changed 0.1% diff
Doc/c-api/unicode.rst changed 0.6% diff
Doc/distributing/index.rst changed 6.6% diff
Doc/distutils/apiref.rst changed 0.1% diff
Doc/distutils/examples.rst changed 0.5% diff
Doc/distutils/setupscript.rst changed 0.1% diff
Doc/extending/newtypes.rst changed 0.1% diff
Doc/faq/extending.rst changed 0.7% diff
Doc/faq/general.rst changed 1.4% diff
Doc/faq/library.rst changed 0.2% diff
Doc/faq/programming.rst changed 0.1% diff
Doc/glossary.rst changed 0.1% diff
Doc/howto/argparse.rst changed 2.2% diff
Doc/howto/clinic.rst changed 1.0% diff
Doc/howto/curses.rst changed 6.1% diff
Doc/howto/descriptor.rst changed 4.9% diff
Doc/howto/enum.rst changed 1.6% diff
Doc/howto/functional.rst changed 0.3% diff
Doc/howto/logging.rst changed 0.2% diff
Doc/howto/pyporting.rst changed 0.2% diff
Doc/howto/urllib2.rst changed 1.6% diff
Doc/library/__main__.rst changed 0.6% diff
Doc/library/_thread.rst changed 0.4% diff
Doc/library/argparse.rst changed 1.0% diff
Doc/library/ast.rst changed 0.5% diff
Doc/library/asyncio-eventloop.rst changed 0.4% diff
Doc/library/asyncio-task.rst changed 1.5% diff
Doc/library/atexit.rst changed 2.8% diff
Doc/library/binascii.rst changed 0.7% diff
Doc/library/bisect.rst changed 11.9% diff
Doc/library/cmath.rst changed 0.3% diff
Doc/library/copy.rst changed 1.0% diff
Doc/library/copyreg.rst changed 10.5% diff
Doc/library/ctypes.rst changed 0.1% diff
Doc/library/curses.ascii.rst changed 54.6% diff
Doc/library/curses.rst changed 35.5% diff
Doc/library/dataclasses.rst changed 18.1% diff
Doc/library/datetime.rst changed 1.4% diff
Doc/library/dis.rst changed 0.6% diff
Doc/library/enum.rst changed 1.1% diff
Doc/library/exceptions.rst changed 0.4% diff
Doc/library/fnmatch.rst changed 1.7% diff
Doc/library/functions.rst changed 0.7% diff
Doc/library/functools.rst changed 3.9% diff
Doc/library/gc.rst changed 7.5% diff
Doc/library/hashlib.rst changed 1.4% diff
Doc/library/http.client.rst changed 4.2% diff
Doc/library/internet.rst changed 3.7% diff
Doc/library/intro.rst changed 1.4% diff
Doc/library/locale.rst changed 0.3% diff
Doc/library/logging.config.rst changed 0.9% diff
Doc/library/marshal.rst changed 0.9% diff
Doc/library/operator.rst changed 0.4% diff
Doc/library/optparse.rst changed 1.6% diff
Doc/library/os.path.rst changed 0.2% diff
Doc/library/os.rst changed 0.1% diff
Doc/library/pathlib.rst changed 0.1% diff
Doc/library/pdb.rst changed 13.4% diff
Doc/library/pkgutil.rst changed 2.9% diff
Doc/library/plistlib.rst changed 2.2% diff
Doc/library/posix.rst changed 0.8% diff
Doc/library/pprint.rst changed 0.5% diff
Doc/library/pwd.rst changed 1.3% diff
Doc/library/pyexpat.rst changed 0.1% diff
Doc/library/random.rst changed 1.3% diff
Doc/library/readline.rst changed 0.7% diff
Doc/library/resource.rst changed 0.6% diff
Doc/library/runpy.rst changed 0.7% diff
Doc/library/sched.rst changed 1.1% diff
Doc/library/select.rst changed 0.2% diff
Doc/library/shelve.rst changed 1.0% diff
Doc/library/shutil.rst changed 3.0% diff
Doc/library/site.rst changed 1.0% diff
Doc/library/smtplib.rst changed 1.5% diff
Doc/library/socket.rst changed 0.5% diff
Doc/library/sqlite3.rst changed 0.8% diff
Doc/library/ssl.rst changed 0.1% diff
Doc/library/statistics.rst changed 0.2% diff
Doc/library/stdtypes.rst changed 1.0% diff
Doc/library/struct.rst changed 0.3% diff
Doc/library/subprocess.rst changed 0.5% diff
Doc/library/sys.rst changed 0.2% diff
Doc/library/tarfile.rst changed 51.2% diff
Doc/library/tempfile.rst changed 1.8% diff
Doc/library/traceback.rst changed 6.3% diff
Doc/library/turtle.rst changed 2.8% diff
Doc/library/types.rst changed 3.2% diff
Doc/library/typing.rst changed 14.9% diff
Doc/library/unittest.mock-examples.rst changed 0.2% diff
Doc/library/unittest.rst changed 0.1% diff
Doc/library/urllib.parse.rst changed 6.3% diff
Doc/library/urllib.request.rst changed 0.3% diff
Doc/library/venv.rst changed 0.3% diff
Doc/library/wave.rst changed 77.2% diff
Doc/library/xmlrpc.client.rst changed 0.3% diff
Doc/library/zipfile.rst changed 0.2% diff
Doc/reference/compound_stmts.rst changed 2.6% diff
Doc/reference/datamodel.rst changed 2.7% diff
Doc/reference/executionmodel.rst changed 0.3% diff
Doc/reference/expressions.rst changed 2.5% diff
Doc/reference/introduction.rst changed 1.2% diff
Doc/reference/simple_stmts.rst changed 2.8% diff
Doc/reference/toplevel_components.rst changed 4.7% diff
Doc/tutorial/classes.rst changed 0.1% diff
Doc/tutorial/controlflow.rst changed 0.1% diff
Doc/tutorial/floatingpoint.rst changed 9.1% diff
Doc/tutorial/inputoutput.rst changed 0.4% diff
Doc/tutorial/modules.rst changed 0.3% diff
Doc/tutorial/stdlib.rst changed 0.4% diff
Doc/using/cmdline.rst changed 1.8% diff
Doc/using/mac.rst changed 1.2% diff
Doc/using/windows.rst changed 0.2% diff
Doc/whatsnew/2.0.rst changed 0.1% diff
Doc/whatsnew/2.1.rst changed 0.2% diff
Doc/whatsnew/2.2.rst changed 0.3% diff
Doc/whatsnew/2.3.rst changed 0.3% diff
Doc/whatsnew/2.4.rst changed 0.1% diff
Doc/whatsnew/2.6.rst changed 0.2% diff
Doc/whatsnew/2.7.rst changed 0.1% diff
Doc/whatsnew/3.11.rst changed 1.2% diff
Doc/whatsnew/3.2.rst changed 0.2% diff
Doc/whatsnew/3.3.rst changed 0.1% diff
Doc/whatsnew/3.5.rst changed 0.2% diff
Doc/whatsnew/3.6.rst changed 0.05% diff
Doc/whatsnew/3.8.rst changed 0.1% diff
Doc/whatsnew/3.9.rst changed 0.1% diff

RTF Files (1 of 3):

NameStatusDeltaVisual Diff
Mac/BuildScript/resources/Welcome.rtf changed 13.4%

YAML Files (all 1):

NameStatusDeltaVisual Diff
.readthedocs.yml added

Archives (2 of 16):

NameStatusDeltaVisual Diff
Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl renamed 0.6%
Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl

Change Logs (2 of 5):

NameStatusDeltaVisual Diff
Lib/idlelib/NEWS.txt changed 0.9% diff
Misc/NEWS changed 0.8% diff

Information Files (1 of 7):

NameStatusDeltaVisual Diff
Misc/ACKS changed 0.2% diff

Readme Files (3 of 56):

NameStatusDeltaVisual Diff
Lib/idlelib/idle_test/README.txt changed 7.4% diff
PCbuild/readme.txt changed 1.2% diff
README.rst changed 0.3% diff

Text Files (4 of 389):

NameStatusDeltaVisual Diff
.mailmap added
Doc/constraints.txt added
Doc/requirements-oldest-sphinx.txt added
Doc/requirements.txt changed 29.4% diff

Packages Compared:

Python-3.11.3.tar.xz
Python-3.11.4.tar.xz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)